Home
last modified time | relevance | path

Searched hist:"14 bed52d276afd36b9674ee7aa2c2ad9d2f4e59e" (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/drivers/mmc/
H A Dmsm_sdhci.c14bed52d276afd36b9674ee7aa2c2ad9d2f4e59e Tue Jul 26 10:06:24 UTC 2016 Jaehoon Chung <jh80.chung@samsung.com> mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg

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 simpler than before.
It doesn't consider "Version" and "Capabilities" anymore in each SoC
driver.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
H A Dzynq_sdhci.c14bed52d276afd36b9674ee7aa2c2ad9d2f4e59e Tue Jul 26 10:06:24 UTC 2016 Jaehoon Chung <jh80.chung@samsung.com> mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg

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 simpler than before.
It doesn't consider "Version" and "Capabilities" anymore in each SoC
driver.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
H A Drockchip_sdhci.c14bed52d276afd36b9674ee7aa2c2ad9d2f4e59e Tue Jul 26 10:06:24 UTC 2016 Jaehoon Chung <jh80.chung@samsung.com> mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg

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 simpler than before.
It doesn't consider "Version" and "Capabilities" anymore in each SoC
driver.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
H A Dsdhci.c14bed52d276afd36b9674ee7aa2c2ad9d2f4e59e Tue Jul 26 10:06:24 UTC 2016 Jaehoon Chung <jh80.chung@samsung.com> mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg

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 simpler than before.
It doesn't consider "Version" and "Capabilities" anymore in each SoC
driver.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
/rk3399_rockchip-uboot/include/
H A Dsdhci.h14bed52d276afd36b9674ee7aa2c2ad9d2f4e59e Tue Jul 26 10:06:24 UTC 2016 Jaehoon Chung <jh80.chung@samsung.com> mmc: sdhci: remove the unnecessary arguments for sdhci_setup_cfg

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 simpler than before.
It doesn't consider "Version" and "Capabilities" anymore in each SoC
driver.

Signed-off-by: Jaehoon Chung <jh80.chung@samsung.com>
Reviewed-by: Simon Glass <sjg@chromium.org>