aboutsummaryrefslogtreecommitdiff
path: root/drivers/base/regmap/regmap-spi.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-16regmap: add DT endianness binding support.Gravatar Xiubo Li 1-0/+2
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2013-10-14regmap: spi: Handle async writes of only one bufferGravatar Mark Brown 1-1/+2
2013-02-05regmap: spi: Handle allocation failures gracefullyGravatar Mark Brown 1-0/+2
2013-01-29regmap: spi: Support asynchronous I/O for SPIGravatar Mark Brown 1-0/+52
2012-04-06regmap: introduce explicit bus_context for bus callbacksGravatar Stephen Warren 1-5/+8
2012-01-30regmap: Implement managed regmap_init()Gravatar Mark Brown 1-0/+17
2011-10-25Merge branch 'for-linus' of git://opensource.wolfsonmicro.com/regmapGravatar Linus Torvalds 1-2/+0
2011-09-05regmap: Remove redundant owner field from the bus type structGravatar Mark Brown 1-1/+0
2011-08-15regmap: using module facilities requires module.hGravatar Stephen Rothwell 1-0/+1
2011-08-12Merge branch 'regmap-linus' into regmap-nextGravatar Mark Brown 1-0/+2
2011-08-12regmap: Specify a module licenseGravatar Stephen Warren 1-0/+2
2011-08-10regmap: Remove unused type and list fields from bus interfaceGravatar Mark Brown 1-1/+0
2011-07-23regmap: Add SPI bus supportGravatar Mark Brown 1-0/+72