Re: [PATCH v5 04/17] MIPS: PCI: refactor ioc3 special handling

2019-09-03 Thread Paul Burton
Hello, Thomas Bogendoerfer wrote: > Refactored code to only have one ioc3 special handling for read > access and one for write access. Applied to mips-next. > commit 813cafc4109c > https://git.kernel.org/mips/c/813cafc4109c > > Signed-off-by: Thomas Bogendoerfer > Signed-off-by: Paul Burton

[PATCH v5 04/17] MIPS: PCI: refactor ioc3 special handling

2019-08-19 Thread Thomas Bogendoerfer
Refactored code to only have one ioc3 special handling for read access and one for write access. Signed-off-by: Thomas Bogendoerfer --- arch/mips/pci/pci-xtalk-bridge.c | 167 +++ 1 file changed, 62 insertions(+), 105 deletions(-) diff --git a/arch/mips/pci/p