index
:
delta/linux-rt.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
master
stable-rt/v3.14-rt
stable-rt/v3.14-rt-rebase
stable-rt/v3.2-rt
stable-rt/v3.2-rt-rebase
stable-rt/v5.10-rt
v3.0-rt
v3.0-rt-rebase
v3.10-rt
v3.10-rt-rebase
v3.12-rt
v3.12-rt-rebase
v3.14-rt
v3.14-rt-rebase
v3.18-rt
v3.18-rt-next
v3.18-rt-rebase
v3.2-rt
v3.2-rt-features
v3.2-rt-rebase
v3.4-rt
v3.4-rt-features
v3.4-rt-rebase
v3.6-rt
v3.6-rt-rebase
v3.6-stable
v3.8-rt
v3.8-rt-rebase
v4.1-rt
v4.1-rt-rebase
v4.14-rt
v4.14-rt-next
v4.14-rt-rebase
v4.19-rt
v4.19-rt-next
v4.19-rt-rebase
v4.4-rt
v4.4-rt-next
v4.4-rt-rebase
v4.9-rt
v4.9-rt-next
v4.9-rt-rebase
v5.10-rt
v5.10-rt-next
v5.10-rt-rebase
v5.15-rt
v5.15-rt-next
v5.15-rt-rebase
v5.4-rt
v5.4-rt-rebase
v6.1-rt
v6.1-rt-next
v6.1-rt-rebase
git.kernel.org: pub/scm/linux/kernel/git/rt/linux-stable-rt.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-imx.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
i2c: imx: Check for I2SR_IAL after every byte
Christian Eggers
2020-12-11
1
-0
/
+10
*
i2c: imx: Fix reset of I2SR_IAL flag
Christian Eggers
2020-12-11
1
-5
/
+15
*
i2c: imx: Fix external abort on interrupt in exit paths
Krzysztof Kozlowski
2020-11-22
1
-11
/
+13
*
i2c: imx: use clk notifier for rate changes
Lucas Stach
2020-11-22
1
-7
/
+25
*
i2c: imx: don't print error message on probe defer
Lucas Stach
2019-12-17
1
-1
/
+2
*
i2c: imx: Fix race condition in dma read
Esben Haabendal
2018-08-24
1
-4
/
+4
*
i2c: imx: Fix reinit_completion() use
Esben Haabendal
2018-08-09
1
-2
/
+1
*
i2c: imx: fix misleading bus recovery debug message
Clemens Gruber
2017-10-13
1
-1
/
+1
*
i2c: imx: use IRQF_SHARED mode to request IRQ
Wei Jinhua
2017-10-13
1
-1
/
+1
*
i2c: imx: Use correct function to write to register
Michail Georgios Etairidis
2017-06-22
1
-4
/
+4
*
i2c: busses: constify i2c_algorithm structures
Bhumika Goyal
2017-02-09
1
-1
/
+1
*
i2c: imx: defer probe if bus recovery GPIOs are not ready
Stefan Agner
2016-10-25
1
-4
/
+7
*
i2c: imx: make bus recovery through pinctrl optional
Yang Li
2016-09-15
1
-9
/
+22
*
i2c: don't print error when adding adapter fails
Wolfram Sang
2016-08-22
1
-3
/
+1
*
i2c: imx: reduce load by using usleep_range instead of udelay
Oleksij Rempel
2016-04-26
1
-1
/
+1
*
i2c: imx: remove extra spaces.
Dmitriy Baranov
2016-03-03
1
-6
/
+6
*
i2c: imx: fix i2c resource leak with dma transfer
Gao Pan
2016-01-10
1
-0
/
+1
*
i2c: imx: Remove unneeded comments
Fabio Estevam
2016-01-04
1
-12
/
+0
*
i2c: imx: improve code readability
Gao Pan
2016-01-03
1
-4
/
+2
*
i2c: imx: Improve message log when DMA is not used
Fabio Estevam
2016-01-03
1
-1
/
+1
*
i2c: imx: add runtime pm support to improve the performance
Gao Pan
2016-01-03
1
-12
/
+78
*
i2c: imx: init bus recovery info before adding i2c adapter
Gao Pan
2016-01-03
1
-2
/
+2
*
i2c: imx: fix a compiling error
Hou Zhiqiang
2015-11-20
1
-0
/
+1
*
i2c: imx: Use -ENXIO as error in the NACK case
Fabio Estevam
2015-10-23
1
-1
/
+1
*
i2c: imx: implement bus recovery
Gao Pan
2015-10-23
1
-0
/
+71
*
i2c: constify platform_device_id
Krzysztof Kozlowski
2015-05-12
1
-1
/
+1
*
i2c: imx: match return type of wait_for_completion_timeout
Nicholas Mc Guire
2015-03-15
1
-4
/
+6
*
i2c: imx: whitespace and checkpatch cleanup
Philipp Zabel
2015-01-22
1
-10
/
+13
*
i2c: imx: remove unused return value assignments
Philipp Zabel
2015-01-14
1
-2
/
+0
*
i2c: imx: fix handling of wait_for_completion_timeout result
Nicholas Mc Guire
2015-01-13
1
-4
/
+4
*
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2014-12-14
1
-1
/
+0
|
\
|
*
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
2014-10-20
1
-1
/
+0
*
|
i2c: imx: simplify i2c_imx_dma_write() a little
Wolfram Sang
2014-11-19
1
-5
/
+1
*
|
i2c: imx: add DMA support for freescale i2c driver
Yao Yuan
2014-11-18
1
-2
/
+333
*
|
i2c: imx: Sort include headers alphabetically
Yao Yuan
2014-11-18
1
-10
/
+10
*
|
i2c: imx+mxs: Use the preferred form for passing a size of a struct
Fabio Estevam
2014-11-10
1
-2
/
+1
*
|
i2c: remove FSF address
Wolfram Sang
2014-11-07
1
-5
/
+0
|
/
*
i2c-imx: Disable the clock on probe failure
Fabio Estevam
2014-10-06
1
-2
/
+6
*
i2c: imx: Add arbitration lost check
Haibo Chen
2014-09-29
1
-0
/
+8
*
i2c: imx: Fix format warning for dev_dbg
Xiubo Li
2014-08-06
1
-4
/
+1
*
i2c: remove unnecessary OOM messages
Jingoo Han
2014-06-02
1
-3
/
+1
*
i2c: imx: update i2c clock divider for each transaction
Fugang Duan
2014-06-02
1
-44
/
+49
*
i2c: imx: fix the i2c bus hang issue when do repeat restart
Fugang Duan
2014-06-02
1
-11
/
+30
*
i2c: imx: add SMBus block read support
Kaushal Butala
2014-05-22
1
-3
/
+28
*
i2c: imx: propagate irq error code in probe
Wolfram Sang
2014-01-03
1
-1
/
+1
*
i2c: imx: Check the return value from clk_prepare_enable()
Fabio Estevam
2013-12-12
1
-1
/
+3
*
i2c: i2c-imx: replace platform_driver_probe to support deferred probing
Wolfram Sang
2013-10-10
1
-5
/
+6
*
i2c: move OF helpers into the core
Wolfram Sang
2013-08-23
1
-3
/
+0
*
i2c: use dev_get_platdata()
Jingoo Han
2013-08-19
1
-1
/
+1
*
i2c: imx: Add Vybrid VF610 I2C controller support
Jingchang Lu
2013-08-15
1
-0
/
+32
[next]