summaryrefslogtreecommitdiff
path: root/drivers/base/regmap (follow)
Commit message (Expand)AuthorAge
...
* | | Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown2013-04-16
|\ \ \
| * | | regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren2013-04-16
| * | | Merge tag 'v3.9-rc7' into regmap-cacheMark Brown2013-04-16
| |\ \ \
| * | | | regmap: cache: Fix format specifier in dev_dbgStratos Karafotis2013-04-05
| * | | | regmap: cache: Make regcache_sync_block_raw staticSachin Kamat2013-04-05
| * | | | regmap: cache: Write consecutive registers in a single block writeMark Brown2013-03-30
| * | | | regmap: cache: Split raw and non-raw syncsMark Brown2013-03-30
| * | | | regmap: cache: Factor out block syncMark Brown2013-03-30
| * | | | regmap: cache: Factor out reg_present support from rbtree cacheMark Brown2013-03-30
| * | | | regmap: cache: Use raw I/O to sync rbtrees if we canMark Brown2013-03-27
| * | | | regmap: core: Provide regmap_can_raw_write() operationMark Brown2013-03-27
| * | | | regmap: cache: Provide a get address of value operationMark Brown2013-03-26
| * | | | regmap: Cut down on the average # of nodes in the rbtree cacheDimitris Papastamos2013-03-26
| * | | | regmap: core: Make raw write available to regcacheMark Brown2013-03-26
| * | | | regmap: core: Warn on invalid operation combinationsMark Brown2013-03-26
| * | | | regmap: rbtree Expose total memory consumption in the rbtree debugfs entryDimitris Papastamos2013-03-13
| * | | | regmap: cache: Store caches in native register format where possibleMark Brown2013-03-04
| * | | | regmap: core: Split out in place value parsingMark Brown2013-03-04
| * | | | regmap: cache: Use regcache_get_value() to check if we updatedMark Brown2013-03-04
| * | | | regmap: cache: Pass the map rather than the word size when updating valuesMark Brown2013-03-04
| * | | | regmap: rbtree: Don't bother checking for noop updatesMark Brown2013-03-04
| | |_|/ | |/| |
* | | | Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown2013-04-16
|\ \ \ \ | |_|/ / |/| | |
| * | | regmap: async: Add tracepoints for async I/OMark Brown2013-03-04
| |/ /
* | | regmap: Back out work buffer fixMark Brown2013-04-09
* | | Merge remote-tracking branch 'regmap/fix/async' into tmpMark Brown2013-03-31
|\ \ \
| * | | regmap: async: Add missing returnMark Brown2013-03-27
| | |/ | |/|
* | | Merge remote-tracking branch 'regmap/fix/core' into tmpMark Brown2013-03-31
|\ \ \
| * | | regmap: Initialize `map->debugfs' before regcacheDimitris Papastamos2013-03-12
| |/ /
* | | regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren2013-03-21
* | | regmap: cache Fix regcache-rbtree syncLars-Peter Clausen2013-03-13
|/ /
* | Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-07
|\ \ | |/ |/|
| * regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed caseLi Fei2013-03-01
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-25
|\ \ | |/ |/|
| * taint: add explicit flag to show whether lock dep is still OK.Rusty Russell2013-01-21
* | Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown2013-02-14
|\ \
| * | regmap: Add "no-bus" option for regmap APIAndrey Smirnov2013-01-29
* | | Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown2013-02-14
|\ \ \
| * | | regmap: mmio: add register clock supportPhilipp Zabel2013-02-14
* | | | Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown2013-02-14
|\ \ \ \
| * | | | regmap: irq: Support wake IRQ mask inversionMark Brown2013-01-04
| * | | | regmap: irq: Fix sync of wake statuses to hardwareMark Brown2013-01-04
| * | | | regmap: irq: Use a bulk read for interrupt status where possibleMark Brown2013-01-04
| * | | | regmap: irq: Factor register read out of the IRQ parsing loopMark Brown2013-01-03
| * | | | regmap: irq: enable wake support by defaultLaxman Dewangan2012-12-24
* | | | | 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: Factor out debugfs_tot_len calc into a functionDimitris Papastamos2013-02-11
| * | | | | regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos2013-02-11
| * | | | | regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2013-02-11