aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-12i2c: designware: fix IO timeout issue for AMD controllerXiangliang Yu3-1/+13
2015-12-09i2c: imx: init bus recovery info before adding i2c adapterGao Pan1-2/+2
2015-12-09x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko1-11/+6
2015-12-07i2c: designware: Convert to use unified device property APIMika Westerberg1-27/+23
2015-12-05i2c: emev2: add slave supportNiklas Söderlund1-1/+111
2015-12-03i2c: eg20t: allow build on MIPS platformsPaul Burton1-1/+1
2015-12-03i2c: eg20t: set i2c_adapter->dev.of_nodePaul Burton1-0/+1
2015-12-03i2c: at91: add support for the HOLD fieldLudovic Desroches1-3/+50
2015-12-03i2c: piix4: remove unneeded assignmentsWolfram Sang1-2/+2
2015-12-01i2c: do not use 0x in front of %paDmitry V. Krivenok1-1/+1
2015-12-01i2c: mediatek: add i2c first write then read optimizationLiguo Zhang1-6/+27
2015-11-30i2c: cadence: Remove the suspended flagShubhrajyoti Datta1-6/+1
2015-11-30i2c: cadence: Move to sensible power managementShubhrajyoti Datta1-21/+45
2015-11-30i2c: bcm2835: add I2C_AQ_NO_CLK_STRETCHNicola Corna1-0/+10
2015-11-30i2c: algo-bit: add I2C_AQ_NO_CLK_STRETCHNicola Corna1-0/+6
2015-11-30i2c: xiic: Replace spinlock with mutexLars-Peter Clausen1-6/+6
2015-11-30i2c: taos-evm: replace simple_strtoul by kstrtou8LABBE Corentin1-1/+7
2015-11-30i2c: davinci: Increase module clock frequencyAlexander Sverdlin1-2/+9
2015-11-30i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede1-9/+18
2015-11-30i2c: piix4: Add adapter port name support for SB800 chipsetChristian Fetzer1-4/+12
2015-11-30i2c: piix4: Add support for multiplexed main adapter in SB800Christian Fetzer1-22/+147
2015-11-30i2c: piix4: Convert piix4_main_adapter to arrayChristian Fetzer1-5/+12
2015-11-30i2c: rk3x: populate correct variable for sda_falling_timeWolfram Sang1-1/+1
2015-11-30i2c: rcar: handle difference in setting up non-first messageWolfram Sang1-5/+16
2015-11-30i2c: rcar: clean up after refactoringWolfram Sang1-23/+9
2015-11-30i2c: rcar: revoke START request earlyWolfram Sang1-16/+7
2015-11-30i2c: rcar: check master irqs before slave irqsWolfram Sang1-8/+5
2015-11-30i2c: rcar: don't issue stop when HW does it automaticallyWolfram Sang1-2/+2
2015-11-30i2c: rcar: init new messages in irqWolfram Sang1-47/+43
2015-11-30i2c: rcar: refactor setup of a msgWolfram Sang1-6/+9
2015-11-30i2c: rcar: remove spinlockWolfram Sang1-19/+4
2015-11-30i2c: rcar: remove unused IOERROR stateWolfram Sang1-6/+0
2015-11-30i2c: rcar: rework hw initWolfram Sang1-12/+4
2015-11-30i2c: rcar: make sure clocks are on when doing clock calculationWolfram Sang1-9/+17
2015-11-20i2c: i801: add Intel Lewisburg device IDsAlexandra Yates2-0/+7
2015-11-20i2c: fix wakeup irq parsingGrygorii Strashko1-1/+1
2015-11-20i2c: xiic: Prevent concurrent running of the IRQ handler and __xiic_start_xfer()Lars-Peter Clausen1-2/+1
2015-11-20i2c: Revert "i2c: xiic: Do not reset controller before every transfer"Lars-Peter Clausen1-0/+3
2015-11-20i2c: imx: fix a compiling errorHou Zhiqiang1-0/+1
2015-11-10Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds30-358/+1547
2015-11-06Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-1/+1
2015-10-30i2c: rcar: Revert the latest refactoring seriesWolfram Sang1-71/+122
2015-10-30i2c: pnx: remove superfluous assignmentWolfram Sang1-1/+1
2015-10-26i2c: cadence: enable driver for ARM64Michal Simek1-1/+1
2015-10-26i2c: i801: Document Intel DNV and BroxtonJarkko Nikula1-0/+2
2015-10-26i2c: at91: manage unexpected RXRDY flag when starting a transferLudovic Desroches1-10/+26
2015-10-25i2c: pnx: Use setup_timer instead of open coding itMuhammad Falak R Wani1-3/+2
2015-10-25i2c: add ACPI support for I2C mux portsDustin Byford6-14/+18
2015-10-25i2c: pxa: Add support for pxa910/988 & new configuration featuresVaibhav Hiremath1-1/+40
2015-10-23i2c: au1550: Convert to devm_kzalloc and devm_ioremap_resourceAxel Lin1-39/+13