summaryrefslogtreecommitdiff
path: root/drivers/base/regmap (follow)
Commit message (Expand)AuthorAge
...
| * | | | | regmap: debugfs: Fix reading in register field unitsDimitris Papastamos2013-02-08
| * | | | | regmap: regmap: avoid spurious warning in regmap_read_debugfsRussell King2013-01-27
| | |/ / / | |/| | |
* | | | | 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-29
| * | | | | regmap: Add asynchronous I/O supportMark Brown2013-01-29
| | |_|/ / | |/| | |
| * | | | regmap: Add provisions to have user-defined write operationAndrey Smirnov2013-01-14
| * | | | regmap: Add provisions to have user-defined read operationAndrey Smirnov2013-01-14
| | |/ / | |/| |
* | | | 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-12
| |/ /
* | | Merge remote-tracking branch 'regmap/fix/debugfs' into tmpMark Brown2013-01-24
|\ \ \
| * | | regmap: debugfs: Fix seeking from the cacheMark Brown2013-01-17
| | |/ | |/|
* / | 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-11
|\
| * regmap: silence GCC warningPaul Bolle2012-10-15
* | Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown2012-12-11
|\ \
| * | regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi2012-11-21
| * | Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-11-21
| |\ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm...Mark Brown2012-11-21
| |\ \ \ \
* | \ \ \ \ Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown2012-12-11
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | regmap: make lock/unlock functions customizableDavide Ciminaghi2012-10-17
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/domain' into regmap-nextMark Brown2012-12-11
|\ \ \ \ \
| * | | | | regmap: irq: Allow users to retrieve the irq_domainMark Brown2012-10-15
| |/ / / /
* | | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2012-12-11
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | regmap: debugfs: Cache offsets of valid regions for dumpMark Brown2012-12-11
| * | | | regmap: debugfs: Factor out initial seekMark Brown2012-12-11
| * | | | regmap: debugfs: Avoid overflows for very small readsMark Brown2012-12-11
| * | | | regmap: Cache register and value sizes for debugfsMark Brown2012-12-06
| | |_|/ | |/| |
| * | | regmap: Fix printing of size_t variableFabio Estevam2012-10-25
| * | | regmap: Split raw writes that cross window boundariesMark Brown2012-10-15
| * | | regmap: Make return code checks consistentMark Brown2012-10-15
| * | | regmap: Factor range lookup out of page selectionMark Brown2012-10-15
| * | | regmap: Provide debugfs read of register rangesMark Brown2012-10-15
| * | | regmap: Factor out debugfs register readMark Brown2012-10-15
| * | | regmap: Allow ranges to be namedMark Brown2012-10-15
| * | | regmap: When we sanity check during range adds say what errors we findMark Brown2012-10-15
| * | | regmap: Rename n_ranges to num_rangesMark Brown2012-10-15
| |/ /
* | / regmap: core: Report registers in hex when we can't cacheMark Brown2012-10-30
| |/ |/|
* | regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng2012-10-17
|/
*-. Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' in...Mark Brown2012-09-22
|\ \
| | * regmap: no need primary handler for nested irqYunfan Zhang2012-09-09
| | * regmap: irq: Add mask invert flag for enable registerXiaofan Tian2012-08-30