Re: [PATCH 270/493] arm: remove use of __devinit

2012-11-20 Thread David Brown
| 2 +- Acked-by: David Brown dav...@codeaurora.org -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum, hosted by The Linux Foundation -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord...@vger.kernel.org More

Re: [PATCH V6 1/2] of: Add generic device tree DMA helpers

2012-09-17 Thread David Brown
On Mon, Sep 17, 2012 at 08:42:11PM +, Arnd Bergmann wrote: On Saturday 15 September 2012, Russell King - ARM Linux wrote: On Fri, Sep 14, 2012 at 05:41:56PM -0500, Jon Hunter wrote: 3. Supporting legacy devices not using DMA Engine These devices present a problem, as there

Re: RFC: changing DMA slave configuration API

2012-06-11 Thread David Brown
On Mon, Jun 11, 2012 at 10:20:49AM +0530, Vinod Koul wrote: I think it is a good idea. And I would like to extend it even a little bit. Do we have any users of peripheral to peripheral slave dma? IIRC that is not the case, or does anyone know of existence or plans for such a h/w? We have

Re: [PATCH v5 1/4] regulator: helper routine to extract regulator_init_data

2012-05-23 Thread David Brown
On Fri, Nov 18, 2011 at 04:47:17PM +0530, Rajendra Nayak wrote: + xyzreg: regulator@0 { + regulator-min-microvolt = 100; + regulator-max-microvolt = 250; + regulator-always-on; + vin-supply = vin; + }; Just noticed this, but

Re: [PATCH 03/17] ARM: mark const init data with __initconst instead of __initdata

2012-03-29 Thread David Brown
On Thu, Mar 29, 2012 at 11:12:20PM +0200, Uwe Kleine-König wrote: arch/arm/mach-msm/board-msm8x60.c |2 +- arch/arm/mach-msm/board-qsd8x50.c |4 +- Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm Innovation Center, Inc

Re: [PATCH v4 REPOST 2/5] ARM: SMP: Refactor Kconfig to be more maintainable

2011-12-15 Thread David Brown
On Wed, Dec 14, 2011 at 11:39:38AM +, Dave Martin wrote: Making SMP depend on (huge list of MACH_ and ARCH_ configs) is bothersome to maintain and likely to lead to merge conflicts. This patch moves the knowledge of which platforms are SMP-capable to the individual machines. To enable

Re: [PATCH v4 REPOST 2/5] ARM: SMP: Refactor Kconfig to be more maintainable

2011-12-15 Thread David Brown
this, a new HAVE_SMP config option is introduced to allow machines to indicate that they can run in a SMP configuration. arch/arm/mach-msm/Kconfig |1 + Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation

Re: [PATCH 4/4] mmc: Add mmc_host_level logging

2011-11-15 Thread David Brown
++- The MSM ones at least are quite straightforward, so I'm fine with this part of the change. Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from

Re: [PATCH v3 3/6] iommu/msm: announce supported page sizes

2011-09-24 Thread David Brown
...@wizery.com Cc: David Brown dav...@codeaurora.org Cc: Stepan Moskovchenko step...@codeaurora.org --- drivers/iommu/msm_iommu.c |8 +++- Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc

Re: [PATCH 49/57] video: irq: Remove IRQF_DISABLED

2011-09-21 Thread David Brown
[b738a50a: genirq: Warn when handler enables interrupts]). So now this flag is a NOOP and can be removed. Signed-off-by: Yong Zhang yong.zha...@gmail.com --- drivers/video/msm/mddi.c |2 +- drivers/video/msm/mdp.c |2 +- Acked-by: David Brown dav

Re: [PATCH 5/7] iommu/msm: -unmap() should return order of unmapped page

2011-09-02 Thread David Brown
step...@codeaurora.org Cc: David Brown dav...@codeaurora.org --- drivers/iommu/msm_iommu.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/drivers/iommu/msm_iommu.c b/drivers/iommu/msm_iommu.c index 1a584e0..d1733f6 100644 --- a/drivers/iommu/msm_iommu.c

Re: [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations

2011-08-11 Thread David Brown
On Thu, Aug 11, 2011 at 04:08:07PM +0100, Russell King - ARM Linux wrote: As a note, there were duplicated e-mail address Grant and Nicolas in Cc ;) I just pushed 'reply all' :) That's not in the original email, and isn't in any one elses replies The original patches have a doubled CC

Re: [PATCH] mmc: Use pr_level, add and use mmc_level

2011-08-11 Thread David Brown
+-- Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

Re: How to handle named resources with DT?

2011-08-10 Thread David Brown
On Wed, Aug 10, 2011 at 01:22:16PM -0600, Grant Likely wrote: Please, stick with the established convention and explicitly order 'reg' and 'interrupts' properties. If there is a specific use case where this doesn't work, then bring it up, but I haven't seen any yet. The current users of

Re: [PATCH 11/13] ARM: gpio: consolidate trivial gpiolib implementations

2011-08-09 Thread David Brown
in Documentation/gpio.txt Signed-off-by: Russell King rmk+ker...@arm.linux.org.uk --- arch/arm/mach-msm/include/mach/gpio.h |5 + For msm (msm8660): Tested-by: David Brown dav...@codeaurora.org Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm

Re: [PATCH v2 2/4] msm: iommu: move to drivers/iommu/

2011-06-13 Thread David Brown
On Fri, Jun 10 2011, Ohad Ben-Cohen wrote: This should ease finding similarities with different platforms, with the intention of solving problems once in a generic framework which everyone can use. Compile-tested for MSM8X60. Acked-by: David Brown dav...@codeaurora.org I believe

Re: [PATCH 0/4] drivers/iommu/ relocations

2011-06-08 Thread David Brown
On Wed, Jun 08 2011, Roedel, Joerg wrote: Great, thanks. I'll apply the patches as soon as the relevant ACKs come in. Looking at the MAINTAINERS file David Brown needs to ACK the MSM patch and David Woodhouse the VT-d patch. David B., David W., is this direction ok for both of you? I think

Re: [PATCH 2/4] msm: iommu: move to drivers/iommu/

2011-06-08 Thread David Brown
On Wed, Jun 08 2011, Ohad Ben-Cohen wrote: This should ease finding similarities with different platforms, with the intention of solving problems once in a generic framework which everyone can use. Compile-tested for MSM8X60. Signed-off-by: Ohad Ben-Cohen o...@wizery.com ---

Re: [GIT PULL] omap changes for v2.6.39 merge window

2011-03-31 Thread David Brown
On Wed, Mar 30 2011, Linus Torvalds wrote: And most GPIO drivers I've ever seen are actually basically turn this bit on or off in this register to turn it into an Input or Output along with read/write this other bit to actually see/set the value. Repeat that for 'nr' bits, where 'nr' is just

Re: [GIT PULL] omap changes for v2.6.39 merge window

2011-03-31 Thread David Brown
for new hardware. Thanks, David Brown -- Sent by an employee of the Qualcomm Innovation Center, Inc. The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum. -- To unsubscribe from this list: send the line unsubscribe linux-omap in the body of a message to majord

Re: [PATCH 1/5] ARM: smp: Select local timers vs dummy timer support runtime

2011-02-14 Thread David Brown
suffer from this limitation. This patch should not have any functional impact on affected files. Signed-off-by: Santosh Shilimkar santosh.shilim...@ti.com --- arch/arm/mach-msm/timer.c |3 ++- Acked-By: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm

Re: [PATCH 1/5] ARM: smp: Select local timers vs dummy timer support runtime

2011-02-14 Thread David Brown
kernel can switch to dummy timers. OMAP4430 ES1.0 does suffer from this limitation. This patch should not have any functional impact on affected files. arch/arm/mach-msm/timer.c |3 ++- Acked-by: David Brown dav...@codeaurora.org -- Sent by an employee of the Qualcomm

Re: ARM defconfig files

2010-07-12 Thread David Brown
On Monday 12 July 2010 11:50:29 Uwe Kleine-König wrote: If it helps the powerpc people I can reduce their defconfigs, too. Do you have scripts or tools that you did this with, or is a manual process. We're about to add several new (ARM) targets, and it'd be nice to be able to make small

Re: ARM defconfig files

2010-07-12 Thread David Brown
On Monday 12 July 2010 16:18:01 Linus Torvalds wrote: 2010/7/12 David Brown dav...@codeaurora.org: Do you have scripts or tools that you did this with, or is a manual process. We're about to add several new (ARM) targets, and it'd be nice to be able to make small defconfigs for those