summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: riic: Clear NACK in tend isrChris Brandt2019-12-101-0/+1
* i2c: acorn: fix i2c warningRussell King2019-10-051-0/+1
* i2c: dev: fix potential memory leak in i2cdev_ioctl_rdwrYingjoe Chen2019-10-051-0/+1
* i2c: cadence: Fix the hold bit settingShubhrajyoti Datta2019-05-021-2/+7
* i2c: dev: prevent adapter retries and timeout being set as minus valueYi Zeng2019-05-021-0/+6
* i2c: xiic: Make the start and the byte count write atomicShubhrajyoti Datta2018-12-161-0/+4
* i2c: viperboard: return message count on master_xfer successPeter Rosin2018-10-211-1/+1
* i2c: pmcmsp: fix error return from master_xferPeter Rosin2018-10-211-1/+1
* i2c: pmcmsp: return message count on master_xfer successPeter Rosin2018-10-211-1/+1
* i2c: core-smbus: prevent stack corruption on read I2C_BLOCK_DATAJeremy Compostella2018-03-031-6/+7
* i2c: core: decrease reference count of device node in i2c_unregister_deviceLixin Wang2018-03-031-0/+4
* i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson2017-11-111-1/+4
* i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit2017-11-111-1/+3
* i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit2017-11-111-2/+2
* i2c: mux: pinctrl: mention correct module name in Kconfig help textChris Gorman2017-11-111-1/+1
* i2c: cadance: fix ctrl/addr reg write orderMatt Weber2017-10-121-3/+3
* i2c: imx: Use correct function to write to registerMichail Georgios Etairidis2017-09-151-2/+2
* i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song2017-09-151-1/+1
* i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel2017-09-151-4/+21
* i2c: riic: correctly finish transfersChris Brandt2017-06-051-7/+23
* i2c: fix kernel memory disclosure in dev interfaceVlad Tsyrklevich2017-03-161-1/+1
* i2c: mux: pca954x: fix i2c mux selection cachingRussell King2017-03-161-1/+4
* i2c: core: fix NULL pointer dereference under race conditionVladimir Zapolskiy2017-02-231-1/+1
* i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla2016-11-201-1/+2
* i2c: mux: pca954x: retry updating the mux selection on failurePeter Rosin2016-11-201-1/+1
* i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu2016-11-201-7/+11
* i2c: efm32: fix a failure path in efm32_i2c_probe()Alexey Khoroshilov2016-11-201-1/+1
* i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas2016-06-151-5/+19
* i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede2016-01-251-9/+18
* i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon2015-11-161-2/+0
* i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348Mika Westerberg2015-11-161-0/+20
* i2c: designware-platdrv: enable RuntimePM before registering to the coreWolfram Sang2015-11-161-5/+6
* i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang2015-11-161-3/+5
* i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang2015-11-161-3/+4
* i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen2015-07-151-17/+53
* Revert "i2c: Mark adapter devices with pm_runtime_no_callbacks"Luis Henriques2015-05-181-2/+0
* i2c: core: Export bus recovery functionsMark Brown2015-05-061-0/+3
* i2c: Mark adapter devices with pm_runtime_no_callbacksCharles Keepax2015-05-061-0/+2
* i2c: rk3x: report number of messages transmittedDmitry Torokhov2015-05-061-1/+1
* Revert "i2c: core: Dispose OF IRQ mapping at client removal time"Jakub Kicinski2015-03-231-3/+0
* i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski2015-02-041-6/+17
* i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni2015-01-151-120/+186
* i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni2015-01-151-11/+11
* i2c: omap: fix i207 errata handlingAlexander Kochetkov2014-12-151-3/+5
* i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare2014-12-101-0/+11
* i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko2014-12-101-5/+3
* i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov2014-12-101-2/+0
* i2c: core: Dispose OF IRQ mapping at client removal timeLaurent Pinchart2014-11-141-0/+3
* i2c: at91: don't account as iowaitWolfram Sang2014-11-141-1/+1
* i2c: rk3x: fix 0 length write transfersAlexandru M Stan2014-10-091-1/+1