- b6b3557 mmc: sunxi: Use DM_GPIO flags to set pull-up by Samuel Holland · 3 years, 1 month ago
- b68d92c mmc: sunxi: conditionally include MMC2 initialization code by Icenowy Zheng · 3 years, 4 months ago
- 06feb81 sunxi: Clean up inclusions of asm/arch/gpio.h by Samuel Holland · 3 years, 3 months ago
- f502070 sunxi: mmc: A20: Fix MMC optimisation by Andre Przywara · 3 years, 3 months ago
- d8a2960 mmc: sunxi: Use mmc_of_parse() by Andre Przywara · 3 years, 7 months ago
- 56086a4 mmc: sunxi: Increase MMIO FIFO read performance by Andre Przywara · 3 years, 7 months ago
- 8c93a9c mmc: sunxi: Cleanup and fix self-calibration code by Andre Przywara · 3 years, 7 months ago
- 3f23aa6 mmc: sunxi: Cleanup "new timing mode" selection by Andre Przywara · 3 years, 7 months ago
- dd505d1 mmc: sunxi: Fix MMC clock parent selection by Andre Przywara · 3 years, 7 months ago
- 70bbb41 mmc: sunxi: Fix warnings with CONFIG_PHYS_64BIT by Andre Przywara · 3 years, 7 months ago
- f2f3a59 mmc: sunxi: Avoid #ifdefs in delay and width setup by Andre Przywara · 4 years ago
- 6b12ad8 mmc: sunxi: Refactor mod clock register offset by Andre Przywara · 3 years, 11 months ago
- d6da7ab mmc: sunxi: Replace H6 ifdefs with H6 gen macro by Jernej Skrabec · 3 years, 11 months ago
- fa20e93 dm: treewide: Rename dev_get_platdata() to dev_get_plat() by Simon Glass · 4 years ago
- 71fa5b4 dm: treewide: Rename 'platdata' variables to just 'plat' by Simon Glass · 4 years ago
- 8a2b47f dm: treewide: Rename auto_alloc_size members to be shorter by Simon Glass · 4 years ago
- dbd7954 common: Drop linux/delay.h from common header by Simon Glass · 4 years, 7 months ago
- 0f2af88 common: Drop log.h from common header by Simon Glass · 4 years, 7 months ago
- 99f3a91 mmc: sunxi: Honour non-removable property in DT by Andre Przywara · 6 years ago
- 29b533c mmc: sunxi: Add DM clk and reset support by Andre Przywara · 6 years ago
- 64e2a74 mmc: sunxi: Add DM_MMC support for A80 by Jagan Teki · 6 years ago
- 611f167 mmc: sunxi: Add DM_MMC support for H6 by Jagan Teki · 6 years ago
- 79eaa5d mmc: sunxi: Add remaining compatible strings by Jagan Teki · 6 years ago
- 2002b75 mmc: sunxi: Fix mmc clocks for DM_MMC by Jagan Teki · 6 years ago
- a4e8dd9 sunxi-mmc: use new mode on both controllers on A64 by Vasily Khoruzhick · 6 years ago
- b6a005a sunxi-mmc: don't double clock for new mode unconditionally by Vasily Khoruzhick · 6 years ago
- b198e2c sunxi-mmc: introduce new MMC_SUNXI_HAS_MODE_SWITCH option by Vasily Khoruzhick · 6 years ago
- 57789d6 mmc: sunxi: add support for automatic delay calibration by Vasily Khoruzhick · 6 years ago
- a838a15 sunxi: add MMC support for H6 by Icenowy Zheng · 6 years ago
- 8347015 dm: mmc: sunxi: Add A10/A20 compatible strings by Adam Sampson · 6 years ago
- 10e4779 SPDX: Convert all of our single license tags to Linux Kernel style by Tom Rini · 7 years ago
- 1721b00 sunxi: improve throughput in the sunxi_mmc driver by Philipp Tomsich · 7 years ago
- 180194b sunxi: mmc: Fix phase delays by Stefan Mavrodiev · 7 years ago
- 8dc0a99 mmc: sunxi: support cd-inverted by Heinrich Schuchardt · 7 years ago
- e76f006 mmc: sunxi: Only update timing mode bit when enabling new timing mode by Chen-Yu Tsai · 7 years ago
- 0cc228e mmc: sunxi: fix legacy MMC initialisation by Maxime Ripard · 7 years ago
- 95e3470 mmc: sunxi: Support new mode by Maxime Ripard · 7 years ago
- 7484ae7 dm: mmc: sunxi: Add support for driver model by Simon Glass · 7 years ago
- 3a65415 dm: mmc: sunxi: Drop mmc_clk_io_on() by Simon Glass · 7 years ago
- 87ff0f7 dm: mmc: sunxi: Pass private data around explicitly by Simon Glass · 7 years ago
- 8e659a2 dm: mmc: sunxi: Rename mmchost to priv by Simon Glass · 7 years ago
- 3f19fbf dm: mmc: sunxi: Rename struct sunxi_mmc_host to sunxi_mmc_priv by Simon Glass · 7 years ago
- b6cd1d3 mmc: change the set_ios return type from void to int by Jaehoon Chung · 8 years ago
- 584d7ae mmc: sunxi: Enable 8bits bus width for sun8i by Maxime Ripard · 8 years ago
- 7825d20 mmc: use the generic error number by Jaehoon Chung · 8 years ago
- 6527fa2 sunxi: Use BROM stored boot_media value to determine our boot-source by Hans de Goede · 8 years ago
- e2ead48 sunxi: mmc: increase status register polling rate for data transfers by Tobias Doerffel · 8 years ago
- 26c50fb sunxi: Add support for Allwinner A64 SoCs by Siarhei Siamashka · 9 years ago
- ee1d825 sunxi: Explicitly cast u32 pointer conversions by Alexander Graf · 9 years ago
- e73f296 block: pass block dev not num to read/write/erase() by Stephen Warren · 9 years ago
- 5192ba2 sunxi: mmc: Fix clk-delay settings by Hans de Goede · 9 years ago
- b017009 sunxi: mmc: set transfer timeout according to byte_cnt. by Yousong Zhou · 9 years ago
- 8c95c51 sunxi: Create helper function veryfing valid boot signature on MMC by Daniel Kochmański · 10 years ago
- e652530 sunxi: mmc: Enable pull-up on card-detect gpio pin by Hans de Goede · 9 years ago
- 323a6bb Merge branch 'master' of git://git.denx.de/u-boot-mmc by Tom Rini · 10 years ago
- 5fd3edd mmc: remove the MMC_MODE_HC flag by Rob Herring · 10 years ago
- b1e107a sunxi: mmc: Fix card-detect gpio handling to work with the driver-model by Hans de Goede · 10 years ago
- f07872b sunxi: Introduce a hidden SUNXI_GEN_SUNxI Kconfig bool by Hans de Goede · 10 years ago
- 0ba5e78 sunxi: mmc: Always declare High Capacity capability by Hans de Goede · 10 years ago
- 253d77d sunxi: mmc: Add 'sunxi_' prefix to the static functions by Siarhei Siamashka · 10 years ago
- f1865db sunxi: mmc: Add support for sun9i (A80) by Hans de Goede · 10 years ago
- 8c83657 sunxi: mmc: Use a realistic timeout when sending a mmc command by Hans de Goede · 10 years ago
- 06da346 mmc: sunxi: Fix misuse of gpio_direction_input() by Axel Lin · 10 years ago
- 06bfab0 sunxi: mmc: Properly setup mod-clk and clock sampling phases by Hans de Goede · 10 years ago
- 3d1095f dm: sunxi: Request card detect gpio by Hans de Goede · 10 years ago
- 8f32aaa sunxi: Use CONFIG_MACH_SUN?I from Kconfig instead of CONFIG_SUN?I by Ian Campbell · 10 years ago
- ac80aa0 mmc: sunxi: Add support for sun8i (A23) by Chen-Yu Tsai · 10 years ago
- 63deaa8 sunxi: When we've both mmc0 and mmc2, detect from which one we're booting by Hans de Goede · 10 years ago
- 7412ef8 sunxi: Add mmc card-detect functionality by Hans de Goede · 10 years ago
- e2d11bb ARM: sunxi-mmc: Add mmc support for sun6i / A31 by Hans de Goede · 10 years ago
- 55a0718 mmc: sunxi: add SDHC support for sun6i/sun7i/sun8i by Wills Wang · 10 years ago
- 411dc87 sunxi: Remove mmc DMA support by Hans de Goede · 10 years ago
- b4e9f2f sunxi: mmc support by Ian Campbell · 11 years ago