summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: mux: create "channel-n" symlinks for child segments in the mux deviceGerlando Falauto2014-11-181-0/+8
* i2c: mux: create symlink to actual mux deviceWolfram Sang2014-11-181-0/+4
* i2c: acpi: remove unneeded variable initializationWolfram Sang2014-11-181-1/+1
* i2c: imx: add DMA support for freescale i2c driverYao Yuan2014-11-181-2/+333
* i2c: imx: Sort include headers alphabeticallyYao Yuan2014-11-181-10/+10
* i2c: core: Fix probing of i2c slaves without interruptsGeert Uytterhoeven2014-11-171-1/+3
* i2c: img-scb: Add Imagination Technologies I2C SCB driverJames Hogan2014-11-173-0/+1423
* i2c: xiic: Fix big-endian register accessThomas Gessler2014-11-171-5/+53
* eeprom: at24: extend driver to allow writing via i2c_smbus_write_byte_dataChristian Gmeiner2014-11-171-6/+29
* i2c: i801: Add DeviceIDs for SunrisePoint LPDevin Ryles2014-11-122-0/+4
* i2c: sh_mobile: improve success messageWolfram Sang2014-11-121-3/+3
* i2c: sh_mobile: add DMA supportWolfram Sang2014-11-121-10/+185
* i2c: sh_mobile: sort includes alphabeticallyWolfram Sang2014-11-121-9/+9
* i2c: at91: adopt pinctrl supportWenyou Yang2014-11-121-0/+5
* i2c: mpc: report correct I2C error return codesDanielle Costantino2014-11-121-9/+9
* i2c: i801: Drop useless debug messageJean Delvare2014-11-121-3/+0
* i2c: i801: Check if interrupts are disabledJean Delvare2014-11-121-0/+20
* i2c: i801: Fallback to polling if request_irq() failsJean Delvare2014-11-121-3/+3
* i2c: i801: Use wait_event_timeout to wait for interruptsJean Delvare2014-11-121-3/+22
* i2c: rk3x: adjust the LOW divison based on characteristics of SCLaddy ke2014-11-101-9/+153
* i2c: davinci: don't use interruptible completionMike Looijmans2014-11-101-3/+1
* i2c: at91: add support for system PMWenyou Yang2014-11-101-0/+26
* i2c: at91: add support for runtime PMWenyou Yang2014-11-101-6/+32
* i2c: exynos5: use proper errno for timeoutWolfram Sang2014-11-101-2/+2
* i2c: core: Map OF IRQ at probe timeLaurent Pinchart2014-11-101-2/+9
* of/irq: Export of_irq_get()Laurent Pinchart2014-11-101-0/+1
* i2c: sh_mobile: Add support for r8a73a4 and sh73a0Geert Uytterhoeven2014-11-101-6/+8
* i2c: imx+mxs: Use the preferred form for passing a size of a structFabio Estevam2014-11-102-3/+2
* Merge tag 'armsoc-for-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-11-091-39/+1
|\
| * dma: edma: move device registration to platform codeArnd Bergmann2014-11-051-39/+1
| * Merge tag 'imx-fixes-3.18-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2014-11-04258-1170/+2442
| |\
* | \ Merge branch 'devicetree/merge' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2014-11-093-72/+84
|\ \ \
| * | | of: Fix overflow bug in string property parsing functionsGrant Likely2014-11-043-72/+84
| | |/ | |/|
* | | Merge tag 'driver-core-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-11-092-9/+14
|\ \ \
| * | | tiny: rename ENABLE_DEV_COREDUMP to ALLOW_DEV_COREDUMPJohannes Berg2014-11-071-3/+3
| * | | tiny: reverse logic for DISABLE_DEV_COREDUMPAristeu Rozanski2014-11-071-8/+11
| * | | sysfs: driver core: Fix glue dir race condition by gdp_mutexYijing Wang2014-11-071-1/+3
| |/ /
* | | Merge tag 'staging-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-11-096-54/+20
|\ \ \
| * \ \ Merge tag 'iio-fixes-for-3.18b' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2014-11-056-54/+20
| |\ \ \ | | |/ / | |/| |
| | * | staging:iio:ade7758: Remove "raw" from channel nameLars-Peter Clausen2014-11-051-15/+9
| | * | staging:iio:ade7758: Fix check if channels are enabled in prenableLars-Peter Clausen2014-11-051-1/+1
| | * | staging:iio:ade7758: Fix NULL pointer deref when enabling bufferLars-Peter Clausen2014-11-053-34/+3
| | * | iio: as3935: allocate correct iio_device sizeGeorge McCollister2014-11-051-1/+1
| | * | io: accel: kxcjk-1013: Fix iio_event_spec directionDaniel Baluta2014-11-051-1/+1
| | * | iio: tsl4531: Fix compiler error when CONFIG_PM_OPS is not definedDan Murphy2014-11-051-2/+5
| | * | iio: adc: mxs-lradc: Disable the clock on probe failureFabio Estevam2014-11-051-4/+8
| | * | iio: st_sensors: Fix buffer copyRobin van der Gracht2014-11-051-1/+1
| | * | staging:iio:ad5933: Drop "raw" from channel namesLars-Peter Clausen2014-11-051-2/+2
| | * | staging:iio:ad5933: Fix NULL pointer deref when enabling bufferLars-Peter Clausen2014-11-051-7/+4
* | | | Merge tag 'tty-3.18-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-11-096-8/+29
|\ \ \ \