summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-051-11/+23
* dm: i2c: Add functions to read and write a registerSimon Glass2015-05-051-0/+19
* dm: i2c: sandbox: Add debugging to the speed limitSimon Glass2015-05-051-1/+3
* driver/i2c/mxc: Enable I2C bus 3 and 4York Sun2015-04-231-3/+14
* sandbox: Move CONFIG_SYS_I2C_SANDBOX to KconfigSimon Glass2015-04-181-0/+30
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-182-4/+4
* dm: i2c: add i2c-gpio driverPrzemyslaw Marczak2015-04-183-0/+356
* Kconfig: i2c: fix help message related to dm i2cPrzemyslaw Marczak2015-04-181-10/+7
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-182-0/+2
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-162-4/+4
* i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski2015-04-151-29/+99
* lpc32xx: i2c: add LPC32xx I2C interface supportAlbert ARIBAUD \(3ADEV\)2015-04-102-0/+250
* i2c: mvtwsi: Fix problem with baud rate calculationStefan Roese2015-03-181-8/+9
* mv_i2c: fix warnings on 64-bit buildsRob Herring2015-03-181-1/+1
* ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2015-03-152-6/+8
* dm: i2c: Add a missing memory allocaton checkSimon Glass2015-03-051-0/+2
* dm: Move CONFIG_I2C_COMPAT to KconfigSimon Glass2015-02-191-0/+9
* dm: Expand and complete Kconfig in drivers/Simon Glass2015-02-121-2/+10
* dm: i2c: Make API accessible even without CONFIG_DMSimon Glass2015-02-123-16/+16
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-121-8/+3
* i2c: s3c24x0: reduce transmission status timeoutPrzemyslaw Marczak2015-02-121-2/+2
* dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass2015-01-291-2/+12
* dm: i2c: dts: Support an offset-len device tree propertySimon Glass2015-01-291-1/+2
* dm: i2c: s3c24x0: adjust to dm-i2c apiPrzemyslaw Marczak2015-01-291-43/+194
* dm: i2c-uclass-compat: fix missed argumentPrzemyslaw Marczak2015-01-291-1/+1
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-296-87/+39
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-291-0/+1
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-292-8/+10
* dm: i2c: Add a compatbility layerSimon Glass2015-01-292-0/+99
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-291-4/+5
* i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada2015-01-293-0/+388
* i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada2015-01-293-0/+248
* i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada2015-01-291-0/+6
* i2c:mxc fix array size of i2c_dataPeng Fan2015-01-081-11/+11
* dm: i2c: tegra: Convert to driver modelSimon Glass2014-12-111-247/+119
* dm: i2c: Add a sandbox I2C driverSimon Glass2014-12-112-1/+112
* dm: i2c: Add I2C emulation driver for sandboxSimon Glass2014-12-112-0/+15
* dm: i2c: Add a uclass for I2CSimon Glass2014-12-112-0/+467
* i2c: Correct spelling errorMark Tomlinson2014-12-081-3/+3
* i2c: Fix deselection of muxesMark Tomlinson2014-12-081-1/+1
* linux/kernel.h: sync min, max, min3, max3 macros with LinuxMasahiro Yamada2014-11-231-1/+1
* blackfin: convert to use CONFIG_SYS_I2C frameworkScott Jiang2014-11-171-142/+60
* adi_i2c: convert to use general io accessors.Scott Jiang2014-11-171-68/+77
* blackfin: rename bfin-twi_i2c driver to adi_i2cScott Jiang2014-11-172-5/+4
* i2c: rcar_i2c: Fix order of restart and clear statusNobuhiro Iwamatsu2014-11-101-2/+2
* drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100msShaveta Leekha2014-11-101-1/+1
* ppc4xx: Handle i2c stuck on combined xferDirk Eibach2014-11-101-0/+21
* ppc4xx: Fix i2c repeated startDirk Eibach2014-11-101-4/+5
* i2c: use __weakJeroen Hofstee2014-11-041-6/+2
* i2c: designware: Convert driver to multibus/multiadapter frameworkStefan Roese2014-10-292-167/+128
OpenPOWER on IntegriCloud