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-designware-slave.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-06
i2c: designware: slave should do WRITE_REQUESTED before WRITE_RECEIVED
Michael Wu
1
-27
/
+18
2020-11-06
i2c: designware: call i2c_dw_read_clear_intrbits_slave() once
Michael Wu
1
-6
/
+1
2020-05-31
i2c: designware: Convert driver to using regmap API
Serge Semin
1
-36
/
+41
2020-05-13
i2c: designware: Move configuration routines to respective modules
Andy Shevchenko
1
-0
/
+11
2020-03-21
i2c: designware: Fix spelling typos in the comments
Andy Shevchenko
1
-1
/
+1
2020-03-21
i2c: designware: Detect the FIFO size in the common code
Serge Semin
1
-0
/
+2
2019-08-29
i2c: designware: Synchronize IRQs when unregistering slave client
Jarkko Nikula
1
-0
/
+1
2018-08-20
i2c: designware: Add SPDX license tag
Andy Shevchenko
1
-14
/
+1
2018-07-04
i2c: designware: Move SDA hold time configuration to common code
Jarkko Nikula
1
-21
/
+6
2018-07-04
i2c: designware: Move register access detection to common code
Jarkko Nikula
1
-14
/
+4
2018-07-04
i2c: designware: Remove needless variable from i2c_dw_init_slave()
Jarkko Nikula
1
-3
/
+1
2018-05-15
i2c: designware: refactor low-level enable/disable
Alexander Monakov
1
-3
/
+3
2017-11-27
i2c: designware: Don't set SCL timings and speed mode when in slave mode
Jarkko Nikula
1
-64
/
+0
2017-09-10
Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-1
/
+1
2017-08-17
i2c: designware: Fix runtime PM for I2C slave mode
Jarkko Nikula
1
-0
/
+3
2017-08-17
i2c: designware: Remove needless pm_runtime_put_noidle() call
Jarkko Nikula
1
-1
/
+0
2017-08-14
i2c: designware: Fix oops from i2c_dw_irq_handler_slave
Jarkko Nikula
1
-1
/
+1
2017-08-12
i2c: constify internal structures
Gustavo A. R. Silva
1
-1
/
+1
2017-07-04
i2c: designware: Make HW init functions static
Jarkko Nikula
1
-2
/
+1
2017-07-04
i2c: designware: fix spelling mistakes
Colin Ian King
1
-1
/
+1
2017-06-28
i2c: designware: add SLAVE mode functions
Luis Oliveira
1
-0
/
+394