generic-poky/meta/recipes-kernel
Bruce Ashfield 3490db6a4c linux-yocto/4.1: fix fsl-ls10xx sdhci
mmc: sdhci: fix two compile errors

    | CC drivers/mmc/host/sdhci.o
    | drivers/mmc/host/sdhci.c: In function 'sdhci_execute_tuning':
    | drivers/mmc/host/sdhci.c:1990:4: error: implicit
    | declaration of function 'sdhci_do_reset'
    | [-Werror=implicit-function-declaration]
    | sdhci_do_reset(host, SDHCI_RESET_CMD);
    | ^
    | drivers/mmc/host/sdhci.c:2006:7: error: 'struct
    | mmc_command' has no member named 'busy_timeout'
    | cmd.busy_timeout = 50;
    |        ^

    In function sdhci_execute_tuning, replace sdhci_do_reset
    with sdhci_reset, replace busy_timeout with cmd_timeout_ms.

    Commit a629a90ba0 adds eMMC DDR mode support for t2080qds and
    modified some data structures and function name. Later
    commit a2080cc280 just backport upstream commit 61e53bd004
    without aligning the current source tree thus cause
    these build errors. Fix them.

    Signed-off-by: Zhang Xiao <xiao.zhang@windriver.com>

(From OE-Core rev: 538d2f0857f09ca86026d5771ea7c3fb74c0f857)

(From OE-Core rev: 68f353d8a82a3b345e6e635258a606bf1c3991fb)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2017-09-11 22:15:59 +01:00
..
blktrace blktrace: Include <sys/types.h for dev_t 2016-01-24 09:40:26 +00:00
cryptodev cryptodev-linux: update SRC_URI 2017-05-27 14:52:29 +01:00
dtc dtc: update to 1.4.2 2016-10-28 16:15:18 +01:00
kern-tools kernel-yocto/kern-tools: fix do_validate_branches clean stage 2017-04-29 11:17:22 +01:00
kexec kexec-tools: Add again the x32 patch 2017-04-20 07:56:09 +01:00
kmod sstate.bbclass, staging.bbclass: Handle HOSTTOOLS_DIR when restoring state 2017-05-01 08:56:35 +01:00
latencytop recipes: Make use of the new bb.utils.filter() function 2017-03-01 11:17:45 +00:00
libpfm libpfm4: fix compile error 2016-07-08 09:57:25 +01:00
linux linux-yocto/4.1: fix fsl-ls10xx sdhci 2017-09-11 22:15:59 +01:00
linux-firmware linux-firmware: Avoid a dependency on python-core 2017-07-27 22:36:44 +01:00
linux-libc-headers linux-libc-headers: fix duplicate IFF_LOWER_UP DORMANT ECHO on musl 2017-08-29 11:57:28 +01:00
lttng lttng-ust_2.9.1.bb: set CVE_PRODUCT to ust 2017-08-29 11:57:28 +01:00
modutils-initscripts modutils-initsripts: Add PACKAGE_WRITE_DEPS for postinst 2017-01-20 11:53:50 +00:00
oprofile oprofileui: remove 2016-06-15 18:05:21 +01:00
perf perf: add PACKAGECONFIG for jvmti 2017-02-15 20:06:43 -08:00
powertop powertop: Include right headers for timval struct 2016-01-24 09:40:26 +00:00
sysprof sysprof: inherit upstream-version-is-even 2017-03-01 23:27:08 +00:00
systemtap systemtap: ensure systemtap-native is available 2017-08-29 11:57:29 +01:00
trace-cmd trace-cmd: update to 2.6 2015-12-28 09:25:15 +00:00