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-ocores.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-05-27
i2c: busses: i2c-ocores: Place the expected function names into the documenta...
Lee Jones
1
-4
/
+4
2020-12-03
i2c: ocores: Avoid false-positive error log message.
Stefan Lässer
1
-1
/
+1
2020-11-04
i2c: ocores: fix polling mode workaround on FU540-C000 SoC
Sagar Shrikant Kadam
1
-12
/
+11
2020-01-15
i2c: ocores: convert to use i2c_new_client_device()
Wolfram Sang
1
-1
/
+1
2019-08-29
i2c: ocores: use request_any_context_irq() to register IRQ handler
Federico Vaga
1
-2
/
+3
2019-06-15
i2c: ocores: add polling mode workaround for Sifive FU540-C000 SoC
Sagar Shrikant Kadam
1
-2
/
+22
2019-06-15
i2c: ocores: add support for i2c device on Sifive FU540-c000 SoC
Sagar Shrikant Kadam
1
-0
/
+9
2019-04-16
i2c: ocores: enable atomic xfers
Wolfram Sang
1
-0
/
+1
2019-04-16
i2c: ocores: refactor setup for polling
Wolfram Sang
1
-11
/
+4
2019-02-24
i2c: ocores: turn incomplete kdoc into a comment
Wolfram Sang
1
-3
/
+3
2019-02-14
i2c: ocores: Add support for bus clock via platform data
Andrew Lunn
1
-1
/
+4
2019-02-14
i2c: ocores: Add support for IO mapper registers.
Andrew Lunn
1
-3
/
+29
2019-02-14
i2c: ocores: checkpatch fixes
Federico Vaga
1
-11
/
+18
2019-02-14
i2c: ocores: add SPDX tag
Federico Vaga
1
-4
/
+1
2019-02-14
i2c: ocores: add polling interface
Federico Vaga
1
-21
/
+161
2019-02-14
i2c: ocores: do not handle IRQ if IF is not set
Federico Vaga
1
-3
/
+6
2019-02-14
i2c: ocores: stop transfer on timeout
Federico Vaga
1
-9
/
+45
2018-08-24
i2c: ocores: update my email address
Peter Korsgaard
1
-2
/
+2
2018-06-14
Merge branch 'i2c/for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+2
2018-05-29
i2c: busses: make use of i2c_8bit_addr_from_msg
Peter Rosin
1
-4
/
+1
2018-05-29
i2c: ocores: update HDL sources URL
Federico Vaga
1
-1
/
+1
2018-05-17
i2c: ocores: move header to platform_data
Wolfram Sang
1
-1
/
+1
2017-08-29
i2c: busses: make i2c_adapter const
Bhumika Goyal
1
-1
/
+1
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-3
/
+1
2016-08-15
i2c: ocores: add missed clk_disable_unprepare() on failure paths
Alexey Khoroshilov
1
-4
/
+10
2016-04-11
i2c: ocores: use new 8 bit address helper function
Wolfram Sang
1
-4
/
+1
2015-10-20
i2c: ocores: support big-endian register layout
Max Filippov
1
-4
/
+27
2015-02-20
i2c: ocores: rework clk code to handle NULL cookie
Wolfram Sang
1
-14
/
+21
2015-02-06
i2c: ocores: add common clock support
Max Filippov
1
-1
/
+32
2015-02-06
i2c: ocores: fix clock-frequency binding usage
Max Filippov
1
-13
/
+42
2014-10-20
i2c: busses: drop owner assignment from platform_drivers
Wolfram Sang
1
-1
/
+0
2014-07-17
i2c: i2c-ocores: Drop class based scanning to improve bootup time
Wolfram Sang
1
-6
/
+6
2014-06-02
i2c: Make of_device_id array const
Jingoo Han
1
-1
/
+1
2014-03-05
i2c: i2c-ocores: deprecate class based instantiation
Wolfram Sang
1
-1
/
+1
2014-01-24
i2c: delete non-required instances of include <linux/init.h>
Paul Gortmaker
1
-1
/
+0
2013-08-23
i2c: move OF helpers into the core
Wolfram Sang
1
-3
/
+0
2013-08-19
i2c: use dev_get_platdata()
Jingoo Han
1
-1
/
+1
2013-08-15
drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resource
Julia Lawall
1
-4
/
+1
2013-08-15
i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functions
Jingoo Han
1
-1
/
+1
2013-02-26
Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+1
2013-02-22
i2c: Remove unneeded xxx_set_drvdata(..., NULL) calls
Doug Anderson
1
-1
/
+0
2013-02-21
i2c: ocores: Fix pointer to integer cast warning
Jayachandran C
1
-1
/
+1
2013-01-25
i2c: Convert to devm_ioremap_resource()
Thierry Reding
1
-3
/
+4
2012-12-22
i2c: remove __dev* attributes from subsystem
Bill Pemberton
1
-3
/
+3
2012-12-19
Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linux
Linus Torvalds
1
-35
/
+129
2012-11-23
i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF block
Andreas Larsson
1
-34
/
+34
2012-11-16
i2c: ocores: Add support for the GRLIB port of the controller and use functio...
Andreas Larsson
1
-18
/
+120
2012-11-16
i2c: ocores: Add irq support for sparc
Andreas Larsson
1
-5
/
+6
2012-11-15
bindings: i2c: use consistent naming for i2c binding descriptions
Wolfram Sang
1
-4
/
+0
2012-11-13
i2c: ocores: Use devm_request_and_ioremap()
Thierry Reding
1
-12
/
+3
[next]