Re: [PATCH 1/1] ARM: dts: s5pv210: Add missing interrupt-controller property to gph2

2018-06-11 Thread Paweł Chmiel
On Monday, June 11, 2018 2:43:59 PM CEST Krzysztof Kozlowski wrote: > On Sun, Jun 10, 2018 at 4:15 PM, Paweł Chmiel > wrote: > > This commit adds missing interrupt-controller property to gph2 block, > > Just "Add missing". See: > https://elixir.bootlin.com/linux/latest/source/Documentation/proces

Re: [PATCH 1/1] ARM: dts: s5pv210: Add missing interrupt-controller property to gph2

2018-06-11 Thread Krzysztof Kozlowski
On Sun, Jun 10, 2018 at 4:15 PM, Paweł Chmiel wrote: > This commit adds missing interrupt-controller property to gph2 block, Just "Add missing". See: https://elixir.bootlin.com/linux/latest/source/Documentation/process/submitting-patches.rst#L151 > to silence following warnings during build >

[PATCH 1/1] ARM: dts: s5pv210: Add missing interrupt-controller property to gph2

2018-06-10 Thread Paweł Chmiel
This commit adds missing interrupt-controller property to gph2 block, to silence following warnings during build /soc/pinctrl@e020/gph2: Missing interrupt-controller or interrupt-map property Observed on not yet mainlined, an S5PV210 based Samsung Galaxy S (i9000) phone. Signed-off-by: Paw