1. 3bf58bb i2c: imx: remove extra spaces. by Dmitriy Baranov · 8 years ago
  2. c552815 i2c: imx: fix i2c resource leak with dma transfer by Gao Pan · 8 years ago
  3. 995e68a i2c: imx: Remove unneeded comments by Fabio Estevam · 9 years ago
  4. e8e7129 i2c: imx: improve code readability by Gao Pan · 9 years ago
  5. 5b66153 i2c: imx: Improve message log when DMA is not used by Fabio Estevam · 9 years ago
  6. 588eb93 i2c: imx: add runtime pm support to improve the performance by Gao Pan · 9 years ago
  7. a5f6501 i2c: imx: init bus recovery info before adding i2c adapter by Gao Pan · 9 years ago
  8. 8bb6fd5 i2c: imx: fix a compiling error by Hou Zhiqiang · 9 years ago
  9. 4c0657a i2c: imx: Use -ENXIO as error in the NACK case by Fabio Estevam · 9 years ago
  10. 1c4b6c3 i2c: imx: implement bus recovery by Gao Pan · 9 years ago
  11. e9a02a3 i2c: constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  12. 1ac63fe i2c: imx: match return type of wait_for_completion_timeout by Nicholas Mc Guire · 9 years ago
  13. 4e355f5 i2c: imx: whitespace and checkpatch cleanup by Philipp Zabel · 9 years ago
  14. 90ebd0e i2c: imx: remove unused return value assignments by Philipp Zabel · 10 years ago
  15. cb9eaba i2c: imx: fix handling of wait_for_completion_timeout result by Nicholas Mc Guire · 10 years ago
  16. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  17. f508493 i2c: imx: simplify i2c_imx_dma_write() a little by Wolfram Sang · 10 years ago
  18. ce1a788 i2c: imx: add DMA support for freescale i2c driver by Yao Yuan · 10 years ago
  19. 2fbed51 i2c: imx: Sort include headers alphabetically by Yao Yuan · 10 years ago
  20. d4ffeec i2c: imx+mxs: Use the preferred form for passing a size of a struct by Fabio Estevam · 10 years ago
  21. ca1f8da i2c: remove FSF address by Wolfram Sang · 10 years ago
  22. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  23. a4ce47f i2c-imx: Disable the clock on probe failure by Fabio Estevam · 10 years ago
  24. 639a26c i2c: imx: Add arbitration lost check by Haibo Chen · 10 years ago
  25. 64bdfbf i2c: imx: Fix format warning for dev_dbg by Xiubo Li · 10 years ago
  26. 46797a2 i2c: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  27. 9b2a6da i2c: imx: update i2c clock divider for each transaction by Fugang Duan · 10 years ago
  28. 054b62d i2c: imx: fix the i2c bus hang issue when do repeat restart by Fugang Duan · 10 years ago
  29. 8e8782c i2c: imx: add SMBus block read support by Kaushal Butala · 10 years ago
  30. a8763f3 i2c: imx: propagate irq error code in probe by Wolfram Sang · 11 years ago
  31. e5bf216 i2c: imx: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
  32. 3611431 i2c: i2c-imx: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  33. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  34. 6d4028c i2c: use dev_get_platdata() by Jingoo Han · 11 years ago
  35. ad90efa i2c: imx: Add Vybrid VF610 I2C controller support by Jingchang Lu · 11 years ago
  36. 4b77502 i2c: imx: add struct to hold more configurable quirks by Jingchang Lu · 11 years ago
  37. 171408c i2c: imx: add INT flag and IEN bit operatation codes by Jingchang Lu · 11 years ago
  38. 8cc7331 i2c: imx: change register offset representation by Jingchang Lu · 11 years ago
  39. 1d5ef2a i2c: imx: wrap registers read/write to inline function by Jingchang Lu · 11 years ago
  40. 0fc1347 i2c: imx: don't change platform device id_entry directly by Jingchang Lu · 11 years ago
  41. 46f2832 i2c: imx: enable clk before write to registers by Jingchang Lu · 11 years ago
  42. d533f04 i2c: imx: use struct representing i2c clk{div, val} pair by Jingchang Lu · 11 years ago
  43. 2f641a8 i2c: imx: allow autoloading on dt ids by Arnaud Patard \(Rtp\) · 11 years ago
  44. 3cc2d00 drivers/i2c/busses: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  45. 76b1f72 i2c: imx: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  46. 52caa59 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  47. 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 11 years ago
  48. 84dbf80 i2c: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  49. 5bdfba2 i2c: imx: remove cpu_is_xxx by using platform_device_id by Shawn Guo · 12 years ago
  50. 12250d8 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  51. 82906b1 ARM: imx: move platform_data definitions by Arnd Bergmann · 12 years ago
  52. 002f002 i2c: imx: Use dev_dbg logging style by Fabio Estevam · 12 years ago
  53. 06d141e i2c: imx: Use dev_info to indicate that i2c driver was succesfully registered by Fabio Estevam · 12 years ago
  54. a410963 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  55. 8c88ab0 i2c: imx: make bitrate an u32 type by Wolfram Sang · 12 years ago
  56. 1f09c67 i2c: i2c-imx: Adapt the clock name to the new clock framework by Fabio Estevam · 12 years ago
  57. 9f8a3e7 i2c: imx: convert to use managed functions by Richard Zhao · 12 years ago
  58. 6387f8f i2c: imx: remove unneeded mach/irqs.h inclusion by Shawn Guo · 12 years ago
  59. ae32adc Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  60. 973c5ed i2c: imx: don't use strcpy but strlcpy by Wolfram Sang · 12 years ago
  61. 15afbc6 i2c: imx: adopt pinctrl support by Shawn Guo · 12 years ago
  62. 3480059 Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  63. bb79a07 i2c: imx: fix imx driver to work though signal is pending by Oskar Schirmer · 12 years ago
  64. 8391433 i2c: imx: add clk_prepare/clk_unprepare by Richard Zhao · 13 years ago
  65. dfcd04b i2c-imx: add device tree probe support by Shawn Guo · 13 years ago
  66. 593702c i2c-imx: remove init/exit hooks from platform data by Shawn Guo · 13 years ago
  67. e39428d i2c-imx: do not allow interruptions when waiting for I2C to complete by Marc Kleine-Budde · 14 years ago
  68. da9c99f i2c-imx: fix error handling by Arnaud Patard · 14 years ago
  69. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  70. 96eb716 i2c/imx: don't add probe function to the driver struct by Uwe Kleine-König · 14 years ago
  71. 4927fbf i2c: imx: call ioremap only after request_mem_region by Uwe Kleine-König · 15 years ago
  72. a1ee06b i2c: mxc: let time to generate stop bit by Valentin Longchamp · 14 years ago
  73. db3a3d4 i2c: imx: disable clock when it's possible to save power. by Richard Zhao · 15 years ago
  74. a4094a7 i2c: imx: only imx1 needs disable delay by Richard Zhao · 15 years ago
  75. 43309f3 i2c: imx: check busy bit when START/STOP by Richard Zhao · 15 years ago
  76. 5d3f333 [PATCH] i2c-imx: make bus available early by Wolfram Sang · 15 years ago
  77. 65de394 i2c: imx: Make disable_delay a per-device variable by Wolfram Sang · 15 years ago
  78. 309c18d i2c: imx: Add missing request_mem_region in probe() by Darius Augulis · 15 years ago
  79. aa11e38 i2c: iMX/MXC support by Darius Augulis · 15 years ago