aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/internal.h
AgeCommit message (Expand)Author
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-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]
2013-10-28Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown
2013-10-09regmap: Simplify the initiation of async I/OMark Brown
2013-10-07regmap: Cache async work structuresMark Brown
2013-09-17regmap: Add regmap_fields APIsKuninori Morimoto
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen
2013-08-09regmap: fix regcache_reg_present() for empty cacheIonut Nicu
2013-06-30Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown
2013-06-12regmap: Add regmap_field APIsSrinivas Kandagatla
2013-05-25regmap: Make regmap-mmio usable from atomic contextsLars-Peter Clausen
2013-05-12regmap: Add support for discarding parts of the register cacheMark Brown
2013-04-16Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown
2013-03-30regmap: cache: Factor out block syncMark Brown
2013-03-30regmap: cache: Factor out reg_present support from rbtree cacheMark Brown
2013-03-26regmap: cache: Provide a get address of value operationMark Brown
2013-03-26regmap: core: Make raw write available to regcacheMark Brown
2013-03-04regmap: debugfs: Add a registers `range' fileDimitris Papastamos
2013-03-04regmap: core: Split out in place value parsingMark Brown
2013-03-04regmap: cache: Pass the map rather than the word size when updating valuesMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown
2013-02-11regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos
2013-01-29regmap: Add asynchronous I/O supportMark Brown
2013-01-29regmap: Add "no-bus" option for regmap APIAndrey Smirnov
2013-01-14regmap: Add provisions to have user-defined write operationAndrey Smirnov
2013-01-14regmap: Add provisions to have user-defined read operationAndrey Smirnov
2013-01-02regmap: flat: Add flat cache typeMark Brown
2012-12-11Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown
2012-12-11Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown
2012-12-11regmap: debugfs: Cache offsets of valid regions for dumpMark Brown
2012-12-06regmap: Cache register and value sizes for debugfsMark Brown
2012-11-21regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi
2012-11-21Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2012-10-17regmap: make lock/unlock functions customizableDavide Ciminaghi
2012-10-15regmap: Provide debugfs read of register rangesMark Brown
2012-10-15regmap: Allow ranges to be namedMark Brown
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown
2012-05-08regmap: Implement dev_get_regmap()Mark Brown