summaryrefslogtreecommitdiffstats
path: root/drivers/base/regmap/regmap-i2c.c
Commit message (Expand)AuthorAgeFilesLines
* regmap: add proper SPDX identifiers on files that did not have them.Greg Kroah-Hartman2019-04-251-11/+7Star
* regmap-i2c: Off by one in regmap_i2c_smbus_i2c_read/write()Dan Carpenter2018-02-081-4/+0Star
* regmap-i2c: Use i2c block command only if register value width is 8 bitGuenter Roeck2016-06-221-1/+1
*-. Merge remote-tracking branches 'regmap/topic/lockdep' and 'regmap/topic/seq-d...Mark Brown2015-09-041-27/+14Star
|\ \
| * | regmap: Move documentation to regmap.hNicolas Boichat2015-08-111-19/+0Star
| * | regmap: Use different lockdep class for each regmap init callNicolas Boichat2015-08-071-8/+14
| |/
* / regmap-i2c: Add smbus i2c block supportMarkus Pargmann2015-08-301-0/+49
|/
* regmap: Fix i2c word access when using SMBus access functionsGuenter Roeck2015-02-041-1/+45
* regmap: add DT endianness binding support.Xiubo Li2014-08-161-0/+2
* regmap: i2c: fallback to SMBus if the adapter does not support standard I2CBoris BREZILLON2014-04-221-2/+102
* drivers/base: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-02-141-1/+0Star
* i2c: Split I2C_M_NOSTART support out of I2C_FUNC_PROTOCOL_MANGLINGMark Brown2012-05-301-1/+1
* regmap: introduce explicit bus_context for bus callbacksStephen Warren2012-04-061-5/+8
* regmap: Implement managed regmap_init()Mark Brown2012-01-301-0/+17
* regmap: Remove redundant owner field from the bus type structMark Brown2011-09-051-1/+0Star
* Merge branch 'regmap-linus' into regmap-nextMark Brown2011-08-121-0/+1
|\
| * regmap: Specify a module licenseStephen Warren2011-08-121-0/+1
* | regmap: Remove unused type and list fields from bus interfaceMark Brown2011-08-091-1/+0Star
|/
* regmap: Add I2C bus supportMark Brown2011-07-231-0/+115