aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-21regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi2-0/+50
2012-11-21Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-tableMark Brown2-30/+39
2012-11-21Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-tableMark Brown3-53/+155
2012-10-30regmap: core: Report registers in hex when we can't cacheMark Brown1-1/+1
2012-10-25regmap: Fix printing of size_t variableFabio Estevam1-1/+1
2012-10-17regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng1-1/+1
2012-10-17regmap: make lock/unlock functions customizableDavide Ciminaghi2-30/+39
2012-10-15regmap: silence GCC warningPaul Bolle1-1/+1
2012-10-15regmap: Split raw writes that cross window boundariesMark Brown1-2/+24
2012-10-15regmap: Make return code checks consistentMark Brown1-5/+5
2012-10-15regmap: Factor range lookup out of page selectionMark Brown1-40/+51
2012-10-15regmap: Provide debugfs read of register rangesMark Brown3-0/+33
2012-10-15regmap: Factor out debugfs register readMark Brown1-5/+14
2012-10-15regmap: Allow ranges to be namedMark Brown2-0/+2
2012-10-15regmap: When we sanity check during range adds say what errors we findMark Brown1-4/+29
2012-10-15regmap: Rename n_ranges to num_rangesMark Brown1-2/+2
2012-10-15regmap: irq: Allow users to retrieve the irq_domainMark Brown1-0/+19
2012-09-22Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' into regmap-nextMark Brown2-26/+79
2012-09-09regmap: no need primary handler for nested irqYunfan Zhang1-1/+1
2012-08-30regmap: irq: Add mask invert flag for enable registerXiaofan Tian1-2/+10
2012-08-07regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown1-0/+25
2012-08-04regmap: irq: initialize all irqs to wake disabledStephen Warren1-0/+16
2012-08-04regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren1-0/+5
2012-08-04regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren1-1/+1
2012-08-04regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren1-2/+4
2012-08-04regmap: irq: Only update mask bits when doing initial maskMark Brown1-1/+2
2012-08-04regmap: fix some error messages to take account of irq_reg_strideStephen Warren1-14/+15
2012-08-04regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos1-9/+4
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown3-15/+279
2012-07-18regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos1-1/+1
2012-07-06regmap: Add hook for printk logging for debugging during early initMark Brown1-0/+23
2012-06-19regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak1-2/+3
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak2-5/+213
2012-06-17regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak1-8/+14
2012-06-13regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin1-1/+1
2012-06-08regmap: Export regmap_reinit_cache()Mark Brown1-0/+1
2012-06-05regmap: Implement support for wake IRQsMark Brown1-0/+47
2012-06-05regmap: Don't try to map non-existant IRQsMark Brown1-0/+4
2012-06-03regmap: Constify regmap_irq_chipMark Brown1-3/+3
2012-06-03regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam1-2/+2
2012-06-03regmap: clean up debugfs if regmap_init failsStephen Warren1-2/+3