| Commit message (Expand) | Author | Age | Files | Lines |
* | dm: sandbox: i2c: Add a new 'emulation parent' uclass | Simon Glass | 2018-11-29 | 1 | -0/+21 |
* | SPDX: Convert all of our single license tags to Linux Kernel style | Tom Rini | 2018-05-07 | 1 | -2/+1 |
* | powerpc, 8260: remove support for mpc8260 | Heiko Schocher | 2017-06-12 | 1 | -3/+1 |
* | powerpc, 8xx: remove support for 8xx | Heiko Schocher | 2017-06-12 | 1 | -22/+0 |
* | dm: i2c: Convert uclass to livetree | Simon Glass | 2017-06-01 | 1 | -2/+1 |
* | Drop digital thermometer and thermostat (DTT) drivers | Simon Glass | 2017-05-22 | 1 | -3/+0 |
* | i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT | Simon Glass | 2017-05-15 | 1 | -3/+0 |
* | i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS | Simon Glass | 2017-04-05 | 1 | -7/+0 |
* | i2c: Drop unused i2c_soft...() functions | Simon Glass | 2017-04-05 | 1 | -15/+0 |
* | drivers: i2c: mxc: Add early init | Yuan Yao | 2016-06-10 | 1 | -0/+3 |
* | i2c: Fix the comment to match the function described | Stefan Roese | 2015-11-27 | 1 | -1/+2 |
* | dm: i2c: Add support for multiplexed I2C buses | Simon Glass | 2015-08-05 | 1 | -0/+39 |
* | dm: i2c: Add a function to transfer messages | Simon Glass | 2015-08-05 | 1 | -0/+13 |
* | dm: i2c: Move definitions to the top of the header file | Simon Glass | 2015-08-05 | 1 | -43/+43 |
* | dm: i2c: Correct comment nits in dm_i2c_reg_read/write() | Simon Glass | 2015-08-05 | 1 | -0/+2 |
* | dm: i2c: Add a message debug function | Simon Glass | 2015-08-05 | 1 | -0/+10 |
* | dm: i2c: Add compatibility functions for dm_i2c_reg_read/write() | Simon Glass | 2015-06-10 | 1 | -0/+6 |
* | dm: i2c: Add a function to find out the chip offset length | Simon Glass | 2015-05-14 | 1 | -1/+8 |
* | dm: i2c: Add an explicit test mode to the sandbox I2C driver | Simon Glass | 2015-05-05 | 1 | -0/+1 |
* | dm: i2c: Add functions to read and write a register | Simon Glass | 2015-05-05 | 1 | -0/+21 |
* | dm: core: Add dev_get_uclass_priv() to access uclass private data | Simon Glass | 2015-04-16 | 1 | -4/+4 |
* | dm: i2c: Make API accessible even without CONFIG_DM | Simon Glass | 2015-02-12 | 1 | -4/+1 |
* | dm: i2c: Add a dm_ prefix to driver model bus speed functions | Simon Glass | 2015-02-12 | 1 | -4/+4 |
* | dm: i2c: Add two more I2C init functions to the compatibility layer | Simon Glass | 2015-01-29 | 1 | -1/+16 |
* | dm: i2c: Move slave details to child platdata | Simon Glass | 2015-01-29 | 1 | -2/+2 |
* | dm: i2c: Provide an offset length parameter where needed | Simon Glass | 2015-01-29 | 1 | -2/+6 |
* | dm: i2c: Add a compatbility layer | Simon Glass | 2015-01-29 | 1 | -0/+59 |
* | dm: i2c: Rename driver model I2C functions to permit compatibility | Simon Glass | 2015-01-29 | 1 | -10/+9 |
* | dm: i2c: Add a uclass for I2C | Simon Glass | 2014-12-11 | 1 | -0/+352 |
* | OMAP24xx I2C: Add support for set-speed | Hannes Petermaier | 2014-02-20 | 1 | -0/+1 |
* | i2c: switch from AT91 legacy to ATMEL legacy | Andreas Bießmann | 2013-11-13 | 1 | -1/+1 |
* | i2c: Zynq: Support for TI PCA9548 bus multiplexer | Michael Burr | 2013-10-17 | 1 | -0/+2 |
* | i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses is ... | Łukasz Majewski | 2013-08-20 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.denx.de/u-boot-i2c | Tom Rini | 2013-07-24 | 1 | -28/+204 |
|\ |
|
| * | i2c, multibus: get rid of CONFIG_I2C_MUX | Heiko Schocher | 2013-07-23 | 1 | -21/+0 |
| * | i2c, soft-i2c: switch to new multibus/multiadapter support | Heiko Schocher | 2013-07-23 | 1 | -0/+9 |
| * | i2c: common changes for multibus/multiadapter support | Heiko Schocher | 2013-07-23 | 1 | -9/+0 |
| * | i2c: add i2c_core and prepare for new multibus support | Heiko Schocher | 2013-07-23 | 1 | -9/+206 |
* | | Add GPL-2.0+ SPDX-License-Identifier to source files | Wolfgang Denk | 2013-07-24 | 1 | -17/+1 |
|/ |
|
* | I2C: Driver changes for FDT support | Rajeshwari Shinde | 2013-01-08 | 1 | -0/+26 |
* | i2c:soft:multi: Support for multiple soft I2C buses at Samsung boards | Łukasz Majewski | 2012-09-17 | 1 | -0/+12 |
* | fix: error ATMEL_FIO_BASE undeclared, if use I2C_Soft on AT91 | esw@bus-elektronik.de | 2012-01-11 | 1 | -1/+1 |
* | GCC4.6: Squash warning in cmd_date.c | Marek Vasut | 2011-10-27 | 1 | -9/+23 |
* | Revert "GCC4.6: Convert various empty macros to inline functions" | Wolfgang Denk | 2011-10-04 | 1 | -4/+1 |
* | GCC4.6: Convert various empty macros to inline functions | Marek Vasut | 2011-10-01 | 1 | -1/+4 |
* | i2c: add i2c deblock sequence before and after every mux config | Stefan Bigler | 2011-04-28 | 1 | -2/+0 |
* | fsl_i2c: Added a callpoint for i2c_board_late_init | Richard Retanubun | 2010-04-19 | 1 | -0/+3 |
* | i2c: made unused function i2c_mux_add_device static | Frans Meulenbroeks | 2010-03-29 | 1 | -2/+0 |
* | convert common files to new SoC access | Jens Scharsig | 2010-02-12 | 1 | -0/+5 |
* | powerpc: updates for the keymile boards | Heiko Schocher | 2009-07-21 | 1 | -0/+2 |