aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-12-12i2c: piix4: Fix port number check on releaseJean Delvare1-1/+1
2017-12-12i2c: stm32: Fix copyrightsBenjamin Gaignard3-3/+6
2017-12-07i2c: imx: use proper GPIO directions for recoveryWolfram Sang1-2/+2
2017-12-07i2c-cht-wc: constify platform_device_idArvind Yadav1-1/+1
2017-12-03i2c: rcar: skip DMA if buffer is not safeWolfram Sang1-1/+1
2017-12-03i2c: sh_mobile: use core helper to decide when to use DMAWolfram Sang1-2/+6
2017-12-03i2c: smbus: use DMA safe buffers for emulated SMBus transactionsWolfram Sang1-6/+39
2017-12-03i2c: refactor i2c_master_{send_recv}Wolfram Sang1-46/+18
2017-12-03i2c: dev: mark RDWR buffers as DMA_SAFEWolfram Sang1-0/+2
2017-12-03i2c: add helpers to ease DMA handlingWolfram Sang1-0/+46
2017-12-03i2c: gpio: add fault injectorWolfram Sang2-0/+119
2017-11-28ARM: pxa: move header file out of I2C realmWolfram Sang2-2/+2
2017-11-28i2c: designware: fix building driver as modulePhil Reid1-0/+1
2017-11-28i2c: core: fix compile issue related to incorrect gpio headerPhil Reid1-1/+1
2017-11-27i2c: i2c-boardinfo: fix memory leaks on devinfoColin Ian King1-0/+2
2017-11-27i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede1-0/+3
2017-11-27i2c: sh_mobile: make sure to not accidently trigger STOPWolfram Sang1-3/+3
2017-11-27i2c: sh_mobile: send STOP according to datasheetWolfram Sang1-23/+6
2017-11-27i2c: sh_mobile: avoid unnecessary register readWolfram Sang1-1/+2
2017-11-27i2c: sh_mobile: let RuntimePM do the clock handlingWolfram Sang1-2/+0
2017-11-27i2c: sh_mobile: shorten exit of xfer routineWolfram Sang1-3/+1
2017-11-27i2c: sh_mobile: use direct writes when accessing ICE bitWolfram Sang1-3/+3
2017-11-27i2c: sh_mobile: manually "inline" two short functionsWolfram Sang1-19/+9
2017-11-27i2c: sh_mobile: remove redundant deinitializationWolfram Sang1-4/+0
2017-11-27i2c: sh_mobile: remove redundant initializationWolfram Sang1-10/+0
2017-11-27i2c: remove legacy integer scl/sda gpio for recoveryPhil Reid1-76/+2
2017-11-27i2c: davinci: switch to using gpiod for bus recovery gpiosPhil Reid1-5/+15
2017-11-27i2c: imx: switch to using gpiod for bus recovery gpiosPhil Reid1-9/+9
2017-11-27i2c: designware: add i2c gpio recovery optionTim Sander3-1/+63
2017-11-27i2c: designware: rename i2c_dw_plat_prepare_clk to i2c_dw_prepare_clkPhil Reid3-9/+9
2017-11-27i2c: designware: move i2c_dw_plat_prepare_clk to commonPhil Reid3-12/+14
2017-11-27i2c: Switch to using gpiod interface for gpio bus recoveryPhil Reid1-4/+17
2017-11-27i2c: designware: Don't set SCL timings and speed mode when in slave modeJarkko Nikula2-75/+0
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-88/+180
2017-11-14Merge branch 'i2c/for-4.15' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds24-377/+671
2017-11-06i2c: aspeed: Deassert reset in probeJoel Stanley1-0/+12
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-11-02i2c: thunderx: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2017-11-02i2c: taos-evm: Remove duplicate NULL checkAndy Shevchenko1-2/+1
2017-11-02i2c: Make i2c_unregister_device() NULL-awareAndy Shevchenko1-2/+3
2017-11-01i2c: xgene-slimpro: Support v2Hoan Tran1-4/+26
2017-11-01i2c: mpc: remove useless variable initializationWolfram Sang1-1/+1
2017-11-01Merge branch 'i2c/sbs-manager' into i2c/for-4.15Wolfram Sang7-127/+121
2017-11-01Merge branch 'for-wolfram' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio into i2c/for-4.15Wolfram Sang1-108/+104
2017-10-30i2c: omap: Trigger bus recovery in lockup caseClaudio Foellmi1-2/+23
2017-10-30i2c: gpio: Add support for named gpios in DTLinus Walleij1-16/+43
2017-10-30i2c: gpio: Local vars in probeLinus Walleij1-13/+14
2017-10-30i2c: gpio: Enforce open drain through gpiolibLinus Walleij1-63/+39
2017-10-30i2c: gpio: Convert to use descriptorsLinus Walleij1-71/+63
2017-10-28i2c: mux: pca954x: Return error if irq_create_mapping failsPhil Reid1-0/+4