summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-mmio.c
AgeCommit message (Expand)AuthorLines
2014-06-02Merge remote-tracking branches 'regmap/topic/irq', 'regmap/topic/le', 'regmap...Mark Brown-5/+24
2014-05-26regmap: mmio: Fix regmap_mmio_write for uneven countsPhilipp Zabel-3/+3
2014-04-14regmap: mmio: Fix the bug of 'offset' value parsing.Xiubo Li-5/+24
2014-04-01Merge tag 'driver-core-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+0
2014-03-28regmap: mmio: Add regmap_mmio_regbits_check.Xiubo Li-2/+18
2014-03-27regmap: mmio: Add support for 1/2/8 bytes wide register address.Xiubo Li-3/+21
2014-03-27regmap: mmio: add regmap_mmio_{regsize, count}_check.Xiubo Li-3/+13
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2013-11-26regmap: use IS_ERR() to check clk_get() resultsStephen Warren-5/+6
2013-02-14regmap: mmio: add register clock supportPhilipp Zabel-13/+66
2012-07-18regmap: Fix incorrect arguments to kzalloc() callDimitris Papastamos-1/+1
2012-06-13regmap: mmio: Staticize regmap_mmio_gen_context()Axel Lin-1/+1
2012-06-03regmap: mmio: request native endian formattingStephen Warren-8/+18
2012-04-10regmap: implement register stridingStephen Warren-0/+13
2012-04-07regmap: mmio: remove some error checks now in the coreStephen Warren-6/+0
2012-04-07regmap: mmio: convert some error returns to BUG()Stephen Warren-8/+8
2012-04-06regmap: add MMIO bus supportStephen Warren-0/+217