aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-04i2c: davinci: switch to use platform_get_irqGrygorii Strashko1-8/+12
2014-12-04i2c: sh_mobile: optimize irq entryWolfram Sang1-5/+4
2014-11-25i2c: pxa: add support for SCCB devicesPetr Cvek1-7/+12
2014-11-25omap: i2c: don't check bus state IP rev3.3 and earlierAlexander Kochetkov1-3/+5
2014-11-24i2c: s3c2410: Handle i2c sys_cfg register in i2c driverPankaj Dubey1-0/+29
2014-11-24i2c: rk3x: add Kconfig dependency on COMMON_CLKMax Schwarz1-1/+1
2014-11-23i2c: omap: add notes related to i2c multimaster modeAlexander Kochetkov1-1/+11
2014-11-23i2c: omap: don't reset controller if Arbitration Lost detectedAlexander Kochetkov1-2/+4
2014-11-23i2c: omap: implement workaround for handling invalid BB-bit valuesAlexander Kochetkov1-0/+103
2014-11-23i2c: omap: cleanup register definitionsAlexander Kochetkov1-3/+7
2014-11-23i2c: rk3x: handle dynamic clock rate changes correctlyMax Schwarz1-35/+118
2014-11-23i2c: at91: enable probe deferring on dma channel requestLudovic Desroches1-11/+14
2014-11-21i2c: at91: remove legacy DMA supportArnd Bergmann1-34/+3
2014-11-19i2c: sh_mobile: use proper device for mapping DMA memoryWolfram Sang1-9/+14
2014-11-19i2c: imx: simplify i2c_imx_dma_write() a littleWolfram Sang1-5/+1
2014-11-19i2c: img-scb: Allow building for MIPSAndrew Bresticker1-2/+2
2014-11-18i2c: add support for Amlogic Meson I2C controllerBeniamino Galvani3-0/+500
2014-11-18i2c: mux: create "channel-n" symlinks for child segments in the mux deviceGerlando Falauto1-0/+8
2014-11-18i2c: mux: create symlink to actual mux deviceWolfram Sang1-0/+4
2014-11-18i2c: acpi: remove unneeded variable initializationWolfram Sang1-1/+1
2014-11-18i2c: imx: add DMA support for freescale i2c driverYao Yuan1-2/+333
2014-11-18i2c: imx: Sort include headers alphabeticallyYao Yuan1-10/+10
2014-11-17i2c: core: Fix probing of i2c slaves without interruptsGeert Uytterhoeven1-1/+3
2014-11-17i2c: img-scb: Add Imagination Technologies I2C SCB driverJames Hogan3-0/+1423
2014-11-17i2c: xiic: Fix big-endian register accessThomas Gessler1-5/+53
2014-11-17eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_dataChristian Gmeiner1-6/+29
2014-11-12i2c: i801: Add DeviceIDs for SunrisePoint LPDevin Ryles2-0/+4
2014-11-12i2c: sh_mobile: improve success messageWolfram Sang1-3/+3
2014-11-12i2c: sh_mobile: add DMA supportWolfram Sang1-10/+185
2014-11-12i2c: sh_mobile: sort includes alphabeticallyWolfram Sang1-9/+9
2014-11-12i2c: at91: adopt pinctrl supportWenyou Yang1-0/+5
2014-11-12i2c: mpc: report correct I2C error return codesDanielle Costantino1-9/+9
2014-11-12i2c: i801: Drop useless debug messageJean Delvare1-3/+0
2014-11-12i2c: i801: Check if interrupts are disabledJean Delvare1-0/+20
2014-11-12i2c: i801: Fallback to polling if request_irq() failsJean Delvare1-3/+3
2014-11-12i2c: i801: Use wait_event_timeout to wait for interruptsJean Delvare1-3/+22
2014-11-10i2c: rk3x: adjust the LOW divison based on characteristics of SCLaddy ke1-9/+153
2014-11-10i2c: davinci: don't use interruptible completionMike Looijmans1-3/+1
2014-11-10i2c: at91: add support for system PMWenyou Yang1-0/+26
2014-11-10i2c: at91: add support for runtime PMWenyou Yang1-6/+32
2014-11-10i2c: exynos5: use proper errno for timeoutWolfram Sang1-2/+2
2014-11-10i2c: core: Map OF IRQ at probe timeLaurent Pinchart1-2/+9
2014-11-10of/irq: Export of_irq_get()Laurent Pinchart1-0/+1
2014-11-10i2c: sh_mobile: Add support for r8a73a4 and sh73a0Geert Uytterhoeven1-6/+8
2014-11-10i2c: imx+mxs: Use the preferred form for passing a size of a structFabio Estevam2-3/+2
2014-11-09Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-39/+1
2014-11-09Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/git/glikely/linuxLinus Torvalds3-72/+84
2014-11-09Merge tag 'driver-core-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds2-9/+14
2014-11-09Merge tag 'staging-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds6-54/+20
2014-11-09Merge tag 'tty-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds6-8/+29