summaryrefslogtreecommitdiff
path: root/drivers/base/regmap
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-12-11regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li
2014-12-11regmap: mmio: Fix the bug of 'offset' value parsing.Xiubo Li
2014-12-11regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li
2014-12-11regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li
2014-04-07Rewind v3.13-rc3+ (78fd82238d0e5716) to v3.12Scott Wood
2013-10-28Merge remote-tracking branch 'regmap/topic/spmi' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/multi' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/field' into regmap-nextMark Brown
2013-10-28Merge remote-tracking branch 'regmap/topic/core' into regmap-nextMark Brown
2013-10-28regmap: add SPMI supportJosh Cartwright
2013-10-24regmap: debugfs: Fix a boot time crash with early regmap initTero Kristo
2013-10-22regmap: irq: clear status when disable irqYi Zhang
2013-10-14regmap: Only send a single buffer for async I/O if writing one registerMark Brown
2013-10-14regmap: spi: Handle async writes of only one bufferMark 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 during cache syncMark 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-09-03Merge tag 'driver-core-3.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-09-03Merge tag 'regmap-v3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds
2013-08-31Merge remote-tracking branch 'regmap/topic/sparse' into regmap-nextMark Brown
2013-08-31Merge remote-tracking branch 'regmap/topic/rbtree' 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-31Merge remote-tracking branch 'regmap/topic/irq' into regmap-nextMark Brown
2013-08-31Merge remote-tracking branch 'regmap/topic/cache' into regmap-nextMark Brown
2013-08-29regmap: rbtree: Make cache_present bitmap per nodeLars-Peter Clausen
2013-08-29regmap: rbtree: Reduce number of nodes, take 2Lars-Peter Clausen
2013-08-29regmap: rbtree: Simplify adjacent node look-upLars-Peter Clausen
2013-08-29Merge remote-tracking branch 'regmap/topic/cache' into regmap-rbtreeMark Brown
2013-08-28regmap: debugfs: Fix continued read from registers fileLars-Peter Clausen
2013-08-27regcache-rbtree: Fix reg_stride != 1Lars-Peter Clausen
2013-08-21regmap: rbtree: Fix overlapping rbnodes.David Jander
2013-08-16regmap: Allow multiple patches to be registeredMark Brown