aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
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-23regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter
2023-08-30regmap: Account for register length in SMBus I/O limitsMark Brown
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
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-01regmap: fix page selection for noinc writesDmitry Baryshkov
2020-10-01regmap: fix page selection for noinc readsDmitry Baryshkov
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan
2020-07-29regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde
2020-07-22regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson
2020-07-16regmap: fix alignment issueJens Thoms Toerring
2020-06-30regmap: Fix memory leak from regmap_register_patchCharles Keepax
2020-02-14regmap: fix writes to non incrementing registersBen Whitten
2019-09-16Merge tag 'regmap-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds
2019-08-12Merge branch 'regmap-5.4' into regmap-nextMark Brown
2019-08-12regmap-irq: Correct error paths in regmap_irq_thread for pm_runtimeCharles Keepax
2019-08-09soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart
2019-08-01regmap: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-07-04Merge branch 'regmap-5.3' into regmap-nextMark Brown
2019-07-04Merge branch 'regmap-5.2' into regmap-linusMark Brown
2019-07-04regmap: select CONFIG_REGMAP while REGMAP_SCCB is setYueHaibing
2019-06-17regmap: lzo: Switch to bitmap_zalloc()Andy Shevchenko
2019-06-12regmap: fix bulk writes on paged registersSrinivas Kandagatla
2019-06-07regmap: add i3c bus supportVitor Soares
2019-05-20regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta
2019-04-25Merge branch 'regmap-5.2' into regmap-nextMark Brown
2019-04-25Merge branch 'regmap-5.1' into regmap-linusMark Brown
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2019-04-03regmap: verify if register is writeable before writing operationsHan Nandor
2019-04-01regmap: regmap-irq: fix getting type default valuesSrinivas Kandagatla
2019-03-20regmap: debugfs: Jump to the next readable registerLucas Tanure
2019-03-19regmap: debugfs: Replace code by already existing functionLucas Tanure
2019-01-29Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2019-01-29Merge branch 'regmap-5.1' into regmap-nextMark Brown
2019-01-29regmap: Remove attribute packed from struct 'regcache_rbtree_node'Mathieu Malaterre
2019-01-23regmap: regmap-irq: Add main status register supportMatti Vaittinen
2019-01-14regmap-irq: do not write mask register if mask_base is zeroMark Zhang
2018-12-31regmap: regmap-irq: silently ignore unsupported type settingsMatti Vaittinen
2018-12-19Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2018-12-19regmap: irq: add an option to clear status registers on unmaskBartosz Golaszewski