Re: [PATCH v9 5/5] MIPS: SGI-IP27: Enable ethernet phy on second Origin 200 module

2019-10-10 Thread Sergei Shtylyov
On 10/10/2019 05:59 PM, Thomas Bogendoerfer wrote: > PROM only enables ethernet PHY on first Origin 200 module, so we must > do it ourselves for the second module. > > Signed-off-by: Thomas Bogendoerfer > --- > arch/mips/pci/pci-ip27.c | 22 ++ > 1 file changed, 22 insertion

Re: [PATCH 1/2] swiotlb: Rate-limit printing when running out of SW-IOMMU space

2016-10-31 Thread Sergei Shtylyov
On 10/31/2016 06:45 PM, Geert Uytterhoeven wrote: If the system runs out of SW-IOMMU space, changes are high successive s/changes/chances/? requests will fail, too, flooding the kernel log. This is true especially for streaming DMA, which is typically used repeatedly outside the driver's

Re: [PATCH 9/9] selftests: Update vDSO Makefile to work under selftests

2016-09-10 Thread Sergei Shtylyov
On 9/10/2016 1:22 AM, Shuah Khan wrote: Update vDSO Makefile to work under selftests. vDSO will not be run as part of selftests suite and will not included in install targets. They can be ^ be built separately for now. Signed-off-by: Shuah Khan [...] MBR,

Re: [PATCH 7/9] selftests: Update ptp Makefile to work under selftests

2016-09-10 Thread Sergei Shtylyov
Hello. On 9/10/2016 1:22 AM, Shuah Khan wrote: Update ptp Makefile to work under selftests. ptp will not be run as part of selftests suite and will not included in install targets. They can be ^ be built separately for now. Signed-off-by: Shuah Khan [...]