summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/internal.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-08regmap: kunit: Create a struct device for the regmapRichard Fitzgerald1-6/+8
2024-02-05regmap: rework ->max_register handlingJan Dakinevich1-0/+1
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer1-0/+1
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed1-0/+3
2023-06-12regmap: Provide basic test coverage for raw I/OMark Brown1-0/+8
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown1-1/+1
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown1-0/+2
2023-06-12regmap: Provide a ram backed regmap with raw supportMark Brown1-0/+8
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier1-1/+1
2023-04-03regmap: Add maple tree based register cacheMark Brown1-0/+1
2023-04-03regmap: Factor out single value register syncingMark Brown1-0/+1
2023-03-30regmap: Add RAM backed register mapMark Brown1-0/+19
2023-03-29regmap: Removed compressed cache supportMark Brown1-1/+0
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut1-0/+4
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster1-0/+1
2022-03-18regmap: add configurable downshift for addressesColin Foster1-0/+1
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean1-0/+4
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown1-0/+3
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov1-1/+1
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax1-2/+2
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko1-0/+3
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-4/+1
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown1-1/+4
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten1-0/+3
2018-09-07regmap: fix comment for regmap.use_single_writeDavid Frey1-1/+1
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard1-0/+3
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown1-0/+8
2017-11-01regmap: Add hardware spinlock supportBaolin Wang1-0/+2
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown1-2/+3
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren1-2/+2
2016-08-09regmap: Add a function to check if a regmap register is cachedCristian Birsan1-0/+1
2016-03-30regmap: Fix implicit inclusion of device.hMark Brown1-0/+1
2016-02-19regcache: Introduce the index parsing API by stride orderXiubo Li1-0/+6
2016-02-19regmap: core: Introduce register stride orderXiubo Li1-0/+10
2015-11-05Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+3
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown1-0/+1
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle1-0/+2
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar1-3/+3
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd1-0/+1
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown1-1/+1
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann1-0/+4
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann1-2/+4
2015-07-17regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin1-1/+1
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee1-0/+3
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel1-0/+8
2015-02-08Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown1-0/+4
2015-02-04regmap: Export regmap_get_val_endianGuenter Roeck1-0/+4
2014-12-15regmap: Move spinlock_flags into the unionWang, Yalin1-2/+4
2014-09-29Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown1-2/+4
2014-09-12regmap: change struct regmap's internal locks as unionWang, Yalin1-2/+4