Re: [PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-08 Thread Mark Brown
On Wed, May 06, 2015 at 09:38:55PM +0200, Belisko Marek wrote: > > Is there any burning reason for adding the linux,bt-sco compatible? > No no real reason just want to keep that if somebody would like use it from DT > referenced by bt-sco entry (similar as platform data). I'm adding DT > support

Re: [PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-08 Thread Mark Brown
On Wed, May 06, 2015 at 09:38:55PM +0200, Belisko Marek wrote: Is there any burning reason for adding the linux,bt-sco compatible? No no real reason just want to keep that if somebody would like use it from DT referenced by bt-sco entry (similar as platform data). I'm adding DT support for

Re: [PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-06 Thread Belisko Marek
Hi Mark, On Wed, May 6, 2015 at 2:13 PM, Mark Brown wrote: > On Tue, May 05, 2015 at 10:15:41PM +0200, Marek Belisko wrote: > >> +static const struct of_device_id bt_sco_codec_of_match[] = { >> + { .compatible = "delta,dfbmcs320", }, >> + { .compatible = "linux,bt-sco", }, > > Is there

Re: [PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-06 Thread Mark Brown
On Tue, May 05, 2015 at 10:15:41PM +0200, Marek Belisko wrote: > +static const struct of_device_id bt_sco_codec_of_match[] = { > + { .compatible = "delta,dfbmcs320", }, > + { .compatible = "linux,bt-sco", }, Is there any burning reason for adding the linux,bt-sco compatible?

Re: [PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-06 Thread Mark Brown
On Tue, May 05, 2015 at 10:15:41PM +0200, Marek Belisko wrote: +static const struct of_device_id bt_sco_codec_of_match[] = { + { .compatible = delta,dfbmcs320, }, + { .compatible = linux,bt-sco, }, Is there any burning reason for adding the linux,bt-sco compatible? signature.asc

Re: [PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-06 Thread Belisko Marek
Hi Mark, On Wed, May 6, 2015 at 2:13 PM, Mark Brown broo...@kernel.org wrote: On Tue, May 05, 2015 at 10:15:41PM +0200, Marek Belisko wrote: +static const struct of_device_id bt_sco_codec_of_match[] = { + { .compatible = delta,dfbmcs320, }, + { .compatible = linux,bt-sco, }, Is

[PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-05 Thread Marek Belisko
Add devicetree support for bt-sco generic bluetooth SCO link codec. Signed-off-by: Marek Belisko --- Documentation/devicetree/bindings/sound/bt-sco.txt| 13 + Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + sound/soc/codecs/bt-sco.c |

[PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-05 Thread Marek Belisko
Add devicetree support for bt-sco generic bluetooth SCO link codec. Signed-off-by: Marek Belisko ma...@goldelico.com --- Documentation/devicetree/bindings/sound/bt-sco.txt| 13 + Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + sound/soc/codecs/bt-sco.c