1. c05ed00 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 5 months ago
  2. f7ae49f common: Drop log.h from common header by Simon Glass · 4 years, 5 months ago
  3. f3d4615 i2c: Update drivers to use enum for speed by Simon Glass · 4 years, 8 months ago
  4. 6887c5b common: Move some time functions out of common.h by Simon Glass · 4 years, 11 months ago
  5. 83d290c SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 6 years ago
  6. e5c762f i2c: fsl: Add option to get clock from DT by Mario Six · 6 years ago
  7. d934832 i2c: fsl: Use dev_read_addr by Mario Six · 6 years ago
  8. 84a4d34 i2c: fsl_i2c: Make live-tree compatible by Mario Six · 7 years ago
  9. d4f422f i2c: fsl_i2c: Remove inline declarations by Mario Six · 7 years ago
  10. a059de1 i2c: fsl_i2c: Fix style violations by Mario Six · 7 years ago
  11. b0103f3 i2c: Drop CONFIG_SYS_I2C_BOARD_LATE_INIT by Simon Glass · 7 years ago
  12. 645cb46 fsl_i2c.c: Fix warning on gcc-6.x by Tom Rini · 8 years ago
  13. e160f7d dm: core: Replace of_offset with accessor by Simon Glass · 8 years ago
  14. 6e06acb fdt: allow fdtdec_get_addr_size_*() to translate addresses by Stephen Warren · 8 years ago
  15. 27059c3 i2c: fsl: Fix driver initialization by mario.six@gdsys.cc · 8 years ago
  16. dbc82ce dm: fsl_i2c: Enable DM for FSL I2C by mario.six@gdsys.cc · 8 years ago
  17. ecf591e dm: fsl_i2c: Factor out adap parameter by mario.six@gdsys.cc · 8 years ago
  18. ad7e657 dm: fsl_i2c: Prepare compatibility functions by mario.six@gdsys.cc · 8 years ago
  19. 00b6155 dm: fsl_i2c: Rename methods for reading/writing data by mario.six@gdsys.cc · 8 years ago
  20. 16579ec dm: fsl_i2c: Rename probe method by mario.six@gdsys.cc · 8 years ago
  21. 03a112a dm: fsl_i2c: Remove unnecessary variable by mario.six@gdsys.cc · 8 years ago
  22. 386b276 dm: fsl_i2c: Reword and clarify comment by mario.six@gdsys.cc · 8 years ago
  23. 2b21e96 dm: fsl_i2c: Use clearer parameter names by mario.six@gdsys.cc · 8 years ago
  24. ec2c81c dm: fsl_i2c: Rename I2C register structure by mario.six@gdsys.cc · 8 years ago
  25. 5b8031c Add more SPDX-License-Identifier tags by Tom Rini · 9 years ago
  26. b414119 linux/kernel.h: sync min, max, min3, max3 macros with Linux by Masahiro Yamada · 10 years ago
  27. 6dd38cc drivers/i2c/fsl_i2c: Change CONFIG_I2C_TIMEOUT to 100ms by Shaveta Leekha · 10 years ago
  28. a17fd10 fsl_i2c: add support for 3rd and 4th I2C by Shengzhou Liu · 10 years ago
  29. a405764 drivers/i2c/fsl_i2c: modify i2c_read to handle multi-byte write by Shaveta Leekha · 10 years ago
  30. 9c3f77e fsl_i2c: add workaround for the erratum I2C A004447 by Chunhe Lan · 11 years ago
  31. b8ce334 fsl_i2c: generate nine pulses on SCL if the I2C bus is hung by Chunhe Lan · 11 years ago
  32. 00f792e i2c, fsl_i2c: switch to new multibus/multiadapter support by Heiko Schocher · 12 years ago
  33. b778c1b i2c: fsl_i2c: i2c_read(): dont try to write address w/ alen=0 by Reinhard Pfau · 11 years ago
  34. 609e6ec ppc: m68k: Move i2c1_clk, i2c2_clk to arch_global_data by Simon Glass · 12 years ago
  35. 62f730f drivers/i2c/fsl_i2c.c: sparse fix by Kim Phillips · 12 years ago
  36. aa55121 fsl_i2c: Fix compile warning by Kumar Gala · 13 years ago
  37. c9a8b25 Powerpc/i2c: Use the same initialize codes by Jerry Huang · 13 years ago
  38. 26a3350 fsl_i2c: Added a callpoint for i2c_board_late_init by Richard Retanubun · 14 years ago
  39. d1c9e5b fsl_i2c: Do not generate STOP after read. by Joakim Tjernlund · 15 years ago
  40. 9940420 fsl_i2c: Impl. AN2919, rev 5 to calculate FDR/DFSR by Joakim Tjernlund · 15 years ago
  41. d01ee4d fsl_i2c: Add CONFIG_FSL_I2C_CUSTOM_{DFSR/FDR} by Joakim Tjernlund · 15 years ago
  42. 21f4cbb fsl_i2c: Wait for STOP condition to propagate by Joakim Tjernlund · 15 years ago
  43. 92477a6 fsl_i2c: increase I2C timeout values and make them configurable by Timur Tabi · 15 years ago
  44. 39df00d i2c, mpc83xx: add CONFIG_SYS_I2C_INIT_BOARD for fsl_i2c by Heiko Schocher · 15 years ago
  45. c1bce4f 83xx, i2c: add mux support for fsl_i2c by Heiko Schocher · 16 years ago
  46. ecf5f07 i2c: merge all i2c_reg_read() and i2c_reg_write() into inline functions by Timur Tabi · 16 years ago
  47. 5e3ab68 Section name should be ".data", not "data" by Trent Piepho · 16 years ago
  48. 6d0f6bc rename CFG_ macros to CONFIG_SYS by Jean-Christophe PLAGNIOL-VILLARD · 16 years ago
  49. 5d9a5ef Add I2C frequency dividers for ColdFire by TsiChung Liew · 16 years ago
  50. a4a549b i2c: Clean drivers/i2c/ Makefile by Michal Simek · 16 years ago
  51. f2302d4 Fix merge problems by Stefan Roese · 16 years ago
  52. 3e3f766 Fix warnings introduced by I2C bus speed setting patch by Kumar Gala · 17 years ago
  53. d8c82db Add support for setting the I2C bus speed in fsl_i2c.c by Timur Tabi · 17 years ago
  54. 080c646 drivers/i2c : move i2c drivers to drivers/i2c by Jean-Christophe PLAGNIOL-VILLARD · 17 years ago[Renamed from drivers/fsl_i2c.c]
  55. e739bc9 FSL I2C driver programs the two I2C busses differently by Timur Tabi · 17 years ago
  56. f6f5f70 mpc83xx: Fix empty i2c reads/writes in fsl_i2c.c by Joakim Tjernlund · 18 years ago
  57. 1939d96 Make fsl-i2c not conflict with SOFT I2C by Joakim Tjernlund · 18 years ago
  58. 14198bf Fix I2C master address initialization. by Joakim Tjernlund · 18 years ago
  59. be5e618 mpc83xx: Update 83xx to use fsl_i2c.c by Timur Tabi · 18 years ago
  60. 2047672 Converted all 85xx boards to use a common FSL I2C driver. by Jon Loeliger · 18 years ago
  61. 4d45f69 Rewrite a series of goto statements as a sequences of by Jon Loeliger · 18 years ago
  62. 7237c03 Moved i2c driver out of cpu/mpc86xx/i2c.c into drivers/fsl_i2c.c by Jon Loeliger · 18 years ago