Age | Commit message (Expand) | Author |
2015-04-18 | dm: core: Rename driver data function to dev_get_driver_data() | Simon Glass |
2015-04-18 | dm: i2c: add i2c-gpio driver | Przemyslaw Marczak |
2015-04-18 | Kconfig: i2c: fix help message related to dm i2c | Przemyslaw Marczak |
2015-04-18 | common: Make sure arch-specific map_sysmem() is defined | Joe Hershberger |
2015-04-16 | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass |
2015-04-15 | i2c: mvtwsi: Support for up to 4 different controllers | Paul Kocialkowski |
2015-04-10 | lpc32xx: i2c: add LPC32xx I2C interface support | Albert ARIBAUD \(3ADEV\) |
2015-03-18 | i2c: mvtwsi: Fix problem with baud rate calculation | Stefan Roese |
2015-03-18 | mv_i2c: fix warnings on 64-bit builds | Rob Herring |
2015-03-15 | ARM: UniPhier: adjust device trees for business transfer | Masahiro Yamada |
2015-03-05 | dm: i2c: Add a missing memory allocaton check | Simon Glass |
2015-02-19 | dm: Move CONFIG_I2C_COMPAT to Kconfig | Simon Glass |
2015-02-12 | dm: Expand and complete Kconfig in drivers/ | Simon Glass |
2015-02-12 | dm: i2c: Make API accessible even without CONFIG_DM | Simon Glass |
2015-02-12 | dm: i2c: Add a dm_ prefix to driver model bus speed functions | Simon Glass |
2015-02-12 | i2c: s3c24x0: reduce transmission status timeout | Przemyslaw Marczak |
2015-01-29 | dm: i2c: Add two more I2C init functions to the compatibility layer | Simon Glass |
2015-01-29 | dm: i2c: dts: Support an offset-len device tree property | Simon Glass |
2015-01-29 | dm: i2c: s3c24x0: adjust to dm-i2c api | Przemyslaw Marczak |
2015-01-29 | dm: i2c-uclass-compat: fix missed argument | Przemyslaw Marczak |
2015-01-29 | dm: i2c: Move slave details to child platdata | Simon Glass |
2015-01-29 | dm: core: Add a flag to control sequence numbering | Simon Glass |
2015-01-29 | dm: i2c: Provide an offset length parameter where needed | Simon Glass |
2015-01-29 | dm: i2c: Add a compatbility layer | Simon Glass |
2015-01-29 | dm: i2c: Rename driver model I2C functions to permit compatibility | Simon Glass |
2015-01-29 | i2c: UniPhier: add driver for UniPhier FIFO-builtin i2c controller | Masahiro Yamada |
2015-01-29 | i2c: UniPhier: add driver for UniPhier i2c controller | Masahiro Yamada |
2015-01-29 | i2c: add CONFIG_DM_I2C to Kconfig | Masahiro Yamada |
2015-01-08 | i2c:mxc fix array size of i2c_data | Peng Fan |
2014-12-11 | dm: i2c: tegra: Convert to driver model | Simon Glass |
2014-12-11 | dm: i2c: Add a sandbox I2C driver | Simon Glass |
2014-12-11 | dm: i2c: Add I2C emulation driver for sandbox | Simon Glass |
2014-12-11 | dm: i2c: Add a uclass for I2C | Simon Glass |
2014-12-08 | i2c: Correct spelling error | Mark Tomlinson |
2014-12-08 | i2c: Fix deselection of muxes | Mark Tomlinson |
2014-11-23 | linux/kernel.h: sync min, max, min3, max3 macros with Linux | Masahiro Yamada |
2014-11-17 | blackfin: convert to use CONFIG_SYS_I2C framework | Scott Jiang |
2014-11-17 | adi_i2c: convert to use general io accessors. | Scott Jiang |
2014-11-17 | blackfin: rename bfin-twi_i2c driver to adi_i2c | Scott Jiang |
2014-11-10 | i2c: rcar_i2c: Fix order of restart and clear status | Nobuhiro Iwamatsu |
2014-11-10 | drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms | Shaveta Leekha |
2014-11-10 | ppc4xx: Handle i2c stuck on combined xfer | Dirk Eibach |
2014-11-10 | ppc4xx: Fix i2c repeated start | Dirk Eibach |
2014-11-04 | i2c: use __weak | Jeroen Hofstee |
2014-10-29 | i2c: designware: Convert driver to multibus/multiadapter framework | Stefan Roese |
2014-10-29 | i2c: mxs: Add support for I2C 1 on i.MX28 | Marek Vasut |
2014-10-29 | i2c: mxs: Pass the i2c_adapter around | Marek Vasut |
2014-10-29 | i2c: mxs: Add basic support for i2c framework | Marek Vasut |
2014-10-29 | i2c: mxs: Consolidate hard-coded bus address | Marek Vasut |
2014-10-25 | i2c: designware: add an implement i2c protos | Jeroen Hofstee |