index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
i2c
/
busses
/
i2c-imx.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-09-27
i2c: imx: Fix external abort on interrupt in exit paths
Krzysztof Kozlowski
1
-11
/
+13
2020-09-09
i2c: imx: Use dev_err_probe() to simplify error handling
Anson Huang
1
-5
/
+3
2020-03-24
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
1
-4
/
+1
2020-03-21
i2c: imx: remove duplicate print after platform_get_irq()
Tang Bin
1
-3
/
+1
2020-02-26
i2c: imx: implement master_xfer_atomic callback
Stefan Lengfeld
1
-41
/
+105
2019-09-24
Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-4
/
+13
2019-09-13
i2c: imx: ACPI support for NXP i2c controller
Chuanhua Han
1
-4
/
+13
2019-08-14
Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"
Fabio Estevam
1
-12
/
+6
2019-05-27
i2c: imx: Use __maybe_unused instead of #if CONFIG_PM
Anson Huang
1
-8
/
+3
2019-04-24
i2c: imx: correct the method of getting private data in notifier_call
Anson Huang
1
-2
/
+2
2019-04-06
i2c: imx: don't leak the i2c adapter on error
Laurentiu Tudor
1
-1
/
+3
2019-01-22
i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()
YueHaibing
1
-1
/
+1
2019-01-15
i2c: imx: improve the error handling in i2c_imx_dma_request()
Oleksij Rempel
1
-6
/
+10
2019-01-15
i2c: imx: notify about real errors on dma i2c_imx_dma_request
Oleksij Rempel
1
-9
/
+12
2018-11-27
i2c: imx: don't print error message on probe defer
Lucas Stach
1
-1
/
+2
2018-08-21
Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-12
/
+11
2018-08-20
i2c: imx: Simplify stopped state tracking
Esben Haabendal
1
-8
/
+7
2018-08-20
i2c: imx: Fix race condition in dma read
Esben Haabendal
1
-4
/
+4
2018-07-24
i2c: imx: use open drain for recovery GPIO
Wolfram Sang
1
-1
/
+1
2018-07-23
i2c: imx: Fix reinit_completion() use
Esben Haabendal
1
-2
/
+1
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
1
-5
/
+5
2018-05-24
i2c: imx: Switch to SPDX identifier
Fabio Estevam
1
-10
/
+1
2018-04-03
i2c: imx: avoid taking clk_prepare mutex in PM callbacks
Lucas Stach
1
-2
/
+2
2018-04-03
i2c: imx: use clk notifier for rate changes
Lucas Stach
1
-7
/
+25
2017-12-12
i2c: imx: Include the right GPIO header
Linus Walleij
1
-1
/
+1
2017-12-07
i2c: imx: use proper GPIO directions for recovery
Wolfram Sang
1
-2
/
+2
2017-11-27
i2c: imx: switch to using gpiod for bus recovery gpios
Phil Reid
1
-9
/
+9
2017-10-13
i2c: imx: fix misleading bus recovery debug message
Clemens Gruber
1
-1
/
+1
2017-10-13
i2c: imx: use IRQF_SHARED mode to request IRQ
Wei Jinhua
1
-1
/
+1
2017-06-22
i2c: imx: Use correct function to write to register
Michail Georgios Etairidis
1
-4
/
+4
2017-02-09
i2c: busses: constify i2c_algorithm structures
Bhumika Goyal
1
-1
/
+1
2016-10-25
i2c: imx: defer probe if bus recovery GPIOs are not ready
Stefan Agner
1
-4
/
+7
2016-09-15
i2c: imx: make bus recovery through pinctrl optional
Yang Li
1
-9
/
+22
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2016-04-26
i2c: imx: reduce load by using usleep_range instead of udelay
Oleksij Rempel
1
-1
/
+1
2016-03-03
i2c: imx: remove extra spaces.
Dmitriy Baranov
1
-6
/
+6
2016-01-10
i2c: imx: fix i2c resource leak with dma transfer
Gao Pan
1
-0
/
+1
2016-01-04
i2c: imx: Remove unneeded comments
Fabio Estevam
1
-12
/
+0
2016-01-03
i2c: imx: improve code readability
Gao Pan
1
-4
/
+2
2016-01-03
i2c: imx: Improve message log when DMA is not used
Fabio Estevam
1
-1
/
+1
2016-01-03
i2c: imx: add runtime pm support to improve the performance
Gao Pan
1
-12
/
+78
2016-01-03
i2c: imx: init bus recovery info before adding i2c adapter
Gao Pan
1
-2
/
+2
2015-11-20
i2c: imx: fix a compiling error
Hou Zhiqiang
1
-0
/
+1
2015-10-23
i2c: imx: Use -ENXIO as error in the NACK case
Fabio Estevam
1
-1
/
+1
2015-10-23
i2c: imx: implement bus recovery
Gao Pan
1
-0
/
+71
2015-05-12
i2c: constify platform_device_id
Krzysztof Kozlowski
1
-1
/
+1
2015-03-15
i2c: imx: match return type of wait_for_completion_timeout
Nicholas Mc Guire
1
-4
/
+6
2015-01-22
i2c: imx: whitespace and checkpatch cleanup
Philipp Zabel
1
-10
/
+13
2015-01-14
i2c: imx: remove unused return value assignments
Philipp Zabel
1
-2
/
+0
2015-01-13
i2c: imx: fix handling of wait_for_completion_timeout result
Nicholas Mc Guire
1
-4
/
+4
[next]