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
2021-01-22
i2c: remove sirf bus driver
Arnd Bergmann
3
-486
/
+0
2021-01-22
Revert "i2c: imx: Remove unused .id_table support"
Fabio Estevam
1
-1
/
+19
2021-01-20
ARM: remove tango platform
Arnd Bergmann
1
-2
/
+2
2021-01-17
i2c: stub: remove definition of DEBUG
Tom Rix
1
-1
/
+0
2021-01-17
i2c: i2c-mux-gpio: Enable this driver in ACPI land
Evan Green
1
-28
/
+79
2021-01-17
i2c: i2c-mux-gpio: Factor out pdev->dev in _probe_dt()
Evan Green
1
-2
/
+3
2021-01-17
i2c: octeon: check correct size of maximum RECV_LEN packet
Wolfram Sang
1
-1
/
+1
2021-01-17
i2c: tegra: Create i2c_writesl_vi() to use with VI I2C for filling TX FIFO
Sowjanya Komatineni
1
-1
/
+21
2021-01-17
i2c: bpmp-tegra: Ignore unknown I2C_M flags
Mikko Perttunen
1
-1
/
+1
2021-01-17
i2c: Drop unused efm32 bus driver
Uwe Kleine-König
3
-477
/
+0
2021-01-12
i2c: tegra: Wait for config load atomically while in ISR
Mikko Perttunen
1
-1
/
+1
2021-01-12
i2c: smbus: switch from loops to memcpy
Dmitry Torokhov
1
-10
/
+5
2021-01-06
i2c: mlxcpld: Add support for I2C bus frequency setting
Vadim Pasternak
1
-1
/
+62
2021-01-05
i2c: busses: Use DEFINE_SPINLOCK() for spinlock
Zheng Yongjun
1
-2
/
+1
2021-01-05
i2c: use DIV_ROUND_UP macro to do calculation
Zheng Yongjun
1
-3
/
+3
2021-01-05
i2c: fix platform_get_irq.cocci warnings
Tian Tao
1
-3
/
+1
2021-01-05
i2c: gpio: fix MODULE_LICENCE
Wolfram Sang
1
-1
/
+1
2021-01-05
i2c: iproc: handle rx fifo full interrupt
Rayagonda Kokatanur
1
-4
/
+17
2021-01-05
i2c: iproc: handle master read request
Rayagonda Kokatanur
1
-45
/
+170
2021-01-05
i2c: iproc: fix typo in slave_isr function
Rayagonda Kokatanur
1
-1
/
+1
2021-01-05
i2c: iproc: update slave isr mask (ISR_MASK_SLAVE)
Rayagonda Kokatanur
1
-1
/
+2
2021-01-05
i2c: iproc: handle only slave interrupts which are enabled
Rayagonda Kokatanur
1
-4
/
+9
2021-01-05
i2c: iproc: handle Master aborted error
Rayagonda Kokatanur
1
-3
/
+5
2021-01-05
i2c: rcar: protect against supurious interrupts on V3U
Wolfram Sang
1
-14
/
+43
2021-01-05
i2c: rcar: make sure irq is not threaded on Gen2 and earlier
Wolfram Sang
1
-1
/
+5
2021-01-05
i2c: rcar: optimize cacheline to minimize HW race condition
Wolfram Sang
1
-1
/
+1
2021-01-05
i2c: rcar: faster irq code to minimize HW race condition
Wolfram Sang
1
-7
/
+4
2021-01-05
i2c: qcom-geni: Store DMA mapping data in geni_i2c_dev struct
Roja Rani Yarubandi
1
-16
/
+43
2021-01-05
i2c: i801: Refactor mux code since platform_device_unregister() is NULL aware
Andy Shevchenko
1
-7
/
+3
2021-01-05
i2c: i801: Drop duplicate NULL check in i801_del_mux()
Andy Shevchenko
1
-2
/
+1
2021-01-05
i2c: mlxcpld: Decrease polling time for performance improvement
Vadim Pasternak
1
-1
/
+1
2021-01-05
i2c: mlxcpld: Update module license
Vadim Pasternak
1
-29
/
+3
2021-01-05
i2c: core: Do not print duplicate error when failing to register an i2c-clien...
Hans de Goede
1
-5
/
+1
2021-01-05
i2c: mediatek: Fix apdma and i2c hand-shake timeout
Qii Wang
1
-5
/
+22
2021-01-04
i2c: i801: Fix the i2c-mux gpiod_lookup_table not being properly terminated
Hans de Goede
1
-1
/
+1
2021-01-04
i2c: sprd: use a specific timeout to avoid system hang up issue
Chunyan Zhang
1
-1
/
+7
2020-12-16
Merge tag 'pm-5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...
Linus Torvalds
1
-2
/
+2
2020-12-15
Merge branches 'pm-sleep', 'pm-acpi', 'pm-domains' and 'powercap'
Rafael J. Wysocki
1
-2
/
+2
2020-12-11
i2c: remove check that can never be true
Uwe Kleine-König
1
-4
/
+1
2020-12-11
i2c: Warn when device removing fails
Uwe Kleine-König
1
-2
/
+7
2020-12-09
i2c: designware: Make register offsets all of the same width
Andy Shevchenko
1
-3
/
+3
2020-12-09
i2c: designware: Switch header to use BIT() and GENMASK()
Andy Shevchenko
1
-46
/
+46
2020-12-09
i2c: pxa: move to generic GPIO recovery
Codrin Ciubotariu
1
-68
/
+8
2020-12-09
i2c: sh_mobile: Mark adapter suspended during suspend
Geert Uytterhoeven
1
-0
/
+28
2020-12-09
i2c: owl: Add compatible for the Actions Semi S500 I2C controller
Cristian Ciocaltea
1
-0
/
+1
2020-12-07
i2c: imx: support slave mode for imx I2C driver
Biwen Li
2
-24
/
+196
2020-12-07
Merge branch 'i2c/for-current' into i2c/for-5.11
Wolfram Sang
8
-193
/
+223
2020-12-05
i2c: mlxbf: Fix the return check of devm_ioremap and ioremap
Wang Xiaojun
1
-6
/
+6
2020-12-05
i2c: mlxbf: select CONFIG_I2C_SLAVE
Arnd Bergmann
1
-0
/
+1
2020-12-03
i2c: ismt: Adding support for I2C_SMBUS_BLOCK_PROC_CALL
Mario Alejandro Posso Escobar
1
-2
/
+17
[prev]
[next]