summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2022-01-10Merge tag 'v5.4.157' into HEADDenys Drozdov
2021-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang
2021-09-16Merge tag 'v5.4.147' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-09-15regmap: fix the offset of register error logJeongtae Park
2021-05-14Merge tag 'v5.4.119' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-05-14regmap: set debugfs_name to NULL after it is freedMeng Li
2021-03-04Merge tag 'v5.4.102' into 5.4-2.3.x-imxAndrey Zhizhikin
2021-03-04regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao
2021-01-17Merge tag 'v5.4.90' into 5.4-2.3.x-imxAndrey Zhizhikin
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-08Merge tag 'v5.4.70' into imx_5.4.yJason Liu
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-04-14regmap: debugfs: check count when read regmap filePeng Fan
2020-03-08Merge tag 'v5.4.24' into imx_5.4.yJason Liu
2020-02-14regmap: fix writes to non incrementing registersBen Whitten
2019-12-17MLK-21865 Revert "regmap: use debugfs even when no device"Robby Cai
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