
This patch series originates from a bigger patch series: https://lists.denx.de/pipermail/u-boot/2022-December/502865.html
This patch series enables the required configs to properly enable USB functionality on SAM9X60, SAMA5D2 and SAMA7 defconfigs.
This patch series depends on the following patch series: https://lists.denx.de/pipermail/u-boot/2022-December/502966.html https://lists.denx.de/pipermail/u-boot/2022-December/502972.html https://lists.denx.de/pipermail/u-boot/2022-December/502979.html https://lists.denx.de/pipermail/u-boot/2022-December/502983.html
Sergiu Moga (3): configs: at91: sam9x60: Add required configs for the USB command configs: at91: sama5d2: Enable OHCI/EHCI related configs configs: at91: sama7: Enable USB and RESET functionality
configs/sam9x60_curiosity_mmc_defconfig | 7 +++++++ configs/sam9x60ek_mmc_defconfig | 8 ++++++++ configs/sam9x60ek_nandflash_defconfig | 8 ++++++++ configs/sam9x60ek_qspiflash_defconfig | 8 ++++++++ configs/sama5d27_giantboard_defconfig | 4 ++++ configs/sama5d27_som1_ek_mmc1_defconfig | 4 ++++ configs/sama5d27_som1_ek_mmc_defconfig | 4 ++++ configs/sama5d27_som1_ek_qspiflash_defconfig | 4 ++++ configs/sama5d27_wlsom1_ek_mmc_defconfig | 5 +++++ configs/sama5d27_wlsom1_ek_qspiflash_defconfig | 4 ++++ configs/sama5d2_icp_mmc_defconfig | 8 ++++++++ configs/sama5d2_icp_qspiflash_defconfig | 4 ++++ configs/sama5d2_ptc_ek_mmc_defconfig | 4 ++++ configs/sama5d2_ptc_ek_nandflash_defconfig | 4 ++++ configs/sama5d2_xplained_emmc_defconfig | 4 ++++ configs/sama5d2_xplained_mmc_defconfig | 4 ++++ configs/sama5d2_xplained_qspiflash_defconfig | 4 ++++ configs/sama5d2_xplained_spiflash_defconfig | 4 ++++ configs/sama7g5ek_mmc1_defconfig | 10 ++++++++++ configs/sama7g5ek_mmc_defconfig | 10 ++++++++++ 20 files changed, 112 insertions(+)