| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | i2c: of: rename variable to meet expectations | Wolfram Sang | 2018-02-26 | 1 | -4/+4 |
| * | | | i2c: of: make ref counting more visible | Wolfram Sang | 2018-02-26 | 1 | -1/+1 |
| * | | | i2c: of: change log level of failed device creation | Wolfram Sang | 2018-02-26 | 1 | -1/+1 |
| |/ / |
|
* | | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn... | Linus Torvalds | 2018-04-02 | 3 | -757/+1 |
|\ \ \ |
|
| * | | | i2c: remove bfin-twi driver | Arnd Bergmann | 2018-03-26 | 3 | -756/+0 |
| * | | | Merge tag 'metag_remove_2' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/... | Arnd Bergmann | 2018-03-07 | 1 | -1/+1 |
| |\ \ \
| | |_|/
| |/| | |
|
| | * | | i2c: img-scb: Drop METAG dependency | James Hogan | 2018-03-05 | 1 | -1/+1 |
* | | | | i2c: i2c-stm32f7: fix no check on returned setup | Pierre-Yves MORDRET | 2018-03-24 | 1 | -0/+5 |
|/ / / |
|
* | / | i2c: octeon: Prevent error message on bus error | Jan Glauber | 2018-03-02 | 2 | -1/+2 |
| |/
|/| |
|
* | | i2c: designware: Consider SCL GPIO optional | Andy Shevchenko | 2018-02-22 | 1 | -1/+1 |
* | | i2c: busses: i2c-sirf: Fix spelling: "formular" -> "formula". | Patryk Kocielnik | 2018-02-22 | 1 | -2/+2 |
* | | i2c: bcm2835: Set up the rising/falling edge delays | Eric Anholt | 2018-02-22 | 1 | -1/+20 |
* | | i2c: i801: Add missing documentation entries for Braswell and Kaby Lake | Jarkko Nikula | 2018-02-21 | 2 | -0/+3 |
* | | i2c: designware: must wait for enable | Ben Gardner | 2018-02-21 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2018-02-04 | 28 | -454/+761 |
|\ |
|
| * | i2c: mv64xxx: Fix clock resource by adding an optional bus clock | Gregory CLEMENT | 2018-01-26 | 1 | -1/+11 |
| * | i2c: mv64xxx: Remove useless test before clk_disable_unprepare | Gregory CLEMENT | 2018-01-26 | 1 | -6/+2 |
| * | i2c: mxs: use true and false for boolean values | Gustavo A. R. Silva | 2018-01-26 | 1 | -2/+2 |
| * | i2c: meson: update doc description to fix build warnings | Yixun Lan | 2018-01-26 | 1 | -1/+1 |
| * | i2c: meson: add configurable divider factors | Jian Hu | 2018-01-24 | 1 | -4/+28 |
| * | i2c: imx-lpi2c: add runtime pm support | Fugang Duan | 2018-01-24 | 1 | -17/+51 |
| * | i2c: rcar: fix some trivial typos in comments | Wolfram Sang | 2018-01-24 | 1 | -3/+3 |
| * | i2c: davinci: fix the cpufreq transition | Bartosz Golaszewski | 2018-01-24 | 1 | -8/+4 |
| * | i2c: rk3x: add proper kerneldoc header | Wolfram Sang | 2018-01-18 | 1 | -0/+1 |
| * | i2c: rk3x: account for const type of of_device_id.data | Julia Lawall | 2018-01-18 | 1 | -8/+8 |
| * | i2c: acorn: remove outdated path from file header | Wolfram Sang | 2018-01-18 | 1 | -3/+1 |
| * | i2c: acorn: add MODULE_LICENSE tag | Arnd Bergmann | 2018-01-18 | 1 | -0/+4 |
| * | i2c: rcar: implement bus recovery | Wolfram Sang | 2018-01-16 | 1 | -2/+52 |
| * | i2c: send STOP after successful bus recovery | Wolfram Sang | 2018-01-16 | 1 | -0/+12 |
| * | i2c: ensure SDA is released in recovery if SDA is controllable | Wolfram Sang | 2018-01-16 | 1 | -0/+2 |
| * | i2c: add 'set_sda' to bus_recovery_info | Wolfram Sang | 2018-01-16 | 1 | -1/+10 |
| * | i2c: exynos5: change internal transmission timeout to 100ms | Andrzej Hajda | 2018-01-15 | 1 | -1/+1 |
| * | i2c: ismt: 16-byte align the DMA buffer address | Radu Rendec | 2018-01-15 | 1 | -18/+19 |
| * | i2c: mpc: always determine I2C clock prescaler at runtime | Arseny Solokha | 2018-01-15 | 1 | -22/+15 |
| * | i2c: mpc: fix PORDEVSR2 mask for MPC8533/44 | Arseny Solokha | 2018-01-15 | 1 | -2/+6 |
| * | i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxx | Arseny Solokha | 2018-01-15 | 1 | -3/+9 |
| * | i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculations | Arseny Solokha | 2018-01-15 | 1 | -6/+6 |
| * | i2c: ismt: dump registers at the end of transactions | Radu Rendec | 2018-01-15 | 1 | -0/+2 |
| * | i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formula | Wolfram Sang | 2018-01-15 | 1 | -1/+1 |
| * | i2c: sh_mobile: add new frequency calculation for later SoC | Wolfram Sang | 2018-01-15 | 1 | -1/+18 |
| * | i2c: sh_mobile: add helper to check frequency calculations | Wolfram Sang | 2018-01-15 | 1 | -22/+27 |
| * | i2c: sh_mobile: let RuntimePM do the clock handling | Wolfram Sang | 2018-01-15 | 1 | -18/+17 |
| * | i2c: sh_mobile: require setup callback | Wolfram Sang | 2018-01-15 | 1 | -9/+6 |
| * | i2c: sh_mobile: allow setup callback to return errno | Wolfram Sang | 2018-01-15 | 1 | -4/+9 |
| * | i2c: sh_mobile: move type detection upwards | Wolfram Sang | 2018-01-15 | 1 | -6/+4 |
| * | i2c: gpio: Enable working over slow can_sleep GPIOs | Jan Kundrát | 2018-01-04 | 1 | -4/+7 |
| * | i2c: mediatek: Enable i2c module clock before i2c registers access. | Jun Gao | 2018-01-04 | 1 | -0/+9 |
| * | i2c: mediatek: Add i2c compatible for MediaTek MT2712 | Jun Gao | 2018-01-04 | 1 | -4/+27 |
| * | Merge tag 'at24-4.16-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin... | Wolfram Sang | 2018-01-03 | 5 | -5/+8 |
| |\ |
|
| * \ | Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c... | Wolfram Sang | 2017-12-31 | 5 | -7/+45 |
| |\ \ |
|