aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 29-2239/+4551
2017-07-04i2c: designware: Let slave adapter support be optionalGravatar Jarkko Nikula 2-1/+4
2017-07-04i2c: designware: Make HW init functions staticGravatar Jarkko Nikula 3-8/+4
2017-07-04i2c: designware: fix spelling mistakesGravatar Colin Ian King 1-1/+1
2017-07-04i2c: pca-platform: propagate error from i2c_pca_add_numbered_busGravatar Chris Packham 1-3/+3
2017-07-04i2c: pca-platform: correctly set algo_data.reset_chipGravatar Chris Packham 1-2/+4
2017-07-04i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesGravatar Hans de Goede 1-0/+12
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 3-0/+187
2017-06-27i2c: designware: enable SLAVE in platform moduleGravatar Luis Oliveira 2-5/+38
2017-06-27i2c: designware: add SLAVE mode functionsGravatar Luis Oliveira 5-1/+418
2017-06-27i2c: zx2967: drop COMPILE_TEST dependencyGravatar Shawn Guo 1-1/+1
2017-06-27i2c: zx2967: always use the same device when printing errorsGravatar Wolfram Sang 1-1/+1
2017-06-27i2c: pca-platform: use dev_warn/dev_info instead of printkGravatar Chris Packham 1-3/+3
2017-06-27i2c: pca-platform: use device managed allocationsGravatar Chris Packham 1-47/+12
2017-06-27i2c: pca-platform: add devicetree awarenessGravatar Chris Packham 1-0/+25
2017-06-27i2c: pca-platform: switch to struct gpio_descGravatar Chris Packham 1-24/+19
2017-06-23i2c: cadance: fix ctrl/addr reg write orderGravatar Matt Weber 1-3/+3
2017-06-23i2c: zx2967: add i2c controller driver for ZTE's zx2967 familyGravatar Baoyou Xie 3-0/+619
2017-06-23i2c: algo-bit: add support for I2C_M_STOPGravatar Jean Delvare 1-3/+10
2017-06-23i2c: aspeed: added slave support for Aspeed I2C driverGravatar Brendan Higgins 1-0/+201
2017-06-23i2c: aspeed: added driver for Aspeed I2CGravatar Brendan Higgins 3-0/+701
2017-06-23i2c: rcar: document HW incapabilitiesGravatar Wolfram Sang 1-1/+6
2017-06-22i2c: imx: Use correct function to write to registerGravatar Michail Georgios Etairidis 1-4/+4
2017-06-19i2c: emev2: Handle return value of clk_prepare_enableGravatar Arvind Yadav 1-1/+3
2017-06-19i2c: designware: introducing I2C_SLAVE definitionsGravatar Luis Oliveira 1-2/+31
2017-06-19i2c: designware: MASTER mode as separated driverGravatar Luis Oliveira 6-368/+433
2017-06-19i2c: designware: refactoring of the i2c-designwareGravatar Luis Oliveira 2-35/+52
2017-06-19i2c: designware: Cleaning and comment style fixes.Gravatar Luis Oliveira 3-61/+62
2017-06-19i2c: at91: Fix compilation warning.Gravatar Arvind Yadav 1-4/+4
2017-06-19i2c: at91: Handle return value of clk_prepare_enableGravatar Arvind Yadav 1-2/+6
2017-06-19i2c: use proper name for the R-Car SoCGravatar Wolfram Sang 1-1/+1
2017-06-19i2c: xlp9xx: Enable HWMON class probing for xlp9xxGravatar George Cherian 1-0/+1
2017-06-19i2c: i801: Add support for Intel Cannon LakeGravatar Srinivas Pandruvada 2-0/+10
2017-06-18i2c: xgene-slimpro: include linux/io.h for memremapGravatar Arnd Bergmann 1-0/+1
2017-06-15i2c: stub: fix build warning regressionGravatar Wolfram Sang 1-1/+1
2017-06-15i2c: ismt: fix wrong device address when unmap the data bufferGravatar Liwei Song 1-1/+1
2017-06-15i2c: rcar: use correct length when unmapping DMAGravatar Wolfram Sang 1-1/+1
2017-06-12Merge 4.12-rc5 into char-misc-nextGravatar Greg Kroah-Hartman 2-5/+22
2017-06-03i2c: i2c-mux-gpmux: new driverGravatar Peter Rosin 3-0/+187
2017-06-02i2c: mxs: change error printing to debug for mxs_i2c_pio_wait_xfer_endGravatar Michael Thalmeier 1-3/+3
2017-06-02i2c: sh_mobile: drop needless check for of_nodeGravatar Wolfram Sang 1-12/+7
2017-06-02i2c: sh_mobile: remove platform_dataGravatar Wolfram Sang 1-8/+0
2017-06-02i2c: stub: use pr_fmtGravatar Wolfram Sang 1-8/+8
2017-06-02i2c: xgene-slimpro: Add ACPI support by using PCC mailboxGravatar Hoan Tran 1-13/+161
2017-06-02i2c: xgene-slimpro: Use a single function to send command messageGravatar Hoan Tran 1-41/+26
2017-05-31i2c: reformat core-base file headerGravatar Wolfram Sang 1-21/+22
2017-05-31i2c: remove unneeded includes from coreGravatar Wolfram Sang 1-2/+0
2017-05-31i2c: break out ACPI support into separate fileGravatar Wolfram Sang 4-648/+669
2017-05-31i2c: break out OF support into separate fileGravatar Wolfram Sang 4-264/+286
2017-05-31i2c: break out smbus support into separate fileGravatar Wolfram Sang 3-575/+595