1. d1998a9 dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 3 years, 10 months ago
  2. 41575d8 dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 3 years, 10 months ago
  3. 8613c8d treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  4. 7208396 Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm" by Tom Rini · 4 years, 2 months ago
  5. 3c12c62 treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 2 months ago
  6. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  7. f3d4615 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 8 months ago
  8. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  9. 5a8ba31 samsung: Drop more references fo s3c24x0 by Simon Glass · 7 years ago
  10. a821c4a dm: Rename dev_addr..() functions by Simon Glass · 7 years ago
  11. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  12. a298712 i2c: s3c24x0: fix the compiler error for exynos4 by Jaehoon Chung · 8 years ago
  13. 37b8eb3 samsung: i2c: Split the high-speed I2C code into a new driver by Simon Glass · 8 years ago
  14. 9a1bff6 samsung: i2c: Drop old code from I2C driver by Simon Glass · 8 years ago
  15. 2651a05 i2c: Drop redundant platform data setting in drivers by Simon Glass · 8 years ago
  16. 4e9838c dm: Use dev_get_addr() where possible by Simon Glass · 9 years ago
  17. 0f92582 of: clean up OF_CONTROL ifdef conditionals by Masahiro Yamada · 9 years ago
  18. 45d9ae8 exynos: i2c: Tidy up the driver model code by Simon Glass · 9 years ago
  19. 26ea768 exynos: i2c: Fix code style with ReadWriteByte() by Simon Glass · 9 years ago
  20. 8fd3ec7 exynos: i2c: Correct bug in pinmux selection by Simon Glass · 9 years ago
  21. 7b0c0f6 i2c: s3c: Implant support for S3C2440 by Marek Vasut · 10 years ago
  22. 39de843 dm: core: Rename driver data function to dev_get_driver_data() by Simon Glass · 10 years ago
  23. a3e757a i2c: s3c24x0: reduce transmission status timeout by Przemyslaw Marczak · 10 years ago
  24. 8dfcbaa dm: i2c: s3c24x0: adjust to dm-i2c api by Przemyslaw Marczak · 10 years ago
  25. e717fc6 i2c: samsung: register i2c busses for Exynso5420 and Exynos5250 by Naveen Krishna Ch · 11 years ago
  26. a6756bb driver:i2c:s3c24x0: fix clock init for hsi2c by Piotr Wilczek · 11 years ago
  27. 2d8f1e2 driver:i2c:s3c24x0: adapt driver to new i2c by Piotr Wilczek · 11 years ago
  28. 296a461 i2c: s3c24xx: add hsi2c controller support by Naveen Krishna Ch · 11 years ago
  29. 940dd16 exynos: i2c: Change FDT bus setup code to enumerate ports correctly by Simon Glass · 11 years ago
  30. e4e2402 exynos: i2c: Fix i2c driver to handle NACKs properly by Naveen Krishna Ch · 11 years ago
  31. 1a45966 Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  32. 1ae76d4 EXYNOS: Resolve the i2c compilation error by Amar · 11 years ago
  33. 2c07bb9 EXYNOS5: I2C: Add FDT and non-FDT support for I2C by Amar · 11 years ago
  34. cb466c0 I2C: S3C24X0: Bug fixes in i2c_transfer by Rajeshwari Shinde · 12 years ago
  35. cecf3c0 I2C: S3C24X0: Remove the dead code by Rajeshwari Shinde · 12 years ago
  36. d04df3c I2C: S3C24X0: Resolve build error for VCMA9 by Rajeshwari Shinde · 12 years ago
  37. a9d2ae7 I2C: Driver changes for FDT support by Rajeshwari Shinde · 12 years ago
  38. c86d9ed drivers:i2c: Modify I2C driver for Exynos4 by Piotr Wilczek · 12 years ago
  39. 178239d I2C: Add support for Multi channel by Rajeshwari Shinde · 12 years ago
  40. ab7e52b I2C: Modify the I2C driver for EXYNOS5 by Rajeshwari Shinde · 12 years ago
  41. d9abba8 Add generic support for samsung s3c2440 by C Nauman · 14 years ago
  42. ac67804 Add a unified s3c24x0 header file by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  43. 492fb1f Move s3c24x0 header files to asm-arm/arch-s3c24x0/ by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  44. eb0ae7f Clean-up of s3c24x0 drivers excluding nand driver by kevin.morfitt@fearnside-systems.co.uk · 15 years ago
  45. d3b6357 s3c24x0: move i2c driver to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 15 years ago[Renamed (98%) from cpu/arm920t/s3c24x0/i2c.c]
  46. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  47. 30a43cc Bugfix in I2C initialisation on S3C2400. by Wolfgang Denk · 18 years ago
  48. 1d9f410 Patch by Steven Scholz, 16 Aug 2004: by wdenk · 20 years ago[Renamed from drivers/s3c24x0_i2c.c]
  49. fc3e216 * Patch by Sangmoon Kim, 23 Sep 2003: by wdenk · 21 years ago
  50. b56ddc6 Cleanup of code, output formatting, and indentation. by wdenk · 21 years ago
  51. 6dff552 * Patches by Martin Krause, 14 Jul 2003: by wdenk · 21 years ago
  52. 8bde7f7 * Code cleanup: by wdenk · 21 years ago
  53. 48b4261 * Patches by David Müller, 12 Jun 2003: by wdenk · 21 years ago
  54. 06d01db * Avoid flicker on the TRAB's VFD by synchronizing the enable with by wdenk · 22 years ago
  55. 1cb8e98 * Patches by David Müller, 31 Jan 2003: by wdenk · 22 years ago