aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-mmio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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