summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2018-02-04Merge branch 'i2c/for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds28-454/+761
2018-02-01Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/a...Linus Torvalds2-2/+2
2018-01-29Merge tag 'pm-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2-21/+20
2018-01-26i2c: mv64xxx: Fix clock resource by adding an optional bus clockGregory CLEMENT1-1/+11
2018-01-26i2c: mv64xxx: Remove useless test before clk_disable_unprepareGregory CLEMENT1-6/+2
2018-01-26i2c: mxs: use true and false for boolean valuesGustavo A. R. Silva1-2/+2
2018-01-26i2c: meson: update doc description to fix build warningsYixun Lan1-1/+1
2018-01-24i2c: meson: add configurable divider factorsJian Hu1-4/+28
2018-01-24i2c: imx-lpi2c: add runtime pm supportFugang Duan1-17/+51
2018-01-24i2c: rcar: fix some trivial typos in commentsWolfram Sang1-3/+3
2018-01-24i2c: davinci: fix the cpufreq transitionBartosz Golaszewski1-8/+4
2018-01-18Merge branch 'pm-core'Rafael J. Wysocki2-21/+20
2018-01-18i2c: rk3x: add proper kerneldoc headerWolfram Sang1-0/+1
2018-01-18i2c: rk3x: account for const type of of_device_id.dataJulia Lawall1-8/+8
2018-01-18i2c: acorn: remove outdated path from file headerWolfram Sang1-3/+1
2018-01-18i2c: acorn: add MODULE_LICENSE tagArnd Bergmann1-0/+4
2018-01-17i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATAJeremy Compostella1-6/+7
2018-01-17i2c: core: decrease reference count of device node in i2c_unregister_deviceLixin Wang1-1/+5
2018-01-16i2c: rcar: implement bus recoveryWolfram Sang1-2/+52
2018-01-16i2c: send STOP after successful bus recoveryWolfram Sang1-0/+12
2018-01-16i2c: ensure SDA is released in recovery if SDA is controllableWolfram Sang1-0/+2
2018-01-16i2c: add 'set_sda' to bus_recovery_infoWolfram Sang1-1/+10
2018-01-15i2c: exynos5: change internal transmission timeout to 100msAndrzej Hajda1-1/+1
2018-01-15i2c: ismt: 16-byte align the DMA buffer addressRadu Rendec1-18/+19
2018-01-15i2c: mpc: always determine I2C clock prescaler at runtimeArseny Solokha1-22/+15
2018-01-15i2c: mpc: fix PORDEVSR2 mask for MPC8533/44Arseny Solokha1-2/+6
2018-01-15i2c: mpc: unify obtaining the MPC8533/44 I2C clock prescaler w/ MPC8xxxArseny Solokha1-3/+9
2018-01-15i2c: mpc: get MPC8xxx I2C clock prescaler before using it in calculationsArseny Solokha1-6/+6
2018-01-15i2c: ismt: dump registers at the end of transactionsRadu Rendec1-0/+2
2018-01-15i2c: sh_mobile: let r8a7790 (R-Car H2) use the new formulaWolfram Sang1-1/+1
2018-01-15i2c: sh_mobile: add new frequency calculation for later SoCWolfram Sang1-1/+18
2018-01-15i2c: sh_mobile: add helper to check frequency calculationsWolfram Sang1-22/+27
2018-01-15i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang1-18/+17
2018-01-15i2c: sh_mobile: require setup callbackWolfram Sang1-9/+6
2018-01-15i2c: sh_mobile: allow setup callback to return errnoWolfram Sang1-4/+9
2018-01-15i2c: sh_mobile: move type detection upwardsWolfram Sang1-6/+4
2018-01-10PM: i2c-designware-platdrv: Optimize power managementRafael J. Wysocki2-21/+12
2018-01-10PM: i2c-designware-platdrv: Use DPM_FLAG_SMART_PREPARERafael J. Wysocki1-1/+9
2018-01-04Merge tag 'pxa-for-4.16' of https://github.com/rjarzmik/linux into next/socOlof Johansson2-2/+2
2018-01-04i2c: gpio: Enable working over slow can_sleep GPIOsJan Kundrát1-4/+7
2018-01-04i2c: mediatek: Enable i2c module clock before i2c registers access.Jun Gao1-0/+9
2018-01-04i2c: mediatek: Add i2c compatible for MediaTek MT2712Jun Gao1-4/+27
2018-01-03Merge tag 'at24-4.16-updates-for-wolfram' of git://git.kernel.org/pub/scm/lin...Wolfram Sang5-5/+8
2017-12-31Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang5-7/+45
2017-12-31i2c: ismt: Use %pad specifier for dma_addr_t variablesAndy Shevchenko1-2/+1
2017-12-31i2c: algo-bit: init the bus to a known stateWolfram Sang1-0/+5
2017-12-31i2c/ARM: davinci: Deep refactoring of I2C recoveryLinus Walleij1-10/+11
2017-12-30i2c: mux: reg: don't log an error for probe deferralTomasz Bachorski1-0/+3
2017-12-30i2c: mux: pca954x: add support for NXP PCA984x familyAdrian Fiergolski2-7/+37
2017-12-12i2c: imx: Include the right GPIO headerLinus Walleij1-1/+1