summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses
Commit message (Expand)AuthorAgeFilesLines
...
| * i2c: meson: update doc description to fix build warningsYixun Lan2018-01-261-1/+1
| * i2c: meson: add configurable divider factorsJian Hu2018-01-241-4/+28
| * i2c: imx-lpi2c: add runtime pm supportFugang Duan2018-01-241-17/+51
| * i2c: rcar: fix some trivial typos in commentsWolfram Sang2018-01-241-3/+3
| * i2c: davinci: fix the cpufreq transitionBartosz Golaszewski2018-01-241-8/+4
| * i2c: rk3x: add proper kerneldoc headerWolfram Sang2018-01-181-0/+1
| * i2c: rk3x: account for const type of of_device_id.dataJulia Lawall2018-01-181-8/+8
| * i2c: acorn: remove outdated path from file headerWolfram Sang2018-01-181-3/+1
| * i2c: acorn: add MODULE_LICENSE tagArnd Bergmann2018-01-181-0/+4
| * i2c: rcar: implement bus recoveryWolfram Sang2018-01-161-2/+52
| * i2c: exynos5: change internal transmission timeout to 100msAndrzej Hajda2018-01-151-1/+1
| * i2c: ismt: 16-byte align the DMA buffer addressRadu Rendec2018-01-151-18/+19
| * i2c: mpc: always determine I2C clock prescaler at runtimeArseny Solokha2018-01-151-22/+15
| * i2c: mpc: fix PORDEVSR2 mask for MPC8533/44Arseny Solokha2018-01-151-2/+6
| * i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxxArseny Solokha2018-01-151-3/+9
| * i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculationsArseny Solokha2018-01-151-6/+6
| * i2c: ismt: dump registers at the end of transactionsRadu Rendec2018-01-151-0/+2
| * i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formulaWolfram Sang2018-01-151-1/+1
| * i2c: sh_mobile: add new frequency calculation for later SoCWolfram Sang2018-01-151-1/+18
| * i2c: sh_mobile: add helper to check frequency calculationsWolfram Sang2018-01-151-22/+27
| * i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang2018-01-151-18/+17
| * i2c: sh_mobile: require setup callbackWolfram Sang2018-01-151-9/+6
| * i2c: sh_mobile: allow setup callback to return errnoWolfram Sang2018-01-151-4/+9
| * i2c: sh_mobile: move type detection upwardsWolfram Sang2018-01-151-6/+4
| * i2c: gpio: Enable working over slow can_sleep GPIOsJan Kundrát2018-01-041-4/+7
| * i2c: mediatek: Enable i2c module clock before i2c registers access.Jun Gao2018-01-041-0/+9
| * i2c: mediatek: Add i2c compatible for MediaTek MT2712Jun Gao2018-01-041-4/+27
| * Merge tag 'at24-4.16-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang2018-01-035-5/+8
| |\
| * \ Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-12-311-0/+3
| |\ \
| * | | i2c: ismt: Use %pad specifier for dma_addr_t variablesAndy Shevchenko2017-12-311-2/+1
| * | | i2c/ARM: davinci: Deep refactoring of I2C recoveryLinus Walleij2017-12-311-10/+11
| * | | i2c: imx: Include the right GPIO headerLinus Walleij2017-12-121-1/+1
| * | | i2c: imx: use proper GPIO directions for recoveryWolfram Sang2017-12-071-2/+2
| * | | i2c: rcar: skip DMA if buffer is not safeWolfram Sang2017-12-031-1/+1
| * | | i2c: sh_mobile: use core helper to decide when to use DMAWolfram Sang2017-12-031-2/+6
| * | | i2c: gpio: add fault injectorWolfram Sang2017-12-032-0/+119
| * | | i2c: designware: fix building driver as modulePhil Reid2017-11-281-0/+1
| * | | i2c: sh_mobile: make sure to not accidently trigger STOPWolfram Sang2017-11-271-3/+3
| * | | i2c: sh_mobile: send STOP according to datasheetWolfram Sang2017-11-271-23/+6
| * | | i2c: sh_mobile: avoid unnecessary register readWolfram Sang2017-11-271-1/+2
| * | | i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang2017-11-271-2/+0
| * | | i2c: sh_mobile: shorten exit of xfer routineWolfram Sang2017-11-271-3/+1
| * | | i2c: sh_mobile: use direct writes when accessing ICE bitWolfram Sang2017-11-271-3/+3
| * | | i2c: sh_mobile: manually "inline" two short functionsWolfram Sang2017-11-271-19/+9
| * | | i2c: sh_mobile: remove redundant deinitializationWolfram Sang2017-11-271-4/+0
| * | | i2c: sh_mobile: remove redundant initializationWolfram Sang2017-11-271-10/+0
| * | | i2c: davinci: switch to using gpiod for bus recovery gpiosPhil Reid2017-11-271-5/+15
| * | | i2c: imx: switch to using gpiod for bus recovery gpiosPhil Reid2017-11-271-9/+9
| * | | i2c: designware: add i2c gpio recovery optionTim Sander2017-11-273-1/+63
| * | | i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clkPhil Reid2017-11-273-9/+9