aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-tegra.c
AgeCommit message (Expand)Author
2019-02-23i2c: tegra: Only display error messages if DMA setup failsJonathan Hunter
2019-02-23i2c: tegra: remove multi-master supportSowjanya Komatineni
2019-02-23i2c: tegra: remove master fifo support on tegra186Sowjanya Komatineni
2019-02-15i2c: tegra: change phrasing, "fallbacking" to "falling back"Colin Ian King
2019-02-14i2c: tegra: add i2c interface timing supportSowjanya Komatineni
2019-02-14i2c: tegra: update transfer timeoutSowjanya Komatineni
2019-02-14i2c: tegra: Add DMA supportSowjanya Komatineni
2019-02-14i2c: tegra: update maximum transfer sizeSowjanya Komatineni
2019-02-14i2c: tegra: fix maximum transfer sizeSowjanya Komatineni
2019-02-14i2c: tegra: add bus clear Master SupportSowjanya Komatineni
2019-02-14i2c: tegra: sort all the include headers alphabeticallySowjanya Komatineni
2019-01-11i2c: tegra: Fix Maximum transfer sizeSowjanya Komatineni
2018-12-17i2c: tegra: Switch to SPDX identifierThierry Reding
2018-12-17i2c: tegra: Add missing kerneldoc for some fieldsThierry Reding
2018-12-17i2c: tegra: Cleanup kerneldoc commentsThierry Reding
2018-12-11i2c: tegra: replace spin_lock_irqsave with spin_lock in ISRjun qian
2018-10-05i2c: tegra: use core to detect 'no zero length' quirkWolfram Sang
2018-07-17Merge tag 'v4.18-rc5' into i2c/for-4.19Wolfram Sang
2018-07-10i2c: tegra: Fix NACK error handlingJon Hunter
2018-07-03i2c: tegra: Add support for Tegra194Thierry Reding
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