aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-25Merge 3.8-rc5 into tty-nextGreg Kroah-Hartman5-6/+16
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding10-40/+32
2013-01-22i2c-designware: add missing MODULE_LICENSEMika Westerberg1-0/+4
2013-01-22i2c: omap: fix draining irq handlingAaro Koskinen1-2/+2
2013-01-22i2c: omap: errata i462: fix incorrect ack for arbitration lost interruptAaro Koskinen1-1/+1
2013-01-22i2c: muxes: fix wrong use of sizeof(ptr)Laurent Navet1-1/+1
2013-01-22i2c: sirf: register i2c_client from dt child-nodes in probe entryBarry Song1-0/+4
2013-01-22i2c: mxs: Fix type of error codeFabio Estevam1-1/+1
2013-01-21drivers/i2c: remove depends on CONFIG_EXPERIMENTALKees Cook2-10/+8
2013-01-21i2c: mxs: Fix misuse init_completionMarek Vasut1-1/+3
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-1/+1
2013-01-11drivers/i2c/muxes: remove depends on CONFIG_EXPERIMENTALKees Cook1-2/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton54-247/+241
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds13-337/+1236
2012-12-16Merge tag 'mfd-3.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/mfd-2.6Linus Torvalds3-0/+491
2012-12-16i2c-piix4: Convert dev_printk(KERN_<LEVEL> to dev_<level>(Joe Perches1-3/+2
2012-12-16i2c-i801: Enable interrupts for all post-ICH5 chipsJean Delvare1-10/+1
2012-12-16i2c-i801: Add device tree supportThierry Reding1-0/+2
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-3/+3
2012-12-12Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-5/+35
2012-12-11Merge tag 'pm+acpi-for-3.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+6
2012-12-11Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-4/+0
2012-11-29Merge branch 'acpi-enumeration'Rafael J. Wysocki1-0/+6
2012-11-28i2c: omap: Remove the OMAP_I2C_FLAG_RESET_REGS_POSTIDLE flagShubhrajyoti D1-2/+1
2012-11-25Merge tag 'v3.7-rc7' into next/cleanupOlof Johansson5-21/+27
2012-11-24i2c: at91: add dma supportLudovic Desroches1-8/+298
2012-11-24i2c: at91: change struct members indentationLudovic Desroches1-15/+15
2012-11-24i2c: at91: fix compilation warningLudovic Desroches1-1/+1
2012-11-23Merge branch 'i2c-embedded/for-current' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds4-20/+26
2012-11-23i2c / ACPI: add ACPI enumeration supportMika Westerberg1-0/+6
2012-11-22i2c: mxs: Handle i2c DMA failure properlyMarek Vasut1-0/+2
2012-11-22i2c: mxs: Do not disable the I2C SMBus quick modeMarek Vasut1-1/+1
2012-11-22i2c: mxs: Handle i2c DMA failure properlyMarek Vasut1-0/+2
2012-11-22i2c: s3c2410: Remove recently introduced performance overheadsMark Brown1-4/+16
2012-11-22i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF blockAndreas Larsson1-34/+34
2012-11-20i2c: Add viperboard i2c master driverLars Poeschel3-0/+491
2012-11-19Fix misspellings of "whether" in comments.Adam Buchbinder2-3/+3
2012-11-19i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan1-0/+1
2012-11-19i2c: s3c2410: Add fix for i2c suspend/resumeAbhilash Kesavan1-7/+9
2012-11-19i2c: s3c2410: Fix code to free gpiosAbhilash Kesavan1-0/+1
2012-11-19i2c: i2c-cbus-gpio: introduce driverAaro Koskinen3-0/+311
2012-11-16i2c: ocores: Add support for the GRLIB port of the controller and use function pointers for getreg and setreg functionsAndreas Larsson1-18/+120
2012-11-16i2c: ocores: Add irq support for sparcAndreas Larsson1-5/+6
2012-11-16i2c: omap: Move the remove constraintShubhrajyoti D1-3/+4
2012-11-16i2c: s3c2410: do not special case HDMIPHY stuck bus detectionDaniel Kurtz1-16/+0
2012-11-16i2c: s3c2410: use exponential back off while polling for bus idleDaniel Kurtz1-20/+47
2012-11-16i2c: s3c2410: do not generate STOP for QUIRK_HDMIPHYDaniel Kurtz1-2/+45
2012-11-16i2c: s3c2410: grab adapter lock while changing i2c clockDaniel Kurtz1-8/+2
2012-11-16i2c: s3c2410: Add support for pinctrlTomasz Figa1-4/+8
2012-11-16i2c: s3c2410: Convert to devm_request_and_ioremap()Mark Brown1-28/+7