1. a9f6d95 i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2c by Chris Morgan · 2 years, 11 months ago
  2. 47b4c02 doc: replace @return by Return: by Heinrich Schuchardt · 2 years, 10 months ago
  3. 0520727 i2c: mvtwsi: Swab the register address if its size is > 1 by Stefan Roese · 3 years ago
  4. 5b35b29 i2c: mvtwsi: Add support for DM clocks and resets by Samuel Holland · 3 years, 3 months ago
  5. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  6. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  7. d4330c6 i2c: mvtwsi: sunxi: update macro by Jernej Skrabec · 3 years, 11 months ago
  8. 4123ba0 i2c: Update for new sequence numbers by Simon Glass · 4 years ago
  9. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  10. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  11. edf478b i2c: mvtwsi: disable i2c slave also on Armada 8k by Baruch Siach · 4 years, 2 months ago
  12. 32822d0 treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr() by Masahiro Yamada · 4 years, 4 months ago
  13. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  14. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  15. bb7ab07 rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOOD by Trevor Woerner · 4 years, 7 months ago
  16. f995375 rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5X by Trevor Woerner · 4 years, 7 months ago
  17. f0c99c5 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 10 months ago
  18. b9739da i2c: mvtwsi: fix reading status register after interrupt by Marek Behún · 6 years ago
  19. 91006c7 i2c: mvtwsi: disable i2c slave on Armada 38x by Baruch Siach · 6 years ago
  20. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  21. 6425ebd i2c: mvtwsi.c: Fix set speed by Stefan Mavrodiev · 7 years ago
  22. 5e0fd54 i2c: mvtwsi.c: Avoid NULL dereference by Heinrich Schuchardt · 7 years ago
  23. ba1dea4 dm: Rename dev_addr..() functions by Simon Glass · 8 years ago
  24. 9220d50 sunxi: i2c: Add support for DM I2C by Jernej Skrabec · 8 years ago
  25. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  26. 68078f7 sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXI by Jagan Teki · 8 years ago
  27. 58e58d8 i2c: mvtwsi.c: Add support for Marvell Armada 7K/8K by Stefan Roese · 8 years ago
  28. 56a931c treewide: replace #include <asm/errno.h> with <linux/errno.h> by Masahiro Yamada · 8 years ago
  29. abd7d31 i2c: mvtwsi: Fix order of address bytes (high to low) by Stefan Roese · 8 years ago
  30. efd1fb8 i2c: mvtwsi: Add documentation by mario.six@gdsys.cc · 8 years ago
  31. e841b58 i2c: mvtwsi: Make delay times frequency-dependent by mario.six@gdsys.cc · 8 years ago
  32. 029a84b i2c: mvtwsi: Handle zero-length offsets properly by mario.six@gdsys.cc · 8 years ago
  33. 355a127 i2c: mvtwsi: Add compatibility to DM by mario.six@gdsys.cc · 8 years ago
  34. c4eceb5 i2c: mvtwsi: Make address length variable by mario.six@gdsys.cc · 8 years ago
  35. 9f7f689 i2c: mvtwsi: Factor out adap parameter by mario.six@gdsys.cc · 8 years ago
  36. a4ac8b7 i2c: mvtwsi: Add compatibility functions by mario.six@gdsys.cc · 8 years ago
  37. 9e118b3 i2c: mvtwsi: Use 'uint' instead of 'unsigned int' by mario.six@gdsys.cc · 8 years ago
  38. bdf0f66 i2c: mvtwsi: Get rid of status parameter by mario.six@gdsys.cc · 8 years ago
  39. 1cc2c28 i2c: mvtwsi: Eliminate flags parameter by mario.six@gdsys.cc · 8 years ago
  40. 7b0c431 i2c: mvtwsi: Improve and fix comments by mario.six@gdsys.cc · 8 years ago
  41. f43d3e9 i2c: mvtwsi: Streamline code and add documentation by mario.six@gdsys.cc · 8 years ago
  42. 2b656eb i2c: mvtwsi: Fix style violations by mario.six@gdsys.cc · 8 years ago
  43. c42be01 i2c: mvtwsi: Eliminate twsi_control_flags by Chris Packham · 9 years ago
  44. 5a09209 mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer sunxi SoCs" by Hans de Goede · 9 years ago
  45. 8d3d7c1 sunxi: Add support for the I2C controller which is part of the PRCM by Jelle van der Waa · 9 years ago
  46. 6b703e0 i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCs by Hans de Goede · 9 years ago
  47. eb083e5 arm: mvebu: Move SoC selection (A38X vs AXP) into Kconfig by Stefan Roese · 9 years ago
  48. 2fae3e7 i2c: mvtwsi: Support for up to 4 different controllers by Paul Kocialkowski · 10 years ago
  49. cca56a7 i2c: mvtwsi: Fix problem with baud rate calculation by Stefan Roese · 10 years ago
  50. 54cd2b2 i2c: mvtwsi: Add support for Marvell Armada XP by Stefan Roese · 10 years ago
  51. c243784 arm: marvell: Move arch/kirkwood.h to arch/soc.h by Stefan Roese · 10 years ago
  52. 3352b22 sunxi: Add i2c support by Hans de Goede · 10 years ago
  53. 9830f1c mvtwsi: convert to CONFIG_SYS_I2C framework by Hans de Goede · 10 years ago
  54. b1a58ea mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globals by Hans de Goede · 11 years ago
  55. 162aab0 mvtwsi: Fix clock programming by Hans de Goede · 11 years ago
  56. d79de1d Add GPL-2.0+ SPDX-License-Identifier to source files by Wolfgang Denk · 11 years ago
  57. 340983d Replace obsolete e-mail address by Albert ARIBAUD · 14 years ago
  58. 04280c4 i2c: rewrite mvtwsi, support orion5x and kirkwood by Albert Aribaud · 14 years ago
  59. e72b62c i2c: rename kirkwood_i2c to mvtwsi by Albert Aribaud · 14 years ago[Renamed from drivers/i2c/kirkwood_i2c.c]
  60. 43fa12f Kirkwood: Upgated licencing for files imported from linux source to GPLv2 or later by Prafulla Wadaskar · 15 years ago
  61. 6e9de1d Minor coding style cleanup. by Wolfgang Denk · 15 years ago
  62. 5cd2a24 arm, i2c: added support for the TWSI I2C Interface by Heiko Schocher · 15 years ago