Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
2c87d63ac853550e734edfd45e1be5e5aa44fbcc
/
drivers
/
mmc
/
host
7a1e3f1
mmc: sdhci-of-at91: force card detect value for non removable devices
by Ludovic Desroches
· 7 years ago
16f5df8
mmc: dw_mmc: fix the wrong condition check of getting num-slots from DT
by Shawn Lin
· 7 years ago
36acbd9
mmc: host: omap_hsmmc: remove unused platform callbacks
by Faiz Abbas
· 7 years ago
26cb2be
mmc: sunxi: Keep default timing phase settings for new timing mode
by Chen-Yu Tsai
· 7 years ago
907afe5
Merge tag 'mmc-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 7 years ago
9c284c4
mmc: tmio-mmc: fix bad pointer math
by Chris Brandt
· 7 years ago
dcda9b0
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semantic
by Michal Hocko
· 7 years ago
17753d1
mmc: sdhci-acpi: Workaround conflict with PCI wifi on GPD Win handheld
by Adrian Hunter
· 8 years ago
ac7b759
Merge tag 'pinctrl-v4.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl
by Linus Torvalds
· 8 years ago
17ece34
Merge tag 'mmc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc
by Linus Torvalds
· 8 years ago
81e3e04
Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuid
by Linus Torvalds
· 8 years ago
e47c0b9
mmc: dw_mmc: remove the unnecessary slot variable
by Jaehoon Chung
· 8 years ago
42f989c
mmc: dw_mmc: use the 'slot' instead of 'cur_slot'
by Jaehoon Chung
· 8 years ago
e4a65ef7
mmc: dw_mmc: remove the 'id' arguments about functions relevant to slot
by Jaehoon Chung
· 8 years ago
b23475f
mmc: dw_mmc: change the array of slots
by Jaehoon Chung
· 8 years ago
5887024
mmc: dw_mmc: remove the loop about finding slots
by Jaehoon Chung
· 8 years ago
d30a8f7
mmc: dw_mmc: deprecated the "num-slots" property
by Jaehoon Chung
· 8 years ago
1a12a70
mmc: dw_mmc-rockchip: parse rockchip, desired-num-phases from DT
by Shawn Lin
· 8 years ago
6183061
Merge tag 'v4.12-rc7' into devel
by Linus Walleij
· 8 years ago
2fe3596
mmc: renesas-sdhi: improve checkpatch cleanness
by Simon Horman
· 8 years ago
f2218db
mmc: tmio: improve checkpatch cleanness
by Simon Horman
· 8 years ago
6cf4156
mmc: sdhci-pci: Enable card detect wake for Intel BYT-related SD controllers
by Adrian Hunter
· 8 years ago
d2a4717
mmc: core: Remove MMC_CAP2_HC_ERASE_SZ
by Ulf Hansson
· 8 years ago
13ab2a6
mmc: host: omap_hsmmc: use mmc_regulator_get_supply() to get regulators
by Kishon Vijay Abraham I
· 8 years ago
86d79da
mmc: host: omap_hsmmc: Do not initialize MMC regulators to NULL on error
by Kishon Vijay Abraham I
· 8 years ago
bc55dcd
mmc: sdhci-pci: Add support for Intel CNP
by Adrian Hunter
· 8 years ago
87317c4
mmc: tmio, renesas-sdhi: update Renesas related copyrights
by Simon Horman
· 8 years ago
6106ecf
mmc: tmio: use EXPORT_SYMBOL_GPL
by Simon Horman
· 8 years ago
7244ac0
mmc: sdhci-acpi: Remove unneeded acpi_bus_get_status() call
by Hans de Goede
· 8 years ago
86beb538
mmc: tmio: make sure SDIO gets reinitialized after resume
by Wolfram Sang
· 8 years ago
c949c90
mmc: sdhci-pci: Use macros in pci_ids definition
by Matthias Kraemer
· 8 years ago
667123f
mmc: sdhci-esdhc-imx: Remove the ENGcm07207 workaround
by Benoît Thébaudeau
· 8 years ago
5143c95
mmc: sdhci-esdhc-imx: Allow all supported prescaler values
by Benoît Thébaudeau
· 8 years ago
81a0a8b
mmc: sdhci-esdhc-imx: Fix DAT line software reset
by Benoît Thébaudeau
· 8 years ago
cbb4509
mmc: sdhci-esdhc: Add SDHCI_QUIRK_32BIT_DMA_ADDR
by Benoît Thébaudeau
· 8 years ago
d04f8d5
mmc: sdhci-esdhc-imx: Fix some English mistakes and typos
by Benoît Thébaudeau
· 8 years ago
16f2e0c
mmc: mediatek: Fixed size in dma_free_coherent
by Phong LE
· 8 years ago
c00a231
mmc: bcm2835: fix potential null pointer dereferences
by Gustavo A. R. Silva
· 8 years ago
d63c2bf
mmc: use proper name for the R-Car SoC
by Wolfram Sang
· 8 years ago
852ff5f
mmc: dw_mmc: Use device_property_read instead of of_property_read
by David Woods
· 8 years ago
17b1eb7
mmc: sdhci-esdhc-imx: Check the return value from clk_prepare_enable()
by Fabio Estevam
· 8 years ago
921579b
mmc: sdhi: add CMD23 support to R-Car Gen2 & Gen3
by Wolfram Sang
· 8 years ago
8b22c3c
mmc: tmio: add CMD23 support
by Wolfram Sang
· 8 years ago
f5fdcd1
mmc: tmio: move finish_request function further down
by Wolfram Sang
· 8 years ago
c592742
mmc: tmio: remove outdated comment
by Wolfram Sang
· 8 years ago
de2a6bb
mmc: tmio: refactor handling mrq
by Wolfram Sang
· 8 years ago
10c998e
mmc: tmio: make tmio_mmc_request function more readable
by Wolfram Sang
· 8 years ago
9b344ba
mmc: atmel-mci: Delete an error message for a failed memory allocation
by Markus Elfring
· 8 years ago
c3dccb7
mmc: core: Delete bounce buffer Kconfig option
by Linus Walleij
· 8 years ago
9d08428
mmc: renesas-sdhi: make renesas_sdhi_sys_dmac main module file
by Simon Horman
· 8 years ago
b5b6a5f
mmc: renesas-sdhi: rename sh_mobile_sdhi.c => renesas_sdhi_core.c
by Simon Horman
· 8 years ago
c2a9698
mmc: renesas-sdhi: rename tmio_mmc_dma.c => renesas_sdhi_sys_dmac.c
by Simon Horman
· 8 years ago
426e95d
mmc: tmio: rename tmio_mmc_{pio => core}.c
by Simon Horman
· 8 years ago
631fa73
mmc: renesas-sdhi, tmio: make dma more modular
by Simon Horman
· 8 years ago
b21f13d
mmc: tmio: drop filenames from comment at top of source
by Simon Horman
· 8 years ago
0eebf9b9
Revert "mmc: dw_mmc: Don't allow Runtime PM for SDIO cards"
by Ulf Hansson
· 8 years ago
ca8971c
mmc: dw_mmc: Prevent runtime PM suspend when SDIO IRQs are enabled
by Ulf Hansson
· 8 years ago
32dba73
mmc: dw_mmc: Convert to use MMC_CAP2_SDIO_IRQ_NOTHREAD for SDIO IRQs
by Ulf Hansson
· 8 years ago
dada019
mmc: vub3000: add missing USB-descriptor endianness conversions
by Johan Hovold
· 8 years ago
ef4b160
mmc: atmel-mci: Remove AVR32 bits from the driver
by Andy Shevchenko
· 8 years ago
675a7da
mmc: sdricoh_cs: remove redundant check if len is non-zero
by Colin Ian King
· 8 years ago
940e698c
mmc: sdhci-of-arasan: Trivial print fix
by Shubhrajyoti Datta
· 8 years ago
c37f69f
mmc: sdhci-pci: make guid intel_dsm_guid static
by Colin Ian King
· 8 years ago
2483561
mmc: meson-gx: work around broken SDIO with certain WiFi chips
by Heiner Kallweit
· 8 years ago
94116f8
ACPI: Switch to use generic guid_t in acpi_evaluate_dsm()
by Andy Shevchenko
· 8 years ago
f5f968f
mmc: sdhci-iproc: suppress spurious interrupt with Multiblock read
by Srinath Mannam
· 8 years ago
8fb83b1
mmc: cavium: Fix probing race with regulator
by Jan Glauber
· 8 years ago
9e7b9a2
mmc: cavium: Prevent crash with incomplete DT
by Jan Glauber
· 8 years ago
fa5ed6b
mmc: jz4740: Let the pinctrl driver configure the pins
by Paul Cercueil
· 8 years ago
899e4aa
mmc: cavium-octeon: Use proper GPIO name for power control
by David Daney
· 8 years ago
aca6934
mmc: cavium-octeon: Fix interrupt enable code
by David Daney
· 8 years ago
bae3dee
mmc: sdhci-xenon: kill xenon_clean_phy()
by Jisheng Zhang
· 8 years ago
291b38a
Merge tag 'hwparam-20170420' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs
by Linus Torvalds
· 8 years ago
a627f02
mmc: sdhci-of-esdhc: limit SD clock for ls1012a/ls1046a
by yangbo lu
· 8 years ago
e145ac4
mmc: sdhci-of-esdhc: poll ESDHC_CLOCK_STABLE bit with udelay
by yangbo lu
· 8 years ago
a04b9b4
mmc: sdhci-xenon: Fix default value of LOGIC_TIMING_ADJUST for eMMC5.0 PHY
by Hu Ziji
· 8 years ago
4cc59df
mmc: sdhci-xenon: Fix the work flow in xenon_remove().
by Hu Ziji
· 8 years ago
e6e267b
mmc: sdhci-xenon: Remove redundant dev_err call in get_dt_pad_ctrl_data()
by Wei Yongjun
· 8 years ago
dfc28b1
mmc: cavium: Use module_pci_driver to simplify the code
by Wei Yongjun
· 8 years ago
01d9584
mmc: cavium: Add MMC support for Octeon SOCs.
by Steven J. Hill
· 8 years ago
dceb978
mmc: cavium: Fix detection of block or byte addressing.
by Steven J. Hill
· 8 years ago
d937042
mmc: sdhci-esdhc-imx: reset tuning circuit when power on mmc card
by Haibo Chen
· 8 years ago
6b236f3
mmc: sdhci-of-esdhc: add delay between tuning cycles
by yangbo lu
· 8 years ago
83b600b
mmc: sdhci: Control the delay between tuning commands
by Adrian Hunter
· 8 years ago
ba49cbd
mmc: sdhci-of-esdhc: add tuning support
by yangbo lu
· 8 years ago
ea35645
mmc: sdhci-of-esdhc: add support for signal voltage switch
by yangbo lu
· 8 years ago
19c3a0e
mmc: sdhci-of-esdhc: add peripheral clock support
by yangbo lu
· 8 years ago
a72016a
mmc: sdhci-pci: Allow for 3 bytes from Intel DSM
by Adrian Hunter
· 8 years ago
3fcc783
mmc: cavium: Fix a shift wrapping bug
by Dan Carpenter
· 8 years ago
fe79018
mmc: cavium: Check pointer before de-reference
by Jan Glauber
· 8 years ago
c34d157
mmc: cavium: Remove redundant pointer check
by Jan Glauber
· 8 years ago
79ed05e
mmc: meson-gx: add support for descriptor chain mode
by Heiner Kallweit
· 8 years ago
0b6ed71
mmc: meson-gx: add basic tuning for rx clock phase
by Heiner Kallweit
· 8 years ago
c08bcb6
mmc: meson-gx: introduce struct meson_tuning_params
by Heiner Kallweit
· 8 years ago
861183f
mmc: sdhci-cadence: add parsing sdhci properties
by Piotr Sroka
· 8 years ago
ec5ab89
mmc: host: omap_hsmmc: checking for NULL instead of IS_ERR()
by Dan Carpenter
· 8 years ago
298269c
mmc: sdhci-xenon: Add SoC PHY PAD voltage control
by Hu Ziji
· 8 years ago
06c8b66
mmc: sdhci-xenon: Add support to PHYs of Marvell Xenon SDHC
by Hu Ziji
· 8 years ago
3a3748d
mmc: sdhci-xenon: Add Marvell Xenon SDHC core functionality
by Hu Ziji
· 8 years ago
2f05b6ab
mmc: sdhci: Export sdhci_enable_sdio_irq() from sdhci.c
by Hu Ziji
· 8 years ago
Next »