Re: [PATCH v2] sound: codecs: pcm1792a: clean function exit

2015-12-14 Thread Raphaël Poggi
ping ? 2015-11-25 9:18 GMT+01:00 Michael Trimarchi : > Hi > > On Wed, Nov 25, 2015 at 9:10 AM, Raphael Poggi wrote: >> Signed-off-by: Raphael Poggi >> --- >> sound/soc/codecs/pcm1792a.c | 15 +++ >> 1 file changed, 3 insertions(+), 12 deletions(-) >> >> diff --git a/sound/soc/codecs

Re: [alsa-devel] [PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-24 Thread Raphaël Poggi
Hi, 2015-11-24 9:27 GMT+01:00 Michael Trimarchi : > Hi > > On Tue, Nov 24, 2015 at 9:21 AM, Raphaël Poggi wrote: >> Hi, >> >> 2015-11-21 10:37 GMT+01:00 Michael Trimarchi : >>> Hi >>> >>> On Fri, Nov 20, 2015 at 11:09 AM, Raphael Pogg

Re: [alsa-devel] [PATCH 4/4] sound: codecs: pcm1792a: introduce channel side

2015-11-24 Thread Raphaël Poggi
Hi, 2015-11-21 10:37 GMT+01:00 Michael Trimarchi : > Hi > > On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: >> From: Raphael Poggi >> >> Add possibility to choose the channel side using the device tree, >> and also modify it using alsa ctrl. >> >> Signed-off-by: Raphael Poggi >> --- >>

Re: [alsa-devel] [PATCH 1/4] sound: codecs: pcm1792a: clean function exit

2015-11-21 Thread Raphaël Poggi
Hi, I know that almost all the codec do as before, but what is the goal of using an extra condition when we can avoid it ? Raphael 2015-11-21 10:31 GMT+01:00 Michael Trimarchi : > Hi > > On Fri, Nov 20, 2015 at 11:09 AM, Raphael Poggi wrote: >> From: Raphael Poggi >> >> Signed-off-by: Raphael

Re: [PATCH] wlcore: sdio: return correct error code

2015-07-16 Thread Raphaël Poggi
Ping ? 2015-07-02 10:34 GMT+02:00 Raphael Poggi : > When wlcore_probe_of failed, return the correct error code instead of ENOMEM > > Signed-off-by: Raphaël Poggi > --- > drivers/net/wireless/ti/wlcore/sdio.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > >

arm: at91: sama5d3 suspend in ram

2014-09-01 Thread Raphaël Poggi
Hi, I have some trouble using the suspend in ram with the sama5d3. When the cpu execute code from pm_slowclock.S, the cpu "crash", I mean when I connect the JTAG, the program counter has an invalid/nonsense value. I have tried with the patch series from Wenyou Yang : [PATCH 0/3] ARM: at91: add e

Re: pwm: atmel: problem when disable pwm

2014-06-04 Thread Raphaël Poggi
, Jun 04, 2014 at 02:56:13PM +0200, Raphaël Poggi wrote: >> Hello, >> >> I'm using the pwm-atmel driver to control led, but i'm facing a problem. >> >> When writing "echo 0 > /sys/class/leds/d1/brightness" (to switch off >> the led) sometimes

pwm: atmel: problem when disable pwm

2014-06-04 Thread Raphaël Poggi
quot; has not been update, and the channel is disable and stayed in active state (high or low depending of polarity). I have fixing the problem with this patch: pwm: atmel: improve disable of pwm Signed-off-by: Raphaël Poggi --- drivers/pwm/pwm-atmel.c |7 --- 1 file changed, 4 insertions

[PATCH] spi: atmel: fix typo in dev_err

2014-05-20 Thread Raphaël Poggi
Fix typo in dev_err. Signed-off-by: Raphaël Poggi --- drivers/spi/spi-atmel.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/spi/spi-atmel.c b/drivers/spi/spi-atmel.c index 079e6b1..7a1788b 100644 --- a/drivers/spi/spi-atmel.c +++ b/drivers/spi/spi-atmel.c

[PATCH] mtd: nand: add line feed to pr_err

2014-04-08 Thread Raphaël Poggi
Add line feed to pr_err. Signed-off-by: Raphaël Poggi --- drivers/mtd/nand/nand_ecc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/nand_ecc.c b/drivers/mtd/nand/nand_ecc.c index 053c9a2..97c4c02 100644 --- a/drivers/mtd/nand/nand_ecc.c +++ b/drivers/mtd