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-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-30regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein
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-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang
2021-09-15regmap: fix the offset of register error logJeongtae Park
2021-05-14regmap: set debugfs_name to NULL after it is freedMeng Li
2021-03-04regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao
2021-01-17regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter
2021-01-17regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown
2020-10-05regmap: irq: Add support to clear ack registersLaxminath Kasam
2020-09-28Merge tag 'regmap-field-bulk-api' into regmap-5.10Mark Brown
2020-09-28regmap: add support to regmap_field_bulk_alloc/free apisSrinivas Kandagatla
2020-09-28Merge series "use semicolons rather than commas to separate statements" from ...Mark Brown
2020-09-28regmap: destroy mutex (if used) in regmap_exit()Bartosz Golaszewski
2020-09-28regmap: debugfs: use semicolons rather than commas to separate statementsJulia Lawall
2020-09-22regmap: debugfs: Fix more error path regressionsCharles Keepax
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov
2020-09-21regmap: fix page selection for noinc readsDmitry Baryshkov
2020-09-18regmap: debugfs: Add back in erroneously removed initialisation of retCharles Keepax
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax
2020-09-17regmap: Add support for 12/20 register formattingRicardo Ribalda
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko
2020-09-01Merge series "Introduce Embedded Controller driver for Acer A500" from Dmitry...Mark Brown
2020-09-01regmap: soundwire: remove unused header mod_devicetable.hVinod Koul
2020-09-01regmap: Use flexible sleepDmitry Osipenko
2020-08-26regmap: add Intel SPI Slave to AVMM Bus Bridge supportXu Yilun
2020-07-17Merge remote-tracking branch 'regmap/for-5.9' into regmap-nextMark Brown
2020-07-17Merge remote-tracking branch 'regmap/for-5.8' into regmap-linusMark Brown
2020-07-16regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson
2020-07-10regmap: Switch to use fwnode instead of OF oneAndy Shevchenko
2020-07-08regmap: add missing dependency on SoundWirePierre-Louis Bossart
2020-07-08Merge branch 'topic/devnode' of https://git.kernel.org/pub/scm/linux/kernel/g...Mark Brown
2020-07-08regmap-irq: use fwnode instead of device node in add_irq_chip()Michael Walle
2020-07-03regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-06-22Merge tag 'regmap-fix-v5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-17regmap: Fix memory leak from regmap_register_patchCharles Keepax