summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
2017-10-06mfd: apalis-tk1-k20: clean-up and fix support for 0.10 k20 fwApalis-TK1_LXDE-Image_2.7b4-20171007Dominik Sliwa
2014-02-13regmap: cache: Add interface to change volatile attributeAlex Frid
2013-08-04regmap: cache: bail in regmap_async_complete() for bus-less mapsDaniel Mack
2013-04-16Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown
2013-04-16Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown
2013-04-16regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren
2013-04-16Merge tag 'v3.9-rc7' into regmap-cacheMark Brown
2013-04-09regmap: Back out work buffer fixMark Brown
2013-03-31Merge remote-tracking branch 'regmap/fix/async' into tmpMark Brown
2013-03-31Merge remote-tracking branch 'regmap/fix/core' into tmpMark Brown
2013-03-27regmap: async: Add missing returnMark Brown
2013-03-27regmap: core: Provide regmap_can_raw_write() operationMark Brown
2013-03-26regmap: core: Make raw write available to regcacheMark Brown
2013-03-26regmap: core: Warn on invalid operation combinationsMark Brown
2013-03-21regmap: don't corrupt work buffer in _regmap_raw_write()Stephen Warren
2013-03-12regmap: Initialize `map->debugfs' before regcacheDimitris Papastamos
2013-03-04regmap: core: Split out in place value parsingMark Brown
2013-03-04regmap: async: Add tracepoints for async I/OMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/no-bus' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/async' into regmap-nextMark Brown
2013-02-14Merge remote-tracking branch 'regmap/topic/24bit' into regmap-nextMark Brown
2013-02-05regmap: Export regmap_async_complete()Mark Brown
2013-02-04regmap: Export regmap_async_complete_cbAxel Lin
2013-02-04regmap: include linux/sched.h to fix buildStephen Warren
2013-01-29regmap: Add asynchronous I/O supportMark Brown
2013-01-29regmap: Add "no-bus" option for regmap APIAndrey Smirnov
2013-01-22regmap: fix small typo in regmap_bulk_write commentNestor Ovroy
2013-01-14regmap: Add provisions to have user-defined write operationAndrey Smirnov
2013-01-14regmap: Add provisions to have user-defined read operationAndrey Smirnov
2013-01-12regmap: Add support for 24 bit wide register addressesLars-Peter Clausen
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