Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
87c460a0bded56195b5eb497d44709777ef7b415
/
drivers
/
mmc
5305ec6
mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value
by Adrian Hunter
· 6 years ago
cdcefe6
mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
by Rajat Jain
· 6 years ago
c05f364
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 6 years ago
dda93b45
Merge branch 'x86/cache' into perf/core, to pick up fixes
by Ingo Molnar
· 6 years ago
114b5f8
Merge tag 'gpio-v4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 6 years ago
1650ac5
Merge tag 'mmc-v4.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 6 years ago
6ab9e09
Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 6 years ago
9c9f1dd
mmc: pwrseq_simple: Fix incorrect handling of GPIO bitmap
by Janusz Krzysztofik
· 6 years ago
fd82cc3
mmc: mediatek: drop too much code of tuning method
by Chaotian Jing
· 6 years ago
a2e6d1f
mmc: mediatek: add MT8183 MMC driver support
by Chaotian Jing
· 6 years ago
86601d0
mmc: mediatek: tune CMD/DATA together
by Chaotian Jing
· 6 years ago
f38a977
mmc: mediatek: fix cannot receive new request when msdc_cmd_is_ready fail
by Chaotian Jing
· 6 years ago
56f6cbb
mmc: mediatek: fill the actual clock for mmc debugfs
by Chaotian Jing
· 6 years ago
90f8354
mmc: uniphier-sd: avoid using broken DMA RX channel
by Masahiro Yamada
· 6 years ago
b7ced87
mmc: uniphier-sd: fix DMA disabling
by Masahiro Yamada
· 6 years ago
d3dd5db
mmc: tmio: simplify the DMA mode test
by Masahiro Yamada
· 6 years ago
722fb61
mmc: tmio: remove TMIO_MMC_HAVE_HIGH_REG flag
by Masahiro Yamada
· 6 years ago
acb9fce
mmc: tmio: move MFD variant reset to a platform hook
by Masahiro Yamada
· 6 years ago
60ab43b
mmc: renesas_sdhi: Add r8a77470 SDHI1 support
by Fabrizio Castro
· 6 years ago
a7d247f
Merge branch 'fixes' into next
by Ulf Hansson
· 6 years ago
41591b3
mmc: block: avoid multiblock reads for the last sector in SPI mode
by Chris Boot
· 6 years ago
46b723d
mmc: mmci: add stm32 sdmmc variant
by Ludovic Barre
· 6 years ago
f3f6433
mmc: mmci: add stm32 sdmmc registers
by Ludovic Barre
· 6 years ago
00e930d
mmc: mmci: add clock divider for stm32 sdmmc
by Ludovic Barre
· 6 years ago
15878e5
mmc: mmci: add optional reset property
by Ludovic Barre
· 6 years ago
b79220b
mmc: mmci: add variant property to not read datacnt
by Ludovic Barre
· 6 years ago
d214154
mmc: mmci: add variant property to write datactrl before command
by Ludovic Barre
· 6 years ago
59db5e2
mmc: mmci: add variant property to define irq pio mask
by Ludovic Barre
· 6 years ago
9b27994
mmc: mmci: add variant property to define dpsm bit
by Ludovic Barre
· 6 years ago
0f24480
mmc: mmci: add variant properties to define cpsm & cmdresp bits
by Ludovic Barre
· 6 years ago
daf9713
mmc: mmci: expand startbiterr to irqmask and error check
by Ludovic Barre
· 6 years ago
c931d49
mmc: mmci: add datactrl block size variant property
by Ludovic Barre
· 6 years ago
cd3ee8c
mmc: mmci: add set_clk/pwrreg callbacks
by Ludovic Barre
· 6 years ago
e0da172
mmc: mmci: add validate_data callback
by Ludovic Barre
· 6 years ago
cfccc6a
mmc: mmci: add dma_error callback
by Ludovic Barre
· 6 years ago
5a9f10c
mmc: mmci: add dma_finalize callback
by Ludovic Barre
· 6 years ago
135ea30
mmc: mmci: add dma_start callback
by Ludovic Barre
· 6 years ago
0276996
mmc: mmci: add get_next_data callback
by Ludovic Barre
· 6 years ago
4798351
mmc: mmci: add prepare/unprepare_data callbacks
by Ludovic Barre
· 6 years ago
ad7b891
mmc: mmci: merge prepare data functions
by Ludovic Barre
· 6 years ago
a813f2a
mmc: mmci: introduce dma_priv pointer to mmci_host
by Ludovic Barre
· 6 years ago
c3647fd
mmc: mmci: create common mmci_dma_setup/release
by Ludovic Barre
· 6 years ago
f0061fe
mmc: sdhci-of-arasan: Add Support for AM654 MMC and PHY
by Faiz Abbas
· 6 years ago
06b23ca
mmc: sdhci-of-arasan: Add a single data structure to incorporate pdata and soc_ctl_map
by Faiz Abbas
· 6 years ago
258bac4
mmc: mediatek: add bus_clk control
by Chaotian Jing
· 6 years ago
32b64b0
mmc: dw_mmc-exynos: Add tuning for sdr and ddr timing for USH-I mode
by Anand Moon
· 6 years ago
d2681cd
mmc: meson-mx-sdio: mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
a5c83eb
mmc: tifm_sd: Mark expected switch fall-through
by Gustavo A. R. Silva
· 6 years ago
19a25d5
mmc: mmci: Change struct members from bool to u8
by Ludovic Barre
· 6 years ago
cdea194
mmc: mmci: internalize dma_inprogress into mmci dma functions
by Ludovic Barre
· 6 years ago
7b2a6d5
mmc: mmci: internalize dma map/unmap into mmci dma functions
by Ludovic Barre
· 6 years ago
5169894
mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
by Yu Zhao
· 6 years ago
e63201f
mmc: omap_hsmmc: Delete platform data GPIO CD and WP
by Linus Walleij
· 6 years ago
7838a8d
mmc: omap_hsmmc: Kill off cover detection
by Linus Walleij
· 6 years ago
ac379b7
mmc: core: Allow building PWRSEQ_SD8787 with LIBERTAS_SDIO
by Lubomir Rintel
· 6 years ago
bbf57df
mmc: sdhci: sirf: Use the slot GPIO descriptor
by Linus Walleij
· 6 years ago
43b7358
mmc: sdhci: pxav3: Delete GPIO handling
by Linus Walleij
· 6 years ago
b007c4ce
mmc: sdhci: spear: Use the slot GPIO descriptor
by Linus Walleij
· 6 years ago
9ef986a
mmc: mmci: Drop support for pdata GPIO numbers
by Linus Walleij
· 6 years ago
07be55b
mmc: sdhci: fix __sdhci_adma_write_desc
by Jisheng Zhang
· 6 years ago
5a94189
mmc: mxcmmc: replace spin_lock_irqsave with spin_lock in ISR
by jun qian
· 6 years ago
5454181
mmc: renesas_sdhi_internal_dmac: set scatter/gather max segment size
by Niklas Söderlund
· 6 years ago
07bafc1
mmc: sunxi: Use new timing mode for A64 eMMC controller
by Chen-Yu Tsai
· 6 years ago
1ff9cab
mmc: sunxi: Clarify new timing mode usage and implementation
by Chen-Yu Tsai
· 6 years ago
fb8bd90
mmc: sdhci-sprd: Add Spreadtrum's initial host controller
by Chunyan Zhang
· 6 years ago
7ed71a9
mmc: sdhci: SDMA may use Auto-CMD23 in v4 mode
by Chunyan Zhang
· 6 years ago
427b651
mmc: sdhci: Add Auto CMD Auto Select support
by Chunyan Zhang
· 6 years ago
e65953d
mmc: sdhci: Add 32-bit block count support for v4 mode
by Chunyan Zhang
· 6 years ago
685e444
mmc: sdhci: Add ADMA2 64-bit addressing support for V4 mode
by Chunyan Zhang
· 6 years ago
917a0c5
mmc: sdhci: Change SDMA address register for v4 mode
by Chunyan Zhang
· 6 years ago
b3f80b4
mmc: sdhci: Add sd host v4 mode
by Chunyan Zhang
· 6 years ago
18da199
mmc: sdhci: Add version V4 definition
by Chunyan Zhang
· 6 years ago
e537824
mmc: tegra: fix inconsistent IS_ERR and PTR_ERR
by YueHaibing
· 6 years ago
61dad40
mmc: tegra: Implement periodic pad calibration
by Aapo Vienamo
· 6 years ago
bc5568b
mmc: tegra: Implement HS400 delay line calibration
by Aapo Vienamo
· 6 years ago
dfc9700
mmc: tegra: Implement HS400 enhanced strobe
by Aapo Vienamo
· 6 years ago
f5313aa
mmc: tegra: Parse and program DQS trim value
by Aapo Vienamo
· 6 years ago
2ad5005
mmc: tegra: Enable UHS and HS200 modes for Tegra186
by Aapo Vienamo
· 6 years ago
3559d4a
mmc: tegra: Enable UHS and HS200 modes for Tegra210
by Aapo Vienamo
· 6 years ago
38a284d
mmc: tegra: Disable card clock during tuning cmd on Tegra210
by Aapo Vienamo
· 6 years ago
f6a447f
mmc: tegra: Remove tegra_sdhci_writew() from tegra210_sdhci_ops
by Aapo Vienamo
· 6 years ago
1070e83
mmc: tegra: Use standard SDHCI tuning on Tegra210 and Tegra186
by Aapo Vienamo
· 6 years ago
41a0b8d
mmc: tegra: Configure default trim value on reset
by Aapo Vienamo
· 6 years ago
c2c0967
mmc: tegra: Configure default tap values
by Aapo Vienamo
· 6 years ago
85c0da1
mmc: tegra: Parse default trim and tap from dt
by Aapo Vienamo
· 6 years ago
d4501d8
mmc: tegra: Add a workaround for tap value change glitch
by Aapo Vienamo
· 6 years ago
d943f6e
mmc: tegra: Enable pad calibration on Tegra210 and Tegra186
by Aapo Vienamo
· 6 years ago
44babea
mmc: tegra: Perform pad calibration after voltage switch
by Aapo Vienamo
· 6 years ago
51b77c8
mmc: tegra: Program pad autocal offsets from dt
by Aapo Vienamo
· 6 years ago
887bda8
mmc: tegra: Disable card clock during pad calibration
by Aapo Vienamo
· 6 years ago
212b0cf
mmc: tegra: Power on the calibration pad
by Aapo Vienamo
· 6 years ago
9d548f1
mmc: tegra: Set calibration pad voltage reference
by Aapo Vienamo
· 6 years ago
e7c0714
mmc: tegra: Poll for calibration completion
by Aapo Vienamo
· 6 years ago
86ac2f8
mmc: tegra: Reconfigure pad voltages during voltage switching
by Aapo Vienamo
· 6 years ago
75586bb
mmc: tmio: remove now unused variable
by Wolfram Sang
· 6 years ago
4c595c0
mmc: tmio: more concise clk calculation
by Wolfram Sang
· 6 years ago
b85fb0a
mmc: tmio: Fix SCC error detection
by Masaharu Hayakawa
· 6 years ago
75f349a
mmc: renesas_sdhi: skip SCC error check when retuning
by Masaharu Hayakawa
· 6 years ago
db4cea9
mmc: tmio: refactor CLK_CTL bit calculation
by Masahiro Yamada
· 6 years ago
68f8312
mmc: renesas_sdhi: merge clk_{start,stop} functions to set_clock
by Masahiro Yamada
· 6 years ago
Next »