summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorLines
2013-04-16Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown-28/+56
2013-04-16Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown-0/+8
2013-04-16regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren-2/+1
2013-04-16Merge tag 'v3.9-rc7' into regmap-cacheMark Brown-2/+4
2013-04-09regmap: Back out work buffer fixMark Brown-1/+2
2013-03-31Merge remote-tracking branch 'regmap/fix/async' into tmpMark Brown-0/+2
2013-03-31Merge remote-tracking branch 'regmap/fix/core' into tmpMark Brown-2/+2
2013-03-27regmap: async: Add missing returnMark Brown-0/+2
2013-03-27regmap: core: Provide regmap_can_raw_write() operationMark Brown-3/+12
2013-03-26regmap: core: Make raw write available to regcacheMark Brown-2/+2
2013-03-26regmap: core: Warn on invalid operation combinationsMark Brown-5/+5
2013-03-21regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren-2/+1
2013-03-12regmap: Initialize `map->debugfs' before regcacheDimitris Papastamos-2/+2
2013-03-04regmap: core: Split out in place value parsingMark Brown-16/+36
2013-03-04regmap: async: Add tracepoints for async I/OMark Brown-0/+8
2013-02-14Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown-12/+46
2013-02-14Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown-47/+254
2013-02-14Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown-0/+6
2013-02-05regmap: Export regmap_async_complete()Mark Brown-0/+1
2013-02-04regmap: Export regmap_async_complete_cbAxel Lin-0/+1
2013-02-04regmap: include linux/sched.h to fix buildStephen Warren-0/+1
2013-01-29regmap: Add asynchronous I/O supportMark Brown-10/+172
2013-01-29regmap: Add "no-bus" option for regmap APIAndrey Smirnov-12/+46
2013-01-22regmap: fix small typo in regmap_bulk_write commentNestor Ovroy-1/+1
2013-01-14regmap: Add provisions to have user-defined write operationAndrey Smirnov-29/+54
2013-01-14regmap: Add provisions to have user-defined read operationAndrey Smirnov-9/+26
2013-01-12regmap: Add support for 24 bit wide register addressesLars-Peter Clausen-0/+6
2012-12-11Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown-1/+1
2012-11-21regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi-0/+46
2012-11-21Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown-27/+38
2012-11-21Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm...Mark Brown-48/+108
2012-10-30regmap: core: Report registers in hex when we can't cacheMark Brown-1/+1
2012-10-25regmap: Fix printing of size_t variableFabio Estevam-1/+1
2012-10-17regmap: make lock/unlock functions customizableDavide Ciminaghi-27/+38
2012-10-15regmap: silence GCC warningPaul Bolle-1/+1
2012-10-15regmap: Split raw writes that cross window boundariesMark Brown-2/+24
2012-10-15regmap: Make return code checks consistentMark Brown-5/+5
2012-10-15regmap: Factor range lookup out of page selectionMark Brown-40/+51
2012-10-15regmap: Provide debugfs read of register rangesMark Brown-0/+1
2012-10-15regmap: Allow ranges to be namedMark Brown-0/+1
2012-10-15regmap: When we sanity check during range adds say what errors we findMark Brown-4/+29
2012-10-15regmap: Rename n_ranges to num_rangesMark Brown-2/+2
2012-08-04regmap: Don't lock in regmap_reinit_cache()Dimitris Papastamos-9/+4
2012-07-22Merge branches 'regmap-core', 'regmap-irq' and 'regmap-page' into regmap-nextMark Brown-15/+211
2012-07-06regmap: Add hook for printk logging for debugging during early initMark Brown-0/+23
2012-06-19regmap: Fix work_buf switching for page update during virtual range access.Krystian Garbaciak-2/+3
2012-06-17regmap: Add support for register indirect addressing.Krystian Garbaciak-5/+196
2012-06-17regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak-8/+14
2012-06-08regmap: Export regmap_reinit_cache()Mark Brown-0/+1
2012-06-03regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam-2/+2