Re: [PATCH v1 0/4] sparc/PCI: VGA resource and other fixes

From: Bjorn Helgaas
Date: Wed May 30 2018 - 12:45:18 EST


On Tue, May 22, 2018 at 08:02:17AM -0500, Bjorn Helgaas wrote:
> [+cc sparclinux, sorry I missed this first time around]
>
> On Mon, May 21, 2018 at 07:30:29PM -0500, Bjorn Helgaas wrote:
> > The main thing here is the first patch, a legacy VGA framebuffer fix for
> > issues reported by Meelis.
> >
> > The others are to converge the pci_enable_device() path for LEON and PCIC
> > with other arches (including sparc64), and to convert some logging to use
> > dev_printk() and make it more consistent with the PCI core.
> >
> > I propose to merge these via the PCI tree.
> >
> > ---
> >
> > Bjorn Helgaas (4):
> > sparc/PCI: Request legacy VGA framebuffer only for VGA devices
> > sparc32/PCI/LEON: Converge device enable path
> > sparc32/PCI/PCIC: Converge device enable path
> > sparc/PCI: Use dev_printk() when possible
> >
> >
> > arch/sparc/kernel/leon_pci.c | 62 ++++++------------
> > arch/sparc/kernel/pci.c | 136 +++++++++++++++++++++++++---------------
> > arch/sparc/kernel/pci_common.c | 31 ++-------
> > arch/sparc/kernel/pci_msi.c | 10 +--
> > arch/sparc/kernel/pcic.c | 86 ++++++++++++-------------
> > 5 files changed, 159 insertions(+), 166 deletions(-)

I applied these to my pci/sparc branch for v4.18 (with fixes for the typos
reported by Meelis and the kbuild robot).