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-riic.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-10
i2c: riic: Simplify unsupported bus speed handling
Geert Uytterhoeven
1
-9
/
+6
2024-09-10
i2c: riic: Add support for fast mode plus
Claudiu Beznea
1
-2
/
+22
2024-09-10
i2c: riic: Define individual arrays to describe the register offsets
Claudiu Beznea
1
-27
/
+31
2024-09-10
i2c: riic: Add suspend/resume support
Claudiu Beznea
1
-11
/
+62
2024-09-10
i2c: riic: Enable runtime PM autosuspend support
Claudiu Beznea
1
-2
/
+9
2024-09-10
i2c: riic: Use pm_runtime_resume_and_get()
Claudiu Beznea
1
-6
/
+14
2024-09-10
i2c: riic: Call pm_runtime_get_sync() when need to access registers
Claudiu Beznea
1
-9
/
+5
2024-09-10
i2c: riic: Use temporary variable for struct device
Claudiu Beznea
1
-23
/
+26
2024-07-11
i2c: riic: reword according to newest specification
Wolfram Sang
1
-4
/
+4
2024-05-06
i2c: riic: Add support for R9A09G057 SoC
Lad Prabhakar
1
-0
/
+17
2024-05-06
i2c: riic: Pass register offsets and chip details as OF data
Lad Prabhakar
1
-15
/
+41
2024-05-06
i2c: riic: Introduce helper functions for I2C read/write operations
Lad Prabhakar
1
-23
/
+33
2023-09-19
i2c: riic: avoid potential division by zero
Wolfram Sang
1
-1
/
+1
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
1
-1
/
+0
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-09-17
i2c: riic: Use devm_platform_ioremap_resource()
Lad Prabhakar
1
-3
/
+1
2022-08-12
i2c: move drivers from strlcpy to strscpy
Wolfram Sang
1
-1
/
+1
2022-03-01
i2c: riic: Simplify reset handling
Lad Prabhakar
1
-17
/
+17
2022-01-03
i2c: riic: Use platform_get_irq() to get the interrupt
Lad Prabhakar
1
-5
/
+5
2021-06-20
i2c: riic: Add RZ/G2L support
Biju Das
1
-1
/
+22
2020-03-25
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
1
-3
/
+3
2019-09-28
i2c: riic: Clear NACK in tend isr
Chris Brandt
1
-0
/
+1
2019-04-24
i2c: riic: Add Runtime PM support
Geert Uytterhoeven
1
-19
/
+24
2018-08-24
i2c: use SPDX identifier for Renesas drivers
Wolfram Sang
1
-4
/
+1
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
1
-3
/
+2
2017-10-27
i2c: riic: remove clock and frequency restrictions
Chris Brandt
1
-34
/
+81
2017-03-08
i2c: riic: fix restart condition
Chris Brandt
1
-1
/
+5
2017-02-09
i2c: riic: correctly finish transfers
Chris Brandt
1
-7
/
+23
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
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
2014-01-02
i2c: riic: add driver
Wolfram Sang
1
-0
/
+427