| Commit message (Expand) | Author | Age | Files | Lines |
* | arm: Remove unused ST-Ericsson u8500 arch | Stefan Roese | 2015-09-15 | 3 | -780/+0 |
* | rockchip: Add I2C driver | Simon Glass | 2015-09-02 | 3 | -0/+401 |
* | dm: Use dev_get_addr() where possible | Simon Glass | 2015-08-31 | 2 | -5/+3 |
* | of: clean up OF_CONTROL ifdef conditionals | Masahiro Yamada | 2015-08-18 | 1 | -2/+2 |
* | i2c: lpc32xx: correct sanity check for requested bus speed | Vladimir Zapolskiy | 2015-08-18 | 1 | -11/+11 |
* | i2c: lpc32xx: add support for OTG I2C | Sylvain Lemieux | 2015-08-18 | 1 | -3/+17 |
* | i2c: lpc32xx: fix write timeout | Sylvain Lemieux | 2015-08-17 | 1 | -0/+2 |
* | i2c: lpc32xx: fix read timeout | Sylvain Lemieux | 2015-08-17 | 1 | -5/+5 |
* | i2c: lpc32xx: use api to get hclk instead of fix value | Sylvain Lemieux | 2015-08-17 | 1 | -1/+1 |
* | drivers: hierarchize drivers Kconfig menu | Masahiro Yamada | 2015-08-12 | 1 | -0/+8 |
* | cros_ec: Support the LDO access method used by spring | Simon Glass | 2015-08-05 | 3 | -0/+91 |
* | dm: cros_ec: Convert the I2C tunnel code to use driver model | Simon Glass | 2015-08-05 | 3 | -0/+53 |
* | exynos: i2c: Tidy up the driver model code | Simon Glass | 2015-08-05 | 1 | -36/+103 |
* | exynos: i2c: Fix code style with ReadWriteByte() | Simon Glass | 2015-08-05 | 1 | -7/+7 |
* | i2c: Add a mux for GPIO-based I2C bus arbitration | Simon Glass | 2015-08-05 | 3 | -0/+157 |
* | dm: i2c: Add support for multiplexed I2C buses | Simon Glass | 2015-08-05 | 5 | -0/+216 |
* | dm: i2c: Add a function to transfer messages | Simon Glass | 2015-08-05 | 1 | -0/+11 |
* | dm: i2c: Add a message debug function | Simon Glass | 2015-08-05 | 1 | -0/+16 |
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-08-02 | 1 | -1/+2 |
|\ |
|
| * | Merge branch 'master' of git://git.denx.de/u-boot | Stefano Babic | 2015-07-17 | 1 | -1/+1 |
| |\ |
|
| * | | i2c: fix vf610 support | Albert ARIBAUD \(3ADEV\) | 2015-07-10 | 1 | -1/+2 |
* | | | i2c: tegra: Build warning fixes for 64-bit | Thierry Reding | 2015-07-27 | 1 | -2/+2 |
| |/
|/| |
|
* | | exynos: i2c: Correct bug in pinmux selection | Simon Glass | 2015-07-10 | 1 | -1/+1 |
|/ |
|
* | dm: i2c: Add compatibility functions for dm_i2c_reg_read/write() | Simon Glass | 2015-06-10 | 1 | -0/+21 |
* | Merge branch 'master' of git://git.denx.de/u-boot-uniphier | Tom Rini | 2015-05-30 | 3 | -11/+7 |
|\ |
|
| * | ARM: UniPhier: update the vendor name of UniPhier in Kconfig | Masahiro Yamada | 2015-05-31 | 1 | -3/+3 |
| * | ARM: UniPhier: replace <asm/io.h> with <linux/io.h> | Masahiro Yamada | 2015-05-31 | 2 | -8/+4 |
* | | cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer | Hannes Schmelzer | 2015-05-28 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of git://www.denx.de/git/u-boot-imx | Tom Rini | 2015-05-26 | 1 | -22/+24 |
|\ |
|
| * | i2c, mxc: rework i2c base address names for different SoCs | Heiko Schocher | 2015-05-26 | 1 | -25/+24 |
| * | arm, imx6, i2c: add I2C4 for MX6DL | Heiko Schocher | 2015-05-26 | 1 | -0/+3 |
* | | Merge git://git.denx.de/u-boot-samsung | Tom Rini | 2015-05-18 | 1 | -5/+5 |
|\ \
| |/
|/| |
|
| * | i2c: s3c: Implant support for S3C2440 | Marek Vasut | 2015-05-06 | 1 | -5/+5 |
* | | sandbox: i2c: search child emul dev and check its uclass id | Przemyslaw Marczak | 2015-05-14 | 1 | -3/+17 |
* | | i2c: mxc: refactor i2c driver and support dm | Peng Fan | 2015-05-14 | 1 | -185/+396 |
* | | dm: i2c: Add a function to find out the chip offset length | Simon Glass | 2015-05-14 | 1 | -0/+7 |
* | | dm: i2c-gpio: Remove redundant dm_gpio_set_value() call | Axel Lin | 2015-05-05 | 1 | -6/+7 |
* | | dm: i2c: Add an explicit test mode to the sandbox I2C driver | Simon Glass | 2015-05-05 | 1 | -11/+23 |
* | | dm: i2c: Add functions to read and write a register | Simon Glass | 2015-05-05 | 1 | -0/+19 |
* | | dm: i2c: sandbox: Add debugging to the speed limit | Simon Glass | 2015-05-05 | 1 | -1/+3 |
|/ |
|
* | driver/i2c/mxc: Enable I2C bus 3 and 4 | York Sun | 2015-04-23 | 1 | -3/+14 |
* | sandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig | Simon Glass | 2015-04-18 | 1 | -0/+30 |
* | dm: core: Rename driver data function to dev_get_driver_data() | Simon Glass | 2015-04-18 | 2 | -4/+4 |
* | dm: i2c: add i2c-gpio driver | Przemyslaw Marczak | 2015-04-18 | 3 | -0/+356 |
* | Kconfig: i2c: fix help message related to dm i2c | Przemyslaw Marczak | 2015-04-18 | 1 | -10/+7 |
* | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger | 2015-04-18 | 2 | -0/+2 |
* | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass | 2015-04-16 | 2 | -4/+4 |
* | i2c: mvtwsi: Support for up to 4 different controllers | Paul Kocialkowski | 2015-04-15 | 1 | -29/+99 |
* | lpc32xx: i2c: add LPC32xx I2C interface support | Albert ARIBAUD \(3ADEV\) | 2015-04-10 | 2 | -0/+250 |
* | i2c: mvtwsi: Fix problem with baud rate calculation | Stefan Roese | 2015-03-18 | 1 | -8/+9 |