summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-04-24mmc: sdhci: Do not use spin lock in set_ios pathsAdrian Hunter7-37/+1
2017-04-24mmc: sdhci: Remove ->select_drive_strength() callbackAdrian Hunter4-42/+0
2017-04-24mmc: sdhci-pci: Use ACPI DSM to get driver strength for some Intel devicesAdrian Hunter2-66/+14
2017-04-24mmc: sdhci-pci: Don't re-tune with runtime pm for some Intel devicesAdrian Hunter1-0/+90
2017-04-24mmc: sdhci-pci: Let devices define their own private dataAdrian Hunter2-1/+9
2017-04-24mmc: sdhci: Let drivers decide whether to use mmc_retune_needed() with pmAdrian Hunter15-11/+73
2017-04-24mmc: sdhci: Optimize delay loopsAdrian Hunter1-10/+9
2017-04-24mmc: bcm2835: Add new driver for the sdhost controller.Eric Anholt3-0/+1480
2017-04-24mmc: core: simplify return codetcharding1-29/+13
2017-04-24mmc: core: guard dereference of optional parametertcharding1-4/+8
2017-04-24mmc: meson-gx: fix error path when driver initialization fails before enablin...Michał Zegan1-2/+3
2017-04-24mmc: sdhci-st: remove unnecessary platform_set_drvdata() callJisheng Zhang1-2/+0
2017-04-24mmc: sdhci-pxav2: remove unnecessary platform_set_drvdata() callJisheng Zhang1-2/+0
2017-04-24mmc: sdhci-pxav3: remove unnecessary platform_set_drvdata() callJisheng Zhang1-2/+0
2017-04-24mmc: sdhci-cadence: add HS400 enhanced strobe supportPiotr Sroka1-7/+50
2017-04-24mmc: tegra: Add Tegra186 supportThierry Reding1-0/+16
2017-04-24mmc: tegra: Support module resetThierry Reding1-1/+42
2017-04-24mmc: meson-gx: remove mmc host on device removalMichał Zegan1-0/+2
2017-04-24mmc: host: tmio: fill in response from auto cmd12Wolfram Sang1-0/+3
2017-04-24mmc: host: tmio: don't BUG on unsupported stop commandsWolfram Sang1-4/+5
2017-04-24mmc: host: tmio: fix minor typos in commentsWolfram Sang1-3/+3
2017-04-24mmc: host: tmio: use defines for CTL_STOP_INTERNAL_ACTION valuesWolfram Sang2-3/+7
2017-04-24mmc: tmio: ensure end of DMA and SD access are in syncWolfram Sang3-27/+37
2017-04-24mmc: sdhci-pxav2: add error handling of clk_prepare_enable()Alexey Khoroshilov1-1/+6
2017-04-24mmc: meson-gx: replace magic timeout numbers with constantsHeiner Kallweit1-2/+4
2017-04-24mmc: meson-gx: remove member mrq from struct meson_hostHeiner Kallweit1-21/+3
2017-04-24mmc: meson-gx: improve initial configurationHeiner Kallweit1-12/+17
2017-04-24mmc: meson-gx: remove unneeded devm_kstrdup in meson_mmc_clk_initHeiner Kallweit1-1/+1
2017-04-24mmc: meson-gx: fix error path in meson_mmc_clk_init / meson_mmc_probeHeiner Kallweit1-4/+5
2017-04-24mmc: meson-gx: remove member parent_mux from struct meson_hostHeiner Kallweit1-8/+6
2017-04-24mmc: meson-gx: remove unneeded variable in meson_mmc_clk_initHeiner Kallweit1-3/+1
2017-04-24mmc: meson-gx: remove unused members irq, ocr_mask from struct meson_hostHeiner Kallweit1-8/+6
2017-04-24mmc: meson-gx: make two functions return voidHeiner Kallweit1-6/+3
2017-04-24mmc: meson-gx: simplify bounce buffer setting in meson_mmc_start_cmdHeiner Kallweit1-8/+1
2017-04-24mmc: dw_mmc: improve dw_mci_reset a bitShawn Lin1-18/+20
2017-04-24mmc: dw_mmc: move mci_send_cmd forward to avoid declarationShawn Lin1-41/+40
2017-04-24mmc: dw_mmc: remove declaration of dw_mci_card_busyShawn Lin1-2/+0
2017-04-24mmc: dw_mmc: move dw_mci_get_cd forward to avoid declarationShawn Lin1-42/+41
2017-04-24mmc: dw_mmc: move dw_mci_ctrl_reset forward to avoid declarationShawn Lin1-22/+20
2017-04-24mmc: dw_mmc: move dw_mci_reset forward to avoid declarationShawn Lin1-66/+65
2017-04-24mmc: dw_mmc: improve the timeout polling codeShawn Lin1-53/+39
2017-04-23Merge tag 'upstream-4.11-rc7' of git://git.infradead.org/linux-ubifsLinus Torvalds1-4/+4
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-108/+101
2017-04-21kaweth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-12/+6
2017-04-21ch9200: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-04-21lan78xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-04-21sr9700: use skb_cow_head() to deal with cloned skbsEric Dumazet1-7/+2
2017-04-21cx82310_eth: use skb_cow_head() to deal with cloned skbsEric Dumazet1-5/+2
2017-04-21smsc75xx: use skb_cow_head() to deal with cloned skbsEric Dumazet1-6/+2
2017-04-21Merge tag 'pci-v4.11-fixes-5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+5