RE: [alsa-devel] [RESEND PATCH 1/1] ASoC: dwc: correct irq clear method

2015-10-02 Thread yitian
ew.jack...@arm.com; > lgirdw...@gmail.com; ti...@suse.com; > linux-arm-ker...@lists.infradead.org > Subject: Re: [alsa-devel] [RESEND PATCH 1/1] ASoC: dwc: correct irq clear > method > > On Thu, Oct 01, 2015 at 10:39:09AM +0800, yitian wrote: > > > > This doesn't apply ag

[PATCH 1/1] ASoC: dwc: correct irq clear method

2015-10-02 Thread Yitian Bu
from Designware I2S datasheet, tx/rx XRUN irq is cleared by reading register TOR/ROR, rather than by writing into them. Signed-off-by: Yitian Bu --- sound/soc/dwc/designware_i2s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/d

Re: [RESEND PATCH 1/1] ASoC: dwc: correct irq clear method

2015-10-01 Thread Mark Brown
On Thu, Oct 01, 2015 at 10:39:09AM +0800, yitian wrote: > > This doesn't apply against current code, please check and resend. > I synced up to latest kernel branch, the code is the same as what this patch > was > generated. The "latest kernel branch" was neither v4.3-rc1 nor my for-next branch,

RE: [RESEND PATCH 1/1] ASoC: dwc: correct irq clear method

2015-09-30 Thread yitian
..@suse.com; > lgirdw...@gmail.com; pe...@perex.cz; > linux-arm-ker...@lists.infradead.org > Subject: Re: [RESEND PATCH 1/1] ASoC: dwc: correct irq clear method > > On Tue, Sep 29, 2015 at 10:39:00PM +0800, yitian wrote: > > from Designware I2S datasheet, irq is cleared by

Re: [RESEND PATCH 1/1] ASoC: dwc: correct irq clear method

2015-09-30 Thread Mark Brown
On Tue, Sep 29, 2015 at 10:39:00PM +0800, yitian wrote: > from Designware I2S datasheet, irq is cleared by reading from > TOR/ROR registers, rather than by writing into them. This doesn't apply against current code, please check and resend. signature.asc Description: Digital signature

[RESEND PATCH 1/1] ASoC: dwc: correct irq clear method

2015-09-29 Thread yitian
from Designware I2S datasheet, irq is cleared by reading from TOR/ROR registers, rather than by writing into them. Signed-off-by: Yitian Bu --- sound/soc/dwc/designware_i2s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/de

[PATCH 1/1] ASoc: dwc: correct irq clear method

2015-09-27 Thread yitian
from Designware I2S datasheet, irq is cleared by reading from TOR/ROR registers, rather than by writing into them. Signed-off-by: Yitian Bu --- sound/soc/dwc/designware_i2s.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/dwc/designware_i2s.c b/sound/soc/dwc/de