Re: [linux-yocto] [kernel-cache][RFC PATCH 5/7] bsp/qemumicroblazeeb: Add BSP configs for qemumicroblazeeb

2017-07-13 Thread Nathan Rossi
On 13 July 2017 at 05:22, Bruce Ashfield wrote: > On 2017-07-04 11:29 AM, Nathan Rossi wrote: >> >> Create configs for the qemumicroblazeeb machine. This includes both >> -standard and -tiny configs. >> >> Signed-off-by: Nathan Rossi >> --- >> bsp/qemumicroblaze/qemumicroblazeeb-standard.scc |

Re: [linux-yocto] [kernel-cache][RFC PATCH 0/7] MicroBlaze and Zynq BSP configuration

2017-07-13 Thread Nathan Rossi
On 13 July 2017 at 05:25, Bruce Ashfield wrote: > On 2017-07-04 11:29 AM, Nathan Rossi wrote: >> >> Most of this configuration has existed in the meta-xilinx layer for >> quite some time for use with linux-yocto and Xilinx's vendor tree >> kernel, linux-xlnx. >> >> The goal is to enable the use of

Re: [linux-yocto] [linux-yocto-4.1] [bsp patch] mmc: sdhci: fix two compile errors

2017-07-13 Thread Bruce Ashfield
On 07/13/2017 04:08 AM, Zhang Xiao wrote: Hi Bruce, This patch fixed two compile errors in kernel branch standard/fsl-ls10xx merged. Bruce Thanks Xiao mmc: sdhci: fix two compile errors | CC drivers/mmc/host/sdhci.o | drivers/mmc/host/sdhci.c: In function 'sdhci_execute_tuning': | driver

[linux-yocto] [PATCH] mmc: sdhci: fix two compile errors

2017-07-13 Thread Zhang Xiao
| 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:

[linux-yocto] [linux-yocto-4.1] [bsp patch] mmc: sdhci: fix two compile errors

2017-07-13 Thread Zhang Xiao
Hi Bruce, This patch fixed two compile errors in kernel branch standard/fsl-ls10xx Thanks Xiao 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 funct