1. c79866b i2c: Drop reference to SYS_I2C_INIT_BOARD by Simon Glass · 3 months ago
  2. 6cbb717 drivers: i2c: Remove duplicate newlines by Marek Vasut · 4 months ago
  3. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  4. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  5. f57e324 i2c: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  6. d259d9c global: Remove unused CONFIG defines by Tom Rini · 1 year, 11 months ago
  7. 68e0d31 i2c: Remove unused additional legacy soft i2c bus support by Tom Rini · 3 years, 3 months ago
  8. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  9. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  10. c79f03c doc: fix references to driver-model by Heinrich Schuchardt · 4 years, 9 months ago
  11. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  12. 24743c3 soft_i2c: cleanup - no mpc8xx support by Christophe Leroy · 7 years ago
  13. 224ebcd powerpc: Remove 8260 remainders by Christophe Leroy · 7 years ago
  14. 23da373 powerpc, 8xx: Migrate to Kconfig by Christophe Leroy · 7 years ago
  15. 8cb5cdd avr32: Retire AVR32 for good by Andy Shevchenko · 7 years ago
  16. 71cb3e9 powerpc, 8260: remove support for mpc8260 by Heiko Schocher · 7 years ago
  17. 65d94db powerpc, 8xx: remove support for 8xx by Heiko Schocher · 7 years ago
  18. cb052ff dm: i2c: Add a note to I2C drivers which need conversion by Simon Glass · 8 years ago
  19. e2493dd i2c: soft_i2c: Fix bus indizes by Dirk Eibach · 9 years ago
  20. 9459433 hrcon: Add fan controllers by Dirk Eibach · 9 years ago
  21. 981bacd hrcon: Add support for the DH variant by Dirk Eibach · 9 years ago
  22. 7521efa ARM: IXP: Remove the IXP architecture support by Marek Vasut · 11 years ago
  23. a864979 i2c: switch from AT91 legacy to ATMEL legacy by Andreas Bießmann · 11 years ago
  24. a3c41ba i2c: soft: Fix typo in CONFIG_SYS_I2C_SOFT_SPEED by Marek Vasut · 11 years ago
  25. 5959746 Merge branch 'master' of git://git.denx.de/u-boot-i2c by Tom Rini · 11 years ago
  26. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  27. 479a4cf i2c, soft-i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  28. 1f5e8b1 soft_i2c: add necessary includes for AVR32 by Andreas Bießmann · 14 years ago
  29. c9e35f3 arm: Remove support for lpc2292 by Marek Vasut · 12 years ago
  30. 70600b0 console: Squelch pre-console output in console functions by Graeme Russ · 13 years ago
  31. c634896 i2c, soft_i2c: deblock bus if switching to another i2c bus by Heiko Schocher · 14 years ago
  32. 78d6691 Fix at91 includes in soft_i2c driver by Ryan Mallon · 14 years ago
  33. ee12d54 i2c: soft_i2c: add simple GPIO implementation by Mike Frysinger · 14 years ago
  34. a4db1ca convert common files to new SoC access by Jens Scharsig · 15 years ago
  35. 5a2d884 at91: Extended soft_i2c driver for AT91SAM9263 SoC by Daniel Gorsulowski · 16 years ago
  36. 2e69765 i2c: Create common default i2c_[set|get]_bus_speed() functions by Peter Tyser · 16 years ago
  37. 7911a92 soft_i2c.c compiler/linker error by Jens Scharsig · 16 years ago
  38. 643e7c0 8xx: add support for new keymile kmsupx4 board. by Heiko Schocher · 16 years ago
  39. 58c41f9 soft_i2c.c add option for repeated start in i2c_read() by Andrew Dyer · 16 years ago
  40. 55334c7 Coding style cleanup, update CHANGELOG. by Wolfgang Denk · 16 years ago
  41. 13d598f i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions by Timur Tabi · 16 years ago
  42. 3e9dabd Section name should be ".data", not "data" by Trent Piepho · 16 years ago
  43. 7f3afd6 mgsuvd: fix compiler warning when using soft_i2c driver by Heiko Schocher · 16 years ago
  44. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  45. 6ee861b I2C: adding new "i2c bus" Command to the I2C Subsystem. by Heiko Schocher · 16 years ago
  46. 0e2f2c5 soft_i2c: Add CFG_I2C_INIT_BOARD option by Heiko Schocher · 16 years ago
  47. dc7d22a soft_i2c: prevent compiler warnings if driver does not use CPU Pins. by Heiko Schocher · 16 years ago
  48. 9031b21 i2c: add CONFIG_I2C_MULTI_BUS for soft_i2c and mpc8260 i2c driver. by Heiko Schocher · 16 years ago
  49. 4756dec soft_i2c: move to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago[Renamed from common/soft_i2c.c]
  50. 58cd54a common: Move conditional compilation to Makefile by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  51. 15fb0a1 soft_i2c: Pull SDA high before reading by Haavard Skinnemoen · 17 years ago
  52. de5b02c Add MACH_TYPE records for several AT91 boards. by Peter Pearse · 17 years ago
  53. d862a25 New board SMN42 branch by Peter Pearse · 18 years ago
  54. 4646d2a * Update Intel IXP4xx support by Wolfgang Denk · 18 years ago
  55. 6405a15 GCC-4.x fixes: clean up global data pointer initialization for all boards. by Wolfgang Denk · 19 years ago
  56. d4a6110 Change the sequence of events in soft_i2c.c:send_ack() to keep from by Wolfgang Denk · 19 years ago
  57. 2bad868 Coding Style cleanup by Wolfgang Denk · 19 years ago
  58. 0a8599f Fix comment in common/soft_i2c.c by Wolfgang Denk · 19 years ago
  59. 7fb5266 Cleanup for GCC-4.x by Wolfgang Denk · 19 years ago
  60. 20dd2fa * Update for AT91RM9200DK and CMC_PU2 boards: by wdenk · 20 years ago
  61. 57b2d80 * Code cleanup: by wdenk · 21 years ago
  62. a6db71d Prepare for 0.3.0 release by wdenk · 22 years ago
  63. 34b613e * Use 1-byte-read instead of -write for iprobe() function by wdenk · 22 years ago
  64. c609719 Initial revision by wdenk · 22 years ago