summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2018-12-21i2c: uniphier-f: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+18
2018-12-21i2c: uniphier: fix violation of tLOW requirement for Fast-modeMasahiro Yamada1-1/+7
2018-12-21i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede1-3/+7
2018-12-21i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)1-11/+29
2018-11-13i2c: rcar: cleanup DMA for all kinds of failureWolfram Sang1-1/+5
2018-10-20i2c: rcar: handle RXDMA HW behaviour on Gen3Wolfram Sang1-3/+51
2018-10-18i2c: i2c-scmi: fix for i2c_smbus_write_block_dataEdgar Cherkasov1-0/+1
2018-10-10i2c: uniphier-f: issue STOP only for last message or I2C_M_STOPMasahiro Yamada1-5/+2
2018-10-10i2c: uniphier: issue STOP only for last message or I2C_M_STOPMasahiro Yamada1-5/+2
2018-10-04i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBusMika Westerberg1-1/+8
2018-09-26i2c: aspeed: Fix initial values of master and slave stateJae Hyun Yoo1-2/+2
2018-09-19i2c: aspeed: Add an explicit type casting for *get_clk_reg_valJae Hyun Yoo1-1/+1
2018-09-19i2c: i801: fix DNV's SMBCTRL register offsetFelipe Balbi1-1/+6
2018-09-19i2c: xiic: Make the start and the byte count write atomicShubhrajyoti Datta1-0/+4
2018-09-05i2c: davinci: Avoid zero value of CLKHAlexander Sverdlin1-2/+6
2018-08-24i2c: imx: Fix race condition in dma readEsben Haabendal1-4/+4
2018-08-09i2c: imx: Fix reinit_completion() useEsben Haabendal1-2/+1
2018-07-17i2c: tegra: Fix NACK error handlingJon Hunter1-9/+8
2018-06-20i2c: viperboard: return message count on master_xfer successPeter Rosin1-1/+1
2018-06-20i2c: pmcmsp: fix error return from master_xferPeter Rosin1-1/+1
2018-06-20i2c: pmcmsp: return message count on master_xfer successPeter Rosin1-1/+1
2018-06-20i2c: sprd: Fix the i2c count issueBaolin Wang1-4/+2
2018-06-20i2c: sprd: Prevent i2c accesses after suspend is calledBaolin Wang1-0/+16
2018-05-30i2c: mv64xxx: Apply errata delay only in standard modeGregory CLEMENT1-2/+6
2018-05-22i2c: designware: fix poll-after-enable regressionAlexander Monakov1-1/+4
2018-04-24i2c: i801: Restore configuration at shutdownJean Delvare1-0/+10
2018-04-24i2c: i801: Save register SMBSLVCMD value only onceJean Delvare1-2/+4
2018-04-08i2c: i2c-stm32f7: fix no check on returned setupPierre-Yves MORDRET1-0/+5
2018-02-28i2c: bcm2835: Set up the rising/falling edge delaysEric Anholt1-1/+20
2018-02-28i2c: designware: must wait for enableBen Gardner1-1/+1
2017-12-05i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-18i2c: omap: Fix error handling for clk_get()Tony Lindgren1-0/+14
2017-10-13i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATARicardo Ribalda Delgado1-6/+126
2017-10-13i2c: piix4: Fix SMBus port selection for AMD Family 17h chipsGuenter Roeck1-4/+26
2017-10-13i2c: imx: fix misleading bus recovery debug messageClemens Gruber1-1/+1
2017-10-13i2c: imx: use IRQF_SHARED mode to request IRQWei Jinhua1-1/+1
2017-10-13i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson1-1/+4
2017-10-07Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-10/+13
2017-10-05i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King1-1/+1
2017-10-05i2c: ensure termination of *_device_id tablesThomas Meyer1-0/+1
2017-10-05i2c: i801: Add support for Intel Cedar ForkJarkko Nikula2-0/+5
2017-10-05i2c: stm32f7: fix setup structurePierre-Yves MORDRET1-9/+6
2017-10-05Update James Hogan's email addressJames Hogan1-1/+1
2017-09-14i2c: i2c-stm32f7: add driverPierre-Yves MORDRET3-0/+983
2017-09-14i2c: i2c-stm32f4: use generic definition of speed enumPierre-Yves MORDRET2-11/+27
2017-09-14i2c: altera: Add Altera I2C Controller driverThor Thayer3-0/+522
2017-09-10Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds47-146/+1301
2017-08-31i2c: sprd: Fix undefined reference errorsBaolin Wang1-1/+1
2017-08-31i2c: designware: Round down ACPI provided clk to nearest supported clkHans de Goede1-4/+12