aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown2012-12-10
|\
| * regmap: silence GCC warningPaul Bolle2012-10-14
* | Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown2012-12-10
|\ \
| * | regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi2012-11-20
| * | Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-11-20
| |\ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm...Mark Brown2012-11-20
| |\ \ \ \
* | \ \ \ \ Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown2012-12-10
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | regmap: make lock/unlock functions customizableDavide Ciminaghi2012-10-17
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/domain' into regmap-nextMark Brown2012-12-10
|\ \ \ \ \
| * | | | | regmap: irq: Allow users to retrieve the irq_domainMark Brown2012-10-14
| |/ / / /
* | | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2012-12-10
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | regmap: debugfs: Cache offsets of valid regions for dumpMark Brown2012-12-10
| * | | | regmap: debugfs: Factor out initial seekMark Brown2012-12-10
| * | | | regmap: debugfs: Avoid overflows for very small readsMark Brown2012-12-10
| * | | | 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-14
| * | | regmap: Make return code checks consistentMark Brown2012-10-14
| * | | regmap: Factor range lookup out of page selectionMark Brown2012-10-14
| * | | regmap: Provide debugfs read of register rangesMark Brown2012-10-14
| * | | regmap: Factor out debugfs register readMark Brown2012-10-14
| * | | regmap: Allow ranges to be namedMark Brown2012-10-14
| * | | regmap: When we sanity check during range adds say what errors we findMark Brown2012-10-14
| * | | regmap: Rename n_ranges to num_rangesMark Brown2012-10-14
| |/ /
* | / 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-08
| | * regmap: irq: Add mask invert flag for enable registerXiaofan Tian2012-08-30
| | * regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown2012-08-07
| | * regmap: irq: initialize all irqs to wake disabledStephen Warren2012-08-04
| | * regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren2012-08-04
| | * regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren2012-08-04
| | * regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren2012-08-04
| | * regmap: irq: Only update mask bits when doing initial maskMark Brown2012-08-04
| | * regmap: fix some error messages to take account of irq_reg_strideStephen Warren2012-08-04
| |/ |/|
| * regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos2012-08-04
|/
*-. Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown2012-07-22
|\ \
| | * regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak2012-06-19
| | * regmap: Add support for register indirect addressing.Krystian Garbaciak2012-06-17
| | * regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak2012-06-17
| | * regmap: Export regmap_reinit_cache()Mark Brown2012-06-07
| | * regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam2012-06-03
| | * regmap: clean up debugfs if regmap_init failsStephen Warren2012-06-03
| * | regmap: Implement support for wake IRQsMark Brown2012-06-05
| * | regmap: Don't try to map non-existant IRQsMark Brown2012-06-05
| |/
* | regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos2012-07-18
* | regmap: Add hook for printk logging for debugging during early initMark Brown2012-07-06
* | regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin2012-06-13
* | regmap: Constify regmap_irq_chipMark Brown2012-06-03