summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2017-10-30i2c: gpio: Enforce open drain through gpiolibLinus Walleij
2017-10-30i2c: gpio: Convert to use descriptorsLinus Walleij
2017-09-14i2c: i2c-stm32f7: add driverPierre-Yves MORDRET
2017-09-14i2c: i2c-stm32f4: use generic definition of speed enumPierre-Yves MORDRET
2017-09-13i2c: altera: Add Altera I2C Controller driverThor Thayer
2017-09-09Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-08-31i2c: sprd: Fix undefined reference errorsBaolin Wang
2017-08-31i2c: designware: Round down ACPI provided clk to nearest supported clkHans de Goede
2017-08-29i2c: nomadik: constify amba_idArvind Yadav
2017-08-29i2c: versatile: Make i2c_algo_bit_data constBhumika Goyal
2017-08-29i2c: busses: make i2c_adapter_quirks constBhumika Goyal
2017-08-29i2c: busses: make i2c_adapter constBhumika Goyal
2017-08-29i2c: busses: make i2c_algorithm constBhumika Goyal
2017-08-29i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit
2017-08-29i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit
2017-08-29i2c: Add Spreadtrum I2C controller driverBaolin Wang
2017-08-29i2c-cht-wc: make cht_wc_i2c_adap_driver staticColin Ian King
2017-08-28i2c: aspeed: Retain delay/setup/hold values when configuring bus frequencyAndrew Jeffery
2017-08-28i2c: i801: Restore the presence state of P2SB PCI device after reading BARQiuxu Zhuo
2017-08-27blackfin: merge the two TWI header filesWolfram Sang
2017-08-27i2c: davinci: Preserve return value of devm_clk_getFranklin S Cooper Jr
2017-08-27i2c: mediatek: Add i2c compatible for MediaTek MT7622Jun Gao
2017-08-27Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang
2017-08-22i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF supportPeter Rosin
2017-08-17i2c-cht-wc: Workaround CHT GPIO controller IRQ issuesHans de Goede
2017-08-17i2c-cht-wc: Ack read irqs after reading the data registerHans de Goede
2017-08-17i2c-cht-wc: Add locking to interrupt / smbus_xfer functionsHans de Goede
2017-08-17i2c: sh_mobile: avoid unused ret variableEugeniu Rosca
2017-08-17i2c: rcar: avoid unused ret variableEugeniu Rosca
2017-08-17i2c: designware: Fix runtime PM for I2C slave modeJarkko Nikula
2017-08-17i2c: designware: Remove needless pm_runtime_put_noidle() callJarkko Nikula
2017-08-17i2c: taos-evm: constify serio_device_idArvind Yadav
2017-08-17i2c: mux: pinctrl: potential NULL dereference on errorDan Carpenter
2017-08-14i2c: aspeed: fixed potential null pointer dereferenceBrendan Higgins
2017-08-14i2c: aspeed: add proper support fo 24xx clock paramsBrendan Higgins
2017-08-14i2c: tegra: explicitly request exclusive reset controlPhilipp Zabel
2017-08-14i2c: sun6i-pw2i: explicitly request exclusive reset controlPhilipp Zabel
2017-08-14i2c: stm32f4: explicitly request exclusive reset controlPhilipp Zabel
2017-08-14i2c: mv64xxx: explicitly request exclusive reset controlPhilipp Zabel
2017-08-14i2c: simtec: use release_mem_region instead of release_resourceAnton Vasilyev
2017-08-14i2c: core: Make comment about I2C table requirement to reflect the codeJavier Martinez Canillas
2017-08-14i2c: designware: Fix standard mode speed when configuring the slave modeJarkko Nikula
2017-08-14i2c: designware: Fix oops from i2c_dw_irq_handler_slaveJarkko Nikula
2017-08-14i2c: designware: Fix system suspendUlf Hansson
2017-08-14i2c: mux: pinctrl: drop the idle_state memberPeter Rosin
2017-08-14i2c: mux: pinctrl: remove platform_dataPeter Rosin
2017-08-14i2c: mux: mlxcpld: move header file out of I2C realmWolfram Sang
2017-08-14i2c: mux: pca954x: move header file out of I2C realmWolfram Sang
2017-08-14i2c: mux: pca9541: sort include filesWolfram Sang
2017-08-13i2c-cht-wc: Add Intel Cherry Trail Whiskey Cove SMBUS controller driverHans de Goede