1. 11 9月, 2018 1 次提交
    • P
      mmc: add HS400 support · 3dd2626f
      Peng Fan 提交于
      Add HS400 support.
      Selecting HS400 needs first select HS200 according to spec, so use
      a dedicated function for HS400.
      Add HS400 related macros.
      Remove the restriction of only using the low 6 bits of
      EXT_CSD_CARD_TYPE, using all the 8 bits.
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      Cc: Jaehoon Chung <jh80.chung@samsung.com>
      Cc: Jean-Jacques Hiblot <jjhiblot@ti.com>
      Cc: Stefano Babic <sbabic@denx.de>
      Cc: Kishon Vijay Abraham I <kishon@ti.com>
      Cc: Faiz Abbas <faiz_abbas@ti.com>
      Cc: Marek Vasut <marex@denx.de>
      Signed-off-by: NPeng Fan <peng.fan@nxp.com>
      3dd2626f
  2. 30 8月, 2018 1 次提交
  3. 14 8月, 2018 1 次提交
    • M
      mmc: socfpga: Add clock framework support · 12ea13ad
      Marek Vasut 提交于
      Add support for fetching the clock frequency both using the legacy
      method in case clock framework is disabled as well as via the clock
      framework if it is enabled. This allows for migration to the clock
      framework on platforms which supports it while not breaking legacy
      platforms. That said, the legacy method must be removed eventually.
      Signed-off-by: NMarek Vasut <marex@denx.de>
      Cc: Chin Liang See <chin.liang.see@intel.com>
      Cc: Dinh Nguyen <dinguyen@kernel.org>
      Cc: Ley Foon Tan <ley.foon.tan@intel.com>
      12ea13ad
  4. 06 8月, 2018 3 次提交
  5. 04 8月, 2018 3 次提交
  6. 31 7月, 2018 1 次提交
  7. 23 7月, 2018 1 次提交
  8. 20 7月, 2018 1 次提交
  9. 16 7月, 2018 1 次提交
  10. 11 7月, 2018 1 次提交
    • T
      board: arm: Add support for Broadcom BCM7445 · 894c3ad2
      Thomas Fitzsimmons 提交于
      Add support for loading U-Boot on the Broadcom 7445 SoC.  This port
      assumes Broadcom's BOLT bootloader is acting as the second stage
      bootloader, and U-Boot is acting as the third stage bootloader, loaded
      as an ELF program by BOLT.
      Signed-off-by: NThomas Fitzsimmons <fitzsim@fitzsim.org>
      Cc: Stefan Roese <sr@denx.de>
      Cc: Tom Rini <trini@konsulko.com>
      Cc: Florian Fainelli <f.fainelli@gmail.com>
      894c3ad2
  11. 10 7月, 2018 1 次提交
  12. 15 6月, 2018 2 次提交
  13. 01 6月, 2018 1 次提交
  14. 31 5月, 2018 3 次提交
  15. 29 5月, 2018 1 次提交
  16. 27 5月, 2018 1 次提交
  17. 24 5月, 2018 2 次提交
  18. 15 5月, 2018 1 次提交
  19. 13 5月, 2018 1 次提交
    • M
      mmc: Improve tinification · 62d77cea
      Marek Vasut 提交于
      Drop all the extra content from the MMC core, so that tiny MMC support
      is really tiny, no fancy anything. That means the tiny MMC support does
      only 1-bit transfers at default speed settings. Moreover, this patch
      drops duplicate instance of struct mmc mmc_static, which wasted about
      360 bytes. Furthermore, since MMC tiny supports only one controller
      at all times, get rid of mallocating the ext csd backup and replace
      it with static array. All in all, this patch saves ~4 kiB of bloat
      from the MMC core, which on platforms with severe limitations can be
      beneficial.
      Signed-off-by: NMarek Vasut <marek.vasut@gmail.com>
      Cc: Jaehoon Chung <jh80.chung@samsung.com>
      [trini: Fixup checkpatch.pl style warnings]
      Signed-off-by: NTom Rini <trini@konsulko.com>
      62d77cea
  20. 11 5月, 2018 6 次提交
  21. 08 5月, 2018 4 次提交
  22. 07 5月, 2018 1 次提交
    • T
      SPDX: Convert all of our single license tags to Linux Kernel style · 83d290c5
      Tom Rini 提交于
      When U-Boot started using SPDX tags we were among the early adopters and
      there weren't a lot of other examples to borrow from.  So we picked the
      area of the file that usually had a full license text and replaced it
      with an appropriate SPDX-License-Identifier: entry.  Since then, the
      Linux Kernel has adopted SPDX tags and they place it as the very first
      line in a file (except where shebangs are used, then it's second line)
      and with slightly different comment styles than us.
      
      In part due to community overlap, in part due to better tag visibility
      and in part for other minor reasons, switch over to that style.
      
      This commit changes all instances where we have a single declared
      license in the tag as both the before and after are identical in tag
      contents.  There's also a few places where I found we did not have a tag
      and have introduced one.
      Signed-off-by: NTom Rini <trini@konsulko.com>
      83d290c5
  23. 02 5月, 2018 2 次提交