Re: [U-Boot] [PATCH 2/2] mmc: sdhci: remove the unnecessary argumetns for sdhci_setup_cfg

2016-08-03 Thread Jaehoon Chung
Hi Simon, On 08/04/2016 11:36 AM, Simon Glass wrote: > On 31 July 2016 at 20:20, Simon Glass wrote: >> On 26 July 2016 at 04:06, Jaehoon Chung wrote: >>> Some arguments don't need to pass to sdhci_setup_cfg. >>> Generic variable can be used in

Re: [U-Boot] [PATCH 2/2] mmc: sdhci: remove the unnecessary argumetns for sdhci_setup_cfg

2016-08-03 Thread Simon Glass
On 31 July 2016 at 20:20, Simon Glass wrote: > On 26 July 2016 at 04:06, Jaehoon Chung wrote: >> Some arguments don't need to pass to sdhci_setup_cfg. >> Generic variable can be used in sdhci_setup_cfg, and some arguments are >> already included in

Re: [U-Boot] [PATCH 2/2] mmc: sdhci: remove the unnecessary argumetns for sdhci_setup_cfg

2016-07-31 Thread Simon Glass
On 26 July 2016 at 04:06, Jaehoon Chung wrote: > Some arguments don't need to pass to sdhci_setup_cfg. > Generic variable can be used in sdhci_setup_cfg, and some arguments are > already included in sdhci_host struct. > > It's enough that just pass the board specific

[U-Boot] [PATCH 2/2] mmc: sdhci: remove the unnecessary argumetns for sdhci_setup_cfg

2016-07-26 Thread Jaehoon Chung
Some arguments don't need to pass to sdhci_setup_cfg. Generic variable can be used in sdhci_setup_cfg, and some arguments are already included in sdhci_host struct. It's enough that just pass the board specific things to sdhci_setup_cfg(). After removing the unnecessary arguments, it's more