summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/internal.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* regmap: kunit: Create a struct device for the regmapRichard Fitzgerald2024-04-081-6/+8
* regmap: rework ->max_register handlingJan Dakinevich2024-02-051-0/+1
* regmap: ram: support noinc semanticsBen Wolsieffer2023-11-131-0/+1
* regmap: Add debugfs file for forcing field writesWaqar Hameed2023-06-131-0/+3
* regmap: Provide basic test coverage for raw I/OMark Brown2023-06-121-0/+8
|\
| * regmap: Provide a ram backed regmap with raw supportMark Brown2023-06-121-0/+8
* | regmap: Don't check for changes in regcache_set_val()Mark Brown2023-06-121-1/+1
* | regmap: maple: Implement block sync for the maple tree cacheMark Brown2023-06-121-0/+2
|/
* regmap: allow upshifting register addresses before performing operationsMaxime Chevallier2023-04-071-1/+1
* regmap: Add maple tree based register cacheMark Brown2023-04-031-0/+1
* regmap: Factor out single value register syncingMark Brown2023-04-031-0/+1
* regmap: Add RAM backed register mapMark Brown2023-03-301-0/+19
* regmap: Removed compressed cache supportMark Brown2023-03-291-1/+0
* regmap: Add bulk read/write callbacks into regmap_configMarek Vasut2022-05-051-0/+4
* regmap: allow a defined reg_base to be added to every addressColin Foster2022-03-181-0/+1
* regmap: add configurable downshift for addressesColin Foster2022-03-181-0/+1
* regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean2021-08-261-0/+4
* Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown2020-10-051-0/+3
|\
| * regmap: Add can_sleep configuration optionDmitry Osipenko2020-09-021-0/+3
* | regmap: fix page selection for noinc writesDmitry Baryshkov2020-09-211-1/+1
* | regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax2020-09-171-2/+2
|/
* regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-4/+1
*-. Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown2018-10-211-1/+4
|\ \
| | * regmap: fix comment for regmap.use_single_writeDavid Frey2018-09-071-1/+1
| |/ |/|
| * regmap: Add regmap_noinc_write APIBen Whitten2018-10-191-0/+3
|/
* regmap: Add regmap_noinc_read APICrestez Dan Leonard2018-08-091-0/+3
* regmap: Disable debugfs when locking is disabledMark Brown2017-12-131-0/+8
* regmap: Add hardware spinlock supportBaolin Wang2017-11-011-0/+2
*-. Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown2016-10-041-2/+3
|\ \
| | * regmap: Add a function to check if a regmap register is cachedCristian Birsan2016-08-091-0/+1
| |/ |/|
| * regmap: Allow longer flag masks for read and writeTony Lindgren2016-09-161-2/+2
|/
* regmap: Fix implicit inclusion of device.hMark Brown2016-03-301-0/+1
* regcache: Introduce the index parsing API by stride orderXiubo Li2016-02-191-0/+6
* regmap: core: Introduce register stride orderXiubo Li2016-02-191-0/+10
* Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-11-051-3/+3
|\
| * debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar2015-10-041-3/+3
| |
| \
*-. | Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown2015-10-121-0/+1
|\ \|
| * | regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd2015-09-141-0/+1
| |/
* / regmap: Allow installing custom reg_update_bits functionJon Ringle2015-10-061-0/+2
|/
*-. Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown2015-09-041-1/+1
|\ \
| | * regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin2015-07-161-1/+1
| |/
* | regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann2015-08-301-0/+4
* | regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann2015-08-211-2/+4
|/
* regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee2015-05-061-0/+3
* regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel2015-03-191-0/+8
*-. Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown2015-02-081-0/+4
|\ \
| | * regmap: Export regmap_get_val_endianGuenter Roeck2015-02-041-0/+4
| |/
* / regmap: Move spinlock_flags into the unionWang, Yalin2014-12-151-2/+4
|/
* Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown2014-09-291-2/+4
|\
| * regmap: change struct regmap's internal locks as unionWang, Yalin2014-09-121-2/+4