[PATCH 0/3] arm64: arch_k3: Removed ti mailbox and sci select

Nicolas Frayer posted 3 patches 3 years, 4 months ago
arch/arm64/Kconfig.platforms | 2 --
drivers/firmware/Kconfig     | 1 +
drivers/mailbox/Kconfig      | 1 +
3 files changed, 2 insertions(+), 2 deletions(-)
[PATCH 0/3] arm64: arch_k3: Removed ti mailbox and sci select
Posted by Nicolas Frayer 3 years, 4 months ago
Removing the automatic selection of the TI message manager and the
TI sci protocol drivers from ARCH_K3 to allow module build support.
Set these 2 drivers as ARCH_K3 for the default selection.
Tested on a TI AM62x SK board.

Nicolas Frayer (3):
  arm64: arch_k3: Removed ti mailbox and sci select
  mailbox: config: ti-msgmgr: Default set to ARCH_K3 for TI msg manager
  firmware: config: ti-sci: Default set to ARCH_K3 for the ti sci driver

 arch/arm64/Kconfig.platforms | 2 --
 drivers/firmware/Kconfig     | 1 +
 drivers/mailbox/Kconfig      | 1 +
 3 files changed, 2 insertions(+), 2 deletions(-)

-- 
2.25.1
Re: [PATCH 0/3] arm64: arch_k3: Removed ti mailbox and sci select
Posted by Kevin Hilman 3 years, 4 months ago
Nicolas Frayer <nfrayer@baylibre.com> writes:

> Removing the automatic selection of the TI message manager and the
> TI sci protocol drivers from ARCH_K3 to allow module build support.
> Set these 2 drivers as ARCH_K3 for the default selection.
> Tested on a TI AM62x SK board.

Reviewed-by: Kevin Hilman <khilman@baylibre.com>

In the future, please include linux-omap@vger.kernel.org list, which is
where more developers for these K3 platforms hang out and you might get
more review & testing.

Thanks,

Kevin