- 728d04c sandbox: i2c: Support i2c emulation with of-platdata by Simon Glass · 3 years, 8 months ago
- 2147a16 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 9 months ago
- d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
- caa4daa dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- fd42f26 i2c: Add a generic driver to generate ACPI info by Simon Glass · 4 years, 2 months ago
- f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 6 months ago
- a191728 i2c: Add option to send start condition after deblocking by Marek Vasut · 4 years, 9 months ago
- 7231522 i2c: Export i2c_deblock_gpio_loop() by Marek Vasut · 4 years, 9 months ago
- 7bd21b6 i2c: Add enums for i2c speed and address size by Simon Glass · 4 years, 10 months ago
- 8596852 i2c: add support for offset overflow in to address by Robert Beckett · 5 years ago
- e311482 i2c: remove i2c driver-model compatibility layer by Bartosz Golaszewski · 5 years ago
- a40fe21 DM: I2C: Introduce 'u-boot, i2c-transaction-bytes' property by Lukasz Majewski · 6 years ago
- b7c25b1 dm: sandbox: i2c: Add a new 'emulation parent' uclass by Simon Glass · 6 years ago
- 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 2eb48ff powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
- 5b8e76c powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
- 1704308 dm: i2c: Convert uclass to livetree by Simon Glass · 7 years ago
- 853eaa4 Drop digital thermometer and thermostat (DTT) drivers by Simon Glass · 7 years ago
- b0103f3 i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT by Simon Glass · 7 years ago
- eca8037 i2c: Drop CONFIG_SOFT_I2C_MULTI_BUS by Simon Glass · 8 years ago
- 664ee4c i2c: Drop unused i2c_soft...() functions by Simon Glass · 8 years ago
- 9d10c2d drivers: i2c: mxc: Add early init by Yuan Yao · 8 years ago
- a06728c i2c: Fix the comment to match the function described by Stefan Roese · 9 years ago
- 3d1957f dm: i2c: Add support for multiplexed I2C buses by Simon Glass · 9 years ago
- df358c6 dm: i2c: Add a function to transfer messages by Simon Glass · 9 years ago
- 7fc65bc dm: i2c: Move definitions to the top of the header file by Simon Glass · 9 years ago
- 25a0fb4 dm: i2c: Correct comment nits in dm_i2c_reg_read/write() by Simon Glass · 9 years ago
- 7d7db22 dm: i2c: Add a message debug function by Simon Glass · 9 years ago
- a287976 dm: i2c: Add compatibility functions for dm_i2c_reg_read/write() by Simon Glass · 9 years ago
- 0150180 dm: i2c: Add a function to find out the chip offset length by Simon Glass · 10 years ago
- 182bf92 dm: i2c: Add an explicit test mode to the sandbox I2C driver by Simon Glass · 10 years ago
- ba3864f dm: i2c: Add functions to read and write a register by Simon Glass · 10 years ago
- e564f05 dm: core: Add dev_get_uclass_priv() to access uclass private data by Simon Glass · 10 years ago
- fffff72 dm: i2c: Make API accessible even without CONFIG_DM by Simon Glass · 10 years ago
- ca88b9b dm: i2c: Add a dm_ prefix to driver model bus speed functions by Simon Glass · 10 years ago
- d744d56 dm: i2c: Add two more I2C init functions to the compatibility layer by Simon Glass · 10 years ago
- e6f66ec dm: i2c: Move slave details to child platdata by Simon Glass · 10 years ago
- 25ab4b0 dm: i2c: Provide an offset length parameter where needed by Simon Glass · 10 years ago
- 7384535 dm: i2c: Add a compatbility layer by Simon Glass · 10 years ago
- f9a4c2d dm: i2c: Rename driver model I2C functions to permit compatibility by Simon Glass · 10 years ago
- c6202d8 dm: i2c: Add a uclass for I2C by Simon Glass · 10 years ago
- d524335 OMAP24xx I2C: Add support for set-speed by Hannes Petermaier · 11 years ago
- cb96a0a i2c: switch from AT91 legacy to ATMEL legacy by Andreas Bießmann · 11 years ago
- e665874 i2c: Zynq: Support for TI PCA9548 bus multiplexer by Michael Burr · 11 years ago
- ea0f73a i2c:multibus:fix: Correct I2C_MULTI_BUS value when support for many buses is enabled by Łukasz Majewski · 11 years ago
- c2120fb Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
- 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
- 9a2accb i2c, multibus: get rid of CONFIG_I2C_MUX by Heiko Schocher · 12 years ago
- ea818db i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
- 3f4978c i2c: common changes for multibus/multiadapter support by Heiko Schocher · 13 years ago
- 385c9ef i2c: add i2c_core and prepare for new multibus support by Heiko Schocher · 13 years ago
- a9d2ae7 I2C: Driver changes for FDT support by Rajeshwari Shinde · 12 years ago
- 7ca8f73 i2c:soft:multi: Support for multiple soft I2C buses at Samsung boards by Łukasz Majewski · 12 years ago
- 7813227 fix: error ATMEL_FIO_BASE undeclared, if use I2C_Soft on AT91 by esw@bus-elektronik.de · 13 years ago
- cd7b4e8 GCC4.6: Squash warning in cmd_date.c by Marek Vasut · 13 years ago
- f092f15 Revert "GCC4.6: Convert various empty macros to inline functions" by Wolfgang Denk · 13 years ago
- 60ce53c GCC4.6: Convert various empty macros to inline functions by Marek Vasut · 13 years ago
- c649dda i2c: add i2c deblock sequence before and after every mux config by Stefan Bigler · 14 years ago
- 26a3350 fsl_i2c: Added a callpoint for i2c_board_late_init by Richard Retanubun · 15 years ago
- fd03ea8 i2c: made unused function i2c_mux_add_device static by Frans Meulenbroeks · 15 years ago
- 0cf0b93 convert common files to new SoC access by Jens Scharsig · 15 years ago
- dc71b24 powerpc: updates for the keymile boards by Heiko Schocher · 15 years ago
- 9c90a2c i2c.h: Provide a default CONFIG_SYS_I2C_SLAVE value by Peter Tyser · 16 years ago
- 15208ac i2c.h: drop i2c_reg_{read, write} hack for Blackfin parts by Mike Frysinger · 16 years ago
- ecf5f07 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions by Timur Tabi · 16 years ago
- 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
- 67b23a3 I2C: adding new "i2c bus" Command to the I2C Subsystem. by Heiko Schocher · 16 years ago
- 98aed37 soft_i2c: prevent compiler warnings if driver does not use CPU Pins. by Heiko Schocher · 16 years ago
- 53677ef Big white-space cleanup. by Wolfgang Denk · 16 years ago
- d8a8ea5 [PATCH] I2C: Add missing default CFG_SPD_BUS_NUM by Matthias Fuchs · 18 years ago
- 8c12045 [PATCH] I2C: Add missing default CFG_RTC_BUS_NUM & CFG_DTT_BUS_NUM by Stefan Roese · 18 years ago
- 79b2d0b [PATCH] PPC4xx: Add support for multiple I2C busses by Stefan Roese · 18 years ago
- 9ca880a mpc83xx: Fix dual I2C support for the MPC8349ITX, MPC8349EMDS, TQM834x, and MPC8360EMDS by Timur Tabi · 18 years ago
- bb99ad6 Add support for multiple I2C buses by Ben Warren · 18 years ago
- 06d01db * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · 22 years ago
- 1f04521 Initial revision by wdenk · 23 years ago