aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-14Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown1-12/+46
2013-02-14Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown1-47/+254
2013-02-14Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown1-0/+6
2013-02-05regmap: Export regmap_async_complete()Mark Brown1-0/+1
2013-02-04regmap: Export regmap_async_complete_cbAxel Lin1-0/+1
2013-02-04regmap: include linux/sched.h to fix buildStephen Warren1-0/+1
2013-01-29regmap: Add asynchronous I/O supportMark Brown1-10/+172
2013-01-29regmap: Add "no-bus" option for regmap APIAndrey Smirnov1-12/+46
2013-01-22regmap: fix small typo in regmap_bulk_write commentNestor Ovroy1-1/+1
2013-01-14regmap: Add provisions to have user-defined write operationAndrey Smirnov1-29/+54
2013-01-14regmap: Add provisions to have user-defined read operationAndrey Smirnov1-9/+26
2013-01-12regmap: Add support for 24 bit wide register addressesLars-Peter Clausen1-0/+6
2012-12-11Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark Brown1-1/+1
2012-11-21regmap: introduce tables for readable/writeable/volatile/precious checksDavide Ciminaghi1-0/+46
2012-11-21Merge branch 'topic/lock' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-tableMark Brown1-27/+38
2012-11-21Merge branches 'topic/core' and 'topic/range' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regmap into regmap-tableMark Brown1-48/+108
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: make lock/unlock functions customizableDavide Ciminaghi1-27/+38
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 Brown1-0/+1
2012-10-15regmap: Allow ranges to be namedMark Brown1-0/+1
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-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 Brown1-15/+211
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 Garbaciak1-5/+196
2012-06-17regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak1-8/+14
2012-06-08regmap: Export regmap_reinit_cache()Mark Brown1-0/+1
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
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren1-11/+90
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq' into regmap-nextMark Brown1-34/+193
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown1-1/+3
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan1-1/+3
2012-05-08regmap: Implement dev_get_regmap()Mark Brown1-1/+60
2012-04-30regmap: Devices using format_write don't support bulk operationsMark Brown1-0/+3
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam1-4/+36
2012-04-30regmap: Cache single values read from the chipMark Brown1-0/+3
2012-04-10regmap: implement register stridingStephen Warren1-4/+26
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-strideMark Brown1-36/+103
2012-04-10regmap: allow regmap instances to be namedStephen Warren1-2/+2
2012-04-07regmap: validate regmap_raw_read/write val_lenStephen Warren1-0/+6
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren1-17/+45
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren1-6/+13