[PATCH v1 0/5] Convert users of SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE

Conor Dooley conor at kernel.org
Thu Mar 9 12:44:47 PST 2023


From: Conor Dooley <conor.dooley at microchip.com>

RISC-V's SOC_FOO symbols for micro-archs are going away, and being
replaced with the more common ARCH_FOO pattern that is used by other
archs (and by vendors with a history outside of RISC-V).
Kick the conversion off by converting the Microchip RISC-V bits to use
their replacement symbol
There are no dependencies here, everything can go via subsystem trees.
We've already added the replacement symbols to RISC-V's Kconfig bits.

Cheers,
Conor.

CC: Michael Turquette <mturquette at baylibre.com>
CC: Stephen Boyd <sboyd at kernel.org>
CC: Claudiu Beznea <claudiu.beznea at microchip.com>
CC: linux-clk at vger.kernel.org
CC: Jassi Brar <jassisinghbrar at gmail.com>
CC: linux-kernel at vger.kernel.org
CC: Alessandro Zummo <a.zummo at towertech.it>
CC: Alexandre Belloni <alexandre.belloni at bootlin.com>
CC: linux-rtc at vger.kernel.org
CC: Bin Liu <b-liu at ti.com>
CC: Greg Kroah-Hartman <gregkh at linuxfoundation.org>
CC: linux-usb at vger.kernel.org
CC: Wolfram Sang <wsa at kernel.org>
CC: linux-i2c at vger.kernel.org
CC: Daire McNamara <daire.mcnamara at microchip.com>

Conor Dooley (5):
  clk: microchip: convert SOC_MICROCHIP_POLARFIRE to
    ARCH_MICROCHIP_POLARFIRE
  i2c: microchip-core: convert SOC_MICROCHIP_POLARFIRE to
    ARCH_MICROCHIP_POLARFIRE
  mailbox: mpfs: convert SOC_MICROCHIP_POLARFIRE to
    ARCH_MICROCHIP_POLARFIRE
  rtc: mpfs: convert SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE
  usb: musb: mpfs: convert SOC_MICROCHIP_POLARFIRE to
    ARCH_MICROCHIP_POLARFIRE

 drivers/clk/microchip/Kconfig | 4 ++--
 drivers/i2c/busses/Kconfig    | 2 +-
 drivers/mailbox/Kconfig       | 2 +-
 drivers/rtc/Kconfig           | 2 +-
 drivers/usb/musb/Kconfig      | 2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

-- 
2.39.2




More information about the linux-riscv mailing list