Re: [PATCH 3/6] pci: msc01: convert to driver model

2021-07-08 Thread Simon Glass
On Tue, 6 Jul 2021 at 08:22, Daniel Schwierzeck wrote: > > This driver is currently only used on MIPS Malta boards. > > Signed-off-by: Daniel Schwierzeck > --- > > drivers/pci/pci_msc01.c | 70 - > 1 file changed, 69 insertions(+), 1 deletion(-) > Reviewe

[PATCH 3/6] pci: msc01: convert to driver model

2021-07-06 Thread Daniel Schwierzeck
This driver is currently only used on MIPS Malta boards. Signed-off-by: Daniel Schwierzeck --- drivers/pci/pci_msc01.c | 70 - 1 file changed, 69 insertions(+), 1 deletion(-) diff --git a/drivers/pci/pci_msc01.c b/drivers/pci/pci_msc01.c index 04838200a8