summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* 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
* i2c: qup: Fix order of runtime pm initializationAndy Gross2014-10-091-4/+8
* i2c: ismt: use correct length when copy bufferFan Du2014-10-051-2/+2
* i2c: rk3x: fix divisor calculation for SCL frequencyaddy ke2014-10-051-6/+5
* i2c: rcar: fix RCAR_IRQ_ACK_{RECV|SEND}Sergei Shtylyov2014-10-051-2/+2
* i2c: rcar: fix MNR interrupt handlingSergei Shtylyov2014-10-051-6/+9
* Revert "i2c: rcar: remove spinlock"Sergei Shtylyov2014-10-051-0/+22
* i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren2014-10-051-2/+2
* i2c: at91: add bound checking on SMBus block length bytesMarek Roszko2014-10-051-4/+24
* i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai2014-10-051-2/+1
* i2c: rk3x: fix bug that cause transfer fails in master receive modeaddy ke2014-10-051-0/+4
* i2c: rk3x: fix interrupt handling issueaddy ke2014-09-051-1/+1
* drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang2014-09-051-2/+2
* i2c: sun6i-p2wi: Remove duplicate inclusion of module.hSachin Kamat2014-06-271-1/+0
* i2c: mux: pca954x: fix dependenciesLinus Walleij2014-06-271-0/+1
* i2c: sun6-p2wi: fix call to snprintfBoris BREZILLON2014-06-171-1/+1
* i2c: rk3x: add NULL entry to the end of_device_id arrayDan Carpenter2014-06-121-0/+1
* i2c: sun6i-p2wi: use proper return value in probeWolfram Sang2014-06-121-1/+1
* i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller supportBoris BREZILLON2014-06-123-0/+359
* i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapterMax Schwarz2014-06-123-0/+773