summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown2012-12-111-1/+1
|\
| * regmap: silence GCC warningPaul Bolle2012-10-151-1/+1
* | Merge remote-tracking branch 'regmap/topic/table' into regmap-nextMark Brown2012-12-112-0/+50
|\ \
| * | regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi2012-11-212-0/+50
| * | Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2012-11-212-30/+39
| |\ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm...Mark Brown2012-11-213-53/+155
| |\ \ \ \
* | \ \ \ \ Merge remote-tracking branch 'regmap/topic/lock' into regmap-nextMark Brown2012-12-112-30/+39
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | regmap: make lock/unlock functions customizableDavide Ciminaghi2012-10-172-30/+39
| | |_|_|/ | |/| | |
* | | | | Merge remote-tracking branch 'regmap/topic/domain' into regmap-nextMark Brown2012-12-111-0/+19
|\ \ \ \ \
| * | | | | regmap: irq: Allow users to retrieve the irq_domainMark Brown2012-10-151-0/+19
| |/ / / /
* | | | | Merge remote-tracking branch 'regmap/topic/debugfs' into regmap-nextMark Brown2012-12-113-63/+255
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | regmap: debugfs: Cache offsets of valid regions for dumpMark Brown2012-12-102-14/+63
| * | | | regmap: debugfs: Factor out initial seekMark Brown2012-12-101-3/+36
| * | | | regmap: debugfs: Avoid overflows for very small readsMark Brown2012-12-101-1/+1
| * | | | regmap: Cache register and value sizes for debugfsMark Brown2012-12-062-10/+18
| | |_|/ | |/| |
| * | | regmap: Fix printing of size_t variableFabio Estevam2012-10-251-1/+1
| * | | regmap: Split raw writes that cross window boundariesMark Brown2012-10-151-2/+24
| * | | regmap: Make return code checks consistentMark Brown2012-10-151-5/+5
| * | | regmap: Factor range lookup out of page selectionMark Brown2012-10-151-40/+51
| * | | regmap: Provide debugfs read of register rangesMark Brown2012-10-153-0/+33
| * | | regmap: Factor out debugfs register readMark Brown2012-10-151-5/+14
| * | | regmap: Allow ranges to be namedMark Brown2012-10-152-0/+2
| * | | regmap: When we sanity check during range adds say what errors we findMark Brown2012-10-151-4/+29
| * | | regmap: Rename n_ranges to num_rangesMark Brown2012-10-151-2/+2
| |/ /
* | / regmap: core: Report registers in hex when we can't cacheMark Brown2012-10-301-1/+1
| |/ |/|
* | regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng2012-10-171-1/+1
|/
*-. Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' in...Mark Brown2012-09-222-26/+79
|\ \
| | * regmap: no need primary handler for nested irqYunfan Zhang2012-09-091-1/+1
| | * regmap: irq: Add mask invert flag for enable registerXiaofan Tian2012-08-301-2/+10
| | * regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown2012-08-071-0/+25
| | * regmap: irq: initialize all irqs to wake disabledStephen Warren2012-08-041-0/+16
| | * regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren2012-08-041-0/+5
| | * regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren2012-08-041-1/+1
| | * regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren2012-08-041-2/+4
| | * regmap: irq: Only update mask bits when doing initial maskMark Brown2012-08-041-1/+2
| | * regmap: fix some error messages to take account of irq_reg_strideStephen Warren2012-08-041-14/+15
| |/ |/|
| * regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos2012-08-041-9/+4Star
|/
*-. Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown2012-07-223-15/+279
|\ \
| | * regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak2012-06-191-2/+3
| | * regmap: Add support for register indirect addressing.Krystian Garbaciak2012-06-172-5/+213
| | * regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak2012-06-171-8/+14
| | * regmap: Export regmap_reinit_cache()Mark Brown2012-06-071-0/+1
| | * regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam2012-06-031-2/+2
| | * regmap: clean up debugfs if regmap_init failsStephen Warren2012-06-031-2/+3
| * | regmap: Implement support for wake IRQsMark Brown2012-06-051-0/+47
| * | regmap: Don't try to map non-existant IRQsMark Brown2012-06-051-0/+4
| |/
* | regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos2012-07-181-1/+1
* | regmap: Add hook for printk logging for debugging during early initMark Brown2012-07-061-0/+23
* | regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin2012-06-131-1/+1
* | regmap: Constify regmap_irq_chipMark Brown2012-06-031-3/+3