Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
dd469a456047af5eb1ee0bcfc8fe61f5940ef0e0
/
drivers
/
i2c
/
busses
/
i2c-imx.c
e8c220f
Revert "i2c: imx: improve the error handling in i2c_imx_dma_request()"
by Fabio Estevam
· 5 years ago
a4b5363
i2c: imx: Use __maybe_unused instead of #if CONFIG_PM
by Anson Huang
· 6 years ago
d386bb9
i2c: imx: correct the method of getting private data in notifier_call
by Anson Huang
· 6 years ago
3ace689
i2c: imx: don't leak the i2c adapter on error
by Laurentiu Tudor
· 6 years ago
3d5b386
i2c: imx: Fix inconsistent IS_ERR and PTR_ERR in i2c_imx_dma_request()
by YueHaibing
· 6 years ago
e1ab9a4
i2c: imx: improve the error handling in i2c_imx_dma_request()
by Oleksij Rempel
· 6 years ago
5b3a23a
i2c: imx: notify about real errors on dma i2c_imx_dma_request
by Oleksij Rempel
· 6 years ago
fece497
i2c: imx: don't print error message on probe defer
by Lucas Stach
· 6 years ago
99cc7ad
Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 6 years ago
ef456a2
i2c: imx: Simplify stopped state tracking
by Esben Haabendal
· 6 years ago
bed4ff1
i2c: imx: Fix race condition in dma read
by Esben Haabendal
· 6 years ago
d2d0ad2
i2c: imx: use open drain for recovery GPIO
by Wolfram Sang
· 6 years ago
9f9e3e0
i2c: imx: Fix reinit_completion() use
by Esben Haabendal
· 7 years ago
30a6475
i2c: busses: make use of i2c_8bit_addr_from_msg
by Peter Rosin
· 7 years ago
ef9fc0b
i2c: imx: Switch to SPDX identifier
by Fabio Estevam
· 7 years ago
d9a22d7
i2c: imx: avoid taking clk_prepare mutex in PM callbacks
by Lucas Stach
· 7 years ago
90ad2cb
i2c: imx: use clk notifier for rate changes
by Lucas Stach
· 7 years ago
7d42762
i2c: imx: Include the right GPIO header
by Linus Walleij
· 7 years ago
4c3c9a9
i2c: imx: use proper GPIO directions for recovery
by Wolfram Sang
· 7 years ago
ad36a27
i2c: imx: switch to using gpiod for bus recovery gpios
by Phil Reid
· 7 years ago
eba523b
i2c: imx: fix misleading bus recovery debug message
by Clemens Gruber
· 7 years ago
df0a2fd
i2c: imx: use IRQF_SHARED mode to request IRQ
by Wei Jinhua
· 7 years ago
6c782a5
i2c: imx: Use correct function to write to register
by Michail Georgios Etairidis
· 8 years ago
92d9d0d
i2c: busses: constify i2c_algorithm structures
by Bhumika Goyal
· 8 years ago
533169d
i2c: imx: defer probe if bus recovery GPIOs are not ready
by Stefan Agner
· 8 years ago
fd8961c
i2c: imx: make bus recovery through pinctrl optional
by Yang Li
· 8 years ago
ea73440
i2c: don't print error when adding adapter fails
by Wolfram Sang
· 8 years ago
2b899f34
i2c: imx: reduce load by using usleep_range instead of udelay
by Oleksij Rempel
· 9 years ago
3bf58bb
i2c: imx: remove extra spaces.
by Dmitriy Baranov
· 9 years ago
c552815
i2c: imx: fix i2c resource leak with dma transfer
by Gao Pan
· 9 years ago
995e68a
i2c: imx: Remove unneeded comments
by Fabio Estevam
· 9 years ago
e8e7129
i2c: imx: improve code readability
by Gao Pan
· 9 years ago
5b66153
i2c: imx: Improve message log when DMA is not used
by Fabio Estevam
· 9 years ago
588eb93
i2c: imx: add runtime pm support to improve the performance
by Gao Pan
· 9 years ago
a5f6501
i2c: imx: init bus recovery info before adding i2c adapter
by Gao Pan
· 9 years ago
8bb6fd5
i2c: imx: fix a compiling error
by Hou Zhiqiang
· 9 years ago
4c0657a
i2c: imx: Use -ENXIO as error in the NACK case
by Fabio Estevam
· 9 years ago
1c4b6c3
i2c: imx: implement bus recovery
by Gao Pan
· 9 years ago
e9a02a3
i2c: constify platform_device_id
by Krzysztof Kozlowski
· 10 years ago
1ac63fe
i2c: imx: match return type of wait_for_completion_timeout
by Nicholas Mc Guire
· 10 years ago
4e355f5
i2c: imx: whitespace and checkpatch cleanup
by Philipp Zabel
· 10 years ago
90ebd0e
i2c: imx: remove unused return value assignments
by Philipp Zabel
· 10 years ago
cb9eaba
i2c: imx: fix handling of wait_for_completion_timeout result
by Nicholas Mc Guire
· 10 years ago
e6b5be2
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 10 years ago
f508493
i2c: imx: simplify i2c_imx_dma_write() a little
by Wolfram Sang
· 10 years ago
ce1a788
i2c: imx: add DMA support for freescale i2c driver
by Yao Yuan
· 10 years ago
2fbed51
i2c: imx: Sort include headers alphabetically
by Yao Yuan
· 10 years ago
d4ffeec
i2c: imx+mxs: Use the preferred form for passing a size of a struct
by Fabio Estevam
· 10 years ago
ca1f8da
i2c: remove FSF address
by Wolfram Sang
· 10 years ago
1ecc433
i2c: busses: drop owner assignment from platform_drivers
by Wolfram Sang
· 10 years ago
a4ce47f
i2c-imx: Disable the clock on probe failure
by Fabio Estevam
· 10 years ago
639a26c
i2c: imx: Add arbitration lost check
by Haibo Chen
· 10 years ago
64bdfbf
i2c: imx: Fix format warning for dev_dbg
by Xiubo Li
· 10 years ago
46797a2
i2c: remove unnecessary OOM messages
by Jingoo Han
· 11 years ago
9b2a6da
i2c: imx: update i2c clock divider for each transaction
by Fugang Duan
· 11 years ago
054b62d
i2c: imx: fix the i2c bus hang issue when do repeat restart
by Fugang Duan
· 11 years ago
8e8782c
i2c: imx: add SMBus block read support
by Kaushal Butala
· 11 years ago
a8763f3
i2c: imx: propagate irq error code in probe
by Wolfram Sang
· 11 years ago
e5bf216
i2c: imx: Check the return value from clk_prepare_enable()
by Fabio Estevam
· 11 years ago
3611431
i2c: i2c-imx: replace platform_driver_probe to support deferred probing
by Wolfram Sang
· 11 years ago
687b81d
i2c: move OF helpers into the core
by Wolfram Sang
· 11 years ago
6d4028c
i2c: use dev_get_platdata()
by Jingoo Han
· 11 years ago
ad90efa
i2c: imx: Add Vybrid VF610 I2C controller support
by Jingchang Lu
· 11 years ago
4b77502
i2c: imx: add struct to hold more configurable quirks
by Jingchang Lu
· 11 years ago
171408c
i2c: imx: add INT flag and IEN bit operatation codes
by Jingchang Lu
· 11 years ago
8cc7331
i2c: imx: change register offset representation
by Jingchang Lu
· 11 years ago
1d5ef2a
i2c: imx: wrap registers read/write to inline function
by Jingchang Lu
· 11 years ago
0fc1347
i2c: imx: don't change platform device id_entry directly
by Jingchang Lu
· 11 years ago
46f2832
i2c: imx: enable clk before write to registers
by Jingchang Lu
· 11 years ago
d533f04
i2c: imx: use struct representing i2c clk{div, val} pair
by Jingchang Lu
· 11 years ago
2f641a8
i2c: imx: allow autoloading on dt ids
by Arnaud Patard \(Rtp\)
· 12 years ago
3cc2d00
drivers/i2c/busses: don't check resource with devm_ioremap_resource
by Wolfram Sang
· 12 years ago
76b1f72
i2c: imx: Let device core handle pinctrl
by Fabio Estevam
· 12 years ago
52caa59
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 12 years ago
55827f4
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
by Doug Anderson
· 12 years ago
84dbf80
i2c: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
5bdfba2
i2c: imx: remove cpu_is_xxx by using platform_device_id
by Shawn Guo
· 12 years ago
12250d8
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
by Linus Torvalds
· 12 years ago
82906b1
ARM: imx: move platform_data definitions
by Arnd Bergmann
· 12 years ago
002f002
i2c: imx: Use dev_dbg logging style
by Fabio Estevam
· 12 years ago
06d141e
i2c: imx: Use dev_info to indicate that i2c driver was succesfully registered
by Fabio Estevam
· 12 years ago
a410963
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
by Linus Torvalds
· 12 years ago
8c88ab0
i2c: imx: make bitrate an u32 type
by Wolfram Sang
· 13 years ago
1f09c67
i2c: i2c-imx: Adapt the clock name to the new clock framework
by Fabio Estevam
· 13 years ago
9f8a3e7
i2c: imx: convert to use managed functions
by Richard Zhao
· 13 years ago
6387f8f
i2c: imx: remove unneeded mach/irqs.h inclusion
by Shawn Guo
· 13 years ago
ae32adc
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
by Linus Torvalds
· 13 years ago
973c5ed
i2c: imx: don't use strcpy but strlcpy
by Wolfram Sang
· 13 years ago
15afbc6
i2c: imx: adopt pinctrl support
by Shawn Guo
· 13 years ago
3480059
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 13 years ago
bb79a07
i2c: imx: fix imx driver to work though signal is pending
by Oskar Schirmer
· 13 years ago
8391433
i2c: imx: add clk_prepare/clk_unprepare
by Richard Zhao
· 13 years ago
dfcd04b
i2c-imx: add device tree probe support
by Shawn Guo
· 13 years ago
593702c
i2c-imx: remove init/exit hooks from platform data
by Shawn Guo
· 13 years ago
e39428d
i2c-imx: do not allow interruptions when waiting for I2C to complete
by Marc Kleine-Budde
· 15 years ago
da9c99f
i2c-imx: fix error handling
by Arnaud Patard
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
96eb716
i2c/imx: don't add probe function to the driver struct
by Uwe Kleine-König
· 15 years ago
4927fbf
i2c: imx: call ioremap only after request_mem_region
by Uwe Kleine-König
· 15 years ago
a1ee06b
i2c: mxc: let time to generate stop bit
by Valentin Longchamp
· 15 years ago
Next »