summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2016-07-12i2c: exynos5: Fix possible ABBA deadlock by keeping I2C clock preparedJavier Martinez Canillas1-5/+19
2015-11-13i2c: designware: Do not use parameters from ACPI on Dell Inspiron 7348Mika Westerberg1-0/+20
2015-11-13i2c: s3c2410: enable RuntimePM before registering to the coreWolfram Sang1-3/+5
2015-11-13i2c: rcar: enable RuntimePM before registering to the coreWolfram Sang1-3/+4
2015-08-27i2c: i801: Add DeviceIDs for SunrisePoint LPDevin Ryles2-0/+4
2015-07-04i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen1-17/+53
2015-05-18i2c: core: Export bus recovery functionsMark Brown1-0/+3
2015-05-18i2c: rk3x: report number of messages transmittedDmitry Torokhov1-1/+1
2015-03-28Revert "i2c: core: Dispose OF IRQ mapping at client removal time"Jakub Kicinski1-3/+0
2015-02-06i2c: s3c2410: fix ABBA deadlock by keeping clock preparedPaul Osmialowski1-6/+17
2014-12-04i2c: cadence: Set the hardware time-out register to maximum valueVishnu Motghare1-0/+11
2014-12-04i2c: davinci: generate STP always when NACK is receivedGrygorii Strashko1-5/+3
2014-11-23i2c: omap: fix i207 errata handlingAlexander Kochetkov1-3/+5
2014-11-21i2c: designware: prevent early stop on TX FIFO emptyAndrew Jackson1-1/+1
2014-11-21i2c: omap: fix NACK and Arbitration Lost irq handlingAlexander Kochetkov1-2/+0
2014-11-07i2c: core: Dispose OF IRQ mapping at client removal timeLaurent Pinchart1-0/+3
2014-11-07i2c: at91: don't account as iowaitWolfram Sang1-1/+1
2014-11-07i2c: remove FSF addressWolfram Sang52-222/+4
2014-10-19Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds13-48/+1326
2014-10-16i2c: i801: Add Device IDs for Intel Sunrise Point PCHjames.d.ralston@intel.com2-0/+4
2014-10-16i2c: hix5hd2: add i2c controller driverWei Yan3-0/+568
2014-10-15Merge tag 'mfd-for-linus-3.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-1/+4
2014-10-10Merge tag 'pm+acpi-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-5/+9
2014-10-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-2/+2
2014-10-07Merge branch 'pm-domains'Rafael J. Wysocki1-5/+9
2014-10-07i2c: i2c-cros-ec-tunnel: Set retries to 3Derek Basehore1-0/+3
2014-10-07mfd: cros_ec: stop calling ->cmd_xfer() directlyAndrew Bresticker1-1/+1
2014-10-06i2c-imx: Disable the clock on probe failureFabio Estevam1-2/+6
2014-10-06i2c: designware: Add support for AMD I2C controllerCarl Peng2-0/+28
2014-10-06i2c: designware: Rework probe() to get clock a bit laterMika Westerberg1-20/+18
2014-10-06i2c: designware: Default to fast mode in case of ACPIMika Westerberg1-4/+2
2014-10-03i2c: axxia: Add I2C driver for AXM55xxAnders Berg3-0/+571
2014-10-03i2c: exynos: add support for HSI2C module on Exynos7Naveen Krishna Ch2-7/+66
2014-10-03i2c: mxs: detect No Slave Ack on SELECT in PIO modeJanusz Użycki1-0/+3
2014-10-03i2c: qup: Fix order of runtime pm initializationAndy Gross1-4/+8
2014-10-03i2c: rk3x: fix 0 length write transfersAlexandru M Stan1-1/+1
2014-09-30i2c: cros_ec: Remove EC_I2C_FLAG_10BITDoug Anderson1-2/+4
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson1-0/+1
2014-09-30i2c: cros-ec-tunnel: Add of match tableSjoerd Simons1-0/+9
2014-09-30i2c: rcar: remove sign-compare flawWolfram Sang1-1/+1
2014-09-30i2c: ismt: Use minimum descriptor sizeFan Du1-1/+1
2014-09-30i2c: imx: Add arbitration lost checkHaibo Chen1-0/+8
2014-09-30i2c: rk3x: Remove unlikely() annotationsDoug Anderson1-2/+2
2014-09-30i2c: rcar: check for no IRQ in rcar_i2c_irq()Sergei Shtylyov1-1/+7
2014-09-30i2c: rcar: make rcar_i2c_prepare_msg() *void*Sergei Shtylyov1-7/+2
2014-09-30i2c: rcar: simplify check for last messageSergei Shtylyov1-1/+1
2014-09-30i2c: designware: add support of platform data to set I2C modeTan, Raymond1-0/+6
2014-09-30i2c: designware: add support of I2C standard modeRomain Baeriswyl1-2/+21
2014-09-26treewide: Fix typos in KconfigMasanari Iida1-1/+1
2014-09-25i2c: acpi: Fix NULL Pointer dereferencePeter Hüwe1-2/+12