aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/internal.h
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown2013-04-16
|\
| * regmap: debugfs: Add a registers `range' fileDimitris Papastamos2013-03-03
* | regmap: cache: Factor out block syncMark Brown2013-03-30
* | regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-30
* | regmap: cache: Provide a get address of value operationMark Brown2013-03-26
* | regmap: core: Make raw write available to regcacheMark Brown2013-03-26
* | regmap: core: Split out in place value parsingMark Brown2013-03-03
* | regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-03
|/
* Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown2013-02-14
|\
| * regmap: Add "no-bus" option for regmap APIAndrey Smirnov2013-01-28
* | Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown2013-02-14
|\ \
| * | regmap: flat: Add flat cache typeMark Brown2013-01-02
* | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-02-14
|\ \ \
| * | | regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2013-02-11
| |/ /
* | / regmap: Add asynchronous I/O supportMark Brown2013-01-28
| |/ |/|
* | regmap: Add provisions to have user-defined write operationAndrey Smirnov2013-01-13
* | regmap: Add provisions to have user-defined read operationAndrey Smirnov2013-01-13
|/
* Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown2012-12-10
|\
| * regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi2012-11-20
| * Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-11-20
| |\
* | \ Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown2012-12-10
|\ \ \ | | |/ | |/|
| * | regmap: make lock/unlock functions customizableDavide Ciminaghi2012-10-17
* | | regmap: debugfs: Cache offsets of valid regions for dumpMark Brown2012-12-10
* | | regmap: Cache register and value sizes for debugfsMark Brown2012-12-06
| |/ |/|
* | regmap: Provide debugfs read of register rangesMark Brown2012-10-14
* | regmap: Allow ranges to be namedMark Brown2012-10-14
|/
* regmap: Add support for register indirect addressing.Krystian Garbaciak2012-06-17
*---. Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown2012-05-13
|\ \ \
| | * | regmap: Implement dev_get_regmap()Mark Brown2012-05-08
| * | | regmap: Converts group operation into single read write operationsAshish Jangam2012-04-30
| * | | regmap: implement register stridingStephen Warren2012-04-10
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown2012-04-10
| |\ \ \ \ \ | |/ / / / / |/| | | / / | | | |/ / | | |/| / | | |_|/ | |/| |
| | | * regmap: fix compilation when !CONFIG_DEBUG_FSStephen Warren2012-04-10
| | | * regmap: allow regmap instances to be namedStephen Warren2012-04-10
| | |/ | |/|
| | * regmap: introduce fast_io busses, and use a spinlock for themStephen Warren2012-04-06
| | * regmap: introduce explicit bus_context for bus callbacksStephen Warren2012-04-06
| |/
* / regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly2012-04-01
|/
* Merge remote-tracking branches 'regmap/topic/patch' and 'regmap/topic/sync' i...Mark Brown2012-03-14
|\
| * regmap: Supply ranges to the sync operationsMark Brown2012-02-24
* | Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown2012-03-14
|\|
| * regmap: Support register patch setsMark Brown2012-01-23
* | regmap: Don't use bitfields for booleansMark Brown2012-02-06
* | regmap: Add support for padding between register and addressMark Brown2012-01-20
|/
* regmap: Remove indexed cache typeMark Brown2011-11-20
* regmap: Move initialization of regcache related fields to regcache_initLars-Peter Clausen2011-11-16
* regmap: Track if the register cache is dirty and suppress unneeded syncsMark Brown2011-11-08
* regmap: Make _regmap_write() globalDimitris Papastamos2011-09-29
* regmap: Add the LZO cache supportDimitris Papastamos2011-09-19
* regmap: Add the rbtree cache supportDimitris Papastamos2011-09-19
* regmap: Add the indexed cache supportDimitris Papastamos2011-09-19