1. 8c340f6 i2c: tegra: Maintain CPU endianness by Dmitry Osipenko · 10 years ago
  2. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  3. c9a9ef4 i2c: tegra: Move clk_prepare/clk_set_rate to probe by Mikko Perttunen · 10 years ago
  4. 6025189 i2c: i2c-tegra: Drop class based scanning to improve bootup time by Wolfram Sang · 10 years ago
  5. 46797a2 i2c: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  6. 02c2a28 i2c: i2c-tegra: deprecate class based instantiation by Wolfram Sang · 10 years ago
  7. dda9d6a i2c: tegra: use reset framework by Stephen Warren · 11 years ago
  8. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  9. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  10. 00d083f drivers/i2c/busses: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  11. 49a64ac i2c: tegra: assume CONFIG_OF, remove platform data by Stephen Warren · 11 years ago
  12. 132c803 i2c: tegra: check the clk_prepare_enable() return value by Laxman Dewangan · 11 years ago
  13. 52caa59 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  14. bab588f Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  15. 58823c7 i2c: tegra: remove warning dump if timeout happen in transfer by Laxman Dewangan · 11 years ago
  16. 61fd290 ARM: tegra: migrate to new clock code by Prashant Gaikwad · 12 years ago
  17. 2a2897b i2c: tegra: add support for Tegra114 SoC by Laxman Dewangan · 12 years ago
  18. 84dbf80 i2c: Convert to devm_ioremap_resource() by Thierry Reding · 12 years ago
  19. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 12 years ago
  20. 91b370a i2c: tegra: set irq name as device name by Laxman Dewangan · 12 years ago
  21. fd301cc i2c: tegra: dynamically control fast clk by Laxman Dewangan · 12 years ago
  22. 6ad068e i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20 by Laxman Dewangan · 12 years ago
  23. 14e92bd i2c: tegra: pass proper name for getting clock by Laxman Dewangan · 12 years ago
  24. 371e67c i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEP by Laxman Dewangan · 12 years ago
  25. a410963 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  26. 5db20c4 Revert "i2c: tegra: convert normal suspend/resume to *_noirq" by Wolfram Sang · 12 years ago
  27. 7c86d44 i2c: tegra: convert normal suspend/resume to *_noirq by Laxman Dewangan · 12 years ago
  28. 6a7b3c3 i2c-tegra: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  29. 02d8bf8 i2c: tegra: use of_match_ptr() for match_table initialization by Laxman Dewangan · 12 years ago
  30. 9dce4bc i2c: tegra: use clk_disable_unprepare in place of clk_disable by Laxman Dewangan · 12 years ago
  31. 57c0dc3 i2c: tegra: remove unused member variable by Laxman Dewangan · 12 years ago
  32. 9cbb6b2 i2c: tegra: make all resource allocation through devm_* by Laxman Dewangan · 12 years ago
  33. c8f5af2 i2c: tegra: support for I2C_M_NOSTART functionality by Laxman Dewangan · 12 years ago
  34. a701810 i2c: tegra: add PROTOCOL_MANGLING as supported functionality. by Laxman Dewangan · 12 years ago
  35. ec7aaca i2c: tegra: make sure register writes completes by Laxman Dewangan · 12 years ago
  36. 6f786aa i2c: tegra: Add clk_prepare/clk_unprepare by Prashant Gaikwad · 12 years ago
  37. c889e91 i2c: tegra: notify transfer-complete after clearing status. by Laxman Dewangan · 12 years ago
  38. 353f56b i2c: tegra: fix 10bit address configuration by Laxman Dewangan · 12 years ago
  39. f70893d0 i2c: tegra: Add delay before resetting the controller after NACK by Alok Chauhan · 12 years ago
  40. bf6c2de i2c: tegra: Remove unnecessary write to INT_STATUS by Alok Chauhan · 12 years ago
  41. 218d06d i2c: tegra: Add devexit_p() for remove by Shubhrajyoti Datta · 13 years ago
  42. 68fb669 i2c: tegra: Support DVC controller in device tree by Stephen Warren · 13 years ago
  43. 92891da1 i2c: tegra: Add __devinit/exit to probe/remove by Stephen Warren · 13 years ago
  44. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  45. 93cf5d7 i2c: Add module.h to modular files prev. implicitly getting it by Paul Gortmaker · 13 years ago
  46. f533c61 i2c-tegra: __iomem annotation fix by Olof Johansson · 13 years ago
  47. 96219c3 i2c-tegra: fix possible race condition after tx by Doug Anderson · 13 years ago
  48. 048e29c i2c-tegra: add I2C_FUNC_SMBUS_EMUL by Mike Rapoport · 13 years ago
  49. 406bd18 i2c-tegra: Add of_match_table by John Bonesio · 13 years ago
  50. 5c470f3 i2c: Tegra: Add DeviceTree support by John Bonesio · 13 years ago
  51. 5afa9d3 i2c: tegra: Assign unused slave address by Stephen Warren · 13 years ago
  52. 40abcf7 i2c: tegra: Add de-bounce cycles. by Jay Cheng · 13 years ago
  53. 2078cf3 i2c: tegra: fix repeated start handling by Erik Gilling · 13 years ago
  54. cb63c62 i2c: tegra: recover from spurious interrupt storm by Todd Poynor · 13 years ago
  55. 65a1a0a i2c: tegra: Enable new slave mode. by Kenneth Waters · 13 years ago
  56. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  57. db811ca i2c: tegra: Add i2c support by Colin Cross · 13 years ago