aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAge
* 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-28
* | | 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
| * | | | | regmap: debugfs: Fix reading in register field unitsDimitris Papastamos2013-02-08
| * | | | | regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King2013-01-26
| | |/ / / | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown2013-02-14
|\ \ \ \ \
| * | | | | regmap: spi: Handle allocation failures gracefullyMark Brown2013-02-05
| * | | | | regmap: Export regmap_async_complete()Mark Brown2013-02-05
| * | | | | regmap: Export regmap_async_complete_cbAxel Lin2013-02-04
| * | | | | regmap: include linux/sched.h to fix buildStephen Warren2013-02-04
| * | | | | regmap: spi: Support asynchronous I/O for SPIMark Brown2013-01-28
| * | | | | 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/24bit' into regmap-nextMark Brown2013-02-14
|\ \ \ \ | |_|/ / |/| | |
| * | | regmap: Add support for 24 bit wide register addressesLars-Peter Clausen2013-01-11
| |/ /
* | | Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown2013-01-24
|\ \ \
| * | | regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-16
| | |/ | |/|
* / | regmap: fix small typo in regmap_bulk_write commentNestor Ovroy2013-01-22
|/ /
* | regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown2013-01-08
* | regmap: debugfs: Ensure a correct return value for empty cachesMark Brown2013-01-08
* | regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown2013-01-08
* | regmap: debugfs: Fix check for block start in cached seeksMark Brown2013-01-08
* | regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown2013-01-08
|/
* Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown2012-12-10
|\
| * regmap: silence GCC warningPaul Bolle2012-10-14