summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
2025-03-13regmap-irq: Add missing kfree()Jiasheng Jiang1-0/+2
2025-01-09regmap: Use correct format specifier for logging range errorsMark Brown1-2/+2
2024-12-14regmap: detach regmap from dev on regmap_exitCosmin Tanislav1-0/+12
2024-12-14regmap: irq: Set lockdep class for hierarchical IRQ domainsAndy Shevchenko1-0/+4
2024-03-27regmap: Add missing map->bus checkMarek Vasut1-1/+1
2024-03-15regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2-36/+44
2024-03-15regmap: allow to define reg_update_bits for no bus configurationAnsuel Smith1-0/+1
2023-11-20regmap: prevent noinc writes from clobbering cacheBen Wolsieffer1-7/+9
2023-11-20regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET1-1/+1
2023-10-25regmap: fix NULL deref on lookupJohan Hovold1-1/+1
2023-10-10regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald1-1/+2
2023-09-19regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter1-5/+5
2023-07-27regmap: Account for register length in SMBus I/O limitsMark Brown1-4/+4
2023-07-27regmap: Drop initial version of maximum transfer length fixesMark Brown2-5/+3
2023-06-28regmap: spi-avmm: Fix regmap_bus max_raw_writeRuss Weight1-1/+1
2023-06-09regmap: Account for register length when chunkingJim Wylder1-2/+4
2023-05-30regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein1-0/+6
2022-06-29regmap-irq: Fix a bug in regmap_irq_enable() for type_in_mask chipsAidan MacDonald1-2/+3
2022-03-02regmap-irq: Update interrupt clear register for proper resetPrasad Kumpatla1-14/+6
2022-01-27regmap: Call regmap_debugfs_exit() prior to _init()Fabio Estevam1-0/+1
2021-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang1-4/+3
2021-09-15regmap: fix the offset of register error logJeongtae Park1-1/+1
2021-05-14regmap: set debugfs_name to NULL after it is freedMeng Li1-0/+1
2021-03-04regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao1-2/+2
2021-01-17regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter1-3/+1
2021-01-17regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang1-2/+9
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown8-8/+902
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam1-1/+32
2020-09-28Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown1-0/+100
2020-09-28regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla1-0/+100
2020-09-28Merge series "use semicolons rather than commas to separate statements" from ...Mark Brown1-1/+1
2020-09-28regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski1-0/+2
2020-09-28regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall1-1/+1
2020-09-22regmap: debugfs: Fix more error path regressionsCharles Keepax1-0/+2
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov3-12/+13
2020-09-21regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-09-18regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax1-1/+1
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax3-17/+38
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda1-0/+22
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko2-4/+18
2020-09-01Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry...Mark Brown1-2/+2
2020-09-01regmap: soundwire: remove unused header mod_devicetable.hVinod Koul1-1/+0
2020-09-01regmap: Use flexible sleepDmitry Osipenko1-2/+2
2020-08-26regmap: add Intel SPI Slave to AVMM Bus Bridge supportXu Yilun3-1/+725
2020-07-17Merge remote-tracking branch 'regmap/for-5.9' into regmap-nextMark Brown2-43/+43
2020-07-17Merge remote-tracking branch 'regmap/for-5.8' into regmap-linusMark Brown3-25/+31
2020-07-16regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson1-23/+29
2020-07-10regmap: Switch to use fwnode instead of OF oneAndy Shevchenko1-18/+13
2020-07-08regmap: add missing dependency on SoundWirePierre-Louis Bossart1-1/+1
2020-07-08Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown1-24/+29