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

core

  • Clone with SSH
  • Clone with HTTPS
  • Forked from Reform / reform-boundary-uboot
    23983 commits behind the upstream repository.
    user avatar
    Simon Glass authored
    In many cases the per-child private data for a device's children is defined
    by the uclass rather than the individual driver. For example, a SPI bus
    needs to store information about each of its children, but all SPI drivers
    store the same information. It makes sense to allow the uclass to define
    this data.
    
    If the driver provides a size value for its per-child private data, then use
    it. Failng that, fall back to that provided by the uclass.
    
    Signed-off-by: default avatarSimon Glass <sjg@chromium.org>
    Reviewed-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
    dac8db2c
    History