aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-07Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmapLinus Torvalds1-0/+1
2013-03-01regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed caseLi Fei1-0/+1
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-1/+1
2013-02-14Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown2-12/+48
2013-02-14Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown1-13/+66
2013-02-14Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown1-26/+99
2013-02-14Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown4-1/+75
2013-02-14Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2-18/+33
2013-02-14Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown3-47/+326
2013-02-14Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown1-0/+6
2013-02-14regmap: mmio: add register clock supportPhilipp Zabel1-13/+66
2013-02-11regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos1-8/+14
2013-02-11regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos1-5/+7
2013-02-11regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos2-0/+9
2013-02-08regmap: debugfs: Fix reading in register field unitsDimitris Papastamos1-1/+1
2013-02-05regmap: spi: Handle allocation failures gracefullyMark Brown1-0/+2
2013-02-05regmap: Export regmap_async_complete()Mark Brown1-0/+1
2013-02-04regmap: Export regmap_async_complete_cbAxel Lin1-0/+1
2013-02-04regmap: include linux/sched.h to fix buildStephen Warren1-0/+1
2013-01-29regmap: spi: Support asynchronous I/O for SPIMark Brown1-0/+52
2013-01-29regmap: Add asynchronous I/O supportMark Brown2-10/+187
2013-01-29regmap: Add "no-bus" option for regmap APIAndrey Smirnov2-12/+48
2013-01-27regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King1-4/+2
2013-01-24Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown1-2/+0
2013-01-22regmap: fix small typo in regmap_bulk_write commentNestor Ovroy1-1/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell1-1/+1
2013-01-17regmap: debugfs: Fix seeking from the cacheMark Brown1-2/+0
2013-01-14regmap: Add provisions to have user-defined write operationAndrey Smirnov2-29/+55
2013-01-14regmap: Add provisions to have user-defined read operationAndrey Smirnov2-9/+28
2013-01-12regmap: Add support for 24 bit wide register addressesLars-Peter Clausen1-0/+6
2013-01-08regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown1-0/+9
2013-01-08regmap: debugfs: Ensure a correct return value for empty cachesMark Brown1-0/+10
2013-01-08regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown1-11/+18
2013-01-08regmap: debugfs: Fix check for block start in cached seeksMark Brown1-1/+1
2013-01-08regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown1-1/+2
2013-01-04regmap: irq: Support wake IRQ mask inversionMark Brown1-4/+17
2013-01-04regmap: irq: Fix sync of wake statuses to hardwareMark Brown1-0/+11
2013-01-04regmap: irq: Use a bulk read for interrupt status where possibleMark Brown1-7/+60
2013-01-03regmap: irq: Factor register read out of the IRQ parsing loopMark Brown1-7/+9
2013-01-02regmap: flat: Add flat cache typeMark Brown4-1/+75
2012-12-24regmap: irq: enable wake support by defaultLaxman Dewangan1-12/+6
2012-12-11Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown1-1/+1
2012-12-11Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown2-0/+50
2012-12-11Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown2-30/+39
2012-12-11Merge remote-tracking branch 'regmap/topic/domain' into regmap-nextMark Brown1-0/+19
2012-12-11Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown3-63/+255
2012-12-11regmap: debugfs: Cache offsets of valid regions for dumpMark Brown2-14/+63
2012-12-11regmap: debugfs: Factor out initial seekMark Brown1-3/+36
2012-12-11regmap: debugfs: Avoid overflows for very small readsMark Brown1-1/+1
2012-12-06regmap: Cache register and value sizes for debugfsMark Brown2-10/+18