lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:   Thu,  9 Mar 2023 20:44:47 +0000
From:   Conor Dooley <conor@...nel.org>
To:     linux-riscv@...ts.infradead.org
Cc:     conor@...nel.org, Conor Dooley <conor.dooley@...rochip.com>,
        Michael Turquette <mturquette@...libre.com>,
        Stephen Boyd <sboyd@...nel.org>,
        Claudiu Beznea <claudiu.beznea@...rochip.com>,
        linux-clk@...r.kernel.org, Jassi Brar <jassisinghbrar@...il.com>,
        linux-kernel@...r.kernel.org,
        Alessandro Zummo <a.zummo@...ertech.it>,
        Alexandre Belloni <alexandre.belloni@...tlin.com>,
        linux-rtc@...r.kernel.org, Bin Liu <b-liu@...com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        linux-usb@...r.kernel.org, Wolfram Sang <wsa@...nel.org>,
        linux-i2c@...r.kernel.org,
        Daire McNamara <daire.mcnamara@...rochip.com>
Subject: [PATCH v1 0/5] Convert users of SOC_MICROCHIP_POLARFIRE to ARCH_MICROCHIP_POLARFIRE

From: Conor Dooley <conor.dooley@...rochip.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@...libre.com>
CC: Stephen Boyd <sboyd@...nel.org>
CC: Claudiu Beznea <claudiu.beznea@...rochip.com>
CC: linux-clk@...r.kernel.org
CC: Jassi Brar <jassisinghbrar@...il.com>
CC: linux-kernel@...r.kernel.org
CC: Alessandro Zummo <a.zummo@...ertech.it>
CC: Alexandre Belloni <alexandre.belloni@...tlin.com>
CC: linux-rtc@...r.kernel.org
CC: Bin Liu <b-liu@...com>
CC: Greg Kroah-Hartman <gregkh@...uxfoundation.org>
CC: linux-usb@...r.kernel.org
CC: Wolfram Sang <wsa@...nel.org>
CC: linux-i2c@...r.kernel.org
CC: Daire McNamara <daire.mcnamara@...rochip.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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ