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
/
host
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-13
Merge branch 'fixes' into next
Ulf Hansson
1
-1
/
+1
2020-07-13
mmc: sdhci: Fix potential null pointer access while accessing vqmmc
Veerabhadrarao Badiganti
1
-5
/
+7
2020-07-13
mmc: sdhci-msm: Set IO pins in low power state during suspend
Veerabhadrarao Badiganti
1
-0
/
+17
2020-07-13
mmc: sdhci-iproc: Do not define 'struct acpi_device_id' when !CONFIG_ACPI
Lee Jones
1
-0
/
+2
2020-07-13
mmc: dw_mmc-exynos: remove redundant initialization of variable 'found'
Colin Ian King
1
-1
/
+1
2020-07-13
mmc: cqhci: Demote faux kerneldoc header down to basic comment block
Lee Jones
1
-1
/
+1
2020-07-13
mmc: sdhci-msm: Demote faux kerneldoc header down to basic comment block
Lee Jones
1
-1
/
+1
2020-07-13
mmc: sdhci-of-arasan: Correct formatting and provide missing function arg(s)
Lee Jones
1
-1
/
+2
2020-07-13
mmc: rtsx_usb_sdmmc: Remove set but unused variable 'err'
Lee Jones
1
-3
/
+2
2020-07-13
mmc: rtsx_pci_sdmmc: Remove set but unused variable 'err'
Lee Jones
1
-2
/
+2
2020-07-13
mmc: dw_mmc-exynos: Add kerneldoc descriptions of for 'dev' args
Lee Jones
1
-0
/
+2
2020-07-13
mmc: atmel-mci: Provide 2 new and correct 1 existing property description
Lee Jones
1
-1
/
+3
2020-07-13
mmc: mtk-sd: Demote msdc_recheck_sdio_irq() function header
Lee Jones
1
-2
/
+1
2020-07-13
mmc: sdhci-s3c: Provide documentation for missing struct properties
Lee Jones
1
-0
/
+4
2020-07-13
mmc: sdhci-msm: Make function sdhci_msm_dump_vendor_regs() static
Hulk Robot
1
-1
/
+1
2020-07-13
mmc: renesas_sdhi_internal_dmac: Fix dma unmapping in error cases
Yoshihiro Shimoda
1
-0
/
+12
2020-07-13
mmc: renesas_sdhi_internal_dmac: clean up the code for dma complete
Yoshihiro Shimoda
1
-5
/
+13
2020-07-13
mmc: tmio: core: Add end operation into tmio_mmc_dma_ops
Yoshihiro Shimoda
2
-0
/
+11
2020-07-13
mmc: sdhci-msm: Use internal voltage control
Veerabhadrarao Badiganti
1
-9
/
+197
2020-07-13
mmc: sdhci: Allow platform controlled voltage switching
Vijay Viswanath
2
-13
/
+20
2020-07-13
mmc: sdhci-acpi: For amd device set driver type as MMC_SET_DRIVER_TYPE_A
Akshu Agrawal
1
-0
/
+1
2020-07-13
mmc: sdhci-esdhc-imx: dump internal IC debug status during error
Haibo Chen
1
-0
/
+39
2020-07-13
mmc: sdhci_am654: Add support for clkbuf_sel property
Faiz Abbas
1
-0
/
+11
2020-07-13
mmc: sdhci_am654: Update delay chain configuration
Faiz Abbas
1
-1
/
+9
2020-07-13
mmc: sdhci_am654: Fix conditions for enabling dll
Faiz Abbas
1
-22
/
+20
2020-07-13
mmc: sdhci_am654: Add Support for SR2.0
Faiz Abbas
1
-1
/
+22
2020-07-13
mmc: sdhci_am654: Add flag for PHY calibration
Faiz Abbas
1
-3
/
+5
2020-07-13
mmc: sh_mmcif: Use "kHz" for kilohertz
Geert Uytterhoeven
1
-3
/
+3
2020-07-13
mmc: sdhci-msm: Fix spelling mistake
Flavio Suligoi
1
-1
/
+1
2020-07-13
mmc: mmci: add sdio datactrl mask for sdmmc revisions
Ludovic Barre
1
-0
/
+2
2020-07-13
mmc: sdhci-of-arasan: Add missed checks for devm_clk_register()
Chuhong Yuan
1
-0
/
+4
2020-07-13
mmc: sdhci-tegra: Add comment for PADCALIB and PAD_CONTROL NVQUIRKS
Sowjanya Komatineni
1
-0
/
+9
2020-07-13
mmc: sdhci-msm: Add interconnect bandwidth scaling support
Pradeep P V K
1
-0
/
+6
2020-07-13
mmc: sdhci-of-aspeed: Fix clock divider calculation
Eddie James
1
-1
/
+1
2020-07-10
misc: rtsx: Add support new chip rts5228 mmc: rtsx: Add support MMC_CAP2_NO_MMC
Ricky Wu
1
-0
/
+2
2020-07-08
mmc: sdhci-msm: Override DLL_CONFIG only if the valid value is supplied
Veerabhadrarao Badiganti
1
-2
/
+3
2020-07-06
mmc: owl-mmc: Get rid of of_match_ptr() macro
Manivannan Sadhasivam
1
-1
/
+1
2020-06-16
mmc: meson-gx: limit segments to 1 when dram-access-quirk is needed
Neil Armstrong
1
-2
/
+4
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
1
-1
/
+1
2020-06-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/clk/linux
Linus Torvalds
1
-1
/
+1
2020-06-07
Merge tag 'char-misc-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc
Linus Torvalds
1
-35
/
+3
2020-06-01
mmc: sdhci-msm: Clear tuning done flag while hs400 tuning
Veerabhadrarao Badiganti
1
-0
/
+6
2020-05-29
mmc: sdhci-of-at91: fix CALCR register being rewritten
Eugen Hristev
1
-2
/
+5
2020-05-29
mmc: sdhci-esdhc-imx: disable the CMD CRC check for standard tuning
Haibo Chen
1
-2
/
+13
2020-05-29
mmc: sdhci-esdhc-imx: fix the mask for tuning start point
Haibo Chen
1
-1
/
+1
2020-05-29
mmc: host: sdhci-esdhc-imx: add wakeup feature for GPIO CD pin
Haibo Chen
1
-2
/
+15
2020-05-29
mmc: mmci_sdmmc: fix DMA API warning max segment size
Ludovic Barre
1
-6
/
+5
2020-05-29
mmc: mmci_sdmmc: fix DMA API warning overlapping mappings
Ludovic Barre
1
-0
/
+3
2020-05-29
mmc: sdhci-of-arasan: Add support for Intel Keem Bay
Wan Ahmad Zainie
1
-0
/
+123
2020-05-29
mmc: sdhci-cadence: fix PHY write
Vladimir Kondratiev
1
-1
/
+9
[prev]
[next]