summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-stm32f7.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-23PM: sleep: Add dev_wakeup_path() helperPatrice Chotard1-2/+2
2020-09-21i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski1-9/+5
2020-09-21i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat1-7/+6
2020-09-18i2c: stm32: name slave slot to ease maintenanceAlain Volmat1-8/+14
2020-09-18i2c: stm32f7: Add SMBus Host-Notify protocol supportAlain Volmat1-16/+96
2020-04-30i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter1-1/+1
2020-04-26i2c: stm32f7: allows for any bus frequencyAlain Volmat1-61/+64
2020-04-26i2c: stm32: don't print an error on probe deferralEtienne Carriere1-2/+5
2020-04-15i2c: i2c-stm32f7: improve nack debug messageFabrice Gasnier1-1/+2
2020-04-15i2c: busses: convert to devm_platform_get_and_ioremap_resourceDejin Zheng1-2/+1
2020-03-24i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko1-31/+26
2020-03-13i2c: stm32f7: do not backup read-only PECR registerAlain Volmat1-4/+0
2020-03-10i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat1-6/+33
2020-03-10i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat1-13/+39
2020-02-26i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat1-21/+86
2020-01-30i2c: stm32f7: add PM_SLEEP suspend/resume supportAlain Volmat1-4/+113
2019-12-01Merge branch 'i2c/for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds1-9/+23
2019-11-25i2c: i2c-stm32f7: fix 10-bits check in slave free id search loopAlain Volmat1-1/+1
2019-11-11i2c: stm32f7: report dma error during probeAlain Volmat1-0/+9
2019-11-11i2c: stm32f7: fix & reorder remove & probe error handlingAlain Volmat1-7/+12
2019-10-26i2c: stm32f7: rework slave_id allocationAlain Volmat1-1/+1
2019-10-24i2c: stm32f7: remove warning when compiling with W=1Alain Volmat1-1/+1
2019-10-24i2c: stm32f7: fix a race in slave mode with arbitration loss irqFabrice Gasnier1-7/+10
2019-10-24i2c: stm32f7: fix first byte to send in slave modeFabrice Gasnier1-0/+2
2019-09-04i2c: stm32f7: Make structure stm32f7_i2c_algo constantNishka Dasgupta1-1/+1
2019-06-29i2c: i2c-stm32f7: Add I2C_SMBUS_I2C_BLOCK_DATA supportFabrice Gasnier1-1/+5
2019-06-21i2c: stm32f7: fix the get_irq error casesFabrice Gasnier1-12/+14
2019-03-20i2c: i2c-stm32f7: improve loopback in timing algorithmNicolas Le Bayon1-0/+4
2019-03-12i2c: i2c-stm32f7: Fix SDADEL minimum formulaNicolas Le Bayon1-1/+1
2018-12-01i2c: i2c-stm32f7: add PM Runtime supportPierre-Yves MORDRET1-43/+101
2018-11-27i2c: stm32f7: SYSCFG Fast Mode Plus support for I2C STM32F7Pierre-Yves MORDRET1-3/+35
2018-05-17i2c: stm32f7: fix documentation typoPierre-Yves MORDRET1-3/+4
2018-04-30i2c: i2c-stm32f7: Implement I2C release mechanismPierre-Yves MORDRET1-3/+24
2018-04-30i2c: i2c-stm32f7: Add DMA supportPierre-Yves MORDRET1-20/+194
2018-04-30i2c: i2c-stm32f7: Add initial SMBus protocols supportPierre-Yves MORDRET1-9/+368
2018-04-30i2c: i2c-stm32f7: Add slave supportPierre-Yves MORDRET1-6/+428
2018-04-30i2c: i2c-stm32f7: Add 10-bit address supportPierre-Yves MORDRET1-5/+17
2018-03-24i2c: i2c-stm32f7: fix no check on returned setupPierre-Yves MORDRET1-0/+5
2017-12-12i2c: stm32: Fix copyrightsBenjamin Gaignard1-1/+2
2017-10-05i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King1-1/+1
2017-10-05i2c: stm32f7: fix setup structurePierre-Yves MORDRET1-9/+6
2017-09-14i2c: i2c-stm32f7: add driverPierre-Yves MORDRET1-0/+972