summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
AgeCommit message (Expand)AuthorLines
2017-08-31i2c: designware: Round down ACPI provided clk to nearest supported clkHans de Goede-4/+12
2017-08-29i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit-1/+3
2017-08-29i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit-2/+2
2017-08-17i2c: designware: Fix runtime PM for I2C slave modeJarkko Nikula-0/+3
2017-08-17i2c: designware: Remove needless pm_runtime_put_noidle() callJarkko Nikula-1/+0
2017-08-14i2c: aspeed: fixed potential null pointer dereferenceBrendan Higgins-2/+3
2017-08-14i2c: simtec: use release_mem_region instead of release_resourceAnton Vasilyev-4/+2
2017-08-14i2c: core: Make comment about I2C table requirement to reflect the codeJavier Martinez Canillas-2/+2
2017-08-14i2c: designware: Fix standard mode speed when configuring the slave modeJarkko Nikula-2/+1
2017-08-14i2c: designware: Fix oops from i2c_dw_irq_handler_slaveJarkko Nikula-1/+1
2017-08-14i2c: designware: Fix system suspendUlf Hansson-2/+12
2017-07-31i2c: allow i2c-versatile for ARM MPS platformsRussell King-1/+1
2017-07-31Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...Wolfram Sang-1/+1
2017-07-31i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHzHans de Goede-0/+3
2017-07-31i2c: designware: Print clock freq on invalid clock freq errorHans de Goede-1/+2
2017-07-31i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko-4/+25
2017-07-17i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman-1/+1
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-2239/+4551
2017-07-04i2c: designware: Let slave adapter support be optionalJarkko Nikula-1/+4
2017-07-04i2c: designware: Make HW init functions staticJarkko Nikula-8/+4
2017-07-04i2c: designware: fix spelling mistakesColin Ian King-1/+1
2017-07-04i2c: pca-platform: propagate error from i2c_pca_add_numbered_busChris Packham-3/+3
2017-07-04i2c: pca-platform: correctly set algo_data.reset_chipChris Packham-2/+4
2017-07-04i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesHans de Goede-0/+12
2017-07-03Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+187
2017-06-27i2c: designware: enable SLAVE in platform moduleLuis Oliveira-5/+38
2017-06-27i2c: designware: add SLAVE mode functionsLuis Oliveira-1/+418
2017-06-27i2c: zx2967: drop COMPILE_TEST dependencyShawn Guo-1/+1
2017-06-27i2c: zx2967: always use the same device when printing errorsWolfram Sang-1/+1
2017-06-27i2c: pca-platform: use dev_warn/dev_info instead of printkChris Packham-3/+3
2017-06-27i2c: pca-platform: use device managed allocationsChris Packham-47/+12
2017-06-27i2c: pca-platform: add devicetree awarenessChris Packham-0/+25
2017-06-27i2c: pca-platform: switch to struct gpio_descChris Packham-24/+19
2017-06-23i2c: cadance: fix ctrl/addr reg write orderMatt Weber-3/+3
2017-06-23i2c: zx2967: add i2c controller driver for ZTE's zx2967 familyBaoyou Xie-0/+619
2017-06-23i2c: algo-bit: add support for I2C_M_STOPJean Delvare-3/+10
2017-06-23i2c: aspeed: added slave support for Aspeed I2C driverBrendan Higgins-0/+201
2017-06-23i2c: aspeed: added driver for Aspeed I2CBrendan Higgins-0/+701
2017-06-23i2c: rcar: document HW incapabilitiesWolfram Sang-1/+6
2017-06-22i2c: imx: Use correct function to write to registerMichail Georgios Etairidis-4/+4
2017-06-19i2c: emev2: Handle return value of clk_prepare_enableArvind Yadav-1/+3
2017-06-19i2c: designware: introducing I2C_SLAVE definitionsLuis Oliveira-2/+31
2017-06-19i2c: designware: MASTER mode as separated driverLuis Oliveira-368/+433
2017-06-19i2c: designware: refactoring of the i2c-designwareLuis Oliveira-35/+52
2017-06-19i2c: designware: Cleaning and comment style fixes.Luis Oliveira-61/+62
2017-06-19i2c: at91: Fix compilation warning.Arvind Yadav-4/+4
2017-06-19i2c: at91: Handle return value of clk_prepare_enableArvind Yadav-2/+6
2017-06-19i2c: use proper name for the R-Car SoCWolfram Sang-1/+1
2017-06-19i2c: xlp9xx: Enable HWMON class probing for xlp9xxGeorge Cherian-0/+1
2017-06-19i2c: i801: Add support for Intel Cannon LakeSrinivas Pandruvada-0/+10