summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | i2c: eg20t: pass on return value in i2c_xferWolfram Sang2012-05-121-1/+1
| * | i2c: eg20t: use NULL instead of 0Wolfram Sang2012-05-121-1/+1
| * | i2c-eg20t: Merge two functionsTomoya MORINAGA2012-05-121-43/+22
| * | i2c-eg20t: add helper function for xfer checkTomoya MORINAGA2012-05-121-160/+66
| * | i2c-eg20t: Call init() when wait-event timeout occursTomoya MORINAGA2012-05-121-0/+24
| * | i2c-mpc: avoid I2C abnormal after resuming from deep sleepZhao Chenhui2012-05-121-0/+30
| * | i2c: sh_mobile: add device tree supportMagnus Damm2012-05-121-0/+11
| * | i2c-pnx.c: Remove duplicated i2c.hRoland Stigge2012-05-121-3/+46
| * | i2c-pnx.c: Use resources in platformsRoland Stigge2012-05-121-22/+25
| * | i2c: designware: Add support for 16bit register accessStefan Roese2012-05-122-11/+25
| * | i2c: Dynamically assign adapter id if it wasn't explictly specifiedKarol Lewandowski2012-05-123-14/+4
| * | i2c-pxa: Drop leftover commentKarol Lewandowski2012-05-121-5/+0
| * | i2c-s3c2410: Drop unused defineKarol Lewandowski2012-05-121-3/+1
* | | Merge tag 'soc2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-2611-104/+6534
|\ \ \
| * \ \ Merge branch 'next/devel-exynos5250-1' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann2012-05-161-1/+10
| |\ \ \
| | * | | ARM: EXYNOS: add GPC4 bank instanceSangsu Park2012-05-161-1/+10
| * | | | Merge branch 'next/devel-samsung' of git://git.kernel.org/pub/scm/linux/kerne...Arnd Bergmann2012-05-151-1/+1
| |\ \ \ \
| | * \ \ \ Merge branch 'next/devel-s3c24xx-hsspi' into next/devel-samsungKukjin Kim2012-05-141-1/+1
| | |\ \ \ \
| | | * | | | spi/s3c64xx: Allow usage for ARCH_S3C24XXHeiko Stuebner2012-04-241-1/+1
| | * | | | | Merge branch 'next/devel-samsung-iommu' into next/devel-samsungKukjin Kim2012-05-123-0/+1098
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'exynos/iommu' into next/soc2Arnd Bergmann2012-05-153-0/+1098
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | Merge branch 'spear/13xx' into next/soc2Arnd Bergmann2012-05-1455-414/+20120
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | pinctrl: SPEAr1310: Fix pin numbers for clcd_high_resViresh Kumar2012-05-141-1/+1
| | * | | | | pinctrl: Add SPEAr13xx pinctrl driversViresh Kumar2012-05-145-0/+4345
| | * | | | | pinctrl: SPEAr: Create macro for declaring GPIO PINSViresh Kumar2012-05-142-102/+106
| | * | | | | SPEAr13xx: Add common clock framework supportViresh Kumar2012-05-143-0/+2072
* | | | | | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-05-267-219/+358
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'drivers/mmc' into next/dt2Arnd Bergmann2012-05-153-4/+8
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'for-3.5/dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Arnd Bergmann2012-05-141-2/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'imx/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2...Arnd Bergmann2012-05-1414-139/+225
| |\ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ Merge branch 'imx/pinctrl' into imx/dtArnd Bergmann2012-05-14109-674/+1073
| | |\ \ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ \ Merge branch 'mxs/dt/for-3.5' of git://git.linaro.org/people/shawnguo/linux-2...Olof Johansson2012-05-1225-208/+1607
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | i2c: mxs: add device tree probe supportShawn Guo2012-05-131-0/+13
| | * | | | | | | | | | | mmc: mxs-mmc: add device tree supportShawn Guo2012-05-131-5/+43
| | * | | | | | | | | | | mmc: mxs-mmc: copy wp_gpio in struct mxs_mmc_hostShawn Guo2012-05-131-7/+4
| | * | | | | | | | | | | mmc: mxs-mmc: have dma_channel than dma_res in mxs_mmc_hostShawn Guo2012-05-131-3/+3
| | * | | | | | | | | | | mmc: mxs-mmc: use devm_* helper to make cleanup simplerShawn Guo2012-05-131-31/+9
| | * | | | | | | | | | | mmc: mxs-mmc: move header from mach into linux folderShawn Guo2012-05-131-2/+1
| | * | | | | | | | | | | mmc: mxs-mmc: get rid of the use of cpu_is_xxxShawn Guo2012-05-133-16/+28
| | * | | | | | | | | | | mmc: mxs-mmc: let ssp_is_old take host as parameterShawn Guo2012-05-131-28/+29
| | * | | | | | | | | | | mmc: mxs-mmc: use global stmp_device functionalityShawn Guo2012-05-131-7/+7
| | * | | | | | | | | | | gpio/mxs: add device tree probeShawn Guo2012-05-121-4/+32
| | * | | | | | | | | | | gpio/mxs: get rid of the use of cpu_is_xxxShawn Guo2012-05-121-22/+52
| | * | | | | | | | | | | gpio/mxs: use devm_* helpers to make error handling simpleShawn Guo2012-05-121-39/+13
| | * | | | | | | | | | | dma: mxs-dma: add device tree probe supportDong Aisheng2012-05-121-5/+24
| | * | | | | | | | | | | dma: mxs-dma: make platform_device_id more genericShawn Guo2012-05-123-40/+83
| | * | | | | | | | | | | dma: mxs-dma: let dma_is_apbh and apbh_is_old take parameterShawn Guo2012-05-121-12/+16
| | * | | | | | | | | | | dma: mxs-dma: use global stmp_device functionalityDong Aisheng2012-05-122-13/+14
| | * | | | | | | | | | | ARM: mxs: add initial device tree support for imx23-evk boardShawn Guo2012-05-121-0/+1
| | * | | | | | | | | | | ARM: mxs: add initial device tree support for imx28-evk boardDong Aisheng2012-05-121-0/+1
OpenPOWER on IntegriCloud