1. dec7ea0 Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet" by Tom Rini · 6 months ago
  2. abb9a04 Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"" by Tom Rini · 6 months ago
  3. f57e324 i2c: Remove <common.h> and add needed includes by Tom Rini · 7 months ago
  4. d318eb3 treewide: Remove clk_free by Sean Anderson · 12 months ago
  5. d6d67fc i2c: designware_i2c: adjust timing calculation by Heinrich Schuchardt · 1 year, 2 months ago
  6. a6b185e stm32mp1: fix reference for STMicroelectronics by Patrick Delaunay · 2 years, 6 months ago
  7. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  8. 00edb10 i2c: designware: Remove unused non-DM functionality by Tom Rini · 3 years, 3 months ago
  9. 00b6a1a arm: Remove spear600 boards and the rest of SPEAr support by Tom Rini · 3 years, 6 months ago
  10. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  11. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  12. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  13. 9355716 i2c: designware_i2c: Don't warn if no reset controller by Simon Glass · 4 years, 1 month ago
  14. 9a09630 i2c: designware: Use log_debug() for debugging by Simon Glass · 4 years, 2 months ago
  15. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  16. 3908d90 i2c: designware_i2c: Support ACPI table generation by Simon Glass · 4 years, 5 months ago
  17. 46aadb6 i2c: designware_i2c: Add a little more debugging by Simon Glass · 4 years, 5 months ago
  18. 057be51 i2c: designware_i2c: Check if the device is powered by Raul E Rangel · 4 years, 7 months ago
  19. 02b880e i2c: designware_i2c: Tidy up use of NULL priv by Simon Glass · 4 years, 7 months ago
  20. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  21. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  22. c191f54 i2c: designware_i2c: add 'hs_hcnt' and 'hs_lcnt' for high speed by Jun Chen · 4 years, 9 months ago
  23. 3ce27d4 i2c: designware_i2c: remove 'has_high_speed' by Jun Chen · 4 years, 9 months ago
  24. ef6677e i2c: designware_i2c: check is high speed possible support by Jun Chen · 4 years, 9 months ago
  25. 635cf51 i2c: designware_i2c: Fix IC_CON register setting for high speed mode by Jun Chen · 4 years, 9 months ago
  26. 5539768 i2c: designware_i2c: Correct the selection of speed mode by Simon Glass · 4 years, 10 months ago
  27. 9bc1564 dm: core: Create a new header file for 'compat' features by Simon Glass · 4 years, 10 months ago
  28. d66c5f7 dm: core: Require users of devres to include the header by Simon Glass · 4 years, 10 months ago
  29. 8de5ae8 i2c: designware_i2c: Do more in the probe() method by Simon Glass · 4 years, 10 months ago
  30. c529419 i2c: designware_i2c: Separate out the speed calculation by Simon Glass · 4 years, 10 months ago
  31. b4544bd i2c: designware_i2c: Move dw_i2c_speed_config to header by Simon Glass · 4 years, 10 months ago
  32. 4564922 i2c: designware_i2c: Add support for fast-plus speed by Simon Glass · 4 years, 10 months ago
  33. ac77bae i2c: designware_i2c: Update to use standard enums for speed by Simon Glass · 4 years, 10 months ago
  34. c38e2b3 i2c: designware_i2c: Add spike supression by Simon Glass · 4 years, 10 months ago
  35. c718110 i2c: designware_i2c: Rewrite timing calculation by Simon Glass · 4 years, 10 months ago
  36. 245ec0b i2c: designware_i2c: Put hold config in a struct by Simon Glass · 4 years, 10 months ago
  37. 60e0c3a i2c: designware_i2c: Drop scl_sda_cfg parameter by Simon Glass · 4 years, 10 months ago
  38. 9e5d174 i2c: designware_i2c: Read device-tree properties by Simon Glass · 4 years, 10 months ago
  39. 333dadd i2c: designware_i2c: Use an accurate bus clock instead of MHz by Simon Glass · 4 years, 10 months ago
  40. 6ed44ae i2c: designware_i2c: Use an enum for selected speed mode by Simon Glass · 4 years, 10 months ago
  41. f5ef101 i2c: designware_i2c: Rename 'max' speed to 'high' speed by Simon Glass · 4 years, 10 months ago
  42. 9b7af64 i2c: designware_i2c: Include clk.h in the header file by Simon Glass · 4 years, 10 months ago
  43. e2be553 i2c: designware: Tidy up PCI support by Simon Glass · 5 years ago
  44. 6e85c81 i2c: designware: Get clock rate from clock DM by Ley Foon Tan · 5 years ago
  45. d003a37 i2c: designware_i2c: Restore enable state after set speed by Jun Chen · 5 years ago
  46. 28608a1 i2c: designware: fix reset handling on socfpga gen5 by Simon Goldschmidt · 6 years ago
  47. bd9ca8d i2c: designware: Add error checking on init by Simon Glass · 6 years ago
  48. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  49. 08794aa i2c: designware: add reset ctrl to driver by Dinh Nguyen · 7 years ago
  50. 808aa13 i2c: designware: Allow sending restart conditions by Marek Vasut · 7 years ago
  51. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  52. c4bc9a8 i2c: designware: Avoid overwriting the cmd_data register by Marek Vasut · 8 years ago
  53. abb3e13 i2c: designware_i2c: Optionally check enable status register by Stefan Roese · 9 years ago
  54. 3848120 i2c: designware_i2c: Add support for PCI(e) based I2C cores (x86) by Stefan Roese · 9 years ago
  55. 3cb2796 i2c: designware_i2c: Add DM support by Stefan Roese · 9 years ago
  56. 41de766 i2c: designware_i2c: Prepare for DM driver conversion by Stefan Roese · 9 years ago
  57. 88893c9 i2c: designware_i2c: Integrate set_speed() into dw_i2c_set_bus_speed() by Stefan Roese · 9 years ago
  58. 3bc33ba i2c: designware_i2c: Add dw_i2c_enable() helper function by Stefan Roese · 9 years ago
  59. ef6073e i2c: designware: Convert driver to multibus/multiadapter framework by Stefan Roese · 10 years ago
  60. dffb827 i2c: designware: add an implement i2c protos by Jeroen Hofstee · 10 years ago
  61. ad0a033 designware_i2c: remove inclusion of <asm/arch/hardware.h> by Alexey Brodkin · 11 years ago
  62. a0c2626 designware_i2c: Enhance DesignWare I2C driver address support by Chin Liang See · 11 years ago
  63. 7ef0036 drivers/designware_i2c - add suppor of CONFIG_SYS_I2C_EEPROM_ADDR_OVERFLOW by Alexey Brodkin · 11 years ago
  64. 26406f5 designware_i2c: remove 10msec delay in i2c_xfer_finish by Alexey Brodkin · 11 years ago
  65. 41c5655 designware_i2c: disable i2c controller during target address setup by Alexey Brodkin · 11 years ago
  66. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  67. 28a724f designware_i2c: Fixed the setting of the i2c bus speed by Armando Visconti · 12 years ago
  68. 6bc6ef7 designware_i2c: Added s/w generation of stop bit by Armando Visconti · 12 years ago
  69. 4a7b4ec designware_i2c.c: Added the support for MULTI_BUS by Armando Visconti · 12 years ago
  70. f6322ebd i2c: designware_i2c.c: Add support for the "i2c probe" command by Stefan Roese · 13 years ago
  71. 631e693 i2c:designware Turn off the ctrl when setting the speed by Armando Visconti · 13 years ago
  72. 3f64acb i2c: Add support for designware i2c controller by Vipin KUMAR · 13 years ago[Renamed (98%) from drivers/i2c/spr_i2c.c]
  73. d9a4918 mod change 755 => 644 for multiple files by Thomas Weber · 15 years ago
  74. fc9589f SPEAr : i2c driver support added for SPEAr SoCs by Vipin KUMAR · 15 years ago