summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap: debugfs: Fix a erroneous check after snprintf()Christophe JAILLET2023-11-201-1/+1
* regmap: fix NULL deref on lookupJohan Hovold2023-10-251-1/+1
* regmap: rbtree: Fix wrong register marked as in-cache when creating new nodeRichard Fitzgerald2023-10-101-1/+2
* regmap: rbtree: Use alloc_flags for memory allocationsDan Carpenter2023-09-231-5/+5
* regmap: Account for register length in SMBus I/O limitsMark Brown2023-08-301-2/+2
* regmap: Account for register length when chunkingJim Wylder2023-06-091-2/+4
* regmap: cache: Return error in cache sync operations for REGCACHE_NONEAlexander Stein2023-05-301-0/+6
* regmap: Fix possible double-free in regcache_rbtree_exit()Yang Yingliang2021-11-021-4/+3
* regmap: fix the offset of register error logJeongtae Park2021-09-221-1/+1
* regmap: set debugfs_name to NULL after it is freedMeng Li2021-05-221-0/+1
* regmap: sdw: use _no_pm functions in regmap_read/writeBard Liao2021-03-041-2/+2
* regmap: debugfs: Fix a reversed if statement in regmap_debugfs_init()Dan Carpenter2021-01-171-3/+1
* regmap: debugfs: Fix a memory leak when calling regmap_attach_devXiaolei Wang2021-01-171-2/+9
* regmap: fix page selection for noinc readsDmitry Baryshkov2020-10-011-6/+6
* regmap: debugfs: check count when read regmap filePeng Fan2020-07-311-0/+6
* regmap: dev_get_regmap_match(): fix string comparisonMarc Kleine-Budde2020-07-291-1/+1
* regmap: debugfs: Don't sleep while atomic for fast_io regmapsDouglas Anderson2020-07-221-23/+29
* regmap: fix alignment issueJens Thoms Toerring2020-07-161-54/+46
* regmap: Fix memory leak from regmap_register_patchCharles Keepax2020-06-301-0/+1
* soundwire: fix regmap dependencies and align with other serial linksPierre-Louis Bossart2019-10-071-1/+1
* regmap: fix bulk writes on paged registersSrinivas Kandagatla2019-07-261-0/+2
* regmap: debugfs: Fix memory leak in regmap_debugfs_initDaniel Baluta2019-07-261-0/+2
* regmap-irq: do not write mask register if mask_base is zeroMark Zhang2019-07-211-0/+6
* Merge tag 'regmap-noinc-read' into regmap-4.19Mark Brown2018-08-092-1/+81
|\
| * regmap: Add regmap_noinc_read APICrestez Dan Leonard2018-08-092-1/+81
* | regmap: sccb: fix typo and sort headers alphabeticallyAkinobu Mita2018-07-231-3/+3
* | Merge tag 'regmap-sccb' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-07-183-0/+133
|\ \
| * | regmap: add SCCB supportAkinobu Mita2018-07-183-0/+133
| |/
* / regmap: slimbus: add support to multi read/writeSrinivas Kandagatla2018-07-111-16/+7
|/
* Merge branch 'regmap-4.17' into regmap-4.18 for the merge windowMark Brown2018-06-041-1/+2
|\
| * regmap: Skip clk_put for attached clocks when freeing contextJames Kelly2018-05-171-1/+2
* | regmap: slimbus: allow register offsets up to 16 bitsSrinivas Kandagatla2018-05-251-1/+1
|/
*-. Merge remote-tracking branches 'regmap/topic/debugfs' and 'regmap/topic/mmio-...Mark Brown2018-03-123-2/+44
|\ \
| | * regmap: mmio: Add function to attach a clockMaxime Ripard2018-02-261-0/+24
| * | regmap: debugfs: Improve warning message on debugfs_create_dir() failureFabio Estevam2018-03-061-1/+2
| * | regmap: debugfs: Free map->debugfs_name when debugfs_create_dir() failedJeffy Chen2018-03-061-0/+3
| * | regmap: debugfs: Don't leak dummy namesMark Brown2018-03-051-1/+3
| * | regmap: debugfs: Disambiguate dummy debugfs file nameFabio Estevam2018-03-051-0/+6
| * | regmap: use debugfs even when no deviceDavid Lechner2018-02-201-0/+2
| * | regmap: Allow missing device in regmap_name_read_file()David Lechner2018-02-201-1/+5
| |/
* | Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown2018-03-121-181/+119
|\ \
| * | regmap: Merge redundant handling in regmap_bulk_writeCharles Keepax2018-02-261-36/+3
| * | regmap: Tidy up regmap_raw_write chunking codeCharles Keepax2018-02-261-21/+16
| * | regmap: Move the handling for max_raw_write into regmap_raw_writeCharles Keepax2018-02-261-63/+54
| * | regmap: Remove unnecessary printk for failed allocationCharles Keepax2018-02-261-3/+2
| * | regmap: Format data for raw write in regmap_bulk_writeCharles Keepax2018-02-261-2/+15
| * | Merge branch 'fix/core' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2018-02-261-1/+1
| |\ \
| * | | regmap: Use _regmap_read in regmap_bulk_readCharles Keepax2018-02-161-5/+13
| * | | regmap: Tidy up regmap_raw_read chunking codeCharles Keepax2018-02-161-25/+19
| * | | regmap: Move the handling for max_raw_read into regmap_raw_readCharles Keepax2018-02-161-55/+35