aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-tegra.c
AgeCommit message (Expand)Author
2019-03-26i2c: tegra: fix maximum transfer sizeSowjanya Komatineni
2018-07-10i2c: tegra: Fix NACK error handlingJon Hunter
2018-05-30i2c: tegra: Remove suspend-resumeDmitry Osipenko
2017-08-29i2c: busses: make i2c_adapter_quirks constBhumika Goyal
2017-08-14i2c: tegra: explicitly request exclusive reset controlPhilipp Zabel
2016-09-08i2c: tegra: Fix assignment of boolean variablesJon Hunter
2016-09-08i2c: tegra: proper handling of error casesShardar Shariff Md
2016-09-08i2c: tegra: use atomic poll function during configurationShardar Shariff Md
2016-09-08i2c: tegra: add separate function for config_load programingShardar Shariff Md
2016-09-08i2c: tegra: If fifo flush fails return errorShardar Shariff Md
2016-09-08i2c: tegra: use readl_poll_timeout after config_load reg programmedShardar Shariff Md
2016-08-30i2c: tegra: Add pinctrl supportJon Hunter
2016-08-30i2c: tegra: Add runtime power-management supportJon Hunter
2016-08-30i2c: tegra: Simplify I2C resumeJon Hunter
2016-08-30i2c: tegra: Use device name for adapter nameJon Hunter
2016-08-30i2c: tegra: Remove non device-tree supportJon Hunter
2016-08-30i2c: tegra: Add missing new line charactersJon Hunter
2016-08-30i2c: tegra: Fix missing blank lines after declarationsJon Hunter
2016-08-30i2c: tegra: Use BIT macroJon Hunter
2016-08-30i2c: tegra: Fix lines over 80 charactersJon Hunter
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-07-06i2c: tegra: Correct error path in probeJon Hunter
2016-05-11i2c: tegra: disable clock before returning errorShardar Shariff Md
2016-04-12i2c: tegra: enable multi master mode for tegra210Shardar Shariff Md
2016-02-24i2c: tegra: don't open code of_device_get_match_data()Wolfram Sang
2015-10-20i2c: tegra: drop duplicated code for assigning algoBarry Song
2015-08-10i2c: tegra: add support for fast plus (FM+) mode clock rateLaxman Dewangan
2015-08-10i2c: tegra: update CONFIG_LOAD for new conifigurationLaxman Dewangan
2015-06-21i2c: tegra: apply size limit quirkWolfram Sang
2015-06-21i2c: tegra: don't advertise SMBUS_QUICKWolfram Sang
2015-03-15i2c: tegra: match return type of wait_for_completion_timeoutNicholas Mc Guire
2015-01-26i2c: tegra: Maintain CPU endiannessDmitry Osipenko
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-09-20i2c: tegra: Move clk_prepare/clk_set_rate to probeMikko Perttunen
2014-07-16i2c: i2c-tegra: Drop class based scanning to improve bootup timeWolfram Sang
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han
2014-03-05i2c: i2c-tegra: deprecate class based instantiationWolfram Sang
2013-12-11i2c: tegra: use reset frameworkStephen Warren
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-05-18drivers/i2c/busses: don't check resource with devm_ioremap_resourceWolfram Sang
2013-03-24i2c: tegra: assume CONFIG_OF, remove platform dataStephen Warren
2013-03-22i2c: tegra: check the clk_prepare_enable() return valueLaxman Dewangan
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-21Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds
2013-02-15i2c: tegra: remove warning dump if timeout happen in transferLaxman Dewangan
2013-01-28ARM: tegra: migrate to new clock codePrashant Gaikwad
2013-01-28i2c: tegra: add support for Tegra114 SoCLaxman Dewangan
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton