summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | mmc: tmio: add new TMIO_MMC_HAVE_HIGH_REG flagsKuninori Morimoto2014-01-133-10/+12
| * | mmc: tmio: bus_shift become tmio_mmc_data memberKuninori Morimoto2014-01-136-13/+26
| * | mmc: tmio: use -EPROBE_DEFER if driver can't find regulatorKuninori Morimoto2014-01-131-5/+16
| * | mmc: mxs: use mmc_of_parse to parse devicetree propertiesSascha Hauer2014-01-131-26/+11Star
| * | mmc: mxs: use mmc_gpio_get_ro for detecting read-only statusSascha Hauer2014-01-131-23/+11Star
| * | mmc: mxs: use standard flag for cd invertedSascha Hauer2014-01-131-4/+10
| * | mmc: mxs: use standard flag for broken card detectionSascha Hauer2014-01-131-4/+3Star
| * | mmc: mxs: use standard flag for non-removable statusSascha Hauer2014-01-131-4/+2Star
| * | mmc: Do not call get_cd for non removable cardsSascha Hauer2014-01-131-1/+2
| * | mmc: sdhci-acpi: add new ACPI IDMika Westerberg2014-01-131-0/+2
| * | mmc: sh_mobile_sdhi: Convert to clk_prepare/unprepareLaurent Pinchart2014-01-131-2/+2
| * | mmc: sdhci-esdhc-imx: Use NULL instead of zeroFabio Estevam2014-01-131-1/+1
| * | mmc: sdhci: Setting the host->mrq to NULL before executing tuningChuansheng Liu2014-01-131-0/+7
| * | mmc: tmio: remove myself as a maintainerGuennadi Liakhovetski2014-01-131-1/+0Star
| * | mmc: atmel-mci: fix timeout errors in SDIO mode when using DMALudovic Desroches2014-01-131-1/+12
| * | mmc: tmio: don't overwrite caps2Kuninori Morimoto2014-01-131-1/+1
| * | mmc: fix host release issue after discard operationRay Jui2014-01-131-3/+4
| * | mmc: sdhci-esdhc-imx: add runtime pm supportDong Aisheng2014-01-131-1/+48
| * | mmc: sdhci-esdhc-imx: fix runtime pm unbalance issueDong Aisheng2014-01-131-0/+1
| * | mmc: esdhc-imx: clearing SDHCI_CTRL_EXEC_TUNING should not affect other bitsDong Aisheng2014-01-131-11/+13
| * | mmc: sdhci-esdhc-imx: tuning bits should not be cleared during resetDong Aisheng2014-01-131-1/+6
| * | mmc: sdhci-pltfm: export pltfm suspend/resume apiDong Aisheng2014-01-132-2/+6
| * | mmc: sdhci-esdhc-imx: add eMMC HS200 mode supportDong Aisheng2014-01-131-0/+2
| * | mmc: core: mmc DDR mode should not depend on UHS_DDR50Dong Aisheng2014-01-131-6/+2Star
| * | mmc: sdhci-esdhc-imx: add MMC_CAP_1_8V_DDR for mx6Dong Aisheng2014-01-131-0/+1
| * | mmc: sdhci-esdhc-imx: fix cpas over write issueDong Aisheng2014-01-131-1/+1
| * | mmc: sdhci-esdhc-imx: add SDHCI_TRANSFER_MODE read functionDong Aisheng2013-11-261-0/+16
| * | mmc: sdhci: clear auto cmd setting bits for no data cmdsDong Aisheng2013-11-261-1/+6
* | | Merge tag 'for-3.14-merge-window' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-01-2614-54/+195
|\ \ \
| * | | 9p: update documentationEric Van Hensbergen2014-01-241-11/+6Star
| * | | 9P: introduction of a new cache=mmap model.Dominique Martinet2014-01-108-19/+179
| * | | net/9p: remove virtio default hack and set appropriate bits insteadEric Van Hensbergen2013-11-233-5/+2Star
| * | | 9p: remove useless 'name' variable and assignmentGeyslan G. Bem2013-11-231-3/+0Star
| * | | 9p: fix return value in case in v9fs_fid_xattr_set()Geyslan G. Bem2013-11-231-4/+6
| * | | 9p: remove useless variable and assignmentGeyslan G. Bem2013-11-231-3/+0Star
| * | | 9p: remove useless assignmentGeyslan G. Bem2013-11-231-1/+1
| * | | 9p: remove unused 'super_block' struct pointerGeyslan G. Bem2013-11-231-2/+0Star
| * | | 9p: remove never used return variableGeyslan G. Bem2013-11-231-2/+0Star
| * | | 9p: remove unused 'p9_fid' struct pointerGeyslan G. Bem2013-11-231-2/+1Star
| * | | 9p: remove unused 'p9_client' struct pointerGeyslan G. Bem2013-11-231-2/+0Star
* | | | Merge branch 'ipmi' (ipmi patches from Corey Minyard)Linus Torvalds2014-01-264-25/+39
|\ \ \ \
| * | | | ipmi: Cleanup error returnCorey Minyard2014-01-261-15/+29
| * | | | ipmi: fix timeout calculation when bmc is disconnectedXie XiuQi2014-01-261-1/+1
| * | | | ipmi: use USEC_PER_SEC instead of 1000000 for more meaningfulXie XiuQi2014-01-263-7/+7
| * | | | ipmi: remove deprecated IRQF_DISABLEDMichael Opdenacker2014-01-261-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'spi-v3.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/broo...Linus Torvalds2014-01-2553-1519/+1491Star
|\ \ \ \
| * \ \ \ Merge commit 'spi/topic/sc18is602' into spi-linusMark Brown2014-01-231-7/+1Star
| |\ \ \ \
| | * | | | spi: sc18is602: Convert to use bits_per_word_maskAxel Lin2014-01-171-7/+1Star
| * | | | | Merge commit 'spi/fix/rcar' into spi-linusMark Brown2014-01-231-3/+4
| |\ \ \ \ \
| | * | | | | spi: rspi: Fix typo when clearing SPSR_OVRFGeert Uytterhoeven2013-12-241-1/+1