summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)AuthorLines
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-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-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
2012-06-03regmap: clean up debugfs if regmap_init failsStephen Warren-2/+3
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren-11/+90
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown-34/+193
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown-1/+3
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan-1/+3
2012-05-08regmap: Implement dev_get_regmap()Mark Brown-1/+60
2012-04-30regmap: Devices using format_write don't support bulk operationsMark Brown-0/+3
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam-4/+36
2012-04-30regmap: Cache single values read from the chipMark Brown-0/+3