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
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
i2c: designware: Unify terminator in device ID tables
Andy Shevchenko
2
-3
/
+3
2024-09-10
i2c: designware: Add missing 'c' into PCI IDs variable name
Andy Shevchenko
1
-3
/
+3
2024-09-10
i2c: designware: Let PCI core to take care about interrupt vectors
Andy Shevchenko
1
-11
/
+3
2024-09-10
i2c: designware: Replace a while-loop by for-loop
Andy Shevchenko
1
-4
/
+1
2024-09-10
i2c: qcom-geni: Use goto for clearer exit path
Andi Shyti
1
-9
/
+12
2024-09-10
i2c: imx: Switch to RUNTIME_PM_OPS()
Fabio Estevam
1
-5
/
+4
2024-09-10
i2c: mt65xx: Avoid double initialization of restart_flag in isr
AngeloGioacchino Del Regno
1
-4
/
+1
2024-09-10
i2c: don't use ',' after delimiters
Wolfram Sang
14
-15
/
+14
2024-09-10
i2c: designware: Fix wrong setting for {ss,fs,hs}_{h,l}cnt registers
Adrian Huang
3
-12
/
+53
2024-09-07
i2c: Remove I2C_COMPAT config symbol and related code
Heiner Kallweit
2
-39
/
+0
2024-09-03
i2c: simplify with scoped for each OF child loop
Krzysztof Kozlowski
1
-5
/
+2
2024-08-26
i2c: core: Lock address during client device instantiation
Heiner Kallweit
1
-0
/
+28
2024-08-26
i2c: testunit: add SMBusAlert trigger
Wolfram Sang
1
-0
/
+59
2024-08-26
i2c: testunit: move code to avoid a forward declaration
Wolfram Sang
1
-42
/
+42
2024-08-15
i2c: tegra: Do not mark ACPI devices as irq safe
Breno Leitao
1
-2
/
+2
2024-08-14
i2c: testunit: return current command on read messages
Wolfram Sang
1
-2
/
+2
2024-08-14
i2c: testunit: add command to support versioning and test rep_start
Wolfram Sang
1
-2
/
+23
2024-08-14
i2c: testunit: sort case blocks
Wolfram Sang
1
-8
/
+8
2024-08-14
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Andi Shyti
1
-1
/
+3
2024-08-09
Merge tag 'i2c-host-fixes-6.11-rc3' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
1
-1
/
+4
2024-08-08
i2c: testunit: match HostNotify test name with docs
Wolfram Sang
1
-2
/
+2
2024-08-07
i2c: qcom-geni: Add missing geni_icc_disable in geni_i2c_runtime_resume
Gaosheng Cui
1
-0
/
+1
2024-08-05
i2c: qcom-geni: Add missing clk_disable_unprepare in geni_i2c_runtime_resume
Gaosheng Cui
1
-1
/
+3
2024-08-04
i2c: smbus: Send alert notifications to all devices if source not found
Guenter Roeck
1
-3
/
+35
2024-07-29
i2c: smbus: Improve handling of stuck alerts
Guenter Roeck
1
-7
/
+25
2024-07-25
Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2024-07-20
i2c: piix4: Register SPDs
Thomas Weißschuh
2
-0
/
+10
2024-07-20
i2c: smbus: remove i801 assumptions from SPD probing
Thomas Weißschuh
1
-11
/
+4
2024-07-20
i2c: mux: gpio: Add support for the 'settle-time-us' property
Bastien Curutchet
1
-0
/
+6
2024-07-20
i2c: mux: gpio: Re-order #include to match alphabetic order
Bastien Curutchet
1
-4
/
+4
2024-07-20
Merge tag 'i2c-for-6.11-rc1-try2' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
77
-341
/
+364
2024-07-20
Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-1
/
+0
2024-07-16
Merge tag 'hwmon-for-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+5
2024-07-13
Merge tag 'i2c-host-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/an...
Wolfram Sang
76
-463
/
+497
2024-07-13
Merge tag 'i2c-host-fixes-6.10-rc8' of git://git.kernel.org/pub/scm/linux/ker...
Wolfram Sang
1
-6
/
+21
2024-07-12
i2c: testunit: avoid re-issued work after read message
Wolfram Sang
1
-0
/
+7
2024-07-12
i2c: rcar: ensure Gen3+ reset does not disturb local targets
Wolfram Sang
1
-0
/
+8
2024-07-11
i2c: st: reword according to newest specification
Wolfram Sang
1
-4
/
+4
2024-07-11
i2c: cpm: reword according to newest specification
Wolfram Sang
1
-2
/
+2
2024-07-11
i2c: virtio: reword according to newest specification
Wolfram Sang
1
-1
/
+1
2024-07-11
i2c: nvidia-gpu: reword according to newest specification
Wolfram Sang
1
-4
/
+3
2024-07-11
i2c: viai2c: reword according to newest specification
Wolfram Sang
3
-11
/
+11
2024-07-11
i2c: viperboard: reword according to newest specification
Wolfram Sang
1
-6
/
+4
2024-07-11
i2c: uniphier: reword according to newest specification
Wolfram Sang
1
-8
/
+7
2024-07-11
i2c: uniphier-f: reword according to newest specification
Wolfram Sang
1
-14
/
+12
2024-07-11
i2c: tiny-usb: reword according to newest specification
Wolfram Sang
1
-4
/
+2
2024-07-11
i2c: thunderx-pcidrv: reword according to newest specification
Wolfram Sang
1
-1
/
+1
2024-07-11
i2c: tegra-bpmp: reword according to newest specification
Wolfram Sang
1
-2
/
+2
2024-07-11
i2c: taos-evm: reword according to newest specification
Wolfram Sang
1
-1
/
+1
2024-07-11
i2c: sun6i-p2wi: reword according to newest specification
Wolfram Sang
1
-10
/
+10
[prev]
[next]