summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/internal.h
AgeCommit message (Expand)Author
2023-11-13regmap: ram: support noinc semanticsBen Wolsieffer
2023-06-13regmap: Add debugfs file for forcing field writesWaqar Hameed
2023-06-12regmap: Provide basic test coverage for raw I/OMark Brown
2023-06-12regmap: Don't check for changes in regcache_set_val()Mark Brown
2023-06-12regmap: maple: Implement block sync for the maple tree cacheMark Brown
2023-06-12regmap: Provide a ram backed regmap with raw supportMark Brown
2023-04-07regmap: allow upshifting register addresses before performing operationsMaxime Chevallier
2023-04-03regmap: Add maple tree based register cacheMark Brown
2023-04-03regmap: Factor out single value register syncingMark Brown
2023-03-30regmap: Add RAM backed register mapMark Brown
2023-03-29regmap: Removed compressed cache supportMark Brown
2022-05-05regmap: Add bulk read/write callbacks into regmap_configMarek Vasut
2022-03-18regmap: allow a defined reg_base to be added to every addressColin Foster
2022-03-18regmap: add configurable downshift for addressesColin Foster
2021-08-26regmap: teach regmap to use raw spinlocks if requested in the configVladimir Oltean
2020-10-05Merge remote-tracking branch 'regmap/for-5.10' into regmap-nextMark Brown
2020-09-21regmap: fix page selection for noinc writesDmitry Baryshkov
2020-09-17regmap: debugfs: Fix handling of name string for debugfs init delaysCharles Keepax
2020-09-02regmap: Add can_sleep configuration optionDmitry Osipenko
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman
2018-10-21Merge remote-tracking branches 'regmap/topic/noinc' and 'regmap/topic/single-...Mark Brown
2018-10-19regmap: Add regmap_noinc_write APIBen Whitten
2018-09-07regmap: fix comment for regmap.use_single_writeDavid Frey
2018-08-09regmap: Add regmap_noinc_read APICrestez Dan Leonard
2017-12-13regmap: Disable debugfs when locking is disabledMark Brown
2017-11-01regmap: Add hardware spinlock supportBaolin Wang
2016-10-04Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/debugfs'...Mark Brown
2016-09-16regmap: Allow longer flag masks for read and writeTony Lindgren
2016-08-09regmap: Add a function to check if a regmap register is cachedCristian Birsan
2016-03-30regmap: Fix implicit inclusion of device.hMark Brown
2016-02-20regcache: Introduce the index parsing API by stride orderXiubo Li
2016-02-20regmap: core: Introduce register stride orderXiubo Li
2015-11-04Merge tag 'driver-core-4.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-10-12Merge remote-tracking branches 'regmap/topic/atomic', 'regmap/topic/debugfs' ...Mark Brown
2015-10-06regmap: Allow installing custom reg_update_bits functionJon Ringle
2015-10-04debugfs: Pass bool pointer to debugfs_create_bool()Viresh Kumar
2015-09-14regmap: Allocate buffers with GFP_ATOMIC when fast_io == trueStephen Boyd
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown
2015-08-30regmap: Introduce max_raw_read/write for regmap_bulk_read/writeMarkus Pargmann
2015-08-21regmap: Split use_single_rw internally into use_single_read/writeMarkus Pargmann
2015-07-16regmap: Use reg_sequence for multi_reg_write / register_patchNariman Poushin
2015-05-06regmap: Use regcache_mark_dirty() to indicate power loss or resetKevin Cernekee
2015-03-19regmap: introduce regmap_name to fix syscon regmap trace eventsPhilipp Zabel
2015-02-08Merge remote-tracking branches 'regmap/topic/ac97', 'regmap/topic/doc' and 'r...Mark Brown
2015-02-04regmap: Export regmap_get_val_endianGuenter Roeck
2014-12-15regmap: Move spinlock_flags into the unionWang, Yalin
2014-09-29Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2014-09-12regmap: change struct regmap's internal locks as unionWang, Yalin
2014-08-26regmap: Fix regcache debugfs initializationLars-Peter Clausen
2014-03-10regmap: Implementation for regmap_multi_reg_writeOpensource [Anthony Olech]