summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses
AgeCommit message (Expand)AuthorFilesLines
2019-05-02i2c: cadence: Fix the hold bit settingShubhrajyoti Datta1-2/+7
2018-12-17i2c: xiic: Make the start and the byte count write atomicShubhrajyoti Datta1-0/+4
2018-10-21i2c: viperboard: return message count on master_xfer successPeter Rosin1-1/+1
2018-10-21i2c: pmcmsp: fix error return from master_xferPeter Rosin1-1/+1
2018-10-21i2c: pmcmsp: return message count on master_xfer successPeter Rosin1-1/+1
2017-11-11i2c: ismt: Separate I2C block read from SMBus block readPontus Andersson1-1/+4
2017-11-11i2c: ismt: Return EMSGSIZE for block reads with bogus lengthStephen Douthit1-1/+3
2017-11-11i2c: ismt: Don't duplicate the receive length for block readsStephen Douthit1-2/+2
2017-10-12i2c: cadance: fix ctrl/addr reg write orderMatt Weber1-3/+3
2017-09-15i2c: imx: Use correct function to write to registerMichail Georgios Etairidis1-2/+2
2017-09-15i2c: ismt: fix wrong device address when unmap the data bufferLiwei Song1-1/+1
2017-09-15i2c: i2c-tiny-usb: fix buffer not being DMA capableSebastian Reichel1-4/+21
2017-06-05i2c: riic: correctly finish transfersChris Brandt1-7/+23
2016-11-20i2c: qup: skip qup_i2c_suspend if the device is already runtime suspendedSudeep Holla1-1/+2
2016-11-20i2c-eg20t: fix race between i2c init and interrupt enableYadi.hu1-7/+11
2016-11-20i2c: efm32: fix a failure path in efm32_i2c_probe()Alexey Khoroshilov1-1/+1
2016-06-15i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas1-5/+19
2016-01-25i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede1-9/+18
2015-11-16i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon1-2/+0
2015-11-16i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348Mika Westerberg1-0/+20
2015-11-16i2c: designware-platdrv: enable RuntimePM before registering to the coreWolfram Sang1-5/+6
2015-11-16i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang1-3/+5
2015-11-16i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang1-3/+4
2015-07-15i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen1-17/+53
2015-05-06i2c: rk3x: report number of messages transmittedDmitry Torokhov1-1/+1
2015-02-04i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski1-6/+17
2015-01-15i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni1-120/+186
2015-01-15i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni1-11/+11
2014-12-15i2c: omap: fix i207 errata handlingAlexander Kochetkov1-3/+5
2014-12-10i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare1-0/+11
2014-12-10i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko1-5/+3
2014-12-10i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov1-2/+0
2014-11-14i2c: at91: don't account as iowaitWolfram Sang1-1/+1
2014-10-09i2c: rk3x: fix 0 length write transfersAlexandru M Stan1-1/+1
2014-10-09i2c: qup: Fix order of runtime pm initializationAndy Gross1-4/+8
2014-10-06i2c: ismt: use correct length when copy bufferFan Du1-2/+2
2014-10-06i2c: rk3x: fix divisor calculation for SCL frequencyaddy ke1-6/+5
2014-10-06i2c: rcar: fix RCAR_IRQ_ACK_{RECV|SEND}Sergei Shtylyov1-2/+2
2014-10-06i2c: rcar: fix MNR interrupt handlingSergei Shtylyov1-6/+9
2014-10-06Revert "i2c: rcar: remove spinlock"Sergei Shtylyov1-0/+22
2014-10-06i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren1-2/+2
2014-10-06i2c: at91: add bound checking on SMBus block length bytesMarek Roszko1-4/+24
2014-10-06i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai1-2/+1
2014-10-06i2c: rk3x: fix bug that cause transfer fails in master receive modeaddy ke1-0/+4
2014-09-06i2c: rk3x: fix interrupt handling issueaddy ke1-1/+1
2014-09-06drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang1-2/+2
2014-06-27i2c: sun6i-p2wi: Remove duplicate inclusion of module.hSachin Kamat1-1/+0
2014-06-17i2c: sun6-p2wi: fix call to snprintfBoris BREZILLON1-1/+1
2014-06-13i2c: rk3x: add NULL entry to the end of_device_id arrayDan Carpenter1-0/+1
2014-06-13i2c: sun6i-p2wi: use proper return value in probeWolfram Sang1-1/+1