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