Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
db30083813b559e98e10ae26bd09d3dc69be7fb7
/
drivers
/
i2c
/
busses
/
i2c-imx.c
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
2b899f3
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\)
· 11 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
· 12 years ago
1f09c67
i2c: i2c-imx: Adapt the clock name to the new clock framework
by Fabio Estevam
· 12 years ago
9f8a3e7
i2c: imx: convert to use managed functions
by Richard Zhao
· 12 years ago
6387f8f
i2c: imx: remove unneeded mach/irqs.h inclusion
by Shawn Guo
· 12 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
· 14 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
db3a3d4
i2c: imx: disable clock when it's possible to save power.
by Richard Zhao
· 15 years ago
a4094a7
i2c: imx: only imx1 needs disable delay
by Richard Zhao
· 15 years ago
43309f3
i2c: imx: check busy bit when START/STOP
by Richard Zhao
· 15 years ago
5d3f333
[PATCH] i2c-imx: make bus available early
by Wolfram Sang
· 15 years ago
65de394
i2c: imx: Make disable_delay a per-device variable
by Wolfram Sang
· 16 years ago
309c18d
i2c: imx: Add missing request_mem_region in probe()
by Darius Augulis
· 16 years ago
aa11e38
i2c: iMX/MXC support
by Darius Augulis
· 16 years ago