1. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  2. e9a02a3 i2c: constify platform_device_id by Krzysztof Kozlowski · 9 years ago
  3. 4daf5a2 i2c: mxs: fix broken email address by Wolfram Sang · 9 years ago
  4. 271a89c i2c: mxs: match wait_for_completion_timeout return type by Nicholas Mc Guire · 9 years ago
  5. e6b5be2 Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 9 years ago
  6. d4ffeec i2c: imx+mxs: Use the preferred form for passing a size of a struct by Fabio Estevam · 10 years ago
  7. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  8. 030f940 i2c: mxs: detect No Slave Ack on SELECT in PIO mode by Janusz Użycki · 10 years ago
  9. a4780d0 i2c: mxs: fix error message in pio transfer by Janusz Użycki · 10 years ago
  10. 0977f27 i2c: mxs: Use devm_ioremap_resource() by Jingoo Han · 10 years ago
  11. 13509c3 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  12. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  13. cc40bf9 i2c: i2c-mxs: replace platform_driver_probe to support deferred probing by Wolfram Sang · 11 years ago
  14. 19e221b i2c: mxs: Fix PIO mode on i.MX23 by Marek Vasut · 11 years ago
  15. 29faeb3 i2c: mxs: Rework the PIO mode operation by Marek Vasut · 11 years ago
  16. 616228a i2c: mxs: distinguish i.MX23 and i.MX28 based I2C controller by Juergen Beisert · 11 years ago
  17. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  18. 869c6a3 i2c: mxs: fix broken timing calculation by Lothar Waßmann · 11 years ago
  19. 63151c5 i2c: mxs: Check the return value from stmp_reset_block() by Fabio Estevam · 11 years ago
  20. d6e102f i2c: i2c-mxs: Use DMA mode even for small transfers by Fabio Estevam · 11 years ago
  21. dfda7d8 i2c: mxs: Let device core handle pinctrl by Fabio Estevam · 11 years ago
  22. 38f56f3 Merge tag 'dt-for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  23. 92b775c i2c: mxs: do error checking and handling in PIO mode by Lucas Stach · 11 years ago
  24. 535ebd2 i2c: mxs: remove races in PIO code by Lucas Stach · 11 years ago
  25. e5aba13 i2c: i2c-mxs: move to use generic DMA helper by Shawn Guo · 11 years ago
  26. bf51a8c i2c: Ignore return value of i2c_del_adapter() by Lars-Peter Clausen · 11 years ago
  27. 55827f4 i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls by Doug Anderson · 11 years ago
  28. 626f0a2 i2c: mxs: Implement arbitrary clock speed derivation algorithm by Marek Vasut · 11 years ago
  29. fc91e40 i2c: mxs: Add PIO and mixed-DMA support by Marek Vasut · 11 years ago
  30. 0f40cbc4 i2c: mxs: Fix type of error code by Fabio Estevam · 11 years ago
  31. 85de7fa i2c: mxs: Fix misuse init_completion by Marek Vasut · 12 years ago
  32. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 11 years ago
  33. 8f41405 i2c: mxs: Do not disable the I2C SMBus quick mode by Marek Vasut · 12 years ago
  34. c35d3cf i2c: mxs: Handle i2c DMA failure properly by Marek Vasut · 12 years ago
  35. 82fa63b i2c: mxs: remove broken PIOQUEUE support by Wolfram Sang · 12 years ago
  36. 62885f5 MXS: Implement DMA support into mxs-i2c by Marek Vasut · 12 years ago
  37. 72ee734 i2c: mxs: correctly setup speed for non devicetree by Wolfram Sang · 12 years ago
  38. cd4f2d4 i2c: mxs: Set I2C timing registers for mxs-i2c by Marek Vasut · 12 years ago
  39. a55b44a i2c: mxs: mxs_i2c_finish_read: mute flase positive uninitialized var by Marc Kleine-Budde · 12 years ago
  40. 84a442b Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  41. 39b6cc6 Merge tag 'stmp-dev' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  42. 813a95e Merge tag 'pinctrl' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 12 years ago
  43. b237866 i2c: mxs: add device tree probe support by Shawn Guo · 12 years ago
  44. 844d0b5 Merge branches 'clk/mxs' and 'imx/pinctrl/for-3.5' into mxs/dt/for-3.5 by Shawn Guo · 12 years ago
  45. d98d033 i2c: mxs: adopt pinctrl support by Shawn Guo · 12 years ago
  46. 1e4f0b8 i2c: mxs: disable QUEUE when sending is done by Wolfram Sang · 12 years ago
  47. c95eeae i2c: mxs: handle spurious interrupt by Wolfram Sang · 12 years ago
  48. 6b866c1 i2c: mxs: use global reset function by Wolfram Sang · 13 years ago
  49. 844990d i2c: mxs: only flag completion when queue is completely done by Wolfram Sang · 12 years ago
  50. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  51. 6b7d815 i2c-mxs: set controller to pio queue mode after reset by Sascha Hauer · 13 years ago
  52. a8da7fe i2c: add driver for Freescale i.MX28 by Wolfram Sang · 13 years ago