summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2017-08-29i2c: busses: make i2c_algorithm constBhumika Goyal2-2/+2
2017-08-29i2c: Add Spreadtrum I2C controller driverBaolin Wang3-0/+654
2017-08-29i2c-cht-wc: make cht_wc_i2c_adap_driver staticColin Ian King1-1/+1
2017-08-28i2c: aspeed: Retain delay/setup/hold values when configuring bus frequencyAndrew Jeffery1-1/+8
2017-08-28i2c: i801: Restore the presence state of P2SB PCI device after reading BARQiuxu Zhuo1-4/+8
2017-08-27blackfin: merge the two TWI header filesWolfram Sang1-1/+0
2017-08-27i2c: davinci: Preserve return value of devm_clk_getFranklin S Cooper Jr1-1/+1
2017-08-27i2c: mediatek: Add i2c compatible for MediaTek MT7622Jun Gao1-0/+14
2017-08-27Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang5-161/+80
2017-08-22i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF supportPeter Rosin1-1/+1
2017-08-17i2c-cht-wc: Workaround CHT GPIO controller IRQ issuesHans de Goede1-4/+10
2017-08-17i2c-cht-wc: Ack read irqs after reading the data registerHans de Goede1-10/+19
2017-08-17i2c-cht-wc: Add locking to interrupt / smbus_xfer functionsHans de Goede1-13/+24
2017-08-17i2c: sh_mobile: avoid unused ret variableEugeniu Rosca1-2/+2
2017-08-17i2c: rcar: avoid unused ret variableEugeniu Rosca1-3/+2
2017-08-17i2c: taos-evm: constify serio_device_idArvind Yadav1-1/+1
2017-08-17i2c: mux: pinctrl: potential NULL dereference on errorDan Carpenter1-1/+1
2017-08-14i2c: aspeed: add proper support fo 24xx clock paramsBrendan Higgins1-18/+56
2017-08-14i2c: tegra: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-14i2c: sun6i-pw2i: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-14i2c: stm32f4: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-14i2c: mv64xxx: explicitly request exclusive reset controlPhilipp Zabel1-1/+1
2017-08-14i2c: mux: pinctrl: drop the idle_state memberPeter Rosin1-6/+2
2017-08-14i2c: mux: pinctrl: remove platform_dataPeter Rosin2-148/+72
2017-08-14i2c: mux: mlxcpld: move header file out of I2C realmWolfram Sang1-1/+1
2017-08-14i2c: mux: pca954x: move header file out of I2C realmWolfram Sang2-2/+2
2017-08-14i2c: mux: pca9541: sort include filesWolfram Sang1-4/+3
2017-08-13i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driverHans de Goede3-0/+346
2017-08-12i2c: rk3x: add support for rv1108Andy Yan1-0/+9
2017-08-12i2c: uniphier-f: add suspend / resume supportMasahiro Yamada1-9/+37
2017-08-12i2c: uniphier: add suspend / resume supportMasahiro Yamada1-5/+35
2017-08-12i2c: constify internal structuresGustavo A. R. Silva4-5/+5
2017-07-31i2c: Convert to using %pOF instead of full_nameRob Herring5-25/+21
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada13-48/+24
2017-07-31i2c: mediatek: send i2c master code at 400kJun Gao1-19/+46
2017-07-12Merge branch 'i2c/for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds29-2239/+4551
2017-07-04i2c: designware: Let slave adapter support be optionalJarkko Nikula2-1/+4
2017-07-04i2c: designware: Make HW init functions staticJarkko Nikula3-8/+4
2017-07-04i2c: designware: fix spelling mistakesColin Ian King1-1/+1
2017-07-04i2c: pca-platform: propagate error from i2c_pca_add_numbered_busChris Packham1-3/+3
2017-07-04i2c: pca-platform: correctly set algo_data.reset_chipChris Packham1-2/+4
2017-07-04i2c: acpi: Do not create i2c-clients for LNXVIDEO ACPI devicesHans de Goede1-0/+12
2017-07-04Merge tag 'char-misc-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds3-0/+187
2017-06-28i2c: designware: enable SLAVE in platform moduleLuis Oliveira2-5/+38
2017-06-28i2c: designware: add SLAVE mode functionsLuis Oliveira5-1/+418
2017-06-28i2c: zx2967: drop COMPILE_TEST dependencyShawn Guo1-1/+1
2017-06-28i2c: zx2967: always use the same device when printing errorsWolfram Sang1-1/+1
2017-06-28i2c: pca-platform: use dev_warn/dev_info instead of printkChris Packham1-3/+3
2017-06-27i2c: pca-platform: use device managed allocationsChris Packham1-47/+12
2017-06-27i2c: pca-platform: add devicetree awarenessChris Packham1-0/+25