summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-tegra.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: tegra: Maintain CPU endiannessDmitry Osipenko2015-01-261-0/+2
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* i2c: tegra: Move clk_prepare/clk_set_rate to probeMikko Perttunen2014-09-201-12/+45
* i2c: i2c-tegra: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1
* i2c: i2c-tegra: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: tegra: use reset frameworkStephen Warren2013-12-111-3/+10
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0
* drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang2013-05-181-5/+0
* i2c: tegra: assume CONFIG_OF, remove platform dataStephen Warren2013-03-241-19/+7
* i2c: tegra: check the clk_prepare_enable() return valueLaxman Dewangan2013-03-221-2/+11
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-261-15/+64
|\
| * i2c: tegra: remove warning dump if timeout happen in transferLaxman Dewangan2013-02-151-1/+1
| * i2c: tegra: add support for Tegra114 SoCLaxman Dewangan2013-01-281-14/+63
* | Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2013-02-211-2/+1
|\ \
| * | ARM: tegra: migrate to new clock codePrashant Gaikwad2013-01-281-2/+1
| |/
* | i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-241-5/+3
|/
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-4/+4
* i2c: tegra: set irq name as device nameLaxman Dewangan2012-11-021-1/+1
* i2c: tegra: dynamically control fast clkLaxman Dewangan2012-09-131-7/+28
* i2c: tegra: I2_M_NOSTART functionality not supported in Tegra20Laxman Dewangan2012-09-131-14/+47
* i2c: tegra: pass proper name for getting clockLaxman Dewangan2012-09-131-23/+23
* i2c: tegra: protect suspend/resume callbacks with CONFIG_PM_SLEEPLaxman Dewangan2012-08-181-1/+1
* Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds2012-07-281-63/+59
|\
| * Revert "i2c: tegra: convert normal suspend/resume to *_noirq"Wolfram Sang2012-07-241-6/+3
| * i2c: tegra: convert normal suspend/resume to *_noirqLaxman Dewangan2012-07-121-3/+6
| * i2c-tegra: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-121-8/+10
| * i2c: tegra: use of_match_ptr() for match_table initializationLaxman Dewangan2012-07-121-3/+1
| * i2c: tegra: use clk_disable_unprepare in place of clk_disableLaxman Dewangan2012-07-121-1/+1
| * i2c: tegra: remove unused member variableLaxman Dewangan2012-07-121-2/+0
| * i2c: tegra: make all resource allocation through devm_*Laxman Dewangan2012-07-081-45/+17
| * i2c: tegra: support for I2C_M_NOSTART functionalityLaxman Dewangan2012-07-081-5/+26
| * i2c: tegra: add PROTOCOL_MANGLING as supported functionality.Laxman Dewangan2012-07-081-1/+2
| * i2c: tegra: make sure register writes completesLaxman Dewangan2012-07-081-0/+4
* | i2c: tegra: Add clk_prepare/clk_unpreparePrashant Gaikwad2012-06-111-5/+5
|/
* i2c: tegra: notify transfer-complete after clearing status.Laxman Dewangan2012-05-121-7/+6
* i2c: tegra: fix 10bit address configurationLaxman Dewangan2012-05-121-4/+7
* i2c: tegra: Add delay before resetting the controller after NACKAlok Chauhan2012-04-221-0/+8
* i2c: tegra: Remove unnecessary write to INT_STATUSAlok Chauhan2012-03-071-1/+0
* i2c: tegra: Add devexit_p() for removeShubhrajyoti Datta2012-02-061-1/+1
* i2c: tegra: Support DVC controller in device treeStephen Warren2011-12-191-1/+5
* i2c: tegra: Add __devinit/exit to probe/removeStephen Warren2011-12-191-2/+2
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-0/+1
|\
| * i2c: Add module.h to modular files prev. implicitly getting itPaul Gortmaker2011-10-311-0/+1
* | i2c-tegra: __iomem annotation fixOlof Johansson2011-10-291-1/+1
|/
* i2c-tegra: fix possible race condition after txDoug Anderson2011-09-071-14/+32
* i2c-tegra: add I2C_FUNC_SMBUS_EMULMike Rapoport2011-09-071-1/+1
* i2c-tegra: Add of_match_tableJohn Bonesio2011-09-071-0/+12
* i2c: Tegra: Add DeviceTree supportJohn Bonesio2011-07-271-1/+16
OpenPOWER on IntegriCloud