Age | Commit message (Expand) | Author |
2018-10-20 | i2c: rcar: cleanup DMA for all kinds of failure | Wolfram Sang |
2018-10-05 | i2c: designware: Call i2c_dw_clk_rate() only when calculating timings | Jarkko Nikula |
2018-10-01 | i2c: i2c-scmi: fix for i2c_smbus_write_block_data | Edgar Cherkasov |
2018-09-25 | i2c: i2c-isch: fix spelling mistake "unitialized" -> "uninitialized" | Colin Ian King |
2018-09-25 | i2c: i2c-qcom-geni: Properly handle DMA safe buffers | Stephen Boyd |
2018-09-06 | i2c: xiic: Make the start and the byte count write atomic | Shubhrajyoti Datta |
2018-09-04 | i2c: i801: fix DNV's SMBCTRL register offset | Felipe Balbi |
2018-09-02 | i2c: imx-lpi2c: Remove mx8dv compatible entry | Fabio Estevam |
2018-09-02 | i2c: uniphier-f: issue STOP only for last message or I2C_M_STOP | Masahiro Yamada |
2018-09-02 | i2c: uniphier: issue STOP only for last message or I2C_M_STOP | Masahiro Yamada |
2018-08-30 | i2c: sh_mobile: fix leak when using DMA bounce buffer | Wolfram Sang |
2018-08-30 | i2c: sh_mobile: define start_ch() void as it only returns 0 anyhow | Wolfram Sang |
2018-08-30 | i2c: refactor function to release a DMA safe buffer | Wolfram Sang |
2018-08-30 | i2c: designware: Re-init controllers with pm_disabled set on resume | Hans de Goede |
2018-08-30 | i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBus | Mika Westerberg |
2018-08-24 | i2c: use SPDX identifier for Renesas drivers | Wolfram Sang |
2018-08-24 | i2c: ocores: update my email address | Peter Korsgaard |
2018-08-21 | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2018-08-20 | i2c: rcar: implement STOP and REP_START according to docs | Wolfram Sang |
2018-08-20 | i2c: rcar: refactor private flags | Wolfram Sang |
2018-08-20 | i2c: imx: Simplify stopped state tracking | Esben Haabendal |
2018-08-20 | i2c: imx: Fix race condition in dma read | Esben Haabendal |
2018-08-20 | i2c: pasemi: remove hardcoded bus numbers on smbus | Darren Stevens |
2018-08-20 | i2c: designware: Add SPDX license tag | Andy Shevchenko |
2018-08-09 | i2c: xlp9xx: Fix case where SSIF read transaction completes early | George Cherian |
2018-08-08 | i2c: designware: Convert to use struct i2c_timings | Andy Shevchenko |
2018-08-08 | i2c: designware-pcidrv: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-08 | i2c: amd8111: Mark expected switch fall-through | Gustavo A. R. Silva |
2018-08-04 | i2c: sh_mobile: use core to detect 'no zero length read' quirk | Wolfram Sang |
2018-08-04 | i2c: xlr: use core to detect 'no zero length' quirk | Wolfram Sang |
2018-08-04 | i2c: rcar: use core to detect 'no zero length' quirk | Wolfram Sang |
2018-08-04 | i2c: stu300: use core to detect 'no zero length' quirk | Wolfram Sang |
2018-08-04 | i2c: pmcmsp: use core to detect 'no zero length' quirk | Wolfram Sang |
2018-08-04 | i2c: mxs: use core to detect 'no zero length' quirk | Wolfram Sang |
2018-08-04 | i2c: designware-master: use core to detect 'no zero length' quirk | Wolfram Sang |
2018-08-04 | i2c: aspeed: Add an explicit type casting for *get_clk_reg_val | Jae Hyun Yoo |
2018-08-04 | i2c: Add Actions Semiconductor Owl family S900 I2C driver | Manivannan Sadhasivam |
2018-07-31 | i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller | Karthikeyan Ramasubramanian |
2018-07-24 | i2c: imx: use open drain for recovery GPIO | Wolfram Sang |
2018-07-24 | i2c: rcar: handle RXDMA HW behaviour on Gen3 | Wolfram Sang |
2018-07-23 | i2c: rcar: handle RXDMA HW behaviour on Gen3 | Wolfram Sang |
2018-07-23 | i2c: imx: Fix reinit_completion() use | Esben Haabendal |
2018-07-23 | i2c: davinci: Avoid zero value of CLKH | Alexander Sverdlin |
2018-07-21 | i2c: aspeed: Adjust spinlock scope in the irq handler | Jae Hyun Yoo |
2018-07-21 | i2c: aspeed: Fix initial values of master and slave state | Jae Hyun Yoo |
2018-07-21 | i2c: aspeed: Add newline characters into message printings. | Jae Hyun Yoo |
2018-07-21 | i2c: exynos5: Describe the hardware variant for readability | Krzysztof Kozlowski |
2018-07-21 | i2c: fsi: Add bus recovery | Eddie James |
2018-07-21 | i2c: fsi: Add I2C master locking | Eddie James |
2018-07-21 | i2c: fsi: Add transfer implementation | Eddie James |