index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
starfive-6.6.63-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
2020-08-04
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2020-08-04
Merge tag 'arm-drivers-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+25
2020-08-04
Merge tag 'rm-unicore32' of git://git.kernel.org/pub/scm/linux/kernel/git/rpp...
Linus Torvalds
3
-287
/
+0
2020-07-31
i2c: rcar: avoid race when unregistering slave
Wolfram Sang
1
-3
/
+5
2020-07-31
Merge tag 'v5.8-rc7' into i2c/for-5.9
Wolfram Sang
8
-22
/
+45
2020-07-28
i2c: slave: add sanity check when unregistering
Wolfram Sang
1
-0
/
+3
2020-07-28
i2c: slave: improve sanity check when registering
Wolfram Sang
1
-3
/
+1
2020-07-28
i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2c
Sowjanya Komatineni
1
-1
/
+1
2020-07-28
i2c: tegra: Fix runtime resume to re-init VI I2C
Sowjanya Komatineni
1
-0
/
+16
2020-07-28
i2c: tegra: Fix the error path in tegra_i2c_runtime_resume
Sowjanya Komatineni
1
-3
/
+8
2020-07-28
i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unpre...
Sowjanya Komatineni
1
-41
/
+23
2020-07-28
i2c: tegra: Don't mark VI I2C as IRQ safe runtime PM
Sowjanya Komatineni
1
-1
/
+9
2020-07-27
i2c: core: do not use logical device when creating irq domain
Wolfram Sang
1
-1
/
+1
2020-07-26
i2c: rcar: slave: only send STOP event when we have been addressed
Wolfram Sang
1
-3
/
+4
2020-07-24
i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping"
Wolfram Sang
1
-3
/
+3
2020-07-24
i2c: fsi: Prevent adding adapters for ports without dts nodes
Eddie James
1
-1
/
+1
2020-07-23
i2c: i2c-qcom-geni: Fix DMA transfer race
Douglas Anderson
1
-2
/
+4
2020-07-23
i2c: rcar: always clear ICSAR to avoid side effects
Wolfram Sang
1
-0
/
+3
2020-07-23
i2c: busses: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
10
-19
/
+17
2020-07-22
Merge tag 'qcom-drivers-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel...
Arnd Bergmann
1
-1
/
+25
2020-07-22
i2c: cadence: Clear HOLD bit at correct time in Rx path
Raviteja Narayanam
1
-9
/
+10
2020-07-22
Revert "i2c: cadence: Fix the hold bit setting"
Raviteja Narayanam
1
-7
/
+2
2020-07-16
treewide: Remove uninitialized_var() usage
Kees Cook
1
-1
/
+1
2020-07-04
i2c: rk3x: support master_xfer_atomic
John Keeping
1
-4
/
+35
2020-07-04
i2c: Use separate MODULE_AUTHOR() statements for multiple authors
Jarkko Nikula
13
-24
/
+30
2020-07-04
i2c: mlxcpld: check correct size of maximum RECV_LEN packet
Wolfram Sang
1
-2
/
+2
2020-07-04
i2c: add Kconfig help text for slave mode
Wolfram Sang
1
-0
/
+4
2020-07-04
i2c: slave-eeprom: update documentation
Wolfram Sang
1
-0
/
+3
2020-07-04
i2c: eg20t: Load module automatically if ID matches
Andy Shevchenko
1
-0
/
+1
2020-07-04
i2c: designware: platdrv: Set class based on DMI
Ricardo Ribalda
1
-1
/
+14
2020-07-04
i2c: algo-pca: Add 0x78 as SCL stuck low status for PCA9665
Chris Packham
1
-1
/
+2
2020-07-01
i2c/buses: remove i2c-puv3 driver
Mike Rapoport
3
-287
/
+0
2020-06-26
i2c: core: check returned size of emulated smbus block read
Mans Rullgard
1
-0
/
+7
2020-06-26
i2c: fsi: Fix the port number field in status register
Eddie James
1
-1
/
+1
2020-06-25
i2c: i2c-qcom-geni: Add interconnect support
Akash Asthana
1
-1
/
+25
2020-06-23
i2c: designware: Adjust bus speed independently of ACPI
Andy Shevchenko
4
-12
/
+20
2020-06-19
i2c: smbus: Fix spelling mistake in the comments
Keyur Patel
1
-1
/
+1
2020-06-19
i2c: remove deprecated i2c_new_device API
Wolfram Sang
1
-25
/
+0
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
1
-1
/
+1
2020-06-13
Merge branch 'i2c/for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
69
-1229
/
+5489
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-06-11
i2c: Drop stray comma in MODULE_AUTHOR statements
Jean Delvare
2
-3
/
+3
2020-06-11
i2c: npcm7xx: npcm_i2caddr[] can be static
kernel test robot
1
-1
/
+1
2020-06-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-2
/
+1
2020-06-08
i2c: npcm7xx: Fix a couple of error codes in probe
Dan Carpenter
1
-2
/
+2
2020-06-07
i2c: icy: Fix build with CONFIG_AMIGA_PCMCIA=n
Max Staudt
1
-0
/
+1
2020-06-07
i2c: npcm7xx: Remove unnecessary parentheses
Gustavo A. R. Silva
1
-1
/
+1
2020-06-06
Merge tag 'gpio-v5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...
Linus Torvalds
1
-3
/
+3
2020-06-03
i2c: npcm7xx: Add support for slave mode for Nuvoton
Tali Perry
1
-1
/
+607
2020-06-03
i2c: npcm7xx: Add Nuvoton NPCM I2C controller driver
Tali Perry
3
-0
/
+1746
[prev]
[next]