summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2024-03-26regmap: Add missing map->bus checkMarek Vasut
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith
2023-12-13regmap: fix bogus error on regcache_sync successMatthias Reichl
2023-11-28regmap: Ensure range selector registers are updated after cache syncMark Brown
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET
2023-10-25regmap: fix NULL deref on lookupJohan Hovold
2023-10-10regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald
2023-09-19regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter
2023-07-27regmap: Account for register length in SMBus I/O limitsMark Brown
2023-07-27regmap: Drop initial version of maximum transfer length fixesMark Brown
2023-06-28regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight
2023-06-09regmap: Account for register length when chunkingJim Wylder
2023-05-24regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
2022-06-29regmap-irq: Fix offset/index mismatch in read_sub_irq_data()Aidan MacDonald
2022-06-29regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald
2022-03-02regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla
2022-01-27regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam
2021-10-12regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang
2021-08-26Merge series "Use raw spinlocks in the ls-extirq driver" from Vladimir Oltean...Mark Brown
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean
2021-08-02regmap: allow const array for {devm_,}regmap_field_bulk_alloc reg_fieldsIcenowy Zheng
2021-07-11regmap: Prefer unsigned int to bare use of unsignedJinchao Wang
2021-07-11regmap: fix the offset of register error logJeongtae Park
2021-06-14regmap: mdio: Reject invalid addressesSander Vanheule
2021-06-14regmap: mdio: Fix regmap_bus pointer constnessSander Vanheule
2021-06-08regmap: mdio: Add clause-45 supportSander Vanheule
2021-06-08regmap: mdio: Clean up invalid clause-22 addressesSander Vanheule
2021-06-07regmap-irq: Introduce inverted status registers supportMaxim Kochetkov
2021-05-26regmap: add support for 7/17 register formatingAntoniu Miclaus
2021-05-20regmap: mdio: Don't modify output if error happenedAndy Shevchenko
2021-05-19Merge series "RTL8231 GPIO expander support" from Sander Vanheule <sander@sva...Mark Brown
2021-05-19regmap: Add MDIO bus supportSander Vanheule
2021-05-14regmap-i2c: Set regmap max raw r/w from quirksLucas Tanure
2021-04-07regmap-irq: Fix dereference of a potentially null d->virt_bufColin Ian King
2021-03-31regmap-irq: Add driver callback to configure virtual regsGuru Das Srinagesh
2021-03-31regmap-irq: Introduce virtual regs to handle more config regsGuru Das Srinagesh
2021-03-18regmap-irq: Extend sub-irq to support non-fixed reg stridesGuru Das Srinagesh
2021-03-10regmap: set debugfs_name to NULL after it is freedMeng Li
2021-02-24Merge tag 'char-misc-5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2021-02-12Merge tag 'soundwire-2_5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman
2021-02-11regmap: sdw-mbq: use MODULE_LICENSE("GPL")Bard Liao
2021-02-11regmap: sdw: use no_pm routines for SoundWire 1.2 MBQBard Liao
2021-02-11regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao
2021-01-21regmap: Assign boolean values to a bool variableJiapeng Zhong
2021-01-05regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter
2020-12-29regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang
2020-12-15Merge tag 'regmap-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2020-12-15Merge tag 'irq-core-2020-12-15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds