Age | Commit message (Expand) | Author | Files | Lines |
2018-08-24 | i2c: don't use any __deprecated handling anymore | Sedat Dilek | 1 | -1/+0 |
2018-08-24 | i2c: use SPDX identifier for Renesas drivers | Wolfram Sang | 5 | -30/+5 |
2018-08-24 | i2c: ocores: update my email address | Peter Korsgaard | 1 | -2/+2 |
2018-08-24 | i2c: remove deprecated attach_adapter callback | Wolfram Sang | 1 | -10/+1 |
2018-08-22 | Merge branch 'i2c/for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 37 | -593/+2572 |
2018-08-20 | i2c: rcar: implement STOP and REP_START according to docs | Wolfram Sang | 1 | -14/+20 |
2018-08-20 | i2c: rcar: refactor private flags | Wolfram Sang | 1 | -3/+4 |
2018-08-20 | i2c: core: ACPI: Make acpi_gsb_i2c_read_bytes() check i2c_transfer return value | Hans de Goede | 1 | -3/+5 |
2018-08-20 | i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes | Hans de Goede | 1 | -3/+8 |
2018-08-20 | i2c: imx: Simplify stopped state tracking | Esben Haabendal | 1 | -8/+7 |
2018-08-20 | i2c: imx: Fix race condition in dma read | Esben Haabendal | 1 | -4/+4 |
2018-08-20 | i2c: pasemi: remove hardcoded bus numbers on smbus | Darren Stevens | 1 | -2/+1 |
2018-08-20 | i2c: designware: Add SPDX license tag | Andy Shevchenko | 7 | -94/+7 |
2018-08-14 | Merge tag 'regmap-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bro... | Linus Torvalds | 1 | -8/+20 |
2018-08-09 | i2c: xlp9xx: Fix case where SSIF read transaction completes early | George Cherian | 1 | -13/+28 |
2018-08-09 | Merge branch 'regmap-4.19' into regmap-next | Mark Brown | 1 | -8/+20 |
2018-08-08 | i2c: designware: Convert to use struct i2c_timings | Andy Shevchenko | 3 | -34/+33 |
2018-08-08 | i2c: core: Parse SDA hold time from firmware | Andy Shevchenko | 1 | -0/+2 |
2018-08-08 | i2c: designware-pcidrv: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-08-08 | i2c: amd8111: Mark expected switch fall-through | Gustavo A. R. Silva | 1 | -0/+1 |
2018-08-05 | i2c: sh_mobile: use core to detect 'no zero length read' quirk | Wolfram Sang | 1 | -5/+5 |
2018-08-05 | i2c: xlr: use core to detect 'no zero length' quirk | Wolfram Sang | 1 | -6/+5 |
2018-08-05 | i2c: rcar: use core to detect 'no zero length' quirk | Wolfram Sang | 1 | -7/+6 |
2018-08-05 | i2c: stu300: use core to detect 'no zero length' quirk | Wolfram Sang | 1 | -6/+6 |
2018-08-05 | i2c: pmcmsp: use core to detect 'no zero length' quirk | Wolfram Sang | 1 | -16/+1 |
2018-08-05 | i2c: mxs: use core to detect 'no zero length' quirk | Wolfram Sang | 1 | -3/+5 |
2018-08-05 | i2c: designware-master: use core to detect 'no zero length' quirk | Wolfram Sang | 1 | -7/+5 |
2018-08-05 | i2c: quirks: add zero length checks | Wolfram Sang | 1 | -0/+6 |
2018-08-05 | i2c: aspeed: Add an explicit type casting for *get_clk_reg_val | Jae Hyun Yoo | 1 | -1/+1 |
2018-08-05 | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 1 | -13/+11 |
2018-08-04 | i2c: Add Actions Semiconductor Owl family S900 I2C driver | Manivannan Sadhasivam | 3 | -0/+503 |
2018-07-31 | i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller | Karthikeyan Ramasubramanian | 3 | -0/+687 |
2018-07-30 | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2 | -3/+3 |
2018-07-30 | i2c: mux: pca954x: use helper variable in probe | Linus Walleij | 1 | -13/+11 |
2018-07-25 | i2c/mux, locking/core: Annotate the nested rt_mutex usage | Peter Rosin | 2 | -3/+3 |
2018-07-24 | i2c: imx: use open drain for recovery GPIO | Wolfram Sang | 1 | -1/+1 |
2018-07-24 | i2c: rcar: handle RXDMA HW behaviour on Gen3 | Wolfram Sang | 1 | -3/+51 |
2018-07-23 | i2c: rcar: handle RXDMA HW behaviour on Gen3 | Wolfram Sang | 1 | -3/+51 |
2018-07-23 | i2c: imx: Fix reinit_completion() use | Esben Haabendal | 1 | -2/+1 |
2018-07-23 | i2c: davinci: Avoid zero value of CLKH | Alexander Sverdlin | 1 | -2/+6 |
2018-07-21 | i2c: aspeed: Adjust spinlock scope in the irq handler | Jae Hyun Yoo | 1 | -6/+10 |
2018-07-21 | i2c: aspeed: Fix initial values of master and slave state | Jae Hyun Yoo | 1 | -2/+2 |
2018-07-21 | i2c: aspeed: Add newline characters into message printings. | Jae Hyun Yoo | 1 | -9/+9 |
2018-07-21 | i2c: exynos5: Describe the hardware variant for readability | Krzysztof Kozlowski | 1 | -8/+14 |
2018-07-21 | i2c: recovery: make pin init look like STOP | Wolfram Sang | 1 | -9/+10 |
2018-07-21 | i2c: fsi: Add bus recovery | Eddie James | 1 | -0/+132 |
2018-07-21 | i2c: fsi: Add I2C master locking | Eddie James | 1 | -4/+12 |
2018-07-21 | i2c: fsi: Add transfer implementation | Eddie James | 1 | -2/+193 |
2018-07-21 | i2c: fsi: Add abort and hardware reset procedures | Eddie James | 1 | -0/+91 |
2018-07-21 | i2c: fsi: Add port structures | Eddie James | 1 | -0/+91 |