Re: [PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-05 Thread Mylene Josserand
Hello, On 04/10/2016 17:42, Maxime Ripard wrote: Hi, On Tue, Oct 04, 2016 at 02:15:16PM +0200, Thomas Petazzoni wrote: Hello, On Tue, 4 Oct 2016 11:46:16 +0200, Mylène Josserand wrote: #include #include @@ -589,6 +590,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev) {

Re: [PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-05 Thread Mylene Josserand
Hello, On 04/10/2016 17:42, Maxime Ripard wrote: Hi, On Tue, Oct 04, 2016 at 02:15:16PM +0200, Thomas Petazzoni wrote: Hello, On Tue, 4 Oct 2016 11:46:16 +0200, Mylène Josserand wrote: #include #include @@ -589,6 +590,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev) {

Re: [PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-04 Thread Maxime Ripard
Hi, On Tue, Oct 04, 2016 at 02:15:16PM +0200, Thomas Petazzoni wrote: > Hello, > > On Tue, 4 Oct 2016 11:46:16 +0200, Mylène Josserand wrote: > > > #include > > #include > > @@ -589,6 +590,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev) > > { > > struct sun4i_i2s *i2s; >

Re: [PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-04 Thread Maxime Ripard
Hi, On Tue, Oct 04, 2016 at 02:15:16PM +0200, Thomas Petazzoni wrote: > Hello, > > On Tue, 4 Oct 2016 11:46:16 +0200, Mylène Josserand wrote: > > > #include > > #include > > @@ -589,6 +590,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev) > > { > > struct sun4i_i2s *i2s; >

Re: [PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-04 Thread Code Kipper
On 4 October 2016 at 11:46, Mylène Josserand wrote: > Add APB deassert function for sun4i-i2s driver. > > Signed-off-by: Mylène Josserand > --- > sound/soc/sunxi/sun4i-i2s.c | 16 +++- > 1 file changed, 15

Re: [PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-04 Thread Code Kipper
On 4 October 2016 at 11:46, Mylène Josserand wrote: > Add APB deassert function for sun4i-i2s driver. > > Signed-off-by: Mylène Josserand > --- > sound/soc/sunxi/sun4i-i2s.c | 16 +++- > 1 file changed, 15 insertions(+), 1 deletion(-) > > diff --git a/sound/soc/sunxi/sun4i-i2s.c

Re: [PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-04 Thread Thomas Petazzoni
Hello, On Tue, 4 Oct 2016 11:46:16 +0200, Mylène Josserand wrote: > #include > #include > @@ -589,6 +590,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev) > { > struct sun4i_i2s *i2s; > struct resource *res; > + struct reset_control *reset_apb; > void

Re: [PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-04 Thread Thomas Petazzoni
Hello, On Tue, 4 Oct 2016 11:46:16 +0200, Mylène Josserand wrote: > #include > #include > @@ -589,6 +590,7 @@ static int sun4i_i2s_probe(struct platform_device *pdev) > { > struct sun4i_i2s *i2s; > struct resource *res; > + struct reset_control *reset_apb; > void

[PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-04 Thread Mylène Josserand
Add APB deassert function for sun4i-i2s driver. Signed-off-by: Mylène Josserand --- sound/soc/sunxi/sun4i-i2s.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/sound/soc/sunxi/sun4i-i2s.c b/sound/soc/sunxi/sun4i-i2s.c

[PATCH 03/14] ASoC: sun4i-i2s: Add apb reset

2016-10-04 Thread Mylène Josserand
Add APB deassert function for sun4i-i2s driver. Signed-off-by: Mylène Josserand --- sound/soc/sunxi/sun4i-i2s.c | 16 +++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/sound/soc/sunxi/sun4i-i2s.c b/sound/soc/sunxi/sun4i-i2s.c index 687a8f8..f3f7026 100644 ---