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

designware.c

Forked from Reform / reform-boundary-uboot
18884 commits behind the upstream repository.
  • Marek Vasut's avatar
    4f68678b
    net: dwc: Fix cache alignment issues · 4f68678b
    Marek Vasut authored
    
    Fix remaining cache alignment issues in the DWC Ethernet driver.
    Please note that the cache handling in the driver is making the
    code hideous and thus the next patch cleans that up. In order to
    make this change reviewable though, the cleanup is split from it.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    Cc: Chin Liang See <clsee@altera.com>
    Cc: Dinh Nguyen <dinguyen@altera.com>
    Cc: Albert Aribaud <albert.u.boot@aribaud.net>
    Cc: Tom Rini <trini@ti.com>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Pavel Machek <pavel@denx.de>
    Cc: Joe Hershberger <joe.hershberger@gmail.com>
    Acked-by: default avatarPavel Machek <pavel@denx.de>
    4f68678b
    History
    net: dwc: Fix cache alignment issues
    Marek Vasut authored
    
    Fix remaining cache alignment issues in the DWC Ethernet driver.
    Please note that the cache handling in the driver is making the
    code hideous and thus the next patch cleans that up. In order to
    make this change reviewable though, the cleanup is split from it.
    
    Signed-off-by: default avatarMarek Vasut <marex@denx.de>
    Cc: Chin Liang See <clsee@altera.com>
    Cc: Dinh Nguyen <dinguyen@altera.com>
    Cc: Albert Aribaud <albert.u.boot@aribaud.net>
    Cc: Tom Rini <trini@ti.com>
    Cc: Wolfgang Denk <wd@denx.de>
    Cc: Pavel Machek <pavel@denx.de>
    Cc: Joe Hershberger <joe.hershberger@gmail.com>
    Acked-by: default avatarPavel Machek <pavel@denx.de>