summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses (follow)
Commit message (Expand)AuthorAgeFilesLines
* i2c: busses: make i2c_algorithm constBhumika Goyal2017-08-292-2/+2
* i2c: Add Spreadtrum I2C controller driverBaolin Wang2017-08-293-0/+654
* i2c-cht-wc: make cht_wc_i2c_adap_driver staticColin Ian King2017-08-291-1/+1
* i2c: aspeed: Retain delay/setup/hold values when configuring bus frequencyAndrew Jeffery2017-08-281-1/+8
* i2c: i801: Restore the presence state of P2SB PCI device after reading BARQiuxu Zhuo2017-08-281-4/+8
* blackfin: merge the two TWI header filesWolfram Sang2017-08-271-1/+0
* i2c: davinci: Preserve return value of devm_clk_getFranklin S Cooper Jr2017-08-271-1/+1
* i2c: mediatek: Add i2c compatible for MediaTek MT7622Jun Gao2017-08-271-0/+14
* i2c-cht-wc: Workaround CHT GPIO controller IRQ issuesHans de Goede2017-08-171-4/+10
* i2c-cht-wc: Ack read irqs after reading the data registerHans de Goede2017-08-171-10/+19
* i2c-cht-wc: Add locking to interrupt / smbus_xfer functionsHans de Goede2017-08-171-13/+24
* i2c: sh_mobile: avoid unused ret variableEugeniu Rosca2017-08-171-2/+2
* i2c: rcar: avoid unused ret variableEugeniu Rosca2017-08-171-3/+2
* i2c: taos-evm: constify serio_device_idArvind Yadav2017-08-171-1/+1
* i2c: aspeed: add proper support fo 24xx clock paramsBrendan Higgins2017-08-141-18/+56
* i2c: tegra: explicitly request exclusive reset controlPhilipp Zabel2017-08-141-1/+1
* i2c: sun6i-pw2i: explicitly request exclusive reset controlPhilipp Zabel2017-08-141-1/+1
* i2c: stm32f4: explicitly request exclusive reset controlPhilipp Zabel2017-08-141-1/+1
* i2c: mv64xxx: explicitly request exclusive reset controlPhilipp Zabel2017-08-141-1/+1
* i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driverHans de Goede2017-08-133-0/+346
* i2c: rk3x: add support for rv1108Andy Yan2017-08-121-0/+9
* i2c: uniphier-f: add suspend / resume supportMasahiro Yamada2017-08-121-9/+37
* i2c: uniphier: add suspend / resume supportMasahiro Yamada2017-08-121-5/+35
* i2c: constify internal structuresGustavo A. R. Silva2017-08-124-5/+5
* i2c: Convert to using %pOF instead of full_nameRob Herring2017-07-313-10/+8
* i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada2017-07-3113-48/+24
* i2c: mediatek: send i2c master code at 400kJun Gao2017-07-311-19/+46
* Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-07-1220-618/+2830
|\
| * 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: 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: 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
| * i2c: emev2: Handle return value of clk_prepare_enableArvind Yadav2017-06-191-1/+3
| * i2c: designware: introducing I2C_SLAVE definitionsLuis Oliveira2017-06-191-2/+31
| * i2c: designware: MASTER mode as separated driverLuis Oliveira2017-06-196-368/+433
| * i2c: designware: refactoring of the i2c-designwareLuis Oliveira2017-06-192-35/+52