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
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-pxa.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500
Thomas Gleixner
1
-4
/
+1
2017-11-29
ARM: pxa: move header file out of I2C realm
Wolfram Sang
1
-1
/
+1
2017-07-31
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
1
-4
/
+2
2016-12-02
i2c: pxa: Add support for the I2C units found in Armada 3700
Romain Perier
1
-0
/
+15
2016-12-02
i2c: pxa: Add definition of fast and high speed modes via the regs layout
Romain Perier
1
-2
/
+9
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2015-10-25
i2c: pxa: Add support for pxa910/988 & new configuration features
Vaibhav Hiremath
1
-1
/
+40
2015-08-10
i2c: pxa: Use devm_ variants in probe function
Vaibhav Hiremath
1
-51
/
+26
2015-08-10
i2c: pxa: Update debug function to dump more info on error
Vaibhav Hiremath
1
-7
/
+15
2015-08-10
i2c: pxa: Fix compile warning in 64bit mode
Yipeng Yao
1
-1
/
+3
2015-08-10
i2c: pxa: Return I2C_RETRY when timeout in pio mode
Shouming Wang
1
-1
/
+3
2015-08-10
i2c: pxa: No need to set slave addr for i2c master mode reset
Vaibhav Hiremath
1
-1
/
+1
2015-08-10
i2c: pxa: keep i2c irq ON in suspend
Leilei Shang
1
-2
/
+3
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-25
i2c: pxa: add support for SCCB devices
Petr Cvek
1
-7
/
+12
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-06-02
i2c: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-2
/
+0
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
1
-2
/
+2
2013-08-07
i2c: pxa: enable high speed mode for i2c bus
Leilei Shang
1
-1
/
+63
2013-06-18
i2c-pxa: prepare clock before use
Daniel Drake
1
-3
/
+3
2013-03-24
i2c: pxa: Use i2c-core to get bus number now
Doug Anderson
1
-11
/
+9
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-2
/
+0
2013-02-22
i2c: pxa: remove incorrect __exit annotations
Dmitry Torokhov
1
-2
/
+2
2012-07-31
i2c/i2c-pxa: remove conditional compilation of clk code
Viresh Kumar
1
-7
/
+0
2012-05-12
i2c-pxa: Drop leftover comment
Karol Lewandowski
1
-5
/
+0
2012-03-07
i2c: pxa: add OF support
Haojian Zhuang
1
-21
/
+74
2011-07-25
i2c: Allow i2c_add_numbered_adapter() to assign a bus id
Grant Likely
1
-5
/
+2
2011-03-22
i2c-pxa2xx: Don't clear isr bits too early
Vasily Khoruzhick
1
-3
/
+2
2011-03-21
i2c-pxa2xx: Fix register offsets
Vasily Khoruzhick
1
-7
/
+7
2011-03-21
i2c-pxa2xx: pass of_node from platform driver to adapter and publish
Sebastian Andrzej Siewior
1
-0
/
+5
2011-03-21
i2c-pxa2xx: check timeout correctly
Sebastian Andrzej Siewior
1
-1
/
+3
2011-03-21
i2c-pxa2xx: add support for shared IRQ handler
Sebastian Andrzej Siewior
1
-2
/
+8
2011-03-21
i2c-pxa2xx: Add PCI support for PXA I2C controller
Sebastian Andrzej Siewior
1
-3
/
+24
2011-03-21
ARM: pxa2xx: reorganize I2C files
Sebastian Andrzej Siewior
1
-1
/
+1
2011-03-21
i2c-pxa2xx: use dynamic register layout
Sebastian Andrzej Siewior
1
-20
/
+50
2010-10-24
i2c: Remove unneeded inclusions of <linux/i2c-id.h>
Jean Delvare
1
-1
/
+0
2010-08-11
i2c-pxa: fix compiler warning, due to missing const
Marc Kleine-Budde
1
-1
/
+1
2010-05-21
i2c: Use <linux/io.h> instead of <asm/io.h>
H Hartley Sweeten
1
-1
/
+1
2010-05-20
i2c-pxa: only define 'blue_murder'-function if DEBUG is #defined
Wolfram Sang
1
-10
/
+14
2010-05-20
i2c-pxa: remove unused macro
Uwe Kleine-König
1
-2
/
+0
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-02-09
tree-wide: Assorted spelling fixes
Daniel Mack
1
-1
/
+1
2009-12-15
const: constify remaining dev_pm_ops
Alexey Dobriyan
1
-1
/
+1
2009-07-22
I2C: Rework i2c-pxa suspend_late()/resume_early()
Magnus Damm
1
-8
/
+17
2009-06-17
i2c: Use resource_size macro
Linus Walleij
1
-5
/
+4
2009-06-05
[ARM] pxa: move mach/i2c.h to plat/i2c.h
Eric Miao
1
-1
/
+1
2009-06-05
[ARM] pxa: add platform device ID table to pxa i2c driver
Eric Miao
1
-2
/
+18
2009-05-04
i2c-pxa.c: timeouts off by 1
Roel Kluin
1
-3
/
+3
2009-03-28
i2c: Add missing KERN_* constants to printks
Frank Seidel
1
-4
/
+5
[next]