summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-stm32f7.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko2020-03-241-31/+26
* i2c: stm32f7: do not backup read-only PECR registerAlain Volmat2020-03-131-4/+0
* i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat2020-03-101-6/+33
* i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat2020-03-101-13/+39
* i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat2020-02-261-21/+86
* i2c: stm32f7: add PM_SLEEP suspend/resume supportAlain Volmat2020-01-301-4/+113
* Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-12-011-9/+23
|\
| * i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat2019-11-251-1/+1
| * i2c: stm32f7: report dma error during probeAlain Volmat2019-11-111-0/+9
| * i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat2019-11-111-7/+12
| * i2c: stm32f7: rework slave_id allocationAlain Volmat2019-10-261-1/+1
* | i2c: stm32f7: remove warning when compiling with W=1Alain Volmat2019-10-241-1/+1
* | i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier2019-10-241-7/+10
* | i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier2019-10-241-0/+2
|/
* i2c: stm32f7: Make structure stm32f7_i2c_algo constantNishka Dasgupta2019-09-041-1/+1
* i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA supportFabrice Gasnier2019-06-291-1/+5
* i2c: stm32f7: fix the get_irq error casesFabrice Gasnier2019-06-211-12/+14
* i2c: i2c-stm32f7: improve loopback in timing algorithmNicolas Le Bayon2019-03-201-0/+4
* i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon2019-03-121-1/+1
* i2c: i2c-stm32f7: add PM Runtime supportPierre-Yves MORDRET2018-12-011-43/+101
* i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Pierre-Yves MORDRET2018-11-271-3/+35
* i2c: stm32f7: fix documentation typoPierre-Yves MORDRET2018-05-171-3/+4
* i2c: i2c-stm32f7: Implement I2C release mechanismPierre-Yves MORDRET2018-04-301-3/+24
* i2c: i2c-stm32f7: Add DMA supportPierre-Yves MORDRET2018-04-301-20/+194
* i2c: i2c-stm32f7: Add initial SMBus protocols supportPierre-Yves MORDRET2018-04-301-9/+368
* i2c: i2c-stm32f7: Add slave supportPierre-Yves MORDRET2018-04-301-6/+428
* i2c: i2c-stm32f7: Add 10-bit address supportPierre-Yves MORDRET2018-04-301-5/+17
* i2c: i2c-stm32f7: fix no check on returned setupPierre-Yves MORDRET2018-03-241-0/+5
* i2c: stm32: Fix copyrightsBenjamin Gaignard2017-12-121-1/+2
* i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King2017-10-051-1/+1
* i2c: stm32f7: fix setup structurePierre-Yves MORDRET2017-10-051-9/+6
* i2c: i2c-stm32f7: add driverPierre-Yves MORDRET2017-09-141-0/+972