[PATCH] usb: ohci: Use a flexible array member for portstatus
Marek Vasut
marex at denx.de
Mon Oct 31 13:05:43 CET 2022
On 10/31/22 05:15, Samuel Holland wrote:
> The struct is only used to overlay the MMIO region, so the behavior is
> the same. This obsoletes the Kconfig option for the number of ports.
>
> Signed-off-by: Samuel Holland <samuel at sholland.org>
> ---
>
> configs/arbel_evb_defconfig | 1 -
> configs/at91sam9260ek_dataflash_cs0_defconfig | 1 -
> configs/at91sam9260ek_dataflash_cs1_defconfig | 1 -
> configs/at91sam9260ek_nandflash_defconfig | 1 -
> configs/at91sam9261ek_dataflash_cs0_defconfig | 1 -
> configs/at91sam9261ek_dataflash_cs3_defconfig | 1 -
> configs/at91sam9261ek_nandflash_defconfig | 1 -
> configs/at91sam9263ek_dataflash_cs0_defconfig | 1 -
> configs/at91sam9263ek_dataflash_defconfig | 1 -
> configs/at91sam9263ek_nandflash_defconfig | 1 -
> configs/at91sam9263ek_norflash_boot_defconfig | 1 -
> configs/at91sam9263ek_norflash_defconfig | 1 -
> configs/at91sam9g10ek_dataflash_cs0_defconfig | 1 -
> configs/at91sam9g10ek_dataflash_cs3_defconfig | 1 -
> configs/at91sam9g10ek_nandflash_defconfig | 1 -
> configs/at91sam9g20ek_2mmc_defconfig | 1 -
> configs/at91sam9g20ek_2mmc_nandflash_defconfig | 1 -
> configs/at91sam9g20ek_dataflash_cs0_defconfig | 1 -
> configs/at91sam9g20ek_dataflash_cs1_defconfig | 1 -
> configs/at91sam9g20ek_nandflash_defconfig | 1 -
> configs/at91sam9xeek_dataflash_cs0_defconfig | 1 -
> configs/at91sam9xeek_dataflash_cs1_defconfig | 1 -
> configs/at91sam9xeek_nandflash_defconfig | 1 -
> configs/axs103_defconfig | 1 -
> configs/chromebook_bob_defconfig | 1 -
> configs/chromebook_kevin_defconfig | 1 -
> configs/comtrend_ar5315u_ram_defconfig | 1 -
> configs/comtrend_ar5387un_ram_defconfig | 1 -
> configs/comtrend_ct5361_ram_defconfig | 1 -
> configs/comtrend_vr3032u_ram_defconfig | 1 -
> configs/comtrend_wap5813n_ram_defconfig | 1 -
> configs/da850evm_defconfig | 1 -
> configs/da850evm_direct_nor_defconfig | 1 -
> configs/da850evm_nand_defconfig | 1 -
> configs/devkit3250_defconfig | 1 -
> configs/elgin-rv1108_defconfig | 1 -
> configs/evb-rk3128_defconfig | 1 -
> configs/evb-rk3328_defconfig | 1 -
> configs/evb-rv1108_defconfig | 1 -
> configs/hsdk_4xd_defconfig | 1 -
> configs/hsdk_defconfig | 1 -
> configs/huawei_hg556a_ram_defconfig | 1 -
> configs/khadas-edge-captain-rk3399_defconfig | 1 -
> configs/khadas-edge-rk3399_defconfig | 1 -
> configs/khadas-edge-v-rk3399_defconfig | 1 -
> configs/nanopi-r2s-rk3328_defconfig | 1 -
> configs/netgear_dgnd3700v2_ram_defconfig | 1 -
> configs/omapl138_lcdk_defconfig | 1 -
> configs/pinebook-pro-rk3399_defconfig | 1 -
> configs/pm9261_defconfig | 1 -
> configs/pm9263_defconfig | 1 -
> configs/roc-cc-rk3328_defconfig | 1 -
> configs/rock-pi-e-rk3328_defconfig | 1 -
> configs/rock64-rk3328_defconfig | 1 -
> configs/rock960-rk3399_defconfig | 1 -
> configs/rockpro64-rk3399_defconfig | 1 -
> configs/sama5d3_xplained_mmc_defconfig | 1 -
> configs/sama5d3_xplained_nandflash_defconfig | 1 -
> configs/sfr_nb4-ser_ram_defconfig | 1 -
> configs/smartweb_defconfig | 1 -
> configs/socrates_defconfig | 1 -
> configs/stih410-b2260_defconfig | 1 -
> configs/taurus_defconfig | 1 -
> configs/vexpress_aemv8a_juno_defconfig | 1 -
> doc/README.generic_usb_ohci | 4 ----
> drivers/usb/host/Kconfig | 5 -----
> drivers/usb/host/ohci.h | 10 +---------
> 67 files changed, 1 insertion(+), 82 deletions(-)
Applied, thanks.
More information about the U-Boot
mailing list