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-bcm-iproc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-05-06
i2c: bcm-iproc: remove printout on handled timeouts
Wolfram Sang
1
-2
/
+0
2023-11-08
i2c: iproc: handle invalid slave state
Roman Bacik
1
-58
/
+75
2023-09-04
Merge tag 'i2c-for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-16
/
+4
2023-08-14
i2c: bcm-iproc: Fix bcm_iproc_i2c_isr deadlock issue
Chengfeng Ye
1
-4
/
+7
2023-08-14
i2c: iproc: Convert to devm_platform_ioremap_resource()
Yangtao Li
1
-6
/
+2
2023-08-14
I2C: Explicitly include correct DT includes
Rob Herring
1
-1
/
+1
2023-08-08
i2c: iproc: Remove #ifdef guards for PM related functions
Paul Cercueil
1
-9
/
+1
2023-06-05
i2c: Convert to platform remove callback returning void
Uwe Kleine-König
1
-4
/
+2
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...
Thomas Gleixner
1
-12
/
+2
2021-08-10
i2c: iproc: fix race between client unreg and tasklet
Dhananjay Phadke
1
-2
/
+2
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
2020-08-25
i2c: iproc: Fix shifting 31 bits
Ray Jui
1
-2
/
+2
2020-08-12
i2c: iproc: fix race between client unreg and isr
Dhananjay Phadke
1
-1
/
+12
2020-05-20
Merge branch 'i2c/for-current-fixed' into i2c/for-5.8
Wolfram Sang
1
-0
/
+3
2020-04-28
i2c: iproc: generate stop event for slave writes
Rayagonda Kokatanur
1
-0
/
+3
2020-04-26
i2c: iproc: add support for SMBUS quick cmd
Rayagonda Kokatanur
1
-3
/
+7
2020-03-25
i2c: drivers: Use generic definitions for bus frequencies
Andy Shevchenko
1
-7
/
+7
2019-11-17
i2c: iproc: Add i2c repeated start capability
Lori Hikichi
1
-13
/
+50
2019-09-25
Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-2
/
+4
2019-08-30
i2c: iproc: Make bcm_iproc_i2c_quirks constant
Nishka Dasgupta
1
-1
/
+1
2019-08-30
i2c: iproc: Add full name of devicetree node to adapter name
Lori Hikichi
1
-1
/
+3
2019-08-30
i2c: iproc: Stop advertising support of SMBUS quick cmd
Lori Hikichi
1
-1
/
+4
2019-08-01
i2c: iproc: Fix i2c master read more than 63 bytes
Rayagonda Kokatanur
1
-4
/
+6
2019-05-27
i2c: iproc: Add multi byte read-write support for slave mode
Rayagonda Kokatanur
1
-64
/
+53
2019-04-24
i2c: iproc: Change driver to use 'BIT' macro
Ray Jui
1
-3
/
+3
2019-04-03
i2c: iproc: add NIC I2C support
Rayagonda Kokatanur
1
-5
/
+75
2019-04-03
i2c: iproc: use wrapper for read/write access
Rayagonda Kokatanur
1
-63
/
+77
2019-04-03
i2c: iproc: add polling support
Rayagonda Kokatanur
1
-117
/
+181
2019-04-03
i2c: iproc: Add support for more master error status
Michael Cheng
1
-0
/
+10
2019-04-03
i2c: iproc: Add slave mode support
Shreesha Rajashekar
1
-6
/
+298
2019-04-03
i2c: iproc: Extend I2C read up to 255 bytes
Shreesha Rajashekar
1
-22
/
+74
2017-07-31
i2c: use dev_get_drvdata() to get private data in suspend/resume hooks
Masahiro Yamada
1
-4
/
+2
2016-11-18
i2c: constify i2c_adapter_quirks structures
Julia Lawall
1
-1
/
+1
2016-08-22
i2c: don't print error when adding adapter fails
Wolfram Sang
1
-7
/
+1
2016-08-15
i2c: bcm-iproc: Use complete() instead of complete_all()
Daniel Wagner
1
-1
/
+1
2016-04-11
i2c: bcm-iproc: use new 8 bit address helper function
Wolfram Sang
1
-1
/
+1
2016-02-13
i2c: iproc: Support larger TX transfer
Ray Jui
1
-9
/
+75
2016-02-13
i2c: iproc: Fix typo in the driver
Ray Jui
1
-2
/
+2
2016-02-13
i2c: iproc: Add recovery mechanism in error case
Ray Jui
1
-43
/
+48
2015-06-02
i2c: iproc: Add suspend/resume support
Ray Jui
1
-0
/
+57
2015-03-13
i2c: bcm-iproc: make use of the new infrastructure for quirks
Wolfram Sang
1
-8
/
+7
2015-02-17
i2c: iproc: Add Broadcom iProc I2C Driver
Ray Jui
1
-0
/
+461