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. 6f88ce2 i2c: fsl_i2c: fix m68k transferts by Angelo Dureghello · 1 year, 8 months ago
  5. 364d002 global: Finish CONFIG -> CFG migration by Tom Rini · 1 year, 11 months ago
  6. ef1b1f2 i2c: fsl_i2c: Rework usage of CONFIG_SYS_IMMR by Tom Rini · 1 year, 11 months ago
  7. 6a5dccc global: Move remaining CONFIG_SYS_* to CFG_SYS_* by Tom Rini · 2 years ago
  8. d48f49b Convert CONFIG_SYS_I2C_INIT_BOARD to Kconfig by Tom Rini · 2 years, 1 month ago
  9. e9269a0 Convert CONFIG_SYS_IMMR to Kconfig by Tom Rini · 3 years ago
  10. be94c76 i2c: fsl_i2c: Migrate to Kconfig by Tom Rini · 3 years, 3 months ago
  11. f7c9176 dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIO by Igor Opaniuk · 3 years, 10 months ago
  12. 3ba929a common: Drop asm/global_data.h from common header by Simon Glass · 4 years, 1 month ago
  13. aad29ae dm: treewide: Rename ofdata_to_platdata() to of_to_plat() by Simon Glass · 4 years ago
  14. 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
  15. dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
  16. 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
  17. f0c99c5 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 10 months ago
  18. 45c7890 common: Move some time functions out of common.h by Simon Glass · 5 years ago
  19. 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
  20. 2fe2ed6 i2c: fsl: Add option to get clock from DT by Mario Six · 7 years ago
  21. 486b2d5 i2c: fsl: Use dev_read_addr by Mario Six · 7 years ago
  22. 84b68b8 i2c: fsl_i2c: Make live-tree compatible by Mario Six · 7 years ago
  23. 484cdb8 i2c: fsl_i2c: Remove inline declarations by Mario Six · 7 years ago
  24. a5f35c4 i2c: fsl_i2c: Fix style violations by Mario Six · 7 years ago
  25. 4601333 i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT by Simon Glass · 8 years ago
  26. 56762c1 fsl_i2c.c: Fix warning on gcc-6.x by Tom Rini · 8 years ago
  27. dd79d6e dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  28. 7d30e10 fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  29. 6e6dce6 i2c: fsl: Fix driver initialization by mario.six@gdsys.cc · 9 years ago
  30. 349686c dm: fsl_i2c: Enable DM for FSL I2C by mario.six@gdsys.cc · 9 years ago
  31. 416b2dc dm: fsl_i2c: Factor out adap parameter by mario.six@gdsys.cc · 9 years ago
  32. 2d96aa7 dm: fsl_i2c: Prepare compatibility functions by mario.six@gdsys.cc · 9 years ago
  33. 271fb69 dm: fsl_i2c: Rename methods for reading/writing data by mario.six@gdsys.cc · 9 years ago
  34. 4a79069 dm: fsl_i2c: Rename probe method by mario.six@gdsys.cc · 9 years ago
  35. 8230fc4 dm: fsl_i2c: Remove unnecessary variable by mario.six@gdsys.cc · 9 years ago
  36. 2eae9d0 dm: fsl_i2c: Reword and clarify comment by mario.six@gdsys.cc · 9 years ago
  37. a447265 dm: fsl_i2c: Use clearer parameter names by mario.six@gdsys.cc · 9 years ago
  38. 7d43b4e dm: fsl_i2c: Rename I2C register structure by mario.six@gdsys.cc · 9 years ago
  39. e237880 Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  40. db20464 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  41. 2ba098f drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms by Shaveta Leekha · 10 years ago
  42. 37787f6 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · 10 years ago
  43. fdd7efe drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write by Shaveta Leekha · 11 years ago
  44. 9254640 fsl_i2c: add workaround for the erratum I2C A004447 by Chunhe Lan · 11 years ago
  45. 2e13d57 fsl_i2c: generate nine pulses on SCL if the I2C bus is hung by Chunhe Lan · 11 years ago
  46. f285074 i2c, fsl_i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  47. 2d878de i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0 by Reinhard Pfau · 11 years ago
  48. c2baaec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  49. dd01863 drivers/i2c/fsl_i2c.c: sparse fix by Kim Phillips · 12 years ago
  50. 4e506ca fsl_i2c: Fix compile warning by Kumar Gala · 13 years ago
  51. 5e01561 Powerpc/i2c: Use the same initialize codes by Jerry Huang · 13 years ago
  52. df0149c fsl_i2c: Added a callpoint for i2c_board_late_init by Richard Retanubun · 15 years ago
  53. 6384da2 fsl_i2c: Do not generate STOP after read. by Joakim Tjernlund · 15 years ago
  54. 5a6e061 fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR by Joakim Tjernlund · 15 years ago
  55. e677e70 fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR} by Joakim Tjernlund · 15 years ago
  56. c324b78 fsl_i2c: Wait for STOP condition to propagate by Joakim Tjernlund · 15 years ago
  57. 2165c62 fsl_i2c: increase I2C timeout values and make them configurable by Timur Tabi · 15 years ago
  58. c5ca01f i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c by Heiko Schocher · 15 years ago
  59. 2c9f3a4 83xx, i2c: add mux support for fsl_i2c by Heiko Schocher · 16 years ago
  60. 13d598f i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions by Timur Tabi · 16 years ago
  61. 3e9dabd Section name should be ".data", not "data" by Trent Piepho · 16 years ago
  62. 0383694 rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  63. 00648a7 Add I2C frequency dividers for ColdFire by TsiChung Liew · 16 years ago
  64. 76b8a13 i2c: Clean drivers/i2c/ Makefile by Michal Simek · 16 years ago
  65. 3762825 Fix merge problems by Stefan Roese · 16 years ago
  66. 9849e00 Fix warnings introduced by I2C bus speed setting patch by Kumar Gala · 17 years ago
  67. b301fda Add support for setting the I2C bus speed in fsl_i2c.c by Timur Tabi · 17 years ago
  68. a8c9916 drivers/i2c : move i2c drivers to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/fsl_i2c.c]
  69. 193d334 FSL I2C driver programs the two I2C busses differently by Timur Tabi · 17 years ago
  70. b648fe7 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c by Joakim Tjernlund · 18 years ago
  71. c32c5f7 Make fsl-i2c not conflict with SOFT I2C by Joakim Tjernlund · 18 years ago
  72. a292af2 Fix I2C master address initialization. by Joakim Tjernlund · 18 years ago
  73. ab34754 mpc83xx: Update 83xx to use fsl_i2c.c by Timur Tabi · 18 years ago
  74. 43d818f Converted all 85xx boards to use a common FSL I2C driver. by Jon Loeliger · 18 years ago
  75. 24df977 Rewrite a series of goto statements as a sequences of by Jon Loeliger · 18 years ago
  76. e4773be Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c by Jon Loeliger · 18 years ago