| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | kona_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | pic32_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | atmel_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | pci_mmc.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | mv_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | msm_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | bcm2835_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | zynq_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | rockchip_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | s5p_sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| H A D | sdhci.c | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|
| /rk3399_rockchip-uboot/include/ |
| H A D | sdhci.h | 6d0e34bf4e21596563e5f5950d097a2eab4c81a8 Tue Jan 17 14:58:48 UTC 2017 Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com> mmc: sdhci: Distinguish between base clock and maximum peripheral frequency
The sdhci controller assumes that the base clock frequency is fully supported by the peripheral and doesn't support hardware limitations. The Linux kernel distinguishes between base clock (max_clk) of the host controller and maximum frequency (f_max) of the card interface. Use the same differentiation and allow the platform to constrain the peripheral interface.
Signed-off-by: Stefan Herbrechtsmeier <stefan.herbrechtsmeier@weidmueller.com>
|