aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-i2c.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-25regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman1-11/+7
2018-02-08regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()Dan Carpenter1-4/+0
2016-06-22regmap-i2c: Use i2c block command only if register value width is 8 bitGuenter Roeck1-1/+1
2015-09-04Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-delay' into regmap-nextMark Brown1-27/+14
2015-08-30regmap-i2c: Add smbus i2c block supportMarkus Pargmann1-0/+49
2015-08-11regmap: Move documentation to regmap.hNicolas Boichat1-19/+0
2015-08-07regmap: Use different lockdep class for each regmap init callNicolas Boichat1-8/+14
2015-02-04regmap: Fix i2c word access when using SMBus access functionsGuenter Roeck1-1/+45
2014-08-16regmap: add DT endianness binding support.Xiubo Li1-0/+2
2014-04-22regmap: i2c: fallback to SMBus if the adapter does not support standard I2CBoris BREZILLON1-2/+102
2014-02-14drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2012-05-30i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown1-1/+1
2012-04-06regmap: introduce explicit bus_context for bus callbacksStephen Warren1-5/+8
2012-01-30regmap: Implement managed regmap_init()Mark Brown1-0/+17
2011-09-05regmap: Remove redundant owner field from the bus type structMark Brown1-1/+0
2011-08-12Merge branch 'regmap-linus' into regmap-nextMark Brown1-0/+1
2011-08-12regmap: Specify a module licenseStephen Warren1-0/+1
2011-08-10regmap: Remove unused type and list fields from bus interfaceMark Brown1-1/+0
2011-07-23regmap: Add I2C bus supportMark Brown1-0/+115