summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds2013-05-0421-19/+986
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcDavid S. Miller2013-05-048696-340001/+521026
| |\ \ \
| | * | | serial: sunsu: add missing platform_driver_unregister() when module exitWei Yongjun2013-05-041-0/+1
| | * | | sparc32, leon: Do not overwrite previously set irq flow handlersAndreas Larsson2013-05-041-3/+7
| | * | | sparc/kernel/vio.c: add put_device() after device_find_child()Federico Vaga2013-05-041-0/+1
| * | | | sparc64: Do not save/restore interrupts in get_new_mmu_context()Kirill Tkhai2013-04-082-4/+3
| * | | | sparc: Consistently use 'wr' and 'rd' instructions for ASRs.David S. Miller2013-04-062-5/+5
| * | | | sparc64: Kill __ARCH_WANT_UNLOCKED_CTXSWDavid S. Miller2013-03-201-3/+0
| * | | | sparc64: Provide cmpxchg64()Geert Uytterhoeven2013-03-201-0/+1
| * | | | sparc64: Do not change num_physpages during initmem freeingTkhai Kirill2013-03-201-2/+0
| * | | | sparc64: Hibernation supportTkhai Kirill2013-03-207-0/+222
| * | | | sparc,leon: updated GRPCI2 config nameDaniel Hellstrom2013-03-202-2/+2
| * | | | sparc,leon: support for GRPCI1 PCI host bridge controllerDaniel Hellstrom2013-03-203-0/+736
| * | | | sparc32,leon: add support for PCI busn resource for GRPCI2Daniel Hellstrom2013-03-203-0/+8
* | | | | Merge tag 'mmc-updates-for-3.10-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-05-0449-547/+824
|\ \ \ \ \
| * | | | | mmc: sdhci-tegra: fix MODULE_DEVICE_TABLEArnd Bergmann2013-04-231-1/+1
| * | | | | mmc: core: fix init controller performance regression, updated patchAdrian Hunter2013-04-152-1/+4
| * | | | | mmc: mxcmmc: enable DMA support on mpc512xAnatolij Gustschin2013-04-122-2/+35
| * | | | | mmc: mxcmmc: constify mxcmci_devtypeAnatolij Gustschin2013-04-121-1/+1
| * | | | | mmc: mxcmmc: use slot-gpio API for write-protect detectionAnatolij Gustschin2013-04-121-3/+5
| * | | | | mmc: mxcmmc: add mpc512x SDHC supportAnatolij Gustschin2013-04-122-49/+94
| * | | | | mmc: mxcmmc: fix race conditions for host->req and host->data accessAnatolij Gustschin2013-04-121-7/+24
| * | | | | mmc: mxcmmc: DT supportMarkus Pargmann2013-04-122-18/+85
| * | | | | mmc: dw_mmc: let device core setup the default pin configurationThomas Abraham2013-04-123-49/+0
| * | | | | mmc: mxs-mmc: add broken-cd propertyHector Palacios2013-04-121-1/+3
| * | | | | mmc: mxs-mmc: add non-removable propertyMarc Kleine-Budde2013-04-121-3/+7
| * | | | | mmc: mxs-mmc: add cd-inverted propertyMarc Kleine-Budde2013-04-121-1/+4
| * | | | | mmc: core: call pm_runtime_put_noidle in pm_runtime_get_sync failed caseLi Fei2013-04-122-3/+4
| * | | | | mmc: mxcmmc: Fix bug when card is present during bootAlexander Shiyan2013-04-121-2/+2
| * | | | | mmc: core: fix performance regression initializing MMC host controllersAdrian Hunter2013-04-123-1/+5
| * | | | | Revert "mmc: core: wait while adding MMC host to ensure root mounts successfu...Adrian Hunter2013-04-121-1/+0
| * | | | | mmc: atmel-mci: pio hang on block errorsTerry Barnaby2013-04-081-4/+10
| * | | | | mmc: core: Fix bit width test failing on old eMMC cardsPhilip Rakity2013-04-041-1/+1
| * | | | | mmc: dw_mmc: Use pr_info instead of printkSachin Kamat2013-04-041-1/+1
| * | | | | mmc: dw_mmc: Check return value of regulator_enableSachin Kamat2013-04-041-4/+16
| * | | | | mmc: sdhci-spear: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-04-041-1/+1
| * | | | | mmc: dw_mmc: control the power-enable registerJaehoon Chung2013-04-041-0/+6
| * | | | | mmc: sdhci-pxav3: controller should use SDCLK for timeout calculationKevin Liu2013-04-041-1/+1
| * | | | | mmc: sdhci-pxav3: enhance device tree parser codeKevin Liu2013-04-041-19/+5
| * | | | | mmc: sdhci-pxav3: remove cd-broken quirk for permanently present cardKevin Liu2013-04-041-4/+2
| * | | | | mmc: sdhci-pxav3: transfer sdhci_pltfm_data as args to sdhci_pltfm_initKevin Liu2013-04-041-8/+9
| * | | | | mmc: dw_mmc: fix fifo access for 64-bitSeungwon Jeon2013-04-041-1/+2
| * | | | | mmc: mvsdio: use dev_*() API instead of pr_*() APIThomas Petazzoni2013-03-221-22/+15
| * | | | | mmc: mvsdio: fix non-DT probing of GPIOsThomas Petazzoni2013-03-221-2/+2
| * | | | | mmc: sdhci-sirf: add mmc host sdhci-pltfm based driver for SiRF SoCsBarry Song2013-03-225-0/+224
| * | | | | mmc: block: fix the host's claim-release in special requestSeungwon Jeon2013-03-223-5/+10
| * | | | | mmc: core: wait while adding MMC host to ensure root mounts successfullySergey Yanovich2013-03-221-0/+1
| * | | | | mmc: sdhci: Constify sdhci_ops structs where possibleLars-Peter Clausen2013-03-2212-12/+12
| * | | | | mmc: sdhci-pltfm: Constify the ops field of sdhci_pltfm_data structLars-Peter Clausen2013-03-221-1/+1
| * | | | | mmc: sdhci_pltfm: Constify sdhci_pltfm_dataLars-Peter Clausen2013-03-229-14/+14