summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen2019-06-221-0/+1
* i2c: acorn: fix i2c warningRussell King2019-06-221-0/+1
* i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATAJeremy Compostella2019-04-271-6/+6
* i2c: tegra: fix maximum transfer sizeSowjanya Komatineni2019-03-231-1/+1
* i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-03-231-2/+7
* i2c-axxia: check for error conditions firstAdamski, Krzysztof (Nokia - PL/Wroclaw)2019-02-201-16/+16
* i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng2019-01-161-0/+6
* i2c: scmi: Fix probe error on devices with an empty SMB0001 ACPI device nodeHans de Goede2018-12-211-3/+7
* i2c: axxia: properly handle master timeoutAdamski, Krzysztof (Nokia - PL/Wroclaw)2018-12-211-11/+29
* i2c: i2c-scmi: fix for i2c_smbus_write_block_dataEdgar Cherkasov2018-10-201-0/+1
* i2c: uniphier-f: issue STOP only for last message or I2C_M_STOPMasahiro Yamada2018-10-101-5/+2
* i2c: uniphier: issue STOP only for last message or I2C_M_STOPMasahiro Yamada2018-10-101-5/+2
* i2c: i801: Allow ACPI AML access I/O ports not reserved for SMBusMika Westerberg2018-10-101-1/+8
* i2c: i801: fix DNV's SMBCTRL register offsetFelipe Balbi2018-09-191-1/+6
* i2c: xiic: Make the start and the byte count write atomicShubhrajyoti Datta2018-09-191-0/+4
* i2c: davinci: Avoid zero value of CLKHAlexander Sverdlin2018-09-051-2/+6
* i2c: imx: Fix race condition in dma readEsben Haabendal2018-08-241-4/+4
* i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song2018-08-171-1/+1
* i2c: imx: Fix reinit_completion() useEsben Haabendal2018-08-091-2/+1
* i2c: rcar: fix resume by always initializing registers before transferWolfram Sang2018-07-111-1/+2
* i2c: rcar: revoke START request earlyWolfram Sang2018-06-061-16/+7
* i2c: rcar: check master irqs before slave irqsWolfram Sang2018-06-061-8/+5
* i2c: rcar: don't issue stop when HW does it automaticallyWolfram Sang2018-06-061-2/+2
* i2c: rcar: init new messages in irqWolfram Sang2018-06-061-47/+43
* i2c: rcar: refactor setup of a msgWolfram Sang2018-06-061-6/+9
* i2c: rcar: remove spinlockWolfram Sang2018-06-061-19/+4
* i2c: rcar: remove unused IOERROR stateWolfram Sang2018-06-061-6/+0
* i2c: rcar: rework hw initWolfram Sang2018-06-061-12/+4
* i2c: rcar: make sure clocks are on when doing clock calculationWolfram Sang2018-06-061-9/+17
* i2c: mv64xxx: Apply errata delay only in standard modeGregory CLEMENT2018-05-301-2/+6
* i2c: i2c-scmi: add a MS HIDEdgar Cherkasov2018-03-241-0/+4
* i2c: remove __init from i2c_register_board_info()Luis R. Rodriguez2018-02-251-3/+1
* i2c: riic: fix restart conditionChris Brandt2017-12-161-1/+5
* i2c: riic: correctly finish transfersChris Brandt2017-11-081-7/+23
* i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson2017-10-271-1/+4
* i2c: at91: ensure state is restored after suspendingAlexandre Belloni2017-10-211-0/+3
* i2c: meson: fix wrong variable usage in meson_i2c_put_dataHeiner Kallweit2017-10-081-1/+1
* i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit2017-09-071-1/+3
* i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit2017-09-071-2/+2
* i2c: jz4780: drop superfluous initWolfram Sang2017-09-021-4/+0
* i2c: designware: Fix system suspendUlf Hansson2017-08-301-2/+12
* i2c: piix4: Fix request_region sizeRicardo Ribalda2017-06-171-1/+1
* i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel2017-06-071-4/+21
* i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich2017-01-191-1/+1
* i2c: print correct device invalid addressJohn Garry2017-01-191-1/+1
* i2c: mux: fix up dependenciesLinus Walleij2016-11-262-1/+1
* i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2016-11-101-1/+1
* i2c: xgene: Avoid dma_buffer overrunHoan Tran2016-11-101-1/+1
* i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla2016-09-301-1/+2
* i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu2016-09-301-7/+11