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-stm32f7.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-16
i2c: stm32: add support for the STM32MP13 soc
Alain Volmat
1
-0
/
+7
2022-01-14
Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-12
/
+2
2021-12-02
i2c: stm32f7: remove noisy and imprecise log messages
Wolfram Sang
1
-4
/
+0
2021-12-02
i2c: stm32: get rid of stm32f7_i2c_release_bus return value
Alain Volmat
1
-8
/
+2
2021-11-30
i2c: stm32f7: use proper DMAENGINE API for termination
Alain Volmat
1
-5
/
+11
2021-11-30
i2c: stm32f7: stop dma transfer in case of NACK
Alain Volmat
1
-2
/
+7
2021-11-30
i2c: stm32f7: recover the bus on access timeout
Alain Volmat
1
-0
/
+2
2021-11-29
i2c: stm32f7: flush TX FIFO upon transfer errors
Alain Volmat
1
-1
/
+19
2021-05-25
i2c: stm32f7: add SMBus-Alert support
Alain Volmat
1
-0
/
+73
2021-04-14
i2c: stm32f7: fix reference leak when pm_runtime_get_sync fails
Qinglang Miao
1
-6
/
+6
2021-04-06
i2c: stm32f7: avoid ifdef CONFIG_PM_SLEEP for pm callbacks
Alain Volmat
1
-6
/
+4
2021-03-31
i2c: stm32f7: Remove useless error message
Tian Tao
1
-5
/
+1
2021-03-18
i2c: stm32f7: indicate the address being accessed on errors
Alain Volmat
1
-3
/
+6
2021-03-18
i2c: stm32f7: add support for DNF i2c-digital-filter binding
Alain Volmat
1
-11
/
+16
2021-03-18
i2c: stm32f7: support DT binding i2c-analog-filter
Alain Volmat
1
-10
/
+10
2021-02-22
Merge branch 'i2c/for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-5
/
+1
2021-02-12
i2c: remove redundant error print in stm32f7_i2c_probe
Menglong Dong
1
-5
/
+1
2021-02-12
i2c: stm32f7: fix configuration of the digital filter
Alain Volmat
1
-1
/
+10
2020-11-23
PM: sleep: Add dev_wakeup_path() helper
Patrice Chotard
1
-2
/
+2
2020-09-21
i2c: stm32: Simplify with dev_err_probe()
Krzysztof Kozlowski
1
-9
/
+5
2020-09-21
i2c: stm32: fix error message on upon dma_request_chan & defer handling
Alain Volmat
1
-7
/
+6
2020-09-19
i2c: stm32: name slave slot to ease maintenance
Alain Volmat
1
-8
/
+14
2020-09-19
i2c: stm32f7: Add SMBus Host-Notify protocol support
Alain Volmat
1
-16
/
+96
2020-04-30
i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()
Dan Carpenter
1
-1
/
+1
2020-04-26
i2c: stm32f7: allows for any bus frequency
Alain Volmat
1
-61
/
+64
2020-04-26
i2c: stm32: don't print an error on probe deferral
Etienne Carriere
1
-2
/
+5
2020-04-15
i2c: i2c-stm32f7: improve nack debug message
Fabrice Gasnier
1
-1
/
+2
2020-04-15
i2c: busses: convert to devm_platform_get_and_ioremap_resource
Dejin Zheng
1
-2
/
+1
2020-03-24
i2c: stm32f7: switch to I²C generic property parsing
Andy Shevchenko
1
-31
/
+26
2020-03-13
i2c: stm32f7: do not backup read-only PECR register
Alain Volmat
1
-4
/
+0
2020-03-10
i2c: stm32f7: add a new st, stm32mp15-i2c compatible
Alain Volmat
1
-6
/
+33
2020-03-10
i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modes
Alain Volmat
1
-13
/
+39
2020-02-26
i2c: stm32f7: allow controller to be wakeup-source
Alain Volmat
1
-21
/
+86
2020-01-30
i2c: stm32f7: add PM_SLEEP suspend/resume support
Alain Volmat
1
-4
/
+113
2019-12-02
Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...
Linus Torvalds
1
-9
/
+23
2019-11-25
i2c: i2c-stm32f7: fix 10-bits check in slave free id search loop
Alain Volmat
1
-1
/
+1
2019-11-11
i2c: stm32f7: report dma error during probe
Alain Volmat
1
-0
/
+9
2019-11-11
i2c: stm32f7: fix & reorder remove & probe error handling
Alain Volmat
1
-7
/
+12
2019-10-26
i2c: stm32f7: rework slave_id allocation
Alain Volmat
1
-1
/
+1
2019-10-24
i2c: stm32f7: remove warning when compiling with W=1
Alain Volmat
1
-1
/
+1
2019-10-24
i2c: stm32f7: fix a race in slave mode with arbitration loss irq
Fabrice Gasnier
1
-7
/
+10
2019-10-24
i2c: stm32f7: fix first byte to send in slave mode
Fabrice Gasnier
1
-0
/
+2
2019-09-05
i2c: stm32f7: Make structure stm32f7_i2c_algo constant
Nishka Dasgupta
1
-1
/
+1
2019-06-29
i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA support
Fabrice Gasnier
1
-1
/
+5
2019-06-22
i2c: stm32f7: fix the get_irq error cases
Fabrice Gasnier
1
-12
/
+14
2019-03-20
i2c: i2c-stm32f7: improve loopback in timing algorithm
Nicolas Le Bayon
1
-0
/
+4
2019-03-12
i2c: i2c-stm32f7: Fix SDADEL minimum formula
Nicolas Le Bayon
1
-1
/
+1
2018-12-01
i2c: i2c-stm32f7: add PM Runtime support
Pierre-Yves MORDRET
1
-43
/
+101
2018-11-27
i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7
Pierre-Yves MORDRET
1
-3
/
+35
2018-05-17
i2c: stm32f7: fix documentation typo
Pierre-Yves MORDRET
1
-3
/
+4
[next]