index
:
delta/linux-next.git
akpm
akpm-base
baserock/edcragg/armv8l-tegra-jetson-tx1-support
master
pending-fixes
stable
git.kernel.org: pub/scm/linux/kernel/git/next/linux-next.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-tegra.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'v4.18-rc5' into i2c/for-4.19
Wolfram Sang
2018-07-17
1
-9
/
+8
|
\
|
*
i2c: tegra: Fix NACK error handling
Jon Hunter
2018-07-10
1
-9
/
+8
*
|
i2c: tegra: Add support for Tegra194
Thierry Reding
2018-07-03
1
-14
/
+76
|
/
*
i2c: tegra: Remove suspend-resume
Dmitry Osipenko
2018-05-30
1
-33
/
+0
*
i2c: busses: make i2c_adapter_quirks const
Bhumika Goyal
2017-08-29
1
-1
/
+1
*
i2c: tegra: explicitly request exclusive reset control
Philipp Zabel
2017-08-14
1
-1
/
+1
*
i2c: tegra: Fix assignment of boolean variables
Jon Hunter
2016-09-08
1
-2
/
+2
*
i2c: tegra: proper handling of error cases
Shardar Shariff Md
2016-09-08
1
-2
/
+27
*
i2c: tegra: use atomic poll function during configuration
Shardar Shariff Md
2016-09-08
1
-2
/
+7
*
i2c: tegra: add separate function for config_load programing
Shardar Shariff Md
2016-09-08
1
-15
/
+26
*
i2c: tegra: If fifo flush fails return error
Shardar Shariff Md
2016-09-08
1
-0
/
+2
*
i2c: tegra: use readl_poll_timeout after config_load reg programmed
Shardar Shariff Md
2016-09-08
1
-9
/
+14
*
i2c: tegra: Add pinctrl support
Jon Hunter
2016-08-30
1
-1
/
+6
*
i2c: tegra: Add runtime power-management support
Jon Hunter
2016-08-30
1
-14
/
+46
*
i2c: tegra: Simplify I2C resume
Jon Hunter
2016-08-30
1
-8
/
+3
*
i2c: tegra: Use device name for adapter name
Jon Hunter
2016-08-30
1
-1
/
+1
*
i2c: tegra: Remove non device-tree support
Jon Hunter
2016-08-30
1
-9
/
+3
*
i2c: tegra: Add missing new line characters
Jon Hunter
2016-08-30
1
-4
/
+4
*
i2c: tegra: Fix missing blank lines after declarations
Jon Hunter
2016-08-30
1
-6
/
+13
*
i2c: tegra: Use BIT macro
Jon Hunter
2016-08-30
1
-33
/
+33
*
i2c: tegra: Fix lines over 80 characters
Jon Hunter
2016-08-30
1
-4
/
+6
*
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-08-22
1
-3
/
+1
*
i2c: tegra: Correct error path in probe
Jon Hunter
2016-07-06
1
-1
/
+1
*
i2c: tegra: disable clock before returning error
Shardar Shariff Md
2016-05-11
1
-3
/
+4
*
i2c: tegra: enable multi master mode for tegra210
Shardar Shariff Md
2016-04-12
1
-6
/
+68
*
i2c: tegra: don't open code of_device_get_match_data()
Wolfram Sang
2016-02-24
1
-3
/
+1
*
i2c: tegra: drop duplicated code for assigning algo
Barry Song
2015-10-20
1
-1
/
+0
*
i2c: tegra: add support for fast plus (FM+) mode clock rate
Laxman Dewangan
2015-08-10
1
-2
/
+15
*
i2c: tegra: update CONFIG_LOAD for new conifiguration
Laxman Dewangan
2015-08-10
1
-0
/
+35
*
i2c: tegra: apply size limit quirk
Wolfram Sang
2015-06-21
1
-0
/
+7
*
i2c: tegra: don't advertise SMBUS_QUICK
Wolfram Sang
2015-06-21
1
-2
/
+2
*
i2c: tegra: match return type of wait_for_completion_timeout
Nicholas Mc Guire
2015-03-15
1
-5
/
+7
*
i2c: tegra: Maintain CPU endianness
Dmitry Osipenko
2015-01-26
1
-0
/
+2
*
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
i2c: tegra: Move clk_prepare/clk_set_rate to probe
Mikko Perttunen
2014-09-20
1
-12
/
+45
*
i2c: i2c-tegra: Drop class based scanning to improve bootup time
Wolfram Sang
2014-07-16
1
-1
/
+1
*
i2c: remove unnecessary OOM messages
Jingoo Han
2014-06-02
1
-3
/
+1
*
i2c: i2c-tegra: deprecate class based instantiation
Wolfram Sang
2014-03-05
1
-1
/
+1
*
i2c: tegra: use reset framework
Stephen Warren
2013-12-11
1
-3
/
+10
*
tree-wide: use reinit_completion instead of INIT_COMPLETION
Wolfram Sang
2013-11-15
1
-1
/
+1
*
i2c: move OF helpers into the core
Wolfram Sang
2013-08-23
1
-3
/
+0
*
drivers/i2c/busses: don't check resource with devm_ioremap_resource
Wolfram Sang
2013-05-18
1
-5
/
+0
*
i2c: tegra: assume CONFIG_OF, remove platform data
Stephen Warren
2013-03-24
1
-19
/
+7
*
i2c: tegra: check the clk_prepare_enable() return value
Laxman Dewangan
2013-03-22
1
-2
/
+11
*
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2013-02-26
1
-15
/
+64
|
\
|
*
i2c: tegra: remove warning dump if timeout happen in transfer
Laxman Dewangan
2013-02-15
1
-1
/
+1
|
*
i2c: tegra: add support for Tegra114 SoC
Laxman Dewangan
2013-01-28
1
-14
/
+63
*
|
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
2013-02-21
1
-2
/
+1
|
\
\
|
*
|
ARM: tegra: migrate to new clock code
Prashant Gaikwad
2013-01-28
1
-2
/
+1
|
|
/
*
|
i2c: Convert to devm_ioremap_resource()
Thierry Reding
2013-01-24
1
-5
/
+3
|
/
[next]