summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-02regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang1-4/+3
2021-09-22regmap: fix the offset of register error logJeongtae Park1-1/+1
2021-05-22regmap: 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-01regmap: fix page selection for noinc readsDmitry Baryshkov1-6/+6
2020-07-31regmap: debugfs: check count when read regmap filePeng Fan1-0/+6
2020-07-29regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde1-1/+1
2020-07-22regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson1-23/+29
2020-07-16regmap: fix alignment issueJens Thoms Toerring1-54/+46
2020-07-01regmap: Fix memory leak from regmap_register_patchCharles Keepax1-0/+1
2019-10-07soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart1-1/+1
2019-07-26regmap: fix bulk writes on paged registersSrinivas Kandagatla1-0/+2
2019-07-26regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta1-0/+2
2019-07-21regmap-irq: do not write mask register if mask_base is zeroMark Zhang1-0/+6
2018-08-09Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown2-1/+81
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard2-1/+81
2018-07-23regmap: sccb: fix typo and sort headers alphabeticallyAkinobu Mita1-3/+3
2018-07-18Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown3-0/+133
2018-07-18regmap: add SCCB supportAkinobu Mita3-0/+133
2018-07-11regmap: slimbus: add support to multi read/writeSrinivas Kandagatla1-16/+7
2018-06-04Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown1-1/+2
2018-05-25regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla1-1/+1
2018-05-17regmap: Skip clk_put for attached clocks when freeing contextJames Kelly1-1/+2
2018-03-12Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown3-2/+44
2018-03-12Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown1-181/+119
2018-03-12Merge remote-tracking branches 'regmap/fix/i2c' and 'regmap/fix/volatile' int...Mark Brown2-5/+1
2018-03-12Merge remote-tracking branch 'regmap/fix/core' into regmap-linusMark Brown1-1/+1
2018-03-06regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam1-1/+2
2018-03-06regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen1-0/+3
2018-03-05regmap: debugfs: Don't leak dummy namesMark Brown1-1/+3
2018-03-05regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam1-0/+6
2018-02-26regmap: mmio: Add function to attach a clockMaxime Ripard1-0/+24
2018-02-26regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax1-36/+3
2018-02-26regmap: Tidy up regmap_raw_write chunking codeCharles Keepax1-21/+16
2018-02-26regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax1-63/+54
2018-02-26regmap: Remove unnecessary printk for failed allocationCharles Keepax1-3/+2
2018-02-26regmap: Format data for raw write in regmap_bulk_writeCharles Keepax1-2/+15
2018-02-26Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown1-1/+1
2018-02-20regmap: use debugfs even when no deviceDavid Lechner1-0/+2
2018-02-20regmap: Allow missing device in regmap_name_read_file()David Lechner1-1/+5
2018-02-16regmap: Use _regmap_read in regmap_bulk_readCharles Keepax1-5/+13
2018-02-16regmap: Tidy up regmap_raw_read chunking codeCharles Keepax1-25/+19
2018-02-16regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax1-55/+35
2018-02-13regmap: Use helper function for register offsetCharles Keepax1-1/+1
2018-02-13regmap: Don't use format_val in regmap_bulk_readCharles Keepax1-32/+23
2018-02-13regmap: Correct comparison in regmap_cachedCharles Keepax1-1/+1