summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
2013-01-22regmap: fix small typo in regmap_bulk_write commentNestor Ovroy
2012-12-11Merge remote-tracking branch 'regmap/topic/type' into regmap-nextMark 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: 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: 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-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-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
2012-06-17regmap: Move lock out from internal function _regmap_update_bits().Krystian Garbaciak
2012-06-07regmap: Export regmap_reinit_cache()Mark Brown
2012-06-03regmap: Fix the size calculation for map->format.buf_sizeFabio Estevam
2012-06-03regmap: clean up debugfs if regmap_init failsStephen Warren
2012-06-03regmap: allow busses to request formatting with specific endiannessStephen Warren
2012-05-13Merge branches 'regmap-core', 'regmap-stride', 'regmap-mmio' and 'regmap-irq'...Mark Brown
2012-05-12Merge tag 'regmap-3.4' into regmap-strideMark Brown
2012-05-09regmap: fix possible memory corruption in regmap_bulk_read()Laxman Dewangan
2012-05-08regmap: Implement dev_get_regmap()Mark Brown
2012-04-30regmap: Devices using format_write don't support bulk operationsMark Brown
2012-04-30regmap: Converts group operation into single read write operationsAshish Jangam
2012-04-30regmap: Cache single values read from the chipMark Brown
2012-04-10regmap: implement register stridingStephen Warren
2012-04-10Merge branches 'regmap-core', 'regmap-mmio' and 'regmap-naming' into regmap-s...Mark Brown
2012-04-10regmap: allow regmap instances to be namedStephen Warren
2012-04-07regmap: validate regmap_raw_read/write val_lenStephen Warren
2012-04-06regmap: introduce fast_io busses, and use a spinlock for themStephen Warren
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren
2012-04-01regmap: Use pad_bits and reg_bits when determining register format.Marc Reilly
2012-04-01regmap: Add support for device with 24 data bits.Marc Reilly
2012-03-14Merge remote-tracking branch 'regmap/topic/bulk' into regmap-nextMark Brown
2012-03-14Merge remote-tracking branch 'regmap/topic/introspection' into regmap-nextMark Brown
2012-03-14Merge remote-tracking branch 'regmap/topic/drivers' into regmap-nextMark Brown
2012-03-14Merge remote-tracking branches 'regmap/topic/core' and 'regmap/topic/devm' in...Mark Brown
2012-03-11regmap: Fix future missing prototype of devres_alloc() and friendsStephen Warren
2012-03-01regmap: delete unused module.h from drivers/base/regmap filesPaul Gortmaker
2012-02-21regmap: Support raw reads from cached registersMark Brown
2012-02-20Merge branch 'topic/patch' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Mark Brown
2012-02-20Merge branch 'topic/devm' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown