summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: viperboard: return message count on master_xfer successPeter Rosin2018-06-211-1/+1
* i2c: pmcmsp: fix error return from master_xferPeter Rosin2018-06-211-1/+1
* i2c: pmcmsp: return message count on master_xfer successPeter Rosin2018-06-211-1/+1
* i2c: sprd: Fix the i2c count issueBaolin Wang2018-06-211-4/+2
* i2c: sprd: Prevent i2c accesses after suspend is calledBaolin Wang2018-06-211-0/+16
* i2c: mv64xxx: Apply errata delay only in standard modeGregory CLEMENT2018-05-301-2/+6
* i2c: designware: fix poll-after-enable regressionAlexander Monakov2018-05-221-1/+4
* i2c: i801: Restore configuration at shutdownJean Delvare2018-04-241-0/+10
* i2c: i801: Save register SMBSLVCMD value only onceJean Delvare2018-04-241-2/+4
* i2c: i2c-stm32f7: fix no check on returned setupPierre-Yves MORDRET2018-04-081-0/+5
* i2c: bcm2835: Set up the rising/falling edge delaysEric Anholt2018-02-281-1/+20
* i2c: designware: must wait for enableBen Gardner2018-02-281-1/+1
* i2c: i2c-boardinfo: fix memory leaks on devinfoColin Ian King2018-02-031-0/+2
* i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATAJeremy Compostella2018-01-231-6/+7
* i2c: i801: Fix Failed to allocate irq -2147483648 errorHans de Goede2017-12-051-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* i2c: omap: Fix error handling for clk_get()Tony Lindgren2017-10-181-0/+14
* i2c: piix4: Disable completely the IMC during SMBUS_BLOCK_DATARicardo Ribalda Delgado2017-10-131-6/+126
* i2c: piix4: Fix SMBus port selection for AMD Family 17h chipsGuenter Roeck2017-10-131-4/+26
* i2c: imx: fix misleading bus recovery debug messageClemens Gruber2017-10-131-1/+1
* i2c: imx: use IRQF_SHARED mode to request IRQWei Jinhua2017-10-131-1/+1
* i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson2017-10-131-1/+4
* Merge branch 'i2c/for-current-4.14' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-10-074-10/+13
|\
| * i2c: i2c-stm32f7: make structure stm32f7_setup static constColin Ian King2017-10-051-1/+1
| * i2c: ensure termination of *_device_id tablesThomas Meyer2017-10-051-0/+1
| * i2c: i801: Add support for Intel Cedar ForkJarkko Nikula2017-10-052-0/+5
| * i2c: stm32f7: fix setup structurePierre-Yves MORDRET2017-10-051-9/+6
* | Update James Hogan's email addressJames Hogan2017-10-041-1/+1
|/
* i2c: i2c-stm32f7: add driverPierre-Yves MORDRET2017-09-143-0/+983
* i2c: i2c-stm32f4: use generic definition of speed enumPierre-Yves MORDRET2017-09-142-11/+27
* i2c: altera: Add Altera I2C Controller driverThor Thayer2017-09-133-0/+522
* Merge branch 'i2c/for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-09-0954-322/+1394
|\
| * i2c: sprd: Fix undefined reference errorsBaolin Wang2017-08-311-1/+1
| * i2c: nomadik: constify amba_idArvind Yadav2017-08-291-1/+1
| * i2c: versatile: Make i2c_algo_bit_data constBhumika Goyal2017-08-291-1/+1
| * i2c: busses: make i2c_adapter_quirks constBhumika Goyal2017-08-297-7/+7
| * i2c: busses: make i2c_adapter constBhumika Goyal2017-08-295-5/+5
| * 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
| * Merge branch 'i2c-mux/for-next' of https://github.com/peda-r/i2c-mux into i2c...Wolfram Sang2017-08-275-161/+80
| |\
| | * i2c: mux: i2c-arb-gpio-challenge: allow compiling w/o OF supportPeter Rosin2017-08-221-1/+1
| | * i2c: mux: pinctrl: potential NULL dereference on errorDan Carpenter2017-08-171-1/+1
| | * i2c: mux: pinctrl: drop the idle_state memberPeter Rosin2017-08-141-6/+2
| | * i2c: mux: pinctrl: remove platform_dataPeter Rosin2017-08-142-148/+72