Age | Commit message (Expand) | Author | Files | Lines |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 12 | -0/+13 |
2011-11-05 | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dma | Linus Torvalds | 1 | -3/+3 |
2011-11-04 | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus | Linus Torvalds | 2 | -44/+50 |
2011-11-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/oha... | Linus Torvalds | 1 | -1/+1 |
2011-11-02 | Merge branch 'next/devel' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 1 | -0/+13 |
2011-11-02 | Merge branch 'next/cleanup' of git://git.linaro.org/people/arnd/arm-soc | Linus Torvalds | 1 | -0/+1 |
2011-11-01 | mmc: Fix implicit use of stat.h header in associated files | Paul Gortmaker | 3 | -0/+3 |
2011-11-01 | mmc: Add export.h for EXPORT_SYMBOL/THIS_MODULE as required | Paul Gortmaker | 9 | -0/+9 |
2011-11-01 | mmc: Add module.h to drivers/mmc users assuming implicit presence. | Paul Gortmaker | 1 | -0/+1 |
2011-11-01 | Merge branch 'depends/rmk/gpio' into next/devel | Arnd Bergmann | 2 | -2/+4 |
2011-11-01 | Merge branch 'next/fixes' into next/cleanup | Arnd Bergmann | 2 | -2/+4 |
2011-11-01 | Merge branch 'depends/rmk/gpio' into next/fixes | Arnd Bergmann | 2 | -2/+4 |
2011-10-29 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cjb... | Linus Torvalds | 59 | -944/+2855 |
2011-10-27 | mmc: core: Cleanup eMMC4.5 conditionals | Seungwon Jeon | 1 | -11/+9 |
2011-10-27 | mmc: omap_hsmmc: if multiblock reads are broken, disable them | Paul Walmsley | 1 | -0/+4 |
2011-10-27 | mmc: core: add workaround for controllers with broken multiblock reads | Paul Walmsley | 1 | -7/+14 |
2011-10-27 | Merge branch 'clk' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cu... | Linus Torvalds | 1 | -1/+8 |
2011-10-27 | Merge branch 'amba' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds | 1 | -0/+12 |
2011-10-27 | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds | 2 | -2/+4 |
2011-10-27 | mmc: core: Prevent too long response times for suspend | Ulf Hansson | 1 | -15/+27 |
2011-10-27 | mmc: recognise SDIO cards with SDIO_CCCR_REV 3.00 | Bing Zhao | 1 | -1/+1 |
2011-10-27 | mmc: sd: Handle SD3.0 cards not supporting UHS-I bus speed mode | Subhash Jadavani | 1 | -3/+3 |
2011-10-27 | mmc: core: support HPI send command | Jaehoon Chung | 4 | -0/+120 |
2011-10-27 | mmc: core: Add cache control for eMMC4.5 device | Seungwon Jeon | 3 | -6/+94 |
2011-10-27 | mmc: core: Modify the timeout value for writing power class | Seungwon Jeon | 1 | -1/+1 |
2011-10-27 | mmc: core: new discard feature support at eMMC v4.5 | Kyungmin Park | 3 | -1/+21 |
2011-10-27 | mmc: core: mmc sanitize feature support for v4.5 | Kyungmin Park | 3 | -2/+17 |
2011-10-27 | mmc: dw_mmc: modify DATA register offset | Jaehoon Chung | 2 | -22/+57 |
2011-10-27 | mmc: sdhci-pci: add flag for devices that can support runtime PM | Adrian Hunter | 1 | -4/+13 |
2011-10-27 | mmc: omap_hsmmc: ensure pbias configuration is always done | Adrian Hunter | 1 | -9/+8 |
2011-10-27 | mmc: core: Add Power Off Notify Feature eMMC 4.5 | Girish K S | 3 | -2/+64 |
2011-10-27 | mmc: sdhci-s3c: fix potential NULL dereference | Jaehoon Chung | 1 | -2/+4 |
2011-10-27 | mmc: replace printk with appropriate display macro | Girish K S | 28 | -176/+172 |
2011-10-27 | mmc: core: Add default timeout value for CMD6 | Seungwon Jeon | 1 | -4/+12 |
2011-10-27 | mmc: sdhci-pci: add runtime pm support | Adrian Hunter | 3 | -45/+397 |
2011-10-27 | mmc: core: move ->request() call from atomic context | Adrian Hunter | 1 | -7/+21 |
2011-10-27 | mmc: Add module.h to drivers/mmc users assuming implicit presence. | Paul Gortmaker | 17 | -0/+17 |
2011-10-27 | mmc: using module_param requires the inclusion of moduleparam.h | Stephen Rothwell | 1 | -0/+1 |
2011-10-27 | mmc: core: general purpose MMC partition support. | Namjae Jeon | 2 | -18/+65 |
2011-10-27 | mmc: core: ext_csd.raw_* used in comparison but never set | Andrei Warkentin | 1 | -0/+2 |
2011-10-27 | mmc: irq: Remove IRQF_DISABLED | Yong Zhang | 2 | -5/+4 |
2011-10-27 | mmc: block: support no access to boot partitions | Adrian Hunter | 2 | -1/+3 |
2011-10-27 | mmc: block: fix boot partition switch error path | Adrian Hunter | 1 | -3/+13 |
2011-10-27 | mmc: core: eMMC 4.5 Power Class Selection Feature | Girish K S | 1 | -0/+96 |
2011-10-27 | mmc: add module param to set fault injection attributes | Per Forlin | 1 | -18/+11 |
2011-10-27 | mmc: sdhci-esdhc-imx: add basic imx6q usdhc support | Shawn Guo | 2 | -7/+35 |
2011-10-27 | mmc: core: add sd uhs string for mmc_ios_show | Aaron Lu | 1 | -0/+9 |
2011-10-27 | mmc: sh_mmcif: simplify platform data | Guennadi Liakhovetski | 1 | -4/+16 |
2011-10-27 | mmc: block: add eMMC hardware reset support | Adrian Hunter | 2 | -61/+144 |
2011-10-27 | mmc: mmc-test: add eMMC hardware reset test | Adrian Hunter | 1 | -0/+30 |