summaryrefslogtreecommitdiffstats
path: root/drivers/i2c
Commit message (Expand)AuthorAgeFilesLines
* i2c: i801: add Intel Lewisburg device IDsAlexandra Yates2015-11-202-0/+7
* i2c: fix wakeup irq parsingGrygorii Strashko2015-11-201-1/+1
* i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()Lars-Peter Clausen2015-11-201-2/+1Star
* i2c: Revert "i2c: xiic: Do not reset controller before every transfer"Lars-Peter Clausen2015-11-201-0/+3
* i2c: imx: fix a compiling errorHou Zhiqiang2015-11-201-0/+1
* Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-11-1030-358/+1547
|\
| * i2c: rcar: Revert the latest refactoring seriesWolfram Sang2015-10-301-71/+122
| * i2c: pnx: remove superfluous assignmentWolfram Sang2015-10-301-1/+1
| * i2c: cadence: enable driver for ARM64Michal Simek2015-10-261-1/+1
| * i2c: i801: Document Intel DNV and BroxtonJarkko Nikula2015-10-261-0/+2
| * i2c: at91: manage unexpected RXRDY flag when starting a transferLudovic Desroches2015-10-261-10/+26
| * i2c: pnx: Use setup_timer instead of open coding itMuhammad Falak R Wani2015-10-251-3/+2Star
| * i2c: add ACPI support for I2C mux portsDustin Byford2015-10-256-14/+18
| * i2c: pxa: Add support for pxa910/988 & new configuration featuresVaibhav Hiremath2015-10-251-1/+40
| * i2c: au1550: Convert to devm_kzalloc and devm_ioremap_resourceAxel Lin2015-10-231-39/+13Star
| * i2c-dev: Fix I2C_SLAVE ioctl commentJean Delvare2015-10-231-10/+7Star
| * i2c-dev: Fix typo in ioctl name referenceJean Delvare2015-10-231-3/+3
| * i2c: sirf: tune the divider to make i2c bus freq more accurateGuoying Zhang2015-10-231-4/+22
| * i2c: imx: Use -ENXIO as error in the NACK caseFabio Estevam2015-10-231-1/+1
| * i2c: i801: Add support for Intel BroxtonJarkko Nikula2015-10-231-0/+3
| * i2c: i801: Add support for Intel DNVMika Westerberg2015-10-231-0/+4
| * i2c: mediatek: add i2c resume supportLiguo Zhang2015-10-231-0/+16
| * i2c: imx: implement bus recoveryGao Pan2015-10-231-0/+71
| * i2c: uniphier_f: add UniPhier FIFO-builtin I2C driverMasahiro Yamada2015-10-233-0/+593
| * i2c: uniphier: add UniPhier FIFO-less I2C driverMasahiro Yamada2015-10-233-0/+450
| * i2c: designware: reverts "i2c: designware: Add support for AMD I2C controller"Ken Xue2015-10-231-26/+1Star
| * i2c: imx: add support for Freescale Layerscape platformsShaohui Xie2015-10-231-2/+2
| * i2c: at91: fix write transfers by clearing pending interrupt firstCyrille Pitchen2015-10-221-8/+50
| * i2c: designware: Fix build error when !CONFIG_PM_SLEEPJarkko Nikula2015-10-221-2/+2
| * i2c: stu300: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
| * i2c: rk3x: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
| * i2c: meson: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
| * i2c: ibm-iic: Fix module autoload for OF platform driverLuis de Bethencourt2015-10-201-0/+1
| * i2c: rcar: Remove obsolete platform data supportGeert Uytterhoeven2015-10-201-19/+2Star
| * i2c: sh_mobile: add support for r8a7795 (R-Car H3)Wolfram Sang2015-10-201-0/+1
| * i2c: rcar: add support for r8a7795 (R-Car H3)Wolfram Sang2015-10-201-0/+3
| * i2c: ocores: support big-endian register layoutMax Filippov2015-10-201-4/+27
| * i2c: au1550: relax bus timings a bitManuel Lauss2015-10-201-4/+4
| * i2c: tegra: drop duplicated code for assigning algoBarry Song2015-10-201-1/+0Star
| * i2c: davinci: Optimize clock generation on Keystone SoCAlexander Sverdlin2015-10-201-0/+8
| * i2c: ismt: issue a warning when fail to request MSIAndy Shevchenko2015-10-201-6/+5Star
| * i2c: ismt: propagate actual error codeAndy Shevchenko2015-10-201-1/+1
| * i2c: ismt: do not duplicate msi_enabled flagAndy Shevchenko2015-10-201-5/+1Star
| * i2c: ismt: PCI core handles power state for usAndy Shevchenko2015-10-201-33/+0Star
| * i2c: ismt: improve usage of devres APIAndy Shevchenko2015-10-201-13/+5Star
| * i2c: ismt: mark register space with __iomemAndy Shevchenko2015-10-201-1/+1
| * i2c / ACPI: Rework I2C device scanningMika Westerberg2015-10-201-23/+59
| * i2c: designware: Move common probe code into i2c_dw_probe()Jarkko Nikula2015-10-154-63/+49Star
| * i2c: designware: Rename platform driver probe and PM functionsJarkko Nikula2015-10-151-12/+12
| * i2c: designware: Make dw_readl() and dw_writel() staticJarkko Nikula2015-10-152-4/+2Star