Re: [U-Boot] [PATCH] RFC: checkpatch: Add a check for tests needed for uclasses

2018-11-24 Thread Simon Glass
Hi Heinrich, On Fri, 23 Nov 2018 at 01:28, Heinrich Schuchardt wrote: > > On 11/22/18 9:50 PM, Simon Glass wrote: > > Hi Heinrich, > > > > On Wed, 21 Nov 2018 at 07:35, Heinrich Schuchardt > > wrote: > >> > >> On 11/18/18 4:16 PM, Simon Glass wrote: > >>> This is an experimental check for

Re: [U-Boot] [PATCH] RFC: checkpatch: Add a check for tests needed for uclasses

2018-11-23 Thread Heinrich Schuchardt
On 11/22/18 9:50 PM, Simon Glass wrote: > Hi Heinrich, > > On Wed, 21 Nov 2018 at 07:35, Heinrich Schuchardt wrote: >> >> On 11/18/18 4:16 PM, Simon Glass wrote: >>> This is an experimental check for adding new uclasses without a test. >>> >>> I am not sure of the best way to add U-Boot-specific

Re: [U-Boot] [PATCH] RFC: checkpatch: Add a check for tests needed for uclasses

2018-11-22 Thread Simon Glass
Hi Heinrich, On Wed, 21 Nov 2018 at 07:35, Heinrich Schuchardt wrote: > > On 11/18/18 4:16 PM, Simon Glass wrote: > > This is an experimental check for adding new uclasses without a test. > > > > I am not sure of the best way to add U-Boot-specific tests, although in > > this case, it would not

Re: [U-Boot] [PATCH] RFC: checkpatch: Add a check for tests needed for uclasses

2018-11-21 Thread Heinrich Schuchardt
On 11/18/18 4:16 PM, Simon Glass wrote: > This is an experimental check for adding new uclasses without a test. > > I am not sure of the best way to add U-Boot-specific tests, although in > this case, it would not fire on Linux. > > Signed-off-by: Simon Glass > --- > > scripts/checkpatch.pl |

[U-Boot] [PATCH] RFC: checkpatch: Add a check for tests needed for uclasses

2018-11-18 Thread Simon Glass
This is an experimental check for adding new uclasses without a test. I am not sure of the best way to add U-Boot-specific tests, although in this case, it would not fire on Linux. Signed-off-by: Simon Glass --- scripts/checkpatch.pl | 7 +++ 1 file changed, 7 insertions(+) diff --git