Re: [PATCH] dt-bindings: Fix properties without any type

2022-06-05 Thread patchwork-bot+chrome-platform
Hello: This patch was applied to chrome-platform/linux.git (for-next) by Rob Herring : On Thu, 19 May 2022 16:14:11 -0500 you wrote: > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-23 Thread Rob Herring
On Sat, May 21, 2022 at 05:03:41PM +0200, Krzysztof Kozlowski wrote: > On 19/05/2022 23:14, Rob Herring wrote: > > Now that the schema tools can extract type information for all > > properties (in order to decode dtb files), finding properties missing > > any type definition is fairly trivial

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-23 Thread Sebastian Reichel
Hi, On Thu, May 19, 2022 at 04:14:11PM -0500, Rob Herring wrote: > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-23 Thread Bartosz Golaszewski
On Thu, May 19, 2022 at 11:14 PM Rob Herring wrote: > > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property schemas

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-21 Thread Krzysztof Kozlowski
On 19/05/2022 23:14, Rob Herring wrote: > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property schemas which are missing

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-20 Thread Sam Ravnborg
On Thu, May 19, 2022 at 04:14:11PM -0500, Rob Herring wrote: > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-20 Thread Peter Rosin
2022-05-19 at 23:14, Rob Herring wrote: > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property schemas which are

Re: [PATCH] dt-bindings: Fix properties without any type

2022-05-19 Thread Mark Brown
On Thu, May 19, 2022 at 04:14:11PM -0500, Rob Herring wrote: > Now that the schema tools can extract type information for all > properties (in order to decode dtb files), finding properties missing > any type definition is fairly trivial though not yet automated. > > Fix the various property

[PATCH] dt-bindings: Fix properties without any type

2022-05-19 Thread Rob Herring
Now that the schema tools can extract type information for all properties (in order to decode dtb files), finding properties missing any type definition is fairly trivial though not yet automated. Fix the various property schemas which are missing a type. Most of these tend to be device specific