Re: [PATCH 2/8] MIPS: pci-rt2880: remove unneeded locks

2021-04-13 Thread Ilya Lipnitskiy
Hi Sergey, On Tue, Apr 13, 2021 at 6:40 AM Sergey Ryazanov wrote: > > On Tue, Apr 13, 2021 at 4:28 PM Sergey Ryazanov > wrote: > > On Tue, Apr 13, 2021 at 9:22 AM Ilya Lipnitskiy > > wrote: > > > Mirror pci-rt3883 fix from commit e5067c718b3a ("MIPS: pci-rt3883: > > > Remove odd locking in PCI

Re: [PATCH 2/8] MIPS: pci-rt2880: remove unneeded locks

2021-04-13 Thread Sergey Ryazanov
On Tue, Apr 13, 2021 at 4:28 PM Sergey Ryazanov wrote: > On Tue, Apr 13, 2021 at 9:22 AM Ilya Lipnitskiy > wrote: > > Mirror pci-rt3883 fix from commit e5067c718b3a ("MIPS: pci-rt3883: > > Remove odd locking in PCI config space access code"). pci-rt2880 shares > > the driver layout with pci-rt388

Re: [PATCH 2/8] MIPS: pci-rt2880: remove unneeded locks

2021-04-13 Thread Sergey Ryazanov
Hello Ilya, On Tue, Apr 13, 2021 at 9:22 AM Ilya Lipnitskiy wrote: > Mirror pci-rt3883 fix from commit e5067c718b3a ("MIPS: pci-rt3883: > Remove odd locking in PCI config space access code"). pci-rt2880 shares > the driver layout with pci-rt3883 and the same reasons apply. > > Caller (generic PCI

[PATCH 2/8] MIPS: pci-rt2880: remove unneeded locks

2021-04-12 Thread Ilya Lipnitskiy
Mirror pci-rt3883 fix from commit e5067c718b3a ("MIPS: pci-rt3883: Remove odd locking in PCI config space access code"). pci-rt2880 shares the driver layout with pci-rt3883 and the same reasons apply. Caller (generic PCI code) already does proper locking, so no need to add another one here. Local