aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-mmio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-05-13Merge remote-tracking branches 'regmap/fix/be', 'regmap/fix/doc' and 'regmap/fix/spmi' into regmap-linusMark Brown1-1/+3
2016-03-31regmap: mmio: Explicitly say little endian is the defualt in the bus configMark Brown1-0/+1
2016-03-30regmap: mmio: Parse endianness definitions from DTMark Brown1-1/+3
2016-03-23regmap: mmio: Fix value endianness selectionMark Brown1-1/+1
2016-01-27regmap: mmio: Convert to regmap_bus and fix accessor usageMark Brown1-120/+139
2015-12-08regmap: mmio: Add regmap_mmio_get_min_strideXiubo Li1-19/+30
2015-12-08regmap: mmio: remove the useless codeXiubo Li1-1/+0
2015-11-16regmap-mmio: Use native endianness for read/writeSimon Arlott1-8/+8
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat1-23/+0
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat1-10/+17
2014-06-02Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap/topic/mmio' and 'regmap/topic/rbtree' into regmap-nextMark Brown1-5/+24
2014-05-26regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel1-3/+3
2014-04-14regmap: mmio: Fix the bug of 'offset' value parsing.Xiubo Li1-5/+24
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-03-28regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li1-2/+18
2014-03-27regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li1-3/+21
2014-03-27regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li1-3/+13
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-11-26regmap: use IS_ERR() to check clk_get() resultsStephen Warren1-5/+6
2013-02-14regmap: mmio: add register clock supportPhilipp Zabel1-13/+66
2012-07-18regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos1-1/+1
2012-06-13regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin1-1/+1
2012-06-03regmap: mmio: request native endian formattingStephen Warren1-8/+18
2012-04-10regmap: implement register stridingStephen Warren1-0/+13
2012-04-07regmap: mmio: remove some error checks now in the coreStephen Warren1-6/+0
2012-04-07regmap: mmio: convert some error returns to BUG()Stephen Warren1-8/+8
2012-04-06regmap: add MMIO bus supportStephen Warren1-0/+217