index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
2013-06-12
drivers/i2c/busses: don't check resource with devm_ioremap_resource
Wolfram Sang
1
-5
/
+1
2013-06-12
i2c: imx: Let device core handle pinctrl
Fabio Estevam
1
-8
/
+0
2013-02-26
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+0
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-1
/
+0
2013-01-25
i2c: Convert to devm_ioremap_resource()
Thierry Reding
1
-3
/
+3
2012-10-15
i2c: imx: remove cpu_is_xxx by using platform_device_id
Shawn Guo
1
-5
/
+35
2012-10-11
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-3
/
+3
2012-09-14
ARM: imx: move platform_data definitions
Arnd Bergmann
1
-1
/
+1
2012-09-12
i2c: imx: Use dev_dbg logging style
Fabio Estevam
1
-2
/
+2
2012-09-12
i2c: imx: Use dev_info to indicate that i2c driver was succesfully registered
Fabio Estevam
1
-1
/
+1
2012-07-29
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-55
/
+20
2012-07-10
i2c: imx: make bitrate an u32 type
Wolfram Sang
1
-2
/
+2
2012-07-09
i2c: i2c-imx: Adapt the clock name to the new clock framework
Fabio Estevam
1
-1
/
+1
2012-07-08
i2c: imx: convert to use managed functions
Richard Zhao
1
-53
/
+18
2012-07-01
i2c: imx: remove unneeded mach/irqs.h inclusion
Shawn Guo
1
-1
/
+0
2012-05-27
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-1
/
+1
2012-05-12
i2c: imx: don't use strcpy but strlcpy
Wolfram Sang
1
-1
/
+1
2012-05-12
i2c: imx: adopt pinctrl support
Shawn Guo
1
-0
/
+8
2012-03-28
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
Linus Torvalds
1
-2
/
+2
2012-02-29
i2c: imx: fix imx driver to work though signal is pending
Oskar Schirmer
1
-5
/
+0
2012-02-01
i2c: imx: add clk_prepare/clk_unprepare
Richard Zhao
1
-2
/
+2
2011-09-15
i2c-imx: add device tree probe support
Shawn Guo
1
-6
/
+19
2011-09-15
i2c-imx: remove init/exit hooks from platform data
Shawn Guo
1
-18
/
+3
2010-10-18
i2c-imx: do not allow interruptions when waiting for I2C to complete
Marc Kleine-Budde
1
-9
/
+3
2010-04-20
i2c-imx: fix error handling
Arnaud Patard
1
-2
/
+4
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-08
i2c/imx: don't add probe function to the driver struct
Uwe Kleine-König
1
-1
/
+0
2010-01-24
i2c: imx: call ioremap only after request_mem_region
Uwe Kleine-König
1
-10
/
+11
2010-01-24
i2c: mxc: let time to generate stop bit
Valentin Longchamp
1
-2
/
+3
2009-11-03
i2c: imx: disable clock when it's possible to save power.
Richard Zhao
1
-6
/
+6
2009-11-03
i2c: imx: only imx1 needs disable delay
Richard Zhao
1
-5
/
+7
2009-11-03
i2c: imx: check busy bit when START/STOP
Richard Zhao
1
-18
/
+44
2009-09-20
[PATCH] i2c-imx: make bus available early
Wolfram Sang
1
-2
/
+1
2009-04-07
i2c: imx: Make disable_delay a per-device variable
Wolfram Sang
1
-4
/
+3
2009-04-07
i2c: imx: Add missing request_mem_region in probe()
Darius Augulis
1
-5
/
+13
2009-04-07
i2c: iMX/MXC support
Darius Augulis
1
-0
/
+617