Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
d541927e5ca778418cb3f50afceb8d024b5da41a
/
drivers
/
mmc
064e83e
mmc: arm_pl180_mmci: Add configuration for ST-Ericsson Ux500v2
by Stephan Gerhold
· Tue Jul 06 16:54:36 2021 +0200
ff9eb9d
mmc: arm_pl180_mmci: Simplify code using mmc_of_parse()
by Stephan Gerhold
· Tue Jul 06 16:54:35 2021 +0200
a16abe3
mmc: arm_pl180_mmci: Simplify code using dev_read_addr_ptr()
by Stephan Gerhold
· Tue Jul 06 16:54:34 2021 +0200
cc86471
mmc: arm_pl180_mmci: Don't bind to all arm, primecell devices
by Stephan Gerhold
· Tue Jul 06 16:54:33 2021 +0200
d9cdc9f
mmc: rpmb: Fix driver routing memory alignment with tmp buffer
by litchipi
· Tue Jun 15 08:53:06 2021 +0000
e9d78e97
Merge tag 'ti-v2021.10-rc2' of https://source.denx.de/u-boot/custodians/u-boot-ti
by Tom Rini
· Thu Jul 29 08:20:06 2021 -0400
035939e
Rename GPIO_SUPPORT to GPIO
by Simon Glass
· Sat Jul 10 21:14:30 2021 -0600
4509fb6
mmc: sdhci_am654: Read ti, strobe-sel property from device tree
by Aswath Govindraju
· Tue May 25 15:08:23 2021 +0530
9bf56ea
mmc: sdhci: Write to HOST_CONTROL2 register for HS400 speed mode
by Faiz Abbas
· Mon Apr 05 20:14:28 2021 +0530
635cf4a
mmc: zynq_sdhci: Make variables/structure static
by Michal Simek
· Fri Jul 09 05:53:44 2021 -0600
2a43ab8
mmc: zynq_sdhci: Fix kernel doc warnings
by Michal Simek
· Fri Jul 09 05:53:43 2021 -0600
39a177a
mmc: zynq_sdhci: Split set_tapdelay function to in and out
by Ashok Reddy Soma
· Fri Jul 09 05:53:42 2021 -0600
24a5107
mmc: zynq_sdhci: Use Mask writes for Tap delays
by Ashok Reddy Soma
· Fri Jul 09 05:53:41 2021 -0600
6f64538
mmc: zynq_sdhci: Allow configuring zero Tap values
by Ashok Reddy Soma
· Fri Jul 09 05:53:40 2021 -0600
94a755d
mmc: zynq_sdhci: Resolve uninitialized return value
by Ashok Reddy Soma
· Fri Jul 09 05:53:39 2021 -0600
965cd40
sandbox: mmc: Support fixed MMC devices
by Simon Glass
· Mon Jul 05 16:32:58 2021 -0600
7c63962
mmc: mmc_get_op_cond: Allow quiet detection of eMMC
by Pali Rohár
· Wed Jul 14 16:37:29 2021 +0200
d8a2960
mmc: sunxi: Use mmc_of_parse()
by Andre Przywara
· Wed Apr 21 09:33:04 2021 +0100
56086a4
mmc: sunxi: Increase MMIO FIFO read performance
by Andre Przywara
· Wed May 05 11:33:40 2021 +0100
8c93a9c
mmc: sunxi: Cleanup and fix self-calibration code
by Andre Przywara
· Wed May 05 10:06:24 2021 +0100
3f23aa6
mmc: sunxi: Cleanup "new timing mode" selection
by Andre Przywara
· Wed May 05 09:57:47 2021 +0100
dd505d1
mmc: sunxi: Fix MMC clock parent selection
by Andre Przywara
· Wed May 05 09:57:47 2021 +0100
70bbb41
mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT
by Andre Przywara
· Thu Apr 29 09:31:58 2021 +0100
f2f3a59
mmc: sunxi: Avoid #ifdefs in delay and width setup
by Andre Przywara
· Fri Dec 18 22:02:11 2020 +0000
4aab306
Merge tag 'dm-pull-6jul21' of https://source.denx.de/u-boot/custodians/u-boot-dm
by Tom Rini
· Wed Jul 07 13:34:42 2021 -0400
5f2ff8e
Merge branch '2021-07-06-platform-updates'
by Tom Rini
· Tue Jul 06 18:10:10 2021 -0400
8188bda
mmc: synquacer: Add SynQuacer F_SDH30 SDHCI driver
by Jassi Brar
· Fri Jun 04 18:44:16 2021 +0900
8131335
dm: define LOG_CATEGORY for all uclass
by Patrick Delaunay
· Tue Apr 27 11:02:19 2021 +0200
8cfc7c5
mmc: openpiton: add piton_mmc driver
by Tianrui Wei
· Thu Jul 01 12:54:20 2021 +0800
d6837b4
Revert "mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output"
by Fabio Estevam
· Mon Jun 07 17:40:09 2021 -0300
ff6bf1f
mmc: mmc-uclass: change to static about dm function
by Jaehoon Chung
· Mon May 31 08:31:50 2021 +0900
099814b
mmc: fsl_esdhc_imx: use mmc_send_cmd instead of dm_mmc_send_cmd
by Jaehoon Chung
· Mon May 31 08:31:49 2021 +0900
e870824
mmc: dwmmc: socfpga: Get "fifo-mode" property from DT
by Ley Foon Tan
· Mon Apr 26 13:17:46 2021 +0800
1cead23
mmc: dw_mmc: Fixes data read when receiving DTO interrupt in FIFO mode
by Ley Foon Tan
· Mon Apr 26 11:35:05 2021 +0800
13b920a
mmc: mtk-sd: increase the minimum bus frequency
by developer
· Tue Apr 20 16:37:10 2021 +0800
023d419
mmc: fsl_esdhc_imx: drop CONFIG_SYS_FSL_MMC_HAS_CAPBLT_VS33
by Yangbo Lu
· Thu Jun 03 10:51:18 2021 +0800
e087cd6
mmc: fsl_esdhc: convert to CONFIG_FSL_ESDHC_VS33_NOT_SUPPORT
by Yangbo Lu
· Thu Jun 03 10:51:17 2021 +0800
f3f9141
Merge tag 'ti-v2021.07-rc3' of https://source.denx.de/u-boot/custodians/u-boot-ti
by Tom Rini
· Wed May 12 10:07:21 2021 -0400
057d6af
mmc: sdhci_am654: Add Support for TI's AM642 SoC
by Dave Gerlach
· Fri Apr 23 11:27:40 2021 -0500
9b38400
DM: DM_MMC migration is now mandatory for non-SPL
by Tom Rini
· Wed Apr 21 15:32:27 2021 -0400
e06f552
mmc: octeontx_hsmmc: Add support for MIPS Octeon
by Stefan Roese
· Fri Mar 12 09:48:25 2021 +0100
79d9a96
arm: Remove s32v234evb board
by Tom Rini
· Sat Feb 20 20:05:49 2021 -0500
c67140d
Merge tag 'u-boot-imx-20210409' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Fri Apr 09 07:41:32 2021 -0400
2615495
mmc: fsl_esdhc_imx: add extra delay for IO voltage switch if necessary
by Haibo Chen
· Mon Mar 22 18:55:38 2021 +0800
dc7b830
mmc: fsl_esdhc_imx: remove redundant cmd11 related code.
by Haibo Chen
· Mon Mar 22 18:55:37 2021 +0800
7818a81
mmc: fsl_esdhc_imx: use VENDORSPEC_FRC_SDCLK_ON to control card clock output
by Haibo Chen
· Wed Mar 03 17:05:46 2021 +0800
7b9e5af
mmc: mvebu: convert to driver model
by Harm Berntsen
· Tue Mar 30 10:19:41 2021 +0200
b9f84af
mmc: mmc-uclass: Use dev_seq() to read aliases node's index
by Aswath Govindraju
· Thu Mar 25 12:48:48 2021 +0530
57e2ccb
mmc: Check for device with a seq number equal to num before checking against index
by Aswath Govindraju
· Thu Mar 25 12:48:47 2021 +0530
7259dc5
mmc: fsl_esdhc: add pulse width detection workaround
by Michael Walle
· Wed Mar 17 15:01:37 2021 +0100
148dc61
mmc: fsl_esdhc: add workaround for erratum A-011334
by Michael Walle
· Wed Mar 17 15:01:36 2021 +0100
a18a36f
Merge tag 'v2021.04-rc5' into next
by Tom Rini
· Mon Mar 29 17:53:19 2021 -0400
2001f4a
mmc: pci_mmc: Set up the card detect
by Simon Glass
· Mon Mar 15 18:00:08 2021 +1300
0000e0d
dm: Rename device_get_by_driver_info_idx()
by Simon Glass
· Mon Mar 15 17:25:28 2021 +1300
3d81f02
mmc: pci: Fix Kconfig dependency
by Bin Meng
· Mon Feb 15 20:01:44 2021 +0800
1bbd66a
mmc: mtk-sd: don't ignore max-frequency from device tree
by Daniel Golle
· Mon Mar 15 15:31:11 2021 +0000
a30f24f
Merge tag 'u-boot-imx-20210303' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Wed Mar 03 10:10:34 2021 -0500
67565bd
drivers: mmc: iproc_sdhci: enable HS200 mode
by Bharat Gooty
· Fri Feb 26 11:45:13 2021 +0530
e8801ac
mmc: fsl_esdhc_imx: fix the DTOCV to 0xE
by Haibo Chen
· Fri Feb 19 11:25:32 2021 -0800
eaf8ccc
mmc: fsl_esdhc_imx: Add a compatible for i.MX51
by Fabio Estevam
· Mon Feb 15 08:58:15 2021 -0300
b2f1c0b
mmc: sandbox: Add support for writing
by Sean Anderson
· Fri Feb 05 09:38:53 2021 -0500
df070ce
Merge tag 'xilinx-for-v2021.04-rc3' of https://gitlab.denx.de/u-boot/custodians/u-boot-microblaze
by Tom Rini
· Tue Feb 23 10:45:55 2021 -0500
4171095
clk: zynq: Add dummy clock enable function
by Michal Simek
· Tue Feb 09 15:28:15 2021 +0100
c0674d4
mmc: rockchip_dw_mmc: use mmc_pwrseq instead of rockchip_mmc_pwrseq
by Jaehoon Chung
· Tue Feb 16 10:16:54 2021 +0900
f780e13
mmc: meson_gx_mmc: use mmc_pwrseq instead of meson_mmc_pwrseq
by Jaehoon Chung
· Tue Feb 16 10:16:53 2021 +0900
48ad827
mmc: pwrseq: add mmc-pwrseq file to provide a generic interface
by Jaehoon Chung
· Tue Feb 16 10:16:52 2021 +0900
1316062
mmc: mmc_spi: Document the 3 local functions
by Bin Meng
· Tue Feb 02 10:48:48 2021 +0800
d3a2671
mmc: mmc_spi: Fix potential spec violation in receiving card response
by Bin Meng
· Tue Feb 02 10:48:47 2021 +0800
6b82a24
mmc: mmc_spi: Move argument check to the beginning of mmc_spi_sendcmd()
by Bin Meng
· Tue Feb 02 10:48:46 2021 +0800
ce387d9
mmc: mmc_spi: Print verbose debug output when crc16 check fails
by Bin Meng
· Tue Feb 02 10:32:48 2021 +0800
a463bbe
mmc: fix response timeout after switch command
by Stefan Bosch
· Sat Jan 23 13:37:41 2021 +0100
1f838f6
mmc: sdhci: skip cache invalidation if DMA is not used
by Yuezhang.Mo@sony.com
· Thu Jan 14 05:46:50 2021 +0000
6b3431c
mmc: initialize an err variable
by Jaehoon Chung
· Fri Dec 04 06:36:00 2020 +0900
248a8f0
mmc: Introduce mmc_phys_to_bus()/mmc_bus_to_phys()
by Nicolas Saenz Julienne
· Tue Jan 12 13:55:29 2021 +0100
b1db71b
Merge branch '2021-02-02-drop-asm_global_data-when-unused'
by Tom Rini
· Mon Feb 15 08:19:40 2021 -0500
8a9cddd
mmc: mv_sdhci: parse device-tree entry
by Baruch Siach
· Tue Feb 02 08:43:04 2021 +0200
9c10cfe
mmc: am654_sdhci: Use sdhci_set_control_reg()
by Faiz Abbas
· Thu Feb 04 15:10:55 2021 +0530
36c8c5c
mmc: am654_sdhci: Fix HISPD bit configuration in some lower speed modes
by Faiz Abbas
· Thu Feb 04 15:10:54 2021 +0530
7a7e2c7
mmc: am654_sdhci: Add support for software tuning
by Faiz Abbas
· Thu Feb 04 15:10:53 2021 +0530
c73f04e
mmc: am654_sdhci: Add support for writing to clkbuf_sel
by Faiz Abbas
· Thu Feb 04 15:10:52 2021 +0530
def2a0f
mmc: am654_sdhci: Add support for input tap delay
by Faiz Abbas
· Thu Feb 04 15:10:51 2021 +0530
2c2fc96
mmc: am654_sdhci: Add support for AM65x SR2.0
by Faiz Abbas
· Thu Feb 04 15:10:50 2021 +0530
947e8f3
mmc: am654_sdhci: Add flag for PHY calibration
by Faiz Abbas
· Thu Feb 04 15:10:49 2021 +0530
b7f57bb
mmc: am654_sdhci: Convert flag fields to BIT macro
by Faiz Abbas
· Thu Feb 04 15:10:48 2021 +0530
2c45a2c
mmc: am654_sdhci: Unconditionally switch off DLL in the beginning of ios_post()
by Faiz Abbas
· Thu Feb 04 15:10:47 2021 +0530
6ede121
mmc: sdhci: Add helper functions for UHS modes
by Faiz Abbas
· Thu Feb 04 15:10:46 2021 +0530
3ba929a
common: Drop asm/global_data.h from common header
by Simon Glass
· Fri Oct 30 21:38:53 2020 -0600
d6e2f87
mmc: tmio: sdhi: Configure internal DMA bus width
by Marek Vasut
· Sun Jan 03 11:38:25 2021 +0100
74aaa3f
mmc: pci_mmc: Set the removable flag
by Simon Glass
· Wed Jan 13 20:29:54 2021 -0700
5c9c49e
mmc: pci_mmc: Only generate ACPI code for the SD card
by Simon Glass
· Wed Jan 13 20:29:52 2021 -0700
f100063
arm: mvebu: Espressobin: Disable slot when emmc is not present
by Pali Rohár
· Mon Dec 21 11:09:10 2020 +0100
d719a4d
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-sunxi
by Tom Rini
· Mon Jan 25 19:46:02 2021 -0500
6b12ad8
mmc: sunxi: Refactor mod clock register offset
by Andre Przywara
· Mon Jan 11 21:11:44 2021 +0100
d6da7ab
mmc: sunxi: Replace H6 ifdefs with H6 gen macro
by Jernej Skrabec
· Mon Jan 11 21:11:35 2021 +0100
7bf38bc
Merge tag 'mips-pull-2021-01-24' of https://gitlab.denx.de/u-boot/custodians/u-boot-mips
by Tom Rini
· Mon Jan 25 14:38:40 2021 -0500
27d95eb
Merge tag 'u-boot-imx-20210125' of https://gitlab.denx.de/u-boot/custodians/u-boot-imx
by Tom Rini
· Mon Jan 25 09:02:35 2021 -0500
dc462a8
mmc: mtk-sd: assign plat->cfg.f_max with a correct value
by developer
· Thu Nov 12 16:37:07 2020 +0800
7295c89
mmc: mtk-sd: add pad control settings for MediaTek MT7620/MT76x8 SoCs
by developer
· Thu Nov 12 16:37:02 2020 +0800
c731074
mmc: mtk-sd: fix sclk cycles shift value
by developer
· Thu Nov 12 16:36:57 2020 +0800
7989f60
mmc: fsl_esdhc_imx.c: fix compiler warning
by Heiko Schocher
· Fri Jan 15 10:37:09 2021 +0100
Next »