RE: [PATCH 02/17] irqchip: Add PLX Technology RPS IRQ Controller

2016-03-03 Thread Ma Haijun
[mailto:narmstr...@baylibre.com] Subject: [PATCH 02/17] irqchip: Add PLX Technology RPS IRQ Controller Add PLX Technology RPS IRQ Controller as irqchip driver. CC: Ma Haijun Signed-off-by: Neil Armstrong --- drivers/irqchip/Kconfig | 5 ++ drivers/irqchip/Makefile | 1 + drivers/irqchip/

RE: [media] videobuf-dma-contig: fix vm_iomap_memory() call

2014-03-28 Thread Ma Haijun
Hi, > -Original Message- > > On 03/27/2014 12:07 PM, Ma Haijun wrote: > > Hi all, > > > > This is a trivial fix, but I think the patch itself has problem too. > > The function requires a phys_addr_t, but we feed it with a dma_handle_t. > > AFAIK, t

[PATCH] [media] videobuf-dma-contig: fix incorrect argument to vm_iomap_memory() call

2014-03-27 Thread Ma Haijun
The second argument should be physical address rather than virtual address. Signed-off-by: Ma Haijun --- drivers/media/v4l2-core/videobuf-dma-contig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/media/v4l2-core/videobuf-dma-contig.c b/drivers/media/v4l2-core

[media] videobuf-dma-contig: fix vm_iomap_memory() call

2014-03-27 Thread Ma Haijun
nd mem->dma_handle are from dma_alloc_coherent) Regards Ma Haijun Ma Haijun (1): [media] videobuf-dma-contig: fix incorrect argument to vm_iomap_memory() call drivers/media/v4l2-core/videobuf-dma-contig.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 1.8.3.2 -- To unsubsc

[PATCH 2/2] ASoC: wm8960: Fix shared LRCLK support

2013-08-13 Thread Ma Haijun
Shared LRCLK initialization does not survive wm8960_reset, so place it after the reset. Signed-off-by: Ma Haijun --- sound/soc/codecs/wm8960.c | 14 +++--- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 368d39f

[PATCH 1/2] ASoC: wm8960: Fix ADC volume bits

2013-08-13 Thread Ma Haijun
Signed-off-by: Ma Haijun --- sound/soc/codecs/wm8960.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/codecs/wm8960.c b/sound/soc/codecs/wm8960.c index 0a4ffdd..368d39f 100644 --- a/sound/soc/codecs/wm8960.c +++ b/sound/soc/codecs/wm8960.c @@ -263,8 +263,8