u-boot-brain/arch/arm/mach-rmobile
Marek Vasut a3f0a7d5b5 mmc: sh_sdhi: Fix the ACMD handling
The command handling in this driver is awful, esp. because the driver
depends on command numbers to determine whether this is APPCMD or not.
Also, handling of command RSP response types is totally wrong.

This patch at least plucks out some of the custom command encoding and
fixes the APPCMD handling. The RSP handling still needs work, yet that
might not be needed as it turns out the uniphier-sd.c driver is in much
better shape and supports the same IP, so we might be able to just drop
this driver in favor of the uniphier one.

Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com>
Cc: Hiroyuki Yokoyama <hiroyuki.yokoyama.vx@renesas.com>
Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
Cc: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
2017-08-17 14:38:02 +09:00
..
include/mach mmc: sh_sdhi: Fix the ACMD handling 2017-08-17 14:38:02 +09:00
board.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
cpu_info-r8a7740.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
cpu_info-rcar.c ARM: rmobile: Handle R8A7796 r1.1 in the PRR code 2017-05-22 04:38:26 +09:00
cpu_info-sh73a0.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
cpu_info.c ARM: rmobile: Add R8A7796 into the CPU table 2017-05-22 04:38:25 +09:00
emac.c treewide: replace #include <asm/errno.h> with <linux/errno.h> 2016-09-23 17:55:42 -04:00
Kconfig ARM: rmobile: Add support R-Car Generation 3 2016-08-17 10:25:35 +09:00
Kconfig.32 arm: rmobile: Add BLANCHE board support 2016-08-17 10:25:35 +09:00
Kconfig.64 ARM: rmobile: ulcb: Add ULCB board support 2017-08-03 03:50:03 +09:00
lowlevel_init_ca15.S ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
lowlevel_init_gen3.S armv8: aarch64: Fix the warning about x1-x3 nonzero issue 2017-01-18 09:29:33 -08:00
lowlevel_init.S ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
Makefile ARM: rmobile: Add R8A7796 support 2017-05-22 04:38:26 +09:00
memmap-r8a7795.c ARM: rmobile: r8a7795: Add MMU layout 2016-08-17 10:25:36 +09:00
memmap-r8a7796.c ARM: rmobile: Add R8A7796 support 2017-05-22 04:38:26 +09:00
pfc-r8a7740.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
pfc-r8a7790.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
pfc-r8a7790.h arm: rmobile: Add BLANCHE board support 2016-08-17 10:25:35 +09:00
pfc-r8a7791.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
pfc-r8a7792.c arm: rmobile: Add BLANCHE board support 2016-08-17 10:25:35 +09:00
pfc-r8a7793.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
pfc-r8a7794.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
pfc-r8a7795.c ARM: rmobile: Update R8A7795 PFC and GPIO tables 2017-05-22 04:38:25 +09:00
pfc-r8a7796.c ARM: rmobile: Import R8A7796 PFC and GPIO tables 2017-05-22 04:38:25 +09:00
pfc-sh73a0.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00
timer.c ARM: rmobile: Move SoC sources to mach-rmobile 2016-08-17 10:25:28 +09:00