* [PATCH linux dev-5.15 v1 0/2] misc: npcm7xx-pci-mbox: add Arbel NPCM8XX support
@ 2022-08-09 14:07 Tomer Maimon
2022-08-09 14:07 ` [PATCH linux dev-5.15 v1 1/2] dt-binding: bmc: npcm7xx-pci-mbox: Add npcm845 compatible Tomer Maimon
2022-08-09 14:07 ` [PATCH linux dev-5.15 v1 2/2] misc: npcm7xx-pci-mbox: Add NPCM845 PCI MBOX support Tomer Maimon
0 siblings, 2 replies; 3+ messages in thread
From: Tomer Maimon @ 2022-08-09 14:07 UTC (permalink / raw)
To: openbmc; +Cc: andrew, joel, Tomer Maimon
This patch set adds Arbel NPCM8XX PCI Mail Box support to PCI MBOX NPCM
driver.
This patchset was tested on the Arbel NPCM8XX evaluation board that running
Arbel OpenBMC.
Tomer Maimon (2):
dt-binding: bmc: npcm7xx-pci-mbox: Add npcm845 compatible
misc: npcm7xx-pci-mbox: Add NPCM845 PCI MBOX support
.../devicetree/bindings/bmc/npcm7xx-pci-mbox.txt | 5 +++--
drivers/misc/Kconfig | 10 +++++-----
drivers/misc/Makefile | 2 +-
3 files changed, 9 insertions(+), 8 deletions(-)
--
2.33.0
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH linux dev-5.15 v1 1/2] dt-binding: bmc: npcm7xx-pci-mbox: Add npcm845 compatible
2022-08-09 14:07 [PATCH linux dev-5.15 v1 0/2] misc: npcm7xx-pci-mbox: add Arbel NPCM8XX support Tomer Maimon
@ 2022-08-09 14:07 ` Tomer Maimon
2022-08-09 14:07 ` [PATCH linux dev-5.15 v1 2/2] misc: npcm7xx-pci-mbox: Add NPCM845 PCI MBOX support Tomer Maimon
1 sibling, 0 replies; 3+ messages in thread
From: Tomer Maimon @ 2022-08-09 14:07 UTC (permalink / raw)
To: openbmc; +Cc: andrew, joel, Tomer Maimon
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
Documentation/devicetree/bindings/bmc/npcm7xx-pci-mbox.txt | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/devicetree/bindings/bmc/npcm7xx-pci-mbox.txt b/Documentation/devicetree/bindings/bmc/npcm7xx-pci-mbox.txt
index e5585f38041b..9847112abd72 100644
--- a/Documentation/devicetree/bindings/bmc/npcm7xx-pci-mbox.txt
+++ b/Documentation/devicetree/bindings/bmc/npcm7xx-pci-mbox.txt
@@ -1,10 +1,11 @@
-Nuvoton NPCM7xx PCI mail box interface
+Nuvoton NPCM PCI mail box interface
-Nuvoton BMC NPCM7xx PCI mail box, The mailbox is a high-bandwidth
+Nuvoton BMC NPCM PCI mail box, The mailbox is a high-bandwidth
communication module between the BMC CPU and host CPU.
Required properties for lpc_bpc node
- compatible : "nuvoton,npcm750-pci-mbox" for Poleg NPCM7XX.
+ "nuvoton,npcm845-pci-mbox", "nuvoton,npcm750-pci-mbox" for Arbel NPCM8XX.
- reg : specifies two address space
1. physical base address and size of the registers.
2. physical base address and size of the dual-ported RAM.
--
2.33.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH linux dev-5.15 v1 2/2] misc: npcm7xx-pci-mbox: Add NPCM845 PCI MBOX support
2022-08-09 14:07 [PATCH linux dev-5.15 v1 0/2] misc: npcm7xx-pci-mbox: add Arbel NPCM8XX support Tomer Maimon
2022-08-09 14:07 ` [PATCH linux dev-5.15 v1 1/2] dt-binding: bmc: npcm7xx-pci-mbox: Add npcm845 compatible Tomer Maimon
@ 2022-08-09 14:07 ` Tomer Maimon
1 sibling, 0 replies; 3+ messages in thread
From: Tomer Maimon @ 2022-08-09 14:07 UTC (permalink / raw)
To: openbmc; +Cc: andrew, joel, Tomer Maimon
Add Nuvoton BMC NPCM845 NPCM PCI Mail Box support support.
Signed-off-by: Tomer Maimon <tmaimon77@gmail.com>
---
drivers/misc/Kconfig | 10 +++++-----
drivers/misc/Makefile | 2 +-
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
index 79cc23fbfac9..1174ad7a15a7 100644
--- a/drivers/misc/Kconfig
+++ b/drivers/misc/Kconfig
@@ -478,12 +478,12 @@ config NPCM_LPC_BPC
interface which allows the BMC to monitoring and save
the data written by the host to an arbitrary LPC I/O port.
-config NPCM7XX_PCI_MBOX
- tristate "NPCM7xx PCI Mailbox Controller"
- depends on (ARCH_NPCM7XX || COMPILE_TEST) && REGMAP && MFD_SYSCON
+config NPCM_PCI_MBOX
+ tristate "NPCM PCI Mailbox Controller"
+ depends on (ARCH_NPCM || COMPILE_TEST) && REGMAP && MFD_SYSCON
help
- Expose the NPCM750/730/715/705 PCI MBOX registers found on
- Nuvoton SOCs to userspace.
+ Expose the NPCM BMC PCI MBOX registers found on Nuvoton SOCs
+ to userspace.
config NPCM7XX_JTAG_MASTER
tristate "NPCM7xx JTAG Master driver"
diff --git a/drivers/misc/Makefile b/drivers/misc/Makefile
index b6e9b550bb41..0400bfee295f 100644
--- a/drivers/misc/Makefile
+++ b/drivers/misc/Makefile
@@ -60,5 +60,5 @@ obj-$(CONFIG_XILINX_SDFEC) += xilinx_sdfec.o
obj-$(CONFIG_HISI_HIKEY_USB) += hisi_hikey_usb.o
obj-$(CONFIG_HI6421V600_IRQ) += hi6421v600-irq.o
obj-$(CONFIG_NPCM_LPC_BPC) += npcm7xx-lpc-bpc.o
-obj-$(CONFIG_NPCM7XX_PCI_MBOX) += npcm7xx-pci-mbox.o
+obj-$(CONFIG_NPCM_PCI_MBOX) += npcm7xx-pci-mbox.o
obj-$(CONFIG_NPCM7XX_JTAG_MASTER) += npcm7xx-jtag-master.o
--
2.33.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-08-10 3:01 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-09 14:07 [PATCH linux dev-5.15 v1 0/2] misc: npcm7xx-pci-mbox: add Arbel NPCM8XX support Tomer Maimon
2022-08-09 14:07 ` [PATCH linux dev-5.15 v1 1/2] dt-binding: bmc: npcm7xx-pci-mbox: Add npcm845 compatible Tomer Maimon
2022-08-09 14:07 ` [PATCH linux dev-5.15 v1 2/2] misc: npcm7xx-pci-mbox: Add NPCM845 PCI MBOX support Tomer Maimon
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.