summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
AgeCommit message (Expand)Author
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-16regmap: debugfs: Fix seeking from the cacheMark Brown
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
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-10regmap: debugfs: Cache offsets of valid regions for dumpMark Brown
2012-12-10regmap: debugfs: Factor out initial seekMark Brown
2012-12-10regmap: debugfs: Avoid overflows for very small readsMark Brown
2012-12-06regmap: Cache register and value sizes for debugfsMark Brown
2012-11-21regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi
2012-11-21Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown
2012-11-21Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm...Mark Brown
2012-10-30regmap: core: Report registers in hex when we can't cacheMark Brown
2012-10-25regmap: Fix printing of size_t variableFabio Estevam
2012-10-17regmap: select REGMAP if REGMAP_MMIO and REGMAP_IRQ enabledDong Aisheng
2012-10-17regmap: make lock/unlock functions customizableDavide Ciminaghi
2012-10-15regmap: silence GCC warningPaul Bolle
2012-10-15regmap: Split raw writes that cross window boundariesMark Brown
2012-10-15regmap: Make return code checks consistentMark Brown
2012-10-15regmap: Factor range lookup out of page selectionMark Brown
2012-10-15regmap: Provide debugfs read of register rangesMark Brown
2012-10-15regmap: Factor out debugfs register readMark Brown
2012-10-15regmap: Allow ranges to be namedMark Brown
2012-10-15regmap: When we sanity check during range adds say what errors we findMark Brown
2012-10-15regmap: Rename n_ranges to num_rangesMark Brown
2012-10-15regmap: irq: Allow users to retrieve the irq_domainMark Brown
2012-09-22Merge remote-tracking branches 'regmap/topic/cache' and 'regmap/topic/irq' in...Mark Brown
2012-09-09regmap: no need primary handler for nested irqYunfan Zhang
2012-08-30regmap: irq: Add mask invert flag for enable registerXiaofan Tian
2012-08-07regmap: irq: Enable devices for runtime PM while handling interruptsMark Brown
2012-08-04regmap: irq: initialize all irqs to wake disabledStephen Warren
2012-08-04regmap: set MASK_ON_SUSPEND/SKIP_SET_WAKE if no wake_baseStephen Warren
2012-08-04regmap: name irq_chip based on regmap_irq_chip's nameStephen Warren
2012-08-04regmap: store irq_chip inside regmap_irq_chip_dataStephen Warren
2012-08-04regmap: irq: Only update mask bits when doing initial maskMark Brown
2012-08-04regmap: fix some error messages to take account of irq_reg_strideStephen Warren
2012-08-04regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown
2012-07-18regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos
2012-07-06regmap: Add hook for printk logging for debugging during early initMark Brown
2012-06-19regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak