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
pinetabv-6.6.y-devel
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
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
2014-12-15
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+0
2014-11-19
i2c: imx: simplify i2c_imx_dma_write() a little
Wolfram Sang
1
-5
/
+1
2014-11-18
i2c: imx: add DMA support for freescale i2c driver
Yao Yuan
1
-2
/
+333
2014-11-18
i2c: imx: Sort include headers alphabetically
Yao Yuan
1
-10
/
+10
2014-11-10
i2c: imx+mxs: Use the preferred form for passing a size of a struct
Fabio Estevam
1
-2
/
+1
2014-11-07
i2c: remove FSF address
Wolfram Sang
1
-5
/
+0
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-10-06
i2c-imx: Disable the clock on probe failure
Fabio Estevam
1
-2
/
+6
2014-09-30
i2c: imx: Add arbitration lost check
Haibo Chen
1
-0
/
+8
2014-08-06
i2c: imx: Fix format warning for dev_dbg
Xiubo Li
1
-4
/
+1
2014-06-02
i2c: remove unnecessary OOM messages
Jingoo Han
1
-3
/
+1
2014-06-02
i2c: imx: update i2c clock divider for each transaction
Fugang Duan
1
-44
/
+49
2014-06-02
i2c: imx: fix the i2c bus hang issue when do repeat restart
Fugang Duan
1
-11
/
+30
2014-05-22
i2c: imx: add SMBus block read support
Kaushal Butala
1
-3
/
+28
2014-01-03
i2c: imx: propagate irq error code in probe
Wolfram Sang
1
-1
/
+1
2013-12-13
i2c: imx: Check the return value from clk_prepare_enable()
Fabio Estevam
1
-1
/
+3
2013-10-10
i2c: i2c-imx: replace platform_driver_probe to support deferred probing
Wolfram Sang
1
-5
/
+6
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-3
/
+0
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-15
i2c: imx: Add Vybrid VF610 I2C controller support
Jingchang Lu
1
-0
/
+32
2013-08-15
i2c: imx: add struct to hold more configurable quirks
Jingchang Lu
1
-25
/
+52
2013-08-15
i2c: imx: add INT flag and IEN bit operatation codes
Jingchang Lu
1
-5
/
+22
2013-08-15
i2c: imx: change register offset representation
Jingchang Lu
1
-7
/
+16
2013-08-15
i2c: imx: wrap registers read/write to inline function
Jingchang Lu
1
-34
/
+46
2013-08-15
i2c: imx: don't change platform device id_entry directly
Jingchang Lu
1
-2
/
+6
2013-08-15
i2c: imx: enable clk before write to registers
Jingchang Lu
1
-0
/
+6
2013-08-15
i2c: imx: use struct representing i2c clk{div, val} pair
Jingchang Lu
1
-7
/
+13
2013-06-25
i2c: imx: allow autoloading on dt ids
Arnaud Patard \(Rtp\)
1
-0
/
+1
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
[next]