summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-tegra.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-12i2c: tegra: notify transfer-complete after clearing status.Laxman Dewangan1-7/+6
2012-05-12i2c: tegra: fix 10bit address configurationLaxman Dewangan1-4/+7
2012-04-22i2c: tegra: Add delay before resetting the controller after NACKAlok Chauhan1-0/+8
2012-03-07i2c: tegra: Remove unnecessary write to INT_STATUSAlok Chauhan1-1/+0
2012-02-07i2c: tegra: Add devexit_p() for removeShubhrajyoti Datta1-1/+1
2011-12-20i2c: tegra: Support DVC controller in device treeStephen Warren1-1/+5
2011-12-20i2c: tegra: Add __devinit/exit to probe/removeStephen Warren1-2/+2
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-0/+1
2011-11-01i2c: Add module.h to modular files prev. implicitly getting itPaul Gortmaker1-0/+1
2011-10-29i2c-tegra: __iomem annotation fixOlof Johansson1-1/+1
2011-09-07i2c-tegra: fix possible race condition after txDoug Anderson1-14/+32
2011-09-07i2c-tegra: add I2C_FUNC_SMBUS_EMULMike Rapoport1-1/+1
2011-09-07i2c-tegra: Add of_match_tableJohn Bonesio1-0/+12
2011-07-27i2c: Tegra: Add DeviceTree supportJohn Bonesio1-1/+16
2011-06-28i2c: tegra: Assign unused slave addressStephen Warren1-1/+7
2011-05-11i2c: tegra: Add de-bounce cycles.Jay Cheng1-1/+3
2011-05-11i2c: tegra: fix repeated start handlingErik Gilling1-2/+2
2011-05-11i2c: tegra: recover from spurious interrupt stormTodd Poynor1-2/+24
2011-05-11i2c: tegra: Enable new slave mode.Kenneth Waters1-0/+5
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-02-23i2c: tegra: Add i2c supportColin Cross1-0/+700