summaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap.c
AgeCommit message (Expand)Author
2015-02-13Merge branch 'rtmerge'Scott Wood
2015-02-13Reset to 3.12.37Scott Wood
2014-12-11regmap: fix NULL pointer dereference in regmap_get_val_endianPankaj Dubey
2014-12-11Split regmap_get_endian() in two functionsXiubo Li
2014-12-11regmap: of_regmap_get_endian() cleanupStephen Warren
2014-12-11regmap: Fix DT endianess parsing logicJavier Martinez Canillas
2014-12-11regmap: add DT endianness binding support.Xiubo Li
2014-12-11regmap: implement LE formatting/parsing for 16/32-bit values.Xiubo Li
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-10-28Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown
2013-10-14regmap: Only send a single buffer for async I/O if writing one registerMark Brown
2013-10-14regmap: new API regmap_multi_reg_write() definitionAnthony Olech
2013-10-10Merge remote-tracking branch 'regmap/fix/core' into regmap-asyncMark Brown
2013-10-10regmap: Use async I/O for patch applicationMark Brown
2013-10-09regmap: Fix regmap_bulk_write single-rw mutex deadlockAnthony Olech
2013-10-09regmap: Provide asynchronous write and update bits operationsMark Brown
2013-10-09regmap: Simplify the initiation of async I/OMark Brown
2013-10-09regmap: Don't generate gather writes for single register raw writesMark Brown
2013-10-07regmap: Cache async work structuresMark Brown
2013-09-17regmap: Add regmap_fields APIsKuninori Morimoto
2013-09-16regmap: add regmap_field_update_bits()Kuninori Morimoto
2013-08-31Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown
2013-08-31Merge remote-tracking branch 'regmap/topic/range' into regmap-nextMark Brown
2013-08-31Merge remote-tracking branch 'regmap/topic/patch' into regmap-nextMark Brown
2013-08-16regmap: Allow multiple patches to be registeredMark Brown
2013-08-09regmap: regcache: allow read-only regs to be cachedIonut Nicu
2013-08-06regmap: core: allow a virtual range to cover its own data windowPhilipp Zabel
2013-07-16regmap: Provide __acquires/__releases annotationsFabio Estevam
2013-07-15Merge tag 'regmap-v3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2013-07-04regmap: cache: bail in regmap_async_complete() for bus-less mapsDaniel Mack
2013-06-30Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown
2013-06-30Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2013-06-12regmap: Add regmap_field APIsSrinivas Kandagatla
2013-06-03regmap: core: Cache all registers by default when cache is enabledMark Brown
2013-05-25regmap: Make regmap-mmio usable from atomic contextsLars-Peter Clausen
2013-05-12regmap: Make regmap_check_range_table() a public APIMark Brown
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