1. 5458907 i2c: tegra: fix maximum transfer size by Sowjanya Komatineni · 5 years ago
  2. e78e370 i2c: tegra: Fix NACK error handling by Jon Hunter · 6 years ago
  3. fbf8090 i2c: tegra: Fix assignment of boolean variables by Jon Hunter · 8 years ago
  4. 77821b46 i2c: tegra: proper handling of error cases by Shardar Shariff Md · 8 years ago
  5. 2bc445e i2c: tegra: use atomic poll function during configuration by Shardar Shariff Md · 8 years ago
  6. 89120d6 i2c: tegra: add separate function for config_load programing by Shardar Shariff Md · 8 years ago
  7. 2148c01 i2c: tegra: If fifo flush fails return error by Shardar Shariff Md · 8 years ago
  8. 685143a1 i2c: tegra: use readl_poll_timeout after config_load reg programmed by Shardar Shariff Md · 8 years ago
  9. 718917b i2c: tegra: Add pinctrl support by Jon Hunter · 8 years ago
  10. 1f50ad2 i2c: tegra: Add runtime power-management support by Jon Hunter · 8 years ago
  11. f4c2d89 i2c: tegra: Simplify I2C resume by Jon Hunter · 8 years ago
  12. 0da9ab8 i2c: tegra: Use device name for adapter name by Jon Hunter · 8 years ago
  13. a9e32cd i2c: tegra: Remove non device-tree support by Jon Hunter · 8 years ago
  14. e8e999cb i2c: tegra: Add missing new line characters by Jon Hunter · 8 years ago
  15. f507668 i2c: tegra: Fix missing blank lines after declarations by Jon Hunter · 8 years ago
  16. 2929be2 i2c: tegra: Use BIT macro by Jon Hunter · 8 years ago
  17. c7ae44e i2c: tegra: Fix lines over 80 characters by Jon Hunter · 8 years ago
  18. ea73440 i2c: don't print error when adding adapter fails by Wolfram Sang · 8 years ago
  19. eab0998 i2c: tegra: Correct error path in probe by Jon Hunter · 8 years ago
  20. 21e9efd i2c: tegra: disable clock before returning error by Shardar Shariff Md · 8 years ago
  21. 497fbe2 i2c: tegra: enable multi master mode for tegra210 by Shardar Shariff Md · 8 years ago
  22. da4753e i2c: tegra: don't open code of_device_get_match_data() by Wolfram Sang · 8 years ago
  23. 26f590e i2c: tegra: drop duplicated code for assigning algo by Barry Song · 9 years ago
  24. d57f5de i2c: tegra: add support for fast plus (FM+) mode clock rate by Laxman Dewangan · 9 years ago
  25. 6f4664b i2c: tegra: update CONFIG_LOAD for new conifiguration by Laxman Dewangan · 9 years ago
  26. 3aaa34b i2c: tegra: apply size limit quirk by Wolfram Sang · 9 years ago
  27. 4bb28e3 i2c: tegra: don't advertise SMBUS_QUICK by Wolfram Sang · 9 years ago
  28. 6973a39 i2c: tegra: match return type of wait_for_completion_timeout by Nicholas Mc Guire · 9 years ago
  29. 8c340f6 i2c: tegra: Maintain CPU endianness by Dmitry Osipenko · 9 years ago
  30. 1ecc433 i2c: busses: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
  31. c9a9ef4 i2c: tegra: Move clk_prepare/clk_set_rate to probe by Mikko Perttunen · 10 years ago
  32. 6025189 i2c: i2c-tegra: Drop class based scanning to improve bootup time by Wolfram Sang · 10 years ago
  33. 46797a2 i2c: remove unnecessary OOM messages by Jingoo Han · 10 years ago
  34. 02c2a28 i2c: i2c-tegra: deprecate class based instantiation by Wolfram Sang · 10 years ago
  35. dda9d6a i2c: tegra: use reset framework by Stephen Warren · 11 years ago
  36. 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
  37. 687b81d i2c: move OF helpers into the core by Wolfram Sang · 11 years ago
  38. 00d083f drivers/i2c/busses: don't check resource with devm_ioremap_resource by Wolfram Sang · 11 years ago
  39. 49a64ac i2c: tegra: assume CONFIG_OF, remove platform data by Stephen Warren · 11 years ago
  40. 132c803 i2c: tegra: check the clk_prepare_enable() return value by Laxman Dewangan · 11 years ago
  41. 52caa59 Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux by Linus Torvalds · 11 years ago
  42. bab588f Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
  43. 58823c7 i2c: tegra: remove warning dump if timeout happen in transfer by Laxman Dewangan · 11 years ago
  44. 61fd290 ARM: tegra: migrate to new clock code by Prashant Gaikwad · 11 years ago
  45. 2a2897b i2c: tegra: add support for Tegra114 SoC by Laxman Dewangan · 11 years ago
  46. 84dbf80 i2c: Convert to devm_ioremap_resource() by Thierry Reding · 11 years ago
  47. 0b255e9 i2c: remove __dev* attributes from subsystem by Bill Pemberton · 11 years ago
  48. 91b370a i2c: tegra: set irq name as device name by Laxman Dewangan · 12 years ago
  49. fd301cc i2c: tegra: dynamically control fast clk by Laxman Dewangan · 12 years ago
  50. 6ad068e i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20 by Laxman Dewangan · 12 years ago
  51. 14e92bd i2c: tegra: pass proper name for getting clock by Laxman Dewangan · 12 years ago
  52. 371e67c i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEP by Laxman Dewangan · 12 years ago
  53. a410963 Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux by Linus Torvalds · 12 years ago
  54. 5db20c4 Revert "i2c: tegra: convert normal suspend/resume to *_noirq" by Wolfram Sang · 12 years ago
  55. 7c86d44 i2c: tegra: convert normal suspend/resume to *_noirq by Laxman Dewangan · 12 years ago
  56. 6a7b3c3 i2c-tegra: Use struct dev_pm_ops for power management by Rafael J. Wysocki · 12 years ago
  57. 02d8bf8 i2c: tegra: use of_match_ptr() for match_table initialization by Laxman Dewangan · 12 years ago
  58. 9dce4bc i2c: tegra: use clk_disable_unprepare in place of clk_disable by Laxman Dewangan · 12 years ago
  59. 57c0dc3 i2c: tegra: remove unused member variable by Laxman Dewangan · 12 years ago
  60. 9cbb6b2 i2c: tegra: make all resource allocation through devm_* by Laxman Dewangan · 12 years ago
  61. c8f5af2 i2c: tegra: support for I2C_M_NOSTART functionality by Laxman Dewangan · 12 years ago
  62. a701810 i2c: tegra: add PROTOCOL_MANGLING as supported functionality. by Laxman Dewangan · 12 years ago
  63. ec7aaca i2c: tegra: make sure register writes completes by Laxman Dewangan · 12 years ago
  64. 6f786aa i2c: tegra: Add clk_prepare/clk_unprepare by Prashant Gaikwad · 12 years ago
  65. c889e91 i2c: tegra: notify transfer-complete after clearing status. by Laxman Dewangan · 12 years ago
  66. 353f56b i2c: tegra: fix 10bit address configuration by Laxman Dewangan · 12 years ago
  67. f70893d0 i2c: tegra: Add delay before resetting the controller after NACK by Alok Chauhan · 12 years ago
  68. bf6c2de i2c: tegra: Remove unnecessary write to INT_STATUS by Alok Chauhan · 12 years ago
  69. 218d06d i2c: tegra: Add devexit_p() for remove by Shubhrajyoti Datta · 12 years ago
  70. 68fb669 i2c: tegra: Support DVC controller in device tree by Stephen Warren · 12 years ago
  71. 92891da1 i2c: tegra: Add __devinit/exit to probe/remove by Stephen Warren · 12 years ago
  72. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  73. 93cf5d7 i2c: Add module.h to modular files prev. implicitly getting it by Paul Gortmaker · 13 years ago
  74. f533c61 i2c-tegra: __iomem annotation fix by Olof Johansson · 13 years ago
  75. 96219c3 i2c-tegra: fix possible race condition after tx by Doug Anderson · 13 years ago
  76. 048e29c i2c-tegra: add I2C_FUNC_SMBUS_EMUL by Mike Rapoport · 13 years ago
  77. 406bd18 i2c-tegra: Add of_match_table by John Bonesio · 13 years ago
  78. 5c470f3 i2c: Tegra: Add DeviceTree support by John Bonesio · 13 years ago
  79. 5afa9d3 i2c: tegra: Assign unused slave address by Stephen Warren · 13 years ago
  80. 40abcf7 i2c: tegra: Add de-bounce cycles. by Jay Cheng · 13 years ago
  81. 2078cf3 i2c: tegra: fix repeated start handling by Erik Gilling · 13 years ago
  82. cb63c62 i2c: tegra: recover from spurious interrupt storm by Todd Poynor · 13 years ago
  83. 65a1a0a i2c: tegra: Enable new slave mode. by Kenneth Waters · 13 years ago
  84. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  85. db811ca i2c: tegra: Add i2c support by Colin Cross · 13 years ago