index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
mmc
Age
Commit message (
Expand
)
Author
Files
Lines
2015-01-19
mmc: dw_mmc: remove unnecessary debug message
Beomho Seo
2
-6
/
+2
2015-01-19
mmc: rtsx: swap function position to avoid pre declaration
Micky Ching
1
-103
/
+100
2015-01-19
mmc: rtsx: add support for sdio card
Micky Ching
1
-96
/
+138
2015-01-19
mmc: rtsx: add helper function to simplify code
Micky Ching
1
-44
/
+51
2015-01-19
mmc: rtsx: init cookie at probe/card_event
Micky Ching
1
-0
/
+2
2015-01-19
mmc: rtsx: add dump_reg_range to simplify dump register
Micky Ching
1
-16
/
+20
2015-01-19
mmc: slot-gpio: Rework how to handle allocation of slot-gpio data
Ulf Hansson
2
-58
/
+22
2015-01-19
mmc: core: Free all resources for the class device at ->dev_release()
Ulf Hansson
1
-7
/
+6
2015-01-19
mmc: slot-gpio: Make mmc_gpio_alloc() available for MMC core
Ulf Hansson
2
-1
/
+16
2015-01-19
mmc: slot-gpio: Use the parent device while allocating data
Ulf Hansson
1
-4
/
+4
2015-01-19
mmc: slot-gpio: Remove option to explicitly free requested CD/WP GPIOs
Ulf Hansson
1
-88
/
+4
2015-01-19
mmc: sdhci-sirf: Remove redundant use of mmc_gpio_free_cd()
Ulf Hansson
1
-3
/
+0
2015-01-19
mmc: mvsdio: Remove redundant use of mmc_gpio_free_cd|ro()
Ulf Hansson
1
-4
/
+0
2015-01-19
mmc: core: Return error at failure of request CD/WP in mmc_of_parse()
Ulf Hansson
1
-22
/
+6
2015-01-19
mmc: sdhci-st: Do cleanup while mmc_of_parse() return an error
Ulf Hansson
1
-2
/
+2
2015-01-19
mmc: sdhci-s3c: Handle error from mmc_of_parse()
Ulf Hansson
1
-1
/
+3
2015-01-19
mmc: sdhci-of-esdhc: Handle error from mmc_of_parse()
Ulf Hansson
1
-2
/
+8
2015-01-19
mmc: sdhci-bcm-kona: Handle error from mmc_of_parse()
Ulf Hansson
1
-1
/
+3
2015-01-19
mmc: moxart: Handle error from mmc_of_parse()
Ulf Hansson
1
-1
/
+3
2015-01-19
mmc: dw_mmc: exynos: move definitions to header file
Seungwon Jeon
2
-42
/
+62
2015-01-19
mmc: dw_mmc: exynos: don't use if clock isn't available
Seungwon Jeon
1
-4
/
+7
2015-01-19
mmc: dw_mmc: fix the max_blk_count in IDMAC
Seungwon Jeon
1
-2
/
+2
2015-01-19
mmc: mxs-mmc: remove unneeded NULL check
Dan Carpenter
1
-2
/
+1
2015-01-19
mmc: sunxi: Removing unused code
David Lanzendörfer
1
-9
/
+1
2015-01-19
mmc: sunxi: Correcting SDXC_HARDWARE_RESET bit
David Lanzendörfer
1
-1
/
+1
2015-01-19
mmc: sunxi: Lock fix
David Lanzendörfer
1
-1
/
+12
2015-01-19
mmc: sunxi: Fix setup of last descriptor of dma transfer
Hans de Goede
1
-1
/
+3
2015-01-19
mmc: omap_hsmmc: remove prepare/complete system suspend support.
NeilBrown
1
-50
/
+0
2015-01-19
mmc: toshsd: Fix unbalanced locking
Axel Lin
1
-1
/
+3
2015-01-19
mmc: toshsd: use module_pci_driver to simplify the code
Wei Yongjun
1
-12
/
+1
2015-01-19
mmc: sdhci: Fix FSL ESDHC reset handling quirk
Alessio Igor Bogani
1
-1
/
+9
2015-01-19
mmc: sdhci-sirf: add sirf tuning function (cmd 19)
Minda Chen
1
-0
/
+71
2015-01-19
mmc: dw_mmc: Protect read-modify-write of INTMASK with a lock
Doug Anderson
1
-0
/
+13
2015-01-19
mmc: dw_mmc: Cleanup disable of low power mode w/ SDIO interrupts
Doug Anderson
2
-34
/
+36
2015-01-19
mmc: core: Support the optional init_card() callback for MMC and SD
Doug Anderson
2
-1
/
+12
2015-01-14
mmc: sunxi: Convert MMC driver to the standard clock phase API
Maxime Ripard
1
-24
/
+49
2015-01-14
mmc: sdhci: Set SDHCI_POWER_ON with external vmmc
Tim Kryger
1
-0
/
+6
2015-01-12
mmc: sdhci-pci: Add support for Intel SPT
Adrian Hunter
2
-0
/
+28
2015-01-12
mmc: sdhci-acpi: Add ACPI HID INT344D
Adrian Hunter
1
-0
/
+2
2015-01-12
mmc: sdhci: Fix sleep in atomic after inserting SD card
Krzysztof Kozlowski
1
-2
/
+6
2015-01-12
mmc: sdhci-pxav3: do the mbus window configuration after enabling clocks
Thomas Petazzoni
1
-8
/
+7
2015-01-12
mmc: sdhci: Disable re-tuning for HS400
Adrian Hunter
1
-0
/
+29
2015-01-12
mmc: sdhci: Simplify use of tuning timer
Adrian Hunter
1
-15
/
+8
2015-01-12
mmc: sdhci: Add out_unlock to sdhci_execute_tuning
Adrian Hunter
1
-3
/
+2
2015-01-12
mmc: sdhci: Tuning should not change max_blk_count
Adrian Hunter
1
-6
/
+3
2014-12-29
mmc: core: stop trying to switch width when only one bit is supported
Alexandre Belloni
1
-1
/
+1
2014-12-18
Merge tag 'pm+acpi-3.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2014-12-14
Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Linus Torvalds
7
-7
/
+0
2014-12-13
mmc: atmel-mci: use SET_RUNTIME_PM_OPS() macro
Ludovic Desroches
1
-1
/
+1
2014-12-10
Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
11
-31
/
+21
[prev]
[next]