summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: aspeed: Deassert reset in probeJoel Stanley2018-02-071-0/+12
* i2c: fsi: Add bus recovery for FSI algorithmEdward A. James2018-01-181-0/+22
* i2c: fsi: Add I2C master locking to FSI algorithmEdward A. James2018-01-181-4/+39
* i2c: fsi: Add transfer implementation for FSI algorithmEdward A. James2018-01-181-2/+212
* i2c: fsi: Add abort and hardware reset proceduresEdward A. James2018-01-181-0/+186
* i2c: fsi: Add port structure to FSI algorithmEdward A. James2018-01-181-0/+96
* i2c: Add FSI-attached I2C master algorithmEdward A. James2018-01-183-0/+256
* Merge tag 'v4.13.16' into dev-4.13Joel Stanley2017-11-282-5/+30
|\
| * i2c: piix4: Fix SMBus port selection for AMD Family 17h chipsGuenter Roeck2017-10-271-4/+26
| * i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson2017-10-271-1/+4
* | i2c: aspeed: Retain delay/setup/hold values when configuring bus frequencyAndrew Jeffery2017-10-091-1/+8
* | i2c: aspeed: add proper support fo 24xx clock paramsBrendan Higgins2017-10-091-18/+56
|/
* i2c: designware: Round down ACPI provided clk to nearest supported clkHans de Goede2017-08-311-4/+12
* i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit2017-08-291-1/+3
* i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit2017-08-291-2/+2
* i2c: designware: Fix runtime PM for I2C slave modeJarkko Nikula2017-08-171-0/+3
* i2c: designware: Remove needless pm_runtime_put_noidle() callJarkko Nikula2017-08-171-1/+0
* i2c: aspeed: fixed potential null pointer dereferenceBrendan Higgins2017-08-141-2/+3
* i2c: simtec: use release_mem_region instead of release_resourceAnton Vasilyev2017-08-141-4/+2
* i2c: core: Make comment about I2C table requirement to reflect the codeJavier Martinez Canillas2017-08-141-2/+2
* i2c: designware: Fix standard mode speed when configuring the slave modeJarkko Nikula2017-08-141-2/+1
* i2c: designware: Fix oops from i2c_dw_irq_handler_slaveJarkko Nikula2017-08-141-1/+1
* i2c: designware: Fix system suspendUlf Hansson2017-08-141-2/+12
* i2c: allow i2c-versatile for ARM MPS platformsRussell King2017-07-311-1/+1
* Merge branch 'i2c-mux/for-current' of https://github.com/peda-r/i2c-mux into ...Wolfram Sang2017-07-311-1/+1
|\
| * i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman2017-07-171-1/+1
* | i2c: designware: Some broken DSTDs use 1MiHz instead of 1MHzHans de Goede2017-07-311-0/+3
* | i2c: designware: Print clock freq on invalid clock freq errorHans de Goede2017-07-311-1/+2
* | i2c: core: Allow empty id_table in ACPI case as wellAndy Shevchenko2017-07-313-4/+25
|/
* Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-1229-2239/+4551
|\
| * i2c: designware: Let slave adapter support be optionalJarkko Nikula2017-07-042-1/+4
| * i2c: designware: Make HW init functions staticJarkko Nikula2017-07-043-8/+4
| * i2c: designware: fix spelling mistakesColin Ian King2017-07-041-1/+1
| * i2c: pca-platform: propagate error from i2c_pca_add_numbered_busChris Packham2017-07-041-3/+3
| * i2c: pca-platform: correctly set algo_data.reset_chipChris Packham2017-07-041-2/+4
| * i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesHans de Goede2017-07-041-0/+12
| * i2c: designware: enable SLAVE in platform moduleLuis Oliveira2017-06-272-5/+38
| * i2c: designware: add SLAVE mode functionsLuis Oliveira2017-06-275-1/+418
| * i2c: zx2967: drop COMPILE_TEST dependencyShawn Guo2017-06-271-1/+1
| * i2c: zx2967: always use the same device when printing errorsWolfram Sang2017-06-271-1/+1
| * i2c: pca-platform: use dev_warn/dev_info instead of printkChris Packham2017-06-271-3/+3
| * i2c: pca-platform: use device managed allocationsChris Packham2017-06-271-47/+12
| * i2c: pca-platform: add devicetree awarenessChris Packham2017-06-271-0/+25
| * i2c: pca-platform: switch to struct gpio_descChris Packham2017-06-271-24/+19
| * i2c: cadance: fix ctrl/addr reg write orderMatt Weber2017-06-231-3/+3
| * i2c: zx2967: add i2c controller driver for ZTE's zx2967 familyBaoyou Xie2017-06-233-0/+619
| * i2c: algo-bit: add support for I2C_M_STOPJean Delvare2017-06-231-3/+10
| * i2c: aspeed: added slave support for Aspeed I2C driverBrendan Higgins2017-06-231-0/+201
| * i2c: aspeed: added driver for Aspeed I2CBrendan Higgins2017-06-233-0/+701
| * i2c: rcar: document HW incapabilitiesWolfram Sang2017-06-231-1/+6
OpenPOWER on IntegriCloud