summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)Author
2016-06-15i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas
2016-01-25i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede
2015-11-16i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon
2015-11-16i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348Mika Westerberg
2015-11-16i2c: designware-platdrv: enable RuntimePM before registering to the coreWolfram Sang
2015-11-16i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang
2015-11-16i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang
2015-07-15i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen
2015-05-18Revert "i2c: Mark adapter devices with pm_runtime_no_callbacks"Luis Henriques
2015-05-06i2c: core: Export bus recovery functionsMark Brown
2015-05-06i2c: Mark adapter devices with pm_runtime_no_callbacksCharles Keepax
2015-05-06i2c: rk3x: report number of messages transmittedDmitry Torokhov
2015-03-23Revert "i2c: core: Dispose OF IRQ mapping at client removal time"Jakub Kicinski
2015-02-04i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski
2015-01-15i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni
2015-01-15i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni
2014-12-15i2c: omap: fix i207 errata handlingAlexander Kochetkov
2014-12-10i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare
2014-12-10i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko
2014-12-10i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov
2014-11-14i2c: core: Dispose OF IRQ mapping at client removal timeLaurent Pinchart
2014-11-14i2c: at91: don't account as iowaitWolfram Sang
2014-10-09i2c: rk3x: fix 0 length write transfersAlexandru M Stan
2014-10-09i2c: qup: Fix order of runtime pm initializationAndy Gross
2014-10-05i2c: ismt: use correct length when copy bufferFan Du
2014-10-05i2c: rk3x: fix divisor calculation for SCL frequencyaddy ke
2014-10-05i2c: rcar: fix RCAR_IRQ_ACK_{RECV|SEND}Sergei Shtylyov
2014-10-05i2c: rcar: fix MNR interrupt handlingSergei Shtylyov
2014-10-05Revert "i2c: rcar: remove spinlock"Sergei Shtylyov
2014-10-05i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren
2014-10-05i2c: at91: add bound checking on SMBus block length bytesMarek Roszko
2014-10-05i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai
2014-10-05i2c: rk3x: fix bug that cause transfer fails in master receive modeaddy ke
2014-09-05i2c: rk3x: fix interrupt handling issueaddy ke
2014-09-05drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang
2014-06-27i2c: sun6i-p2wi: Remove duplicate inclusion of module.hSachin Kamat
2014-06-27i2c: mux: pca954x: fix dependenciesLinus Walleij
2014-06-17i2c: sun6-p2wi: fix call to snprintfBoris BREZILLON
2014-06-12i2c: rk3x: add NULL entry to the end of_device_id arrayDan Carpenter
2014-06-12i2c: sun6i-p2wi: use proper return value in probeWolfram Sang
2014-06-12i2c: sunxi: add P2WI (Push/Pull 2 Wire Interface) controller supportBoris BREZILLON
2014-06-12i2c: rk3x: add driver for Rockchip RK3xxx SoC I2C adapterMax Schwarz
2014-06-06Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-06-05i2c: pca954x: Fix compilation without CONFIG_GPIOLIBLaurent Pinchart
2014-06-03i2c: mux: pca954x: Use the descriptor-based GPIO APILaurent Pinchart
2014-06-03i2c: mpc: insert DR read in i2c_fixup()Valentin Longchamp
2014-06-03i2c: bfin: turn to Resource-managed API in probe functionSonic Zhang
2014-06-03i2c: ChromeOS EC tunnel driverDoug Anderson
2014-06-02i2c: Make of_device_id array constJingoo Han
2014-06-02i2c: remove unnecessary OOM messagesJingoo Han