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
2020-01-15
i2c: tegra: Fix suspending in active runtime PM state
Dmitry Osipenko
1
-0
/
+9
2020-01-14
i2c: meson: implement the master_xfer_atomic callback
Martin Blumenstingl
1
-32
/
+65
2020-01-10
i2c: fix bus recovery stop mode timing
Russell King
1
-3
/
+10
2020-01-06
i2c: bcm2835: Store pointer to bus clock
Stefan Wahren
1
-9
/
+8
2020-01-06
I2C: JZ4780: Add support for the X1000.
周琰杰 (Zhou Yanjie)
1
-40
/
+116
2020-01-06
i2c: tiny-usb: Correct I2C fault codes.
Christoph Müllner
1
-4
/
+4
2020-01-06
i2c: at91: remote default value initialization
Eugen Hristev
1
-39
/
+0
2020-01-06
i2c: at91: fix clk_offset for sam9x60
Eugen Hristev
1
-1
/
+1
2020-01-06
remove ioremap_nocache and devm_ioremap_nocache
Christoph Hellwig
2
-2
/
+2
2020-01-03
i2c: mux: pca954x: support property idle-state
Biwen Li
1
-23
/
+46
2020-01-03
i2c: mux: pca9541: use the BIT macro
Peter Rosin
1
-14
/
+15
2019-12-17
i2c: core: Use DEVICE_ATTR_*() helper macros
Geert Uytterhoeven
1
-10
/
+10
2019-12-11
i2c: remove i2c_new_dummy() API
Wolfram Sang
1
-23
/
+0
2019-12-02
Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
20
-131
/
+321
2019-11-28
i2c: icy: convert to i2c_new_scanned_device
Wolfram Sang
1
-4
/
+4
2019-11-28
i2c: replace i2c_new_probed_device with an ERR_PTR variant
Wolfram Sang
1
-6
/
+19
2019-11-27
Merge tag 'driver-core-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2019-11-25
i2c: Fix Kconfig indentation
Krzysztof Kozlowski
2
-20
/
+20
2019-11-25
i2c: smbus: Don't filter out duplicate alerts
Corey Minyard
1
-7
/
+0
2019-11-25
i2c: i801: Correct Intel Jasper Lake SOC naming
Andy Shevchenko
2
-5
/
+5
2019-11-25
i2c: i2c-stm32f7: fix 10-bits check in slave free id search loop
Alain Volmat
1
-1
/
+1
2019-11-20
i2c: of: Populate fwnode in of_i2c_get_board_info()
Saravana Kannan
1
-0
/
+1
2019-11-17
i2c: iproc: Add i2c repeated start capability
Lori Hikichi
1
-13
/
+50
2019-11-16
i2c: remove helpers for ref-counting clients
Wolfram Sang
1
-32
/
+0
2019-11-16
i2c: core: fix use after free in of_i2c_notify
Wen Yang
1
-2
/
+2
2019-11-15
i2c: acpi: Force bus speed to 400KHz if a Silead touchscreen is present
Hans de Goede
1
-1
/
+27
2019-11-14
i2c: tegra: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-14
i2c: sh_mobile: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-1
/
+1
2019-11-14
i2c: qup: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-14
i2c: at91: Use dma_request_chan() directly for channel request
Peter Ujfalusi
1
-2
/
+2
2019-11-14
i2c: rcar: Remove superfluous call to clk_get_rate()
Geert Uytterhoeven
1
-1
/
+1
2019-11-11
i2c: pxa: remove unused i2c-slave APIs
Patrick Williams
1
-1
/
+0
2019-11-11
i2c: pxa: migrate to new i2c_slave APIs
Patrick Williams
2
-14
/
+61
2019-11-11
i2c: cros-ec-tunnel: Make the device acpi compatible
Akshu Agrawal
1
-5
/
+10
2019-11-11
i2c: stm32f7: report dma error during probe
Alain Volmat
2
-8
/
+17
2019-11-11
i2c: icy: no need to populate address for scanned device
Wolfram Sang
1
-1
/
+0
2019-11-11
i2c: xiic: Fix kerneldoc warnings
Shubhrajyoti Datta
1
-0
/
+2
2019-11-11
i2c: stm32f7: fix & reorder remove & probe error handling
Alain Volmat
1
-7
/
+12
2019-10-26
i2c: stm32f7: rework slave_id allocation
Alain Volmat
1
-1
/
+1
2019-10-24
i2c: stm32f7: remove warning when compiling with W=1
Alain Volmat
1
-1
/
+1
2019-10-24
i2c: stm32f7: fix a race in slave mode with arbitration loss irq
Fabrice Gasnier
1
-7
/
+10
2019-10-24
i2c: stm32f7: fix first byte to send in slave mode
Fabrice Gasnier
1
-0
/
+2
2019-10-24
i2c: mt65xx: fix NULL ptr dereference
Fabien Parent
1
-1
/
+1
2019-10-24
i2c: i801: Add support for Intel Comet Lake PCH-H
Jarkko Nikula
1
-0
/
+4
2019-10-24
i2c: i801: Add support for Intel Jasper Lake
Jarkko Nikula
2
-0
/
+5
2019-10-24
i2c: at91: add support for analog filtering
Eugen Hristev
3
-4
/
+26
2019-10-24
i2c: at91: add support for advanced digital filtering
Eugen Hristev
3
-3
/
+41
2019-10-24
i2c: at91: add support for digital filtering
Eugen Hristev
3
-0
/
+23
2019-10-24
i2c: at91: add new platform support for sam9x60
Eugen Hristev
1
-0
/
+11
2019-10-24
i2c: add support for filters optional properties
Eugen Hristev
1
-0
/
+6
[prev]
[next]