aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2015-11-23i2c, avr32: fix compiler warning "input is not relaxable"Heiko Schocher1-1/+1
2015-11-19Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-11-12i2c: soft_i2c: Fix bus indizesDirk Eibach1-10/+10
2015-11-12hrcon: Add fan controllersDirk Eibach1-0/+28
2015-11-12hrcon: Add support for the DH variantDirk Eibach1-0/+28
2015-11-12i2c: ihs_i2c: Fix hold_bus controlDirk Eibach1-1/+1
2015-11-12i2c: ihs_i2c: Use macro bestpracticesDirk Eibach1-10/+14
2015-11-12i2c: ihs_i2c: Dual channel supportDirk Eibach1-13/+63
2015-10-30Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriqTom Rini1-2/+2
2015-10-29armv8/fsl_lsch3: Change arch to fsl-layerscapeMingkai Hu1-2/+2
2015-10-28i2c: Instantiate I2C controllers when selectedMichal Simek1-0/+4
2015-10-02I2C: mxc_i2c: make I2C1 and I2C2 optionalAlbert ARIBAUD \\(3ADEV\\)1-0/+6
2015-09-15arm: Remove unused ST-Ericsson u8500 archStefan Roese3-780/+0
2015-09-02rockchip: Add I2C driverSimon Glass3-0/+401
2015-08-31dm: Use dev_get_addr() where possibleSimon Glass2-5/+3
2015-08-18of: clean up OF_CONTROL ifdef conditionalsMasahiro Yamada1-2/+2
2015-08-18i2c: lpc32xx: correct sanity check for requested bus speedVladimir Zapolskiy1-11/+11
2015-08-18i2c: lpc32xx: add support for OTG I2CSylvain Lemieux1-3/+17
2015-08-17i2c: lpc32xx: fix write timeoutSylvain Lemieux1-0/+2
2015-08-17i2c: lpc32xx: fix read timeoutSylvain Lemieux1-5/+5
2015-08-17i2c: lpc32xx: use api to get hclk instead of fix valueSylvain Lemieux1-1/+1
2015-08-12drivers: hierarchize drivers Kconfig menuMasahiro Yamada1-0/+8
2015-08-05cros_ec: Support the LDO access method used by springSimon Glass3-0/+91
2015-08-05dm: cros_ec: Convert the I2C tunnel code to use driver modelSimon Glass3-0/+53
2015-08-05exynos: i2c: Tidy up the driver model codeSimon Glass1-36/+103
2015-08-05exynos: i2c: Fix code style with ReadWriteByte()Simon Glass1-7/+7
2015-08-05i2c: Add a mux for GPIO-based I2C bus arbitrationSimon Glass3-0/+157
2015-08-05dm: i2c: Add support for multiplexed I2C busesSimon Glass5-0/+216
2015-08-05dm: i2c: Add a function to transfer messagesSimon Glass1-0/+11
2015-08-05dm: i2c: Add a message debug functionSimon Glass1-0/+16
2015-08-02Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-1/+2
2015-07-27i2c: tegra: Build warning fixes for 64-bitThierry Reding1-2/+2
2015-07-17Merge branch 'master' of git://git.denx.de/u-bootStefano Babic1-1/+1
2015-07-10exynos: i2c: Correct bug in pinmux selectionSimon Glass1-1/+1
2015-07-10i2c: fix vf610 supportAlbert ARIBAUD \(3ADEV\)1-1/+2
2015-06-10dm: i2c: Add compatibility functions for dm_i2c_reg_read/write()Simon Glass1-0/+21
2015-05-30Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini3-11/+7
2015-05-31ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada1-3/+3
2015-05-31ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada2-8/+4
2015-05-28cosmetic: change Author/MAINTAINER Name from Petermaier to SchmelzerHannes Schmelzer1-1/+1
2015-05-26Merge branch 'master' of git://www.denx.de/git/u-boot-imxTom Rini1-22/+24
2015-05-26i2c, mxc: rework i2c base address names for different SoCsHeiko Schocher1-25/+24
2015-05-26arm, imx6, i2c: add I2C4 for MX6DLHeiko Schocher1-0/+3
2015-05-18Merge git://git.denx.de/u-boot-samsungTom Rini1-5/+5
2015-05-14sandbox: i2c: search child emul dev and check its uclass idPrzemyslaw Marczak1-3/+17
2015-05-14i2c: mxc: refactor i2c driver and support dmPeng Fan1-185/+396
2015-05-14dm: i2c: Add a function to find out the chip offset lengthSimon Glass1-0/+7
2015-05-06i2c: s3c: Implant support for S3C2440Marek Vasut1-5/+5
2015-05-05dm: i2c-gpio: Remove redundant dm_gpio_set_value() callAxel Lin1-6/+7
2015-05-05dm: i2c: Add an explicit test mode to the sandbox I2C driverSimon Glass1-11/+23