]> git.kernelconcepts.de Git - karo-tx-uboot.git/history - drivers/i2c
nand: lpc32xx: add SLC NAND controller support
[karo-tx-uboot.git] / drivers / i2c /
2015-09-10 Simon Glasscros_ec: Support the LDO access method used by spring
2015-09-10 Simon Glassdm: cros_ec: Convert the I2C tunnel code to use driver...
2015-09-10 Simon Glassexynos: i2c: Tidy up the driver model code
2015-09-10 Simon Glassexynos: i2c: Fix code style with ReadWriteByte()
2015-09-10 Simon Glassi2c: Add a mux for GPIO-based I2C bus arbitration
2015-09-10 Simon Glassdm: i2c: Add support for multiplexed I2C buses
2015-09-10 Simon Glassdm: i2c: Add a function to transfer messages
2015-09-10 Simon Glassdm: i2c: Add a message debug function
2015-09-09 Thierry Redingi2c: tegra: Build warning fixes for 64-bit
2015-09-09 Simon Glassexynos: i2c: Correct bug in pinmux selection
2015-09-09 Albert ARIBAUD ... i2c: fix vf610 support
2015-09-08 Simon Glassdm: i2c: Add compatibility functions for dm_i2c_reg_rea...
2015-09-08 Masahiro YamadaARM: UniPhier: update the vendor name of UniPhier in...
2015-09-08 Masahiro YamadaARM: UniPhier: replace <asm/io.h> with <linux/io.h>
2015-09-08 Hannes Schmelzercosmetic: change Author/MAINTAINER Name from Petermaier...
2015-09-08 Heiko Schocheri2c, mxc: rework i2c base address names for different...
2015-09-08 Heiko Schocherarm, imx6, i2c: add I2C4 for MX6DL
2015-09-08 Przemyslaw Marczaksandbox: i2c: search child emul dev and check its uclass id
2015-09-08 Peng Fani2c: mxc: refactor i2c driver and support dm
2015-09-08 Simon Glassdm: i2c: Add a function to find out the chip offset...
2015-09-08 Marek Vasuti2c: s3c: Implant support for S3C2440
2015-09-08 Axel Lindm: i2c-gpio: Remove redundant dm_gpio_set_value()...
2015-09-08 Simon Glassdm: i2c: Add an explicit test mode to the sandbox I2C...
2015-09-08 Simon Glassdm: i2c: Add functions to read and write a register
2015-09-08 Simon Glassdm: i2c: sandbox: Add debugging to the speed limit
2015-09-08 York Sundriver/i2c/mxc: Enable I2C bus 3 and 4
2015-09-08 Simon Glasssandbox: Move CONFIG_SYS_I2C_SANDBOX to Kconfig
2015-09-08 Simon Glassdm: core: Rename driver data function to dev_get_driver...
2015-09-08 Przemyslaw Marczakdm: i2c: add i2c-gpio driver
2015-09-08 Przemyslaw MarczakKconfig: i2c: fix help message related to dm i2c
2015-09-08 Joe Hershbergercommon: Make sure arch-specific map_sysmem() is defined
2015-09-08 Simon Glassdm: core: Add dev_get_uclass_priv() to access uclass...
2015-09-08 Paul Kocialkowskii2c: mvtwsi: Support for up to 4 different controllers
2015-09-01 Heiko Schocheri2c, mxc: rework i2c base address names for different...
2015-09-01 Heiko Schocherarm, imx6, i2c: add I2C4 for MX6DL
2015-09-01 Albert ARIBAUD ... lpc32xx: i2c: add LPC32xx I2C interface support
2015-09-01 Stefan Roesei2c: mvtwsi: Fix problem with baud rate calculation
2015-09-01 Rob Herringmv_i2c: fix warnings on 64-bit builds
2015-09-01 Masahiro YamadaARM: UniPhier: adjust device trees for business transfer
2015-09-01 Simon Glassdm: i2c: Add a missing memory allocaton check
2015-09-01 Simon Glassdm: Move CONFIG_I2C_COMPAT to Kconfig
2015-09-01 Simon Glassdm: Expand and complete Kconfig in drivers/
2015-09-01 Simon Glassdm: i2c: Make API accessible even without CONFIG_DM
2015-09-01 Simon Glassdm: i2c: Add a dm_ prefix to driver model bus speed...
2015-09-01 Przemyslaw Marczaki2c: s3c24x0: reduce transmission status timeout
2015-08-24 Lothar WaßmannMerge branch 'karo-tx-uboot' into kc-merge
2015-06-26 Lothar Waßmannconfig: rename CONFIG_MX* to CONFIG_SOC_MX*
2015-03-09 Lothar Waßmannupdate to 2015.04-rc1
2015-03-04 Lothar Waßmannkaro: merge with Ka-Ro specific tree for secure boot...
2015-02-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ti
2015-02-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-blackfin
2015-02-02 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sunxi
2015-01-31 Tom RiniMerge branch 'patman' of git://git.denx.de/u-boot-x86
2015-01-31 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-net
2015-01-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mips
2015-01-30 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-dm
2015-01-30 Simon Glassdm: i2c: Add two more I2C init functions to the compati...
2015-01-30 Simon Glassdm: i2c: dts: Support an offset-len device tree property
2015-01-30 Przemyslaw Marczakdm: i2c: s3c24x0: adjust to dm-i2c api
2015-01-30 Przemyslaw Marczakdm: i2c-uclass-compat: fix missed argument
2015-01-30 Simon Glassdm: i2c: Move slave details to child platdata
2015-01-30 Simon Glassdm: core: Add a flag to control sequence numbering
2015-01-30 Simon Glassdm: i2c: Provide an offset length parameter where needed
2015-01-30 Simon Glassdm: i2c: Add a compatbility layer
2015-01-30 Simon Glassdm: i2c: Rename driver model I2C functions to permit...
2015-01-30 Masahiro Yamadai2c: UniPhier: add driver for UniPhier FIFO-builtin...
2015-01-30 Masahiro Yamadai2c: UniPhier: add driver for UniPhier i2c controller
2015-01-30 Masahiro Yamadai2c: add CONFIG_DM_I2C to Kconfig
2015-01-14 Tom RiniMerge branch 'buildman' of git://git.denx.de/u-boot-x86
2015-01-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-spi
2015-01-08 Peng Fani2c:mxc fix array size of i2c_data
2014-12-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2014-12-16 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-socfpga
2014-12-12 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mmc
2014-12-12 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-12-11 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-usb
2014-12-11 Simon Glassdm: i2c: tegra: Convert to driver model
2014-12-11 Simon Glassdm: i2c: Add a sandbox I2C driver
2014-12-11 Simon Glassdm: i2c: Add I2C emulation driver for sandbox
2014-12-11 Simon Glassdm: i2c: Add a uclass for I2C
2014-12-10 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2014-12-10 Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
2014-12-08 Tom RiniMerge git://git.denx.de/u-boot-mpc85xx
2014-12-08 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ti
2014-12-08 Tom RiniMerge git://git.denx.de/u-boot-i2c
2014-12-08 Mark Tomlinsoni2c: Correct spelling error
2014-12-08 Mark Tomlinsoni2c: Fix deselection of muxes
2014-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-fsl...
2014-11-26 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-mpc85xx
2014-11-26 Tom RiniMerge branch 'master' of http://git.denx.de/u-boot...
2014-11-26 Tom RiniMerge git://git.denx.de/u-boot-fdt
2014-11-24 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-arm
2014-11-24 Tom RiniMerge branch 'master' of git://www.denx.de/git/u-boot-imx
2014-11-24 Tom RiniMerge git://git.denx.de/u-boot-dm
2014-11-24 Tom RiniMerge git://git.denx.de/u-boot-x86
2014-11-23 Masahiro Yamadalinux/kernel.h: sync min, max, min3, max3 macros with...
2014-11-20 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-ubi
2014-11-20 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-i2c
2014-11-17 Tom RiniMerge branch 'master' of git://git.denx.de/u-boot-sh
2014-11-17 Tom RiniMerge branch 'rmobile' of git://git.denx.de/u-boot-sh
next