Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-18 Thread Rob Herring
On Wed, Dec 16, 2015 at 01:31:30PM +, Måns Rullgård wrote: > Mark, > > This is the 1/1 you were missing. > > Am I the only one who is annoyed by scripts/get_maintainer.pl not > returning all the addresses it should in cases like this? Is there some > trick I'm missing?

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-18 Thread Rob Herring
On Wed, Dec 16, 2015 at 01:31:30PM +, Måns Rullgård wrote: > Mark, > > This is the 1/1 you were missing. > > Am I the only one who is annoyed by scripts/get_maintainer.pl not > returning all the addresses it should in cases like this? Is there some > trick I'm missing?

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Mark Brown
On Wed, Dec 16, 2015 at 01:54:20PM +, Måns Rullgård wrote: > Mark Brown writes: > > I need the patch in a form I can apply. > I assumed your email client had some way of displaying the message I > replied to. Guess I was wrong. My workflow for reviewing and applying patches is based

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Måns Rullgård
Mark Brown writes: > On Wed, Dec 16, 2015 at 01:31:30PM +, Måns Rullgård wrote: > >> This is the 1/1 you were missing. > > I need the patch in a form I can apply. I assumed your email client had some way of displaying the message I replied to. Guess I was wrong. >> Am I the only one who

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Mark Brown
On Wed, Dec 16, 2015 at 01:31:30PM +, Måns Rullgård wrote: > This is the 1/1 you were missing. I need the patch in a form I can apply. > Am I the only one who is annoyed by scripts/get_maintainer.pl not > returning all the addresses it should in cases like this? Is there some > trick I'm

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Måns Rullgård
Mark, This is the 1/1 you were missing. Am I the only one who is annoyed by scripts/get_maintainer.pl not returning all the addresses it should in cases like this? Is there some trick I'm missing? Mans Rullgard writes: > This adds a binding for the Wolfson WM8974 mono audio codec. > >

[PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Mans Rullgard
This adds a binding for the Wolfson WM8974 mono audio codec. Signed-off-by: Mans Rullgard --- The Linux driver for this device currently only supports I2C, but SPI could easily be added if necessary, and DT bindings are supposed to be generic. ---

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Mark Brown
On Wed, Dec 16, 2015 at 01:54:20PM +, Måns Rullgård wrote: > Mark Brown writes: > > I need the patch in a form I can apply. > I assumed your email client had some way of displaying the message I > replied to. Guess I was wrong. My workflow for reviewing and applying

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Mark Brown
On Wed, Dec 16, 2015 at 01:31:30PM +, Måns Rullgård wrote: > This is the 1/1 you were missing. I need the patch in a form I can apply. > Am I the only one who is annoyed by scripts/get_maintainer.pl not > returning all the addresses it should in cases like this? Is there some > trick I'm

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Måns Rullgård
Mark, This is the 1/1 you were missing. Am I the only one who is annoyed by scripts/get_maintainer.pl not returning all the addresses it should in cases like this? Is there some trick I'm missing? Mans Rullgard writes: > This adds a binding for the Wolfson WM8974 mono audio

Re: [PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Måns Rullgård
Mark Brown writes: > On Wed, Dec 16, 2015 at 01:31:30PM +, Måns Rullgård wrote: > >> This is the 1/1 you were missing. > > I need the patch in a form I can apply. I assumed your email client had some way of displaying the message I replied to. Guess I was wrong. >> Am

[PATCH 1/2] devicetree: sound: add binding for WM8974 codec

2015-12-16 Thread Mans Rullgard
This adds a binding for the Wolfson WM8974 mono audio codec. Signed-off-by: Mans Rullgard --- The Linux driver for this device currently only supports I2C, but SPI could easily be added if necessary, and DT bindings are supposed to be generic. ---