On Tue, May 2, 2023, at 21:40, Rob Herring wrote: > On Tue, May 2, 2023 at 3:15 AM Arnd Bergmann <arnd@xxxxxxxx> wrote: > vendor_map = { > 'alphascale' : 'alphascale', > 'alpine' : 'alpine', I would make this one 'amazon' if we go with current manufacturers. > 'nspire' : 'nspire', nspire is the name of the end-user product, so that doesn't quite fit. The SoC was apparently an LSI logic Zevio, which is now owned by Broadcom. > 'mvebu' : 'marvell', > 'mmp' : 'marvell', > 'berlin' : 'berlin', While berlin is related to pxa/mmp, this one is now owned by Synaptics, and the 64-bit versions are already in the synaptics subdir, so I'd go with teh same here. > 'openbmc' : 'aspeed', > 'en7' : 'airoha', airoha is a separate company now, but the hardware is still shared with mediatek, so we could consider lumping it into that subdir, but a separate one may be better long-term. > 'gemini' : 'gemini', This one is also a product name, not a company. Apparently, gemini was originally made by Storm Semiconductor, and then by Cortina, which was subsequently acquired by Inphi, and that ended up in Marvell after the product was already discontinued. Out of the four, I'd probably go with 'cortina' as the directory name. > 'meson' : 'meson', -> amlogic > 'moxa' : 'moxa', > 'mstar' : 'mstar', -> sigmastar > 'nuvo' : 'nuvoton', > 'lpc' : 'lpc', -> nxp > 'lan96' : 'microchip', > 'owl' : 'actions', > 'ox8' : 'oxsemi', > 'rda' : 'rda', -> unisoc > 'rtd' : 'realtek', > 'r7' : 'renesas', > 'r8' : 'renesas', > 'r9' : 'renesas', > 'emev2' : 'renesas', > 'sh73a' : 'renesas', > 'gr-' : 'renesas', > 'iwg' : 'renesas', > 'rk' : 'rockchip', > 'rv11' : 'rockchip', > 'rockchip' : 'rockchip', > 'socfpga' : 'socfpga', -> intel > 'stm' : 'stm32', > 'sti' : 'sti', > 'st-pin' : 'sti', > 'ste' : 'st-ericsson', > 'spear' : 'spear', I would put all five of these into 'st'. The ux500 was developed in st-ericsson, but last sold by st, and the other ones are all original st products. Arnd