aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-tegra.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-01-26i2c: tegra: Maintain CPU endiannessDmitry Osipenko1-0/+2
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-20i2c: tegra: Move clk_prepare/clk_set_rate to probeMikko Perttunen1-12/+45
2014-07-16i2c: i2c-tegra: Drop class based scanning to improve bootup timeWolfram Sang1-1/+1
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han1-3/+1
2014-03-05i2c: i2c-tegra: deprecate class based instantiationWolfram Sang1-1/+1
2013-12-11i2c: tegra: use reset frameworkStephen Warren1-3/+10
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang1-5/+0
2013-03-24i2c: tegra: assume CONFIG_OF, remove platform dataStephen Warren1-19/+7
2013-03-22i2c: tegra: check the clk_prepare_enable() return valueLaxman Dewangan1-2/+11
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-15/+64
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-2/+1
2013-02-15i2c: tegra: remove warning dump if timeout happen in transferLaxman Dewangan1-1/+1
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad1-2/+1
2013-01-28i2c: tegra: add support for Tegra114 SoCLaxman Dewangan1-14/+63
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding1-5/+3
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-4/+4
2012-11-02i2c: tegra: set irq name as device nameLaxman Dewangan1-1/+1
2012-09-13i2c: tegra: dynamically control fast clkLaxman Dewangan1-7/+28
2012-09-13i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20Laxman Dewangan1-14/+47
2012-09-13i2c: tegra: pass proper name for getting clockLaxman Dewangan1-23/+23
2012-08-18i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan1-1/+1
2012-07-28Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds1-63/+59
2012-07-24Revert "i2c: tegra: convert normal suspend/resume to *_noirq"Wolfram Sang1-6/+3
2012-07-12i2c: tegra: convert normal suspend/resume to *_noirqLaxman Dewangan1-3/+6
2012-07-12i2c-tegra: Use struct dev_pm_ops for power managementRafael J. Wysocki1-8/+10
2012-07-12i2c: tegra: use of_match_ptr() for match_table initializationLaxman Dewangan1-3/+1
2012-07-12i2c: tegra: use clk_disable_unprepare in place of clk_disableLaxman Dewangan1-1/+1
2012-07-12i2c: tegra: remove unused member variableLaxman Dewangan1-2/+0
2012-07-08i2c: tegra: make all resource allocation through devm_*Laxman Dewangan1-45/+17
2012-07-08i2c: tegra: support for I2C_M_NOSTART functionalityLaxman Dewangan1-5/+26
2012-07-08i2c: tegra: add PROTOCOL_MANGLING as supported functionality.Laxman Dewangan1-1/+2
2012-07-08i2c: tegra: make sure register writes completesLaxman Dewangan1-0/+4
2012-06-11i2c: tegra: Add clk_prepare/clk_unpreparePrashant Gaikwad1-5/+5
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-06i2c: tegra: Add devexit_p() for removeShubhrajyoti Datta1-1/+1
2011-12-19i2c: tegra: Support DVC controller in device treeStephen Warren1-1/+5
2011-12-19i2c: tegra: Add __devinit/exit to probe/removeStephen Warren1-2/+2
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-0/+1
2011-10-31i2c: 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