Re: [PATCH v2 1/2] dmaengine: add Qualcomm BAM dma driver

2014-01-21 Thread Arnd Bergmann
On Monday 20 January 2014 16:52:45 Andy Gross wrote: +#ifdef CONFIG_OF +static const struct of_device_id bam_of_match[] = { + { .compatible = qcom,bam-v1.4.0, }, + { .compatible = qcom,bam-v1.4.1, }, + {} +}; +MODULE_DEVICE_TABLE(of, bam_of_match); +#endif Also, you

bug fix for mmc queue.c

2014-01-21 Thread Wang, Yalin
Hi We encounter a problem when use sdcard , The driver probe will failed like this : 6[ 121.644102] mmc0: mmc_start_bkops: Starting bkops 6[ 133.039845] mmc0: mmc_start_bkops: raw_bkops_status=0x2, from_exception=0 6[ 133.039888] mmc0: mmc_start_bkops: Starting bkops 6[ 147.931642] mmc0:

Re: [PATCH] ARM: Make pgtbl macro more robust

2014-01-21 Thread Christopher Covington
On 01/17/2014 01:50 PM, Stephen Boyd wrote: On 01/06, Christopher Covington wrote: The pgtbl macro couldn't handle the specific (TEXT_OFFSET - PG_DIR_SIZE) value that the combination of MSM platforms and LPAE created: head.S:163: Error: invalid constant (203000) after fixup Regardless of

Re: [PATCH v2 5/7] ARM: perf_event: Fully support Krait CPU PMU events

2014-01-21 Thread Will Deacon
Hi Stephen, Thanks for the updates. A few more comments inline. On Wed, Jan 15, 2014 at 05:55:33PM +, Stephen Boyd wrote: Krait supports a set of performance monitor region event selection registers (PMRESR) sitting behind a cp15 based interface that extend the architected PMU events to

Re: [PATCH v2 5/7] ARM: perf_event: Fully support Krait CPU PMU events

2014-01-21 Thread Stephen Boyd
On 01/21/14 10:07, Will Deacon wrote: Hi Stephen, Thanks for the updates. A few more comments inline. On Wed, Jan 15, 2014 at 05:55:33PM +, Stephen Boyd wrote: Krait supports a set of performance monitor region event selection registers (PMRESR) sitting behind a cp15 based interface

Re: [PATCH v2 5/7] ARM: perf_event: Fully support Krait CPU PMU events

2014-01-21 Thread Stephen Boyd
On 01/21/14 10:37, Stephen Boyd wrote: On 01/21/14 10:07, Will Deacon wrote: Finally, I'd really like to see this get some test coverage, but I don't want to try running mainline on my phone :) Could you give your patches a spin with Vince's perf fuzzer please?

Re: [PATCH v2 1/2] dmaengine: add Qualcomm BAM dma driver

2014-01-21 Thread Andy Gross
On Tue, Jan 21, 2014 at 09:03:43AM +0100, Arnd Bergmann wrote: On Monday 20 January 2014 16:52:45 Andy Gross wrote: +#ifdef CONFIG_OF +static const struct of_device_id bam_of_match[] = { + { .compatible = qcom,bam-v1.4.0, }, + { .compatible = qcom,bam-v1.4.1, },

Re: [PATCH v2 1/2] dmaengine: add Qualcomm BAM dma driver

2014-01-21 Thread Arnd Bergmann
On Tuesday 21 January 2014 17:01:03 Andy Gross wrote: Thanks for the clarification. I think I'll probably do: ARCH_MSM_DT || (COMPILE_TEST ARM) The latter due to my use of writel_relaxed. Yes, looks good. Arnd -- To unsubscribe from this list: send the line unsubscribe