1. f3d4615 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 8 months ago
  2. 4bef536 i2c: omap: Update to use standard enums for speed by Simon Glass · 4 years, 8 months ago
  3. 5f97ae6 i2c: omap24xx_i2c: Use platdata to probe the device by Jean-Jacques Hiblot · 6 years ago
  4. bca09ce i2c: omap24xx_i2c: Move away from SoC specific headers for reg offset by Vignesh R · 6 years ago
  5. e0cfc20 i2c: omap24xx: Surround DM_FLAG_PRE_RELOC flag with OF_CONTROL check by Bin Meng · 6 years ago
  6. 410c505 DM: OMAP24XX_I2C: Reduce overhead when used with OF_PLATDATA by Adam Ford · 6 years ago
  7. d024236 Remove unnecessary instances of DECLARE_GLOBAL_DATA_PTR by Tom Rini · 6 years ago
  8. 9b643e3 treewide: replace with error() with pr_err() by Masahiro Yamada · 7 years ago
  9. ac1d8ac Configs: Migrate I2C_BUS_MAX to CONFIG_SYS_I2C_BUS_MAX by Adam Ford · 7 years ago
  10. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  11. 8f339d2 omap24xx_i2c.c: Drop references to CONFIG_OMAP243X by Tom Rini · 7 years ago
  12. 0fc8a3a ARM: OMAP: I2C: Support New read, write and probe functions for OMAP3 by Adam Ford · 7 years ago
  13. b52a3fa i2c: ti: Update method to calculate psc, sscl and ssch I2C parameters by Lukasz Majewski · 8 years ago
  14. daa69ff drivers: i2c: omap24xx_i2c: adopt omap_i2c driver to driver model by Mugunthan V N · 8 years ago
  15. be243e4 drivers: i2c: omap24xx_i2c: prepare driver for DM conversion by Mugunthan V N · 8 years ago
  16. 32b9b55 omap24xx_i2c: Implement CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW by Guy Thouret · 9 years ago
  17. 4c302b9 cosmetic: change Author/MAINTAINER Name from Petermaier to Schmelzer by Hannes Schmelzer · 9 years ago
  18. f7c1053 i2c, omap24xx: add i2c deblock sequenz by Heiko Schocher · 10 years ago
  19. d524335 OMAP24xx I2C: Add support for set-speed by Hannes Petermaier · 11 years ago
  20. 92c23c9 arm: omap: i2c: don't zero cnt in i2c_write by Nikita Kiryanov · 11 years ago
  21. 6789e84 i2c, omap24xx: convert driver to new mutlibus/mutliadapter framework by Heiko Schocher · 11 years ago
  22. 960187f ARM: OMAP: I2C: New read, write and probe functions by Lubomir Popov · 11 years ago
  23. 79f3877 Merge branch 'u-boot-ti/master' into 'u-boot-arm/master' by Albert ARIBAUD · 12 years ago
  24. 6683977 omap24xx_i2c: Handle OMAP5 like OMAP2,3,4 by Vincent Stehlé · 12 years ago
  25. febc4cd omap24xx_i2c: Handle wait_for_bb error by Vincent Stehlé · 12 years ago
  26. a532278 omap4 i2c: add support for i2c bus 4 by Koen Kooi · 12 years ago
  27. 55faa58 omap24xx_i2c: add 2-byte address support by Ilya Yanok · 12 years ago
  28. 402d17f omap24xx_i2c: Add AM33XX support by Tom Rini · 12 years ago
  29. 168a5ac Revert "I2C: OMAP: detect more devices when probing an i2c bus" by Tom Rini · 12 years ago
  30. cec487a Revert "ARM: I2C: I2C Multi byte address support" by Tom Rini · 13 years ago
  31. c2459a4 Revert "ARM: AM33XX: Add AM33XX I2C driver support" by Tom Rini · 13 years ago
  32. 498cbdf ARM: AM33XX: Add AM33XX I2C driver support by Patil, Rachna · 13 years ago
  33. 2faa761 ARM: I2C: I2C Multi byte address support by Patil, Rachna · 13 years ago
  34. 0b620ec drivers/i2c/omap24xx_i2c.c: move all local variables to SRAM by Andreas Müller · 13 years ago
  35. 49e9b4b drivers/i2c/omap24xx_i2c.c: replace printf with one argument by puts by Andreas Müller · 13 years ago
  36. 89677b2 ARMV7: OMAP: I2C driver: cosmetic: make checkpatch-compatible by Michael Jones · 13 years ago
  37. 0607e2b ARMV7: OMAP: Write more than 1 byte at a time in i2c_write by Michael Jones · 13 years ago
  38. f9a78b8 cosmetic: spell fixes etc. by Michael Jones · 13 years ago
  39. 0e57968 I2C: OMAP: detect more devices when probing an i2c bus by Nick Thompson · 13 years ago
  40. 2956532 Move DECLARE_GLOBAL_DATA_PTR to file scope by John Rigby · 14 years ago
  41. 4df6689 ARMV7: OMAP: I2C driver: Fix bug found in 37XX testing by Steve Sakoman · 14 years ago
  42. fbad355 ARMV7: OMAP: I2C driver: Restructure i2c_probe function by Steve Sakoman · 14 years ago
  43. d480c46 ARMV7: OMAP: I2C driver: Restructure i2c_write_byte function by Steve Sakoman · 14 years ago
  44. da0cc66 ARMV7: OMAP: I2C driver: Restructure i2c_read_byte function by Steve Sakoman · 14 years ago
  45. 73e8747 ARMV7: OMAP: I2C driver: Use same timeout value as linux kernel driver by Steve Sakoman · 14 years ago
  46. 1724fe9 i2c, omap24xx: set bus_initialized only after relocation. by Heiko Schocher · 14 years ago
  47. 2d941de Prepare v2010.09-rc1 by Wolfgang Denk · 14 years ago
  48. d708395 ARMV7: Modify i2c driver for more reliable operation on OMAP4 by Steve Sakoman · 14 years ago
  49. 938717c ARMV7: Restructure OMAP i2c driver to allow code sharing between OMAP3 and OMAP4 by Steve Sakoman · 14 years ago
  50. 1d2e96d OMAP2/3: I2C: Add support for second and third bus by Dirk Behme · 15 years ago
  51. 7f79dfb OMAP I2C Fix the sampling clock. by Tom Rix · 15 years ago
  52. 7d264c1 OMAP3: Add I2C support by Dirk Behme · 16 years ago
  53. e23c7c9 ARM: OMAP: Convert IO macros by Dirk Behme · 16 years ago
  54. 8ed44d9 Cleanup: fix "MHz" spelling by Wolfgang Denk · 16 years ago
  55. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  56. a4a549b i2c: Clean drivers/i2c/ Makefile by Michal Simek · 16 years ago
  57. 080c646 drivers/i2c : move i2c drivers to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/omap24xx_i2c.c]
  58. 49a7581 OMAP242x H4 board update by Wolfgang Denk · 19 years ago
  59. 289f932 * Some Cleanup. by wdenk · 20 years ago
  60. 082acfd Coding Style cleanup by wdenk · 20 years ago
  61. 8ed9604 * Patches by Richard Woodruff, 01 Oct 2004: by wdenk · 20 years ago