Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
7 results

mmc.h

Blame
  • Forked from Reform / reform-boundary-uboot
    Source project has a limited visibility.
    • Haavard Skinnemoen's avatar
      341188b9
      MMC: Consolidate MMC/SD command definitions · 341188b9
      Haavard Skinnemoen authored
      
      This moves the MMC and SD Card command definitions from
      include/asm/arch/mmc.h into include/mmc.h. These definitions are
      given by the MMC and SD Card standards, not by any particular
      architecture.
      
      There's a lot more room for consolidation in the MMC drivers which
      I'm hoping to get done eventually, but this patch is a start.
      
      Compile-tested for all avr32 boards as well as lpc2292sodimm and
      lubbock. This should cover all three mmc drivers in the tree.
      
      Signed-off-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>
      341188b9
      History
      MMC: Consolidate MMC/SD command definitions
      Haavard Skinnemoen authored
      
      This moves the MMC and SD Card command definitions from
      include/asm/arch/mmc.h into include/mmc.h. These definitions are
      given by the MMC and SD Card standards, not by any particular
      architecture.
      
      There's a lot more room for consolidation in the MMC drivers which
      I'm hoping to get done eventually, but this patch is a start.
      
      Compile-tested for all avr32 boards as well as lpc2292sodimm and
      lubbock. This should cover all three mmc drivers in the tree.
      
      Signed-off-by: default avatarHaavard Skinnemoen <haavard.skinnemoen@atmel.com>