summaryrefslogtreecommitdiff
path: root/drivers/i2c
Commit message (Expand)AuthorAgeLines
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-05-30-11/+7
|\
| * ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada2015-05-31-3/+3
| * ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada2015-05-31-8/+4
* | cosmetic: change Author/MAINTAINER Name from Petermaier to SchmelzerHannes Schmelzer2015-05-28-1/+1
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-05-26-22/+24
|\
| * i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher2015-05-26-25/+24
| * arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher2015-05-26-0/+3
* | Merge git://git.denx.de/u-boot-samsungTom Rini2015-05-18-5/+5
|\ \ | |/ |/|
| * i2c: s3c: Implant support for S3C2440Marek Vasut2015-05-06-5/+5
* | sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak2015-05-14-3/+17
* | i2c: mxc: refactor i2c driver and support dmPeng Fan2015-05-14-185/+396
* | dm: i2c: Add a function to find out the chip offset lengthSimon Glass2015-05-14-0/+7
* | dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin2015-05-05-6/+7
* | dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass2015-05-05-11/+23
* | dm: i2c: Add functions to read and write a registerSimon Glass2015-05-05-0/+19
* | dm: i2c: sandbox: Add debugging to the speed limitSimon Glass2015-05-05-1/+3
|/
* driver/i2c/mxc: Enable I2C bus 3 and 4York Sun2015-04-23-3/+14
* sandbox: Move CONFIG_SYS_I2C_SANDBOX to KconfigSimon Glass2015-04-18-0/+30
* dm: core: Rename driver data function to dev_get_driver_data()Simon Glass2015-04-18-4/+4
* dm: i2c: add i2c-gpio driverPrzemyslaw Marczak2015-04-18-0/+356
* Kconfig: i2c: fix help message related to dm i2cPrzemyslaw Marczak2015-04-18-10/+7
* common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-18-0/+2
* dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-16-4/+4
* i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski2015-04-15-29/+99
* lpc32xx: i2c: add LPC32xx I2C interface supportAlbert ARIBAUD \(3ADEV\)2015-04-10-0/+250
* i2c: mvtwsi: Fix problem with baud rate calculationStefan Roese2015-03-18-8/+9
* mv_i2c: fix warnings on 64-bit buildsRob Herring2015-03-18-1/+1
* ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2015-03-15-6/+8
* dm: i2c: Add a missing memory allocaton checkSimon Glass2015-03-05-0/+2
* dm: Move CONFIG_I2C_COMPAT to KconfigSimon Glass2015-02-19-0/+9
* dm: Expand and complete Kconfig in drivers/Simon Glass2015-02-12-2/+10
* dm: i2c: Make API accessible even without CONFIG_DMSimon Glass2015-02-12-16/+16
* dm: i2c: Add a dm_ prefix to driver model bus speed functionsSimon Glass2015-02-12-8/+3
* i2c: s3c24x0: reduce transmission status timeoutPrzemyslaw Marczak2015-02-12-2/+2
* dm: i2c: Add two more I2C init functions to the compatibility layerSimon Glass2015-01-29-2/+12
* dm: i2c: dts: Support an offset-len device tree propertySimon Glass2015-01-29-1/+2
* dm: i2c: s3c24x0: adjust to dm-i2c apiPrzemyslaw Marczak2015-01-29-43/+194
* dm: i2c-uclass-compat: fix missed argumentPrzemyslaw Marczak2015-01-29-1/+1
* dm: i2c: Move slave details to child platdataSimon Glass2015-01-29-87/+39
* dm: core: Add a flag to control sequence numberingSimon Glass2015-01-29-0/+1
* dm: i2c: Provide an offset length parameter where neededSimon Glass2015-01-29-8/+10
* dm: i2c: Add a compatbility layerSimon Glass2015-01-29-0/+99
* dm: i2c: Rename driver model I2C functions to permit compatibilitySimon Glass2015-01-29-4/+5
* i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controllerMasahiro Yamada2015-01-29-0/+388
* i2c: UniPhier: add driver for UniPhier i2c controllerMasahiro Yamada2015-01-29-0/+248
* i2c: add CONFIG_DM_I2C to KconfigMasahiro Yamada2015-01-29-0/+6
* i2c:mxc fix array size of i2c_dataPeng Fan2015-01-08-11/+11
* dm: i2c: tegra: Convert to driver modelSimon Glass2014-12-11-247/+119
* dm: i2c: Add a sandbox I2C driverSimon Glass2014-12-11-1/+112
* dm: i2c: Add I2C emulation driver for sandboxSimon Glass2014-12-11-0/+15