summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* rockchip: Add I2C driverSimon Glass2015-09-023-0/+401
* dm: Use dev_get_addr() where possibleSimon Glass2015-08-312-5/+3
* of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada2015-08-181-2/+2
* i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy2015-08-181-11/+11
* i2c: lpc32xx: add support for OTG I2CSylvain Lemieux2015-08-181-3/+17
* i2c: lpc32xx: fix write timeoutSylvain Lemieux2015-08-171-0/+2
* i2c: lpc32xx: fix read timeoutSylvain Lemieux2015-08-171-5/+5
* i2c: lpc32xx: use api to get hclk instead of fix valueSylvain Lemieux2015-08-171-1/+1
* drivers: hierarchize drivers Kconfig menuMasahiro Yamada2015-08-121-0/+8
* cros_ec: Support the LDO access method used by springSimon Glass2015-08-053-0/+91
* dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass2015-08-053-0/+53
* exynos: i2c: Tidy up the driver model codeSimon Glass2015-08-051-36/+103
* exynos: i2c: Fix code style with ReadWriteByte()Simon Glass2015-08-051-7/+7
* i2c: Add a mux for GPIO-based I2C bus arbitrationSimon Glass2015-08-053-0/+157
* dm: i2c: Add support for multiplexed I2C busesSimon Glass2015-08-055-0/+216
* dm: i2c: Add a function to transfer messagesSimon Glass2015-08-051-0/+11
* dm: i2c: Add a message debug functionSimon Glass2015-08-051-0/+16
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-08-021-1/+2
|\
| * Merge branch 'master' of git://git.denx.de/u-bootStefano Babic2015-07-171-1/+1
| |\
| * | i2c: fix vf610 supportAlbert ARIBAUD \(3ADEV\)2015-07-101-1/+2
* | | i2c: tegra: Build warning fixes for 64-bitThierry Reding2015-07-271-2/+2
| |/ |/|
* | exynos: i2c: Correct bug in pinmux selectionSimon Glass2015-07-101-1/+1
|/
* dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()Simon Glass2015-06-101-0/+21
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-05-303-11/+7
|\
| * ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada2015-05-311-3/+3
| * ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada2015-05-312-8/+4
* | cosmetic: change Author/MAINTAINER Name from Petermaier to SchmelzerHannes Schmelzer2015-05-281-1/+1
|/
* Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini2015-05-261-22/+24
|\
| * i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher2015-05-261-25/+24
| * arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher2015-05-261-0/+3
* | Merge git://git.denx.de/u-boot-samsungTom Rini2015-05-181-5/+5
|\ \ | |/ |/|
| * i2c: s3c: Implant support for S3C2440Marek Vasut2015-05-061-5/+5
* | sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak2015-05-141-3/+17
* | i2c: mxc: refactor i2c driver and support dmPeng Fan2015-05-141-185/+396
* | dm: i2c: Add a function to find out the chip offset lengthSimon Glass2015-05-141-0/+7
* | dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin2015-05-051-6/+7
* | 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
OpenPOWER on IntegriCloud