1. 30 10月, 2017 3 次提交
    • C
      mmc: meson-mx-sdio: Add a driver for the Amlogic Meson8 and Meson8b SoCs · ed80a13b
      Carlo Caione 提交于
      Add a driver for the SDIO/MMC host found on the Amlogic Meson SoCs. This
      is an MMC controller which provides an interface between the application
      processor and various memory cards. It supports the SD specification
      v2.0 and the eMMC specification v4.41.
      
      The controller provides an internal "mux" which allows connecting up to
      three MMC devices to it. Only one device can be used at a time though
      since the registers are shared across all devices. The driver takes care
      of synchronizing access (similar to the dw_mmc driver).
      The maximum supported bus-width is 4-bits.
      
      Amlogic's GPL kernel sources call the corresponding driver "aml_sdio" to
      differentiate it from the other MMC controller in (at least the Meson8
      and Meson8b) the SoCs (they call the other drivers aml_sdhc and
      aml_sdhc_m8, which seem to support a bus-width of up to 8-bits). This
      means that there are three different MMC host controller IP blocks from
      Amlogic (each of them with completely own register layout and features):
      - "SDIO": 1 and 4 bit bus width, support for high-speed modes up to
        UHS-I SDR50, part of Meson6, Meson8 and Meson8b (the driver from this
        patch targets this controller)
      - "SDHC": 1, 4 and 8 bit bus width, compatible with standard iNAND
        interface, support for speeds up to HS200 and MMC spec up to version
        4.5x, part of Meson8 and Meson8b SoCs (there is no mainline driver
        for this controller yet)
      - "SDEMMC": 1, 4 and 8 bit bus width, support for speeds up to HS400
        and MMC spec up to version 5.0, part of the Meson GX (64-bit) SoCs
        (supported by the meson-gx MMC host driver)
      Signed-off-by: NCarlo Caione <carlo@endlessm.com>
      Signed-off-by: NMartin Blumenstingl <martin.blumenstingl@googlemail.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      ed80a13b
    • J
      mmc: cavium: Depend on GPIO driver · 62467bbb
      Jan Glauber 提交于
      Without the ThunderX/OcteonTx GPIO driver the MMC driver
      would not power up any MMC devices. Therefore add a
      dependency to the GPIO driver and remove the unneeded GPIOLIB
      dependency.
      Signed-off-by: NJan Glauber <jglauber@cavium.com>
      Acked-by: NDavid Daney <david.daney@cavium.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      62467bbb
    • V
      mmc: Kconfig: Enable CONFIG_MMC_SDHCI_IO_ACCESSORS · 99d570da
      Vijay Viswanath 提交于
      Enable CONFIG_MMC_SDHCI_IO_ACCESSORS so that SDHC controller specific
      register read and write APIs, if registered, can be used.
      Signed-off-by: NVijay Viswanath <vviswana@codeaurora.org>
      Acked-by: NAdrian Hunter <adrian.hunter@intel.com>
      Signed-off-by: NUlf Hansson <ulf.hansson@linaro.org>
      99d570da
  2. 22 9月, 2017 1 次提交
  3. 08 9月, 2017 1 次提交
  4. 30 8月, 2017 5 次提交
  5. 20 6月, 2017 2 次提交
  6. 25 4月, 2017 4 次提交
  7. 13 2月, 2017 1 次提交
  8. 08 12月, 2016 1 次提交
  9. 05 12月, 2016 1 次提交
  10. 29 11月, 2016 2 次提交
  11. 25 7月, 2016 3 次提交
  12. 02 5月, 2016 1 次提交
  13. 18 4月, 2016 1 次提交
  14. 17 3月, 2016 1 次提交
  15. 29 2月, 2016 4 次提交
  16. 22 12月, 2015 1 次提交
  17. 09 11月, 2015 1 次提交
  18. 26 10月, 2015 4 次提交
  19. 24 8月, 2015 1 次提交
  20. 24 7月, 2015 1 次提交
  21. 18 6月, 2015 1 次提交