Re: [PATCH v2] sm501: Add device property

2016-06-29 Thread Yoshinori Sato
On Wed, 29 Jun 2016 17:16:33 +0900, Lee Jones wrote: > > On Tue, 28 Jun 2016, Yoshinori Sato wrote: > > > Signed-off-by: Yoshinori Sato > > --- > > Documentation/devicetree/bindings/mfd/sm501.txt | 45 > > + > > This needs a DT Ack, but you haven't sent it to the DT lis

Re: [PATCH v2] sm501: Add device property

2016-06-29 Thread Lee Jones
Oh, and the subject line needs to reflect the subsystem you are submitting to. On Wed, 29 Jun 2016, Lee Jones wrote: > On Tue, 28 Jun 2016, Yoshinori Sato wrote: > > > Signed-off-by: Yoshinori Sato > > --- > > Documentation/devicetree/bindings/mfd/sm501.txt | 45 > > + >

Re: [PATCH v2] sm501: Add device property

2016-06-29 Thread Lee Jones
On Tue, 28 Jun 2016, Yoshinori Sato wrote: > Signed-off-by: Yoshinori Sato > --- > Documentation/devicetree/bindings/mfd/sm501.txt | 45 > + This needs a DT Ack, but you haven't sent it to the DT list. Did you run ./scripts/get_maintainer.pl? > drivers/mfd/sm501.c

[PATCH v2] sm501: Add device property

2016-06-28 Thread Yoshinori Sato
Signed-off-by: Yoshinori Sato --- Documentation/devicetree/bindings/mfd/sm501.txt | 45 + drivers/mfd/sm501.c | 9 + 2 files changed, 54 insertions(+) create mode 100644 Documentation/devicetree/bindings/mfd/sm501.txt diff --git a/Documen