summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* regmap: cache: Make regcache_sync_block_raw staticSachin Kamat2013-04-051-1/+1
* regmap: cache: Write consecutive registers in a single block writeMark Brown2013-03-301-17/+47
* regmap: cache: Split raw and non-raw syncsMark Brown2013-03-301-11/+53
* regmap: cache: Factor out block syncMark Brown2013-03-303-42/+51
* regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-303-58/+54
* regmap: cache: Use raw I/O to sync rbtrees if we canMark Brown2013-03-271-1/+18
* regmap: core: Provide regmap_can_raw_write() operationMark Brown2013-03-271-3/+12
* regmap: cache: Provide a get address of value operationMark Brown2013-03-262-2/+9
* regmap: Cut down on the average # of nodes in the rbtree cacheDimitris Papastamos2013-03-261-1/+69
* regmap: core: Make raw write available to regcacheMark Brown2013-03-262-2/+5
* regmap: core: Warn on invalid operation combinationsMark Brown2013-03-261-5/+5
* regmap: rbtree Expose total memory consumption in the rbtree debugfs entryDimitris Papastamos2013-03-131-2/+7
* regmap: cache: Store caches in native register format where possibleMark Brown2013-03-041-2/+14
* regmap: core: Split out in place value parsingMark Brown2013-03-042-17/+38
* regmap: cache: Use regcache_get_value() to check if we updatedMark Brown2013-03-041-6/+3
* regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-044-44/+39
* regmap: rbtree: Don't bother checking for noop updatesMark Brown2013-03-041-5/+0
* Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-251-1/+1
|\
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-211-1/+1
* | Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown2013-02-142-12/+48
|\ \
| * | regmap: Add "no-bus" option for regmap APIAndrey Smirnov2013-01-292-12/+48
* | | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2013-02-141-13/+66
|\ \ \
| * | | regmap: mmio: add register clock supportPhilipp Zabel2013-02-141-13/+66
* | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-02-141-26/+99
|\ \ \ \
| * | | | regmap: irq: Support wake IRQ mask inversionMark Brown2013-01-041-4/+17
| * | | | regmap: irq: Fix sync of wake statuses to hardwareMark Brown2013-01-041-0/+11
| * | | | regmap: irq: Use a bulk read for interrupt status where possibleMark Brown2013-01-041-7/+60
| * | | | regmap: irq: Factor register read out of the IRQ parsing loopMark Brown2013-01-031-7/+9
| * | | | regmap: irq: enable wake support by defaultLaxman Dewangan2012-12-241-12/+6
* | | | | Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown2013-02-144-1/+75
|\ \ \ \ \
| * | | | | regmap: flat: Add flat cache typeMark Brown2013-01-024-1/+75
| |/ / / /
* | | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2013-02-142-18/+33
|\ \ \ \ \
| * | | | | regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos2013-02-111-8/+14
| * | | | | regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos2013-02-111-5/+7
| * | | | | regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2013-02-112-0/+9
| * | | | | regmap: debugfs: Fix reading in register field unitsDimitris Papastamos2013-02-081-1/+1
| * | | | | regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King2013-01-271-4/+2
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown2013-02-143-47/+326
|\ \ \ \ \
| * | | | | regmap: spi: Handle allocation failures gracefullyMark Brown2013-02-051-0/+2
| * | | | | regmap: Export regmap_async_complete()Mark Brown2013-02-051-0/+1
| * | | | | regmap: Export regmap_async_complete_cbAxel Lin2013-02-041-0/+1
| * | | | | regmap: include linux/sched.h to fix buildStephen Warren2013-02-041-0/+1
| * | | | | regmap: spi: Support asynchronous I/O for SPIMark Brown2013-01-291-0/+52
| * | | | | regmap: Add asynchronous I/O supportMark Brown2013-01-292-10/+187
| | |_|/ / | |/| | |
| * | | | regmap: Add provisions to have user-defined write operationAndrey Smirnov2013-01-142-29/+55
| * | | | regmap: Add provisions to have user-defined read operationAndrey Smirnov2013-01-142-9/+28
| | |/ / | |/| |
* | | | Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown2013-02-141-0/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | regmap: Add support for 24 bit wide register addressesLars-Peter Clausen2013-01-121-0/+6
| |/ /
* | | Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown2013-01-241-2/+0
|\ \ \
| * | | regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-171-2/+0
| | |/ | |/|
OpenPOWER on IntegriCloud