aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
2013-03-07Merge tag 'regmap-v3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-03-01regmap: irq: call pm_runtime_put in pm_runtime_get_sync failed caseLi Fei
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2013-02-14Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/mmio' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/flat' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown
2013-02-14regmap: mmio: add register clock supportPhilipp Zabel
2013-02-11regmap: debugfs: Factor out debugfs_tot_len calc into a functionDimitris Papastamos
2013-02-11regmap: debugfs: Optimize seeking within blocks of registersDimitris Papastamos
2013-02-11regmap: debugfs: Add a `max_reg' member in struct regmap_debugfs_off_cacheDimitris Papastamos
2013-02-08regmap: debugfs: Fix reading in register field unitsDimitris Papastamos
2013-02-05regmap: spi: Handle allocation failures gracefullyMark Brown
2013-02-05regmap: Export regmap_async_complete()Mark Brown
2013-02-04regmap: Export regmap_async_complete_cbAxel Lin
2013-02-04regmap: include linux/sched.h to fix buildStephen Warren
2013-01-29regmap: spi: Support asynchronous I/O for SPIMark Brown
2013-01-29regmap: Add asynchronous I/O supportMark Brown
2013-01-29regmap: Add "no-bus" option for regmap APIAndrey Smirnov
2013-01-27regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King
2013-01-24Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown
2013-01-22regmap: fix small typo in regmap_bulk_write commentNestor Ovroy
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell
2013-01-17regmap: debugfs: Fix seeking from the cacheMark Brown
2013-01-14regmap: Add provisions to have user-defined write operationAndrey Smirnov
2013-01-14regmap: Add provisions to have user-defined read operationAndrey Smirnov
2013-01-12regmap: Add support for 24 bit wide register addressesLars-Peter Clausen
2013-01-08regmap: debugfs: Make sure we store the last entry in the offset cacheMark Brown
2013-01-08regmap: debugfs: Ensure a correct return value for empty cachesMark Brown
2013-01-08regmap: debugfs: Discard the cache if we fail to allocate an entryMark Brown
2013-01-08regmap: debugfs: Fix check for block start in cached seeksMark Brown
2013-01-08regmap: debugfs: Fix attempts to read nonexistant register blocksMark Brown
2013-01-04regmap: irq: Support wake IRQ mask inversionMark Brown
2013-01-04regmap: irq: Fix sync of wake statuses to hardwareMark Brown
2013-01-04regmap: irq: Use a bulk read for interrupt status where possibleMark Brown
2013-01-03regmap: irq: Factor register read out of the IRQ parsing loopMark Brown
2013-01-02regmap: flat: Add flat cache typeMark Brown
2012-12-24regmap: irq: enable wake support by defaultLaxman Dewangan
2012-12-11Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown
2012-12-11Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown
2012-12-11Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown
2012-12-11Merge remote-tracking branch 'regmap/topic/domain' into regmap-nextMark Brown
2012-12-11Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown
2012-12-11regmap: debugfs: Cache offsets of valid regions for dumpMark Brown
2012-12-11regmap: debugfs: Factor out initial seekMark Brown
2012-12-11regmap: debugfs: Avoid overflows for very small readsMark Brown
2012-12-06regmap: Cache register and value sizes for debugfsMark Brown