Re: [PATCH v2 06/29] memory: Enable compile testing for most of the drivers

2020-07-27 Thread Krzysztof Kozlowski
On Fri, Jul 24, 2020 at 09:40:15AM +0200, Krzysztof Kozlowski wrote: > Most of the memory controller drivers do not depend on architecture > specific code so can be compile tested to increase build coverage. > > When compile tested, do not enable them by default. > > Signed-off-by: Krzysztof

[PATCH v2 06/29] memory: Enable compile testing for most of the drivers

2020-07-24 Thread Krzysztof Kozlowski
Most of the memory controller drivers do not depend on architecture specific code so can be compile tested to increase build coverage. When compile tested, do not enable them by default. Signed-off-by: Krzysztof Kozlowski --- Changes since v1: 1. When compile tested, do not enable them by