Re: [PATCH v2] powerpc, 5200: add support for charon board

2010-12-09 Thread Wolfram Sang
> Is it possible to add to the mpc5200_defconfig, what is needed for > this board to compile a kernel which contains all features it needs? Just add it as modules. Regards, Wolfram -- Pengutronix e.K. | Wolfram Sang| Industrial Linux Solutions

Re: [PATCH V6 09/10] USB/ppc4xx:Synopsys DWC OTG driver enable gadget support

2010-12-09 Thread Sergei Shtylyov
Hello. On 09-12-2010 3:32, tma...@apm.com wrote: From: Tirumala Marri Enable gadget support Signed-off-by: Tirumala R Marri Signed-off-by: Fushen Chen Signed-off-by: Mark Miesfeld [...] diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 747b0d3..b2bcc4e 100644 -

Re: [PATCH 1/2] video, sm501: add OF binding to support SM501

2010-12-09 Thread Samuel Ortiz
Hi Heiko, On Thu, Dec 09, 2010 at 07:49:45AM +0100, Heiko Schocher wrote: > Hello Paul, > > Paul Mundt wrote: > > On Sat, Dec 04, 2010 at 09:23:47AM +0100, Heiko Schocher wrote: > >> - add binding to OF, compatible name "smi,sm501" > >> > [...] > >> Documentation/kernel-parameters.txt |

Re: [RFC PATCH 6/7 v2] ppc/iommu: pass phb only to iommu_table_setparms_lpar

2010-12-09 Thread Nishanth Aravamudan
On 09.12.2010 [15:24:39 +1100], Benjamin Herrenschmidt wrote: > On Tue, 2010-10-26 at 20:35 -0700, Nishanth Aravamudan wrote: > > iommu_table_setparms_lpar needs either the phb or the subbusnumber > > (not both), pass the phb to make it similar to iommu_table_setparms. > > > > Note: In cases where

Re: [PATCH V6 00/10] Add-Synopsys-DesignWare-HS-USB-OTG-driver

2010-12-09 Thread Tirumala Marri
> Much nicer, thanks. > > Do you wish for me to apply this to the tree if it passes review? > > thanks, > > greg k-h Yes, please. Thanks, marri ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH V6 09/10] USB/ppc4xx:Synopsys DWC OTG driver enable gadget support

2010-12-09 Thread Tirumala Marri
On Thu, Dec 9, 2010 at 5:24 AM, Sergei Shtylyov wrote: > Hello. > > On 09-12-2010 3:32, tma...@apm.com wrote: > >> From: Tirumala Marri > >> Enable gadget support > >> Signed-off-by: Tirumala R Marri >> Signed-off-by: Fushen Chen >> Signed-off-by: Mark Miesfeld > > [...] > >> diff --git a/drivers/

Re: [RFC PATCH 7/7 v2] ppc: add dynamic dma window support

2010-12-09 Thread Nishanth Aravamudan
On 09.12.2010 [15:17:06 +1100], Benjamin Herrenschmidt wrote: > On Tue, 2010-10-26 at 20:35 -0700, Nishanth Aravamudan wrote: > > No much comments... I'm amazed how complex he firmware folks managed to > make this ... > > > static int iommu_reconfig_notifier(struct notifier_block *nb, unsigned

Re: [RFC PATCH 7/7 v2] ppc: add dynamic dma window support

2010-12-09 Thread Nishanth Aravamudan
On 26.10.2010 [20:35:17 -0700], Nishanth Aravamudan wrote: > If firmware allows us to map all of a partition's memory for DMA on a > particular bridge, create a 1:1 mapping of that memory. Add hooks for > dealing with hotplug events. Dyanmic DMA windows can use larger than the > default page size,

Re: [PATCH V6 00/10] Add-Synopsys-DesignWare-HS-USB-OTG-driver

2010-12-09 Thread Tirumala Marri
Yes please. Regards, Marri On Wed, Dec 8, 2010 at 10:47 PM, Greg KH wrote: > On Wed, Dec 08, 2010 at 04:28:59PM -0800, tma...@apm.com wrote: > > From: Tirumala Marri > > > > v6: > > 1. Replaced register definitions and bit fields with macros. > > 2. Replace printks with dev_dbg or dev_err fun

Problem with MPC8536 and external IRQs when using a loadable kernel module

2010-12-09 Thread Mark Pearson
I have a curious problem. This is on a MPC8636 based platform with 36-bit address space (that may or may not be important). I have a very simple driver that registers for one of the external IRQs with a trivial interrupt handler. It works great when built in as part of the kernel. However,

Re: Problem with MPC8536 and external IRQs when using a loadable kernel module

2010-12-09 Thread Michael Ellerman
On Thu, 2010-12-09 at 12:45 -0800, Mark Pearson wrote: > I have a curious problem. This is on a MPC8636 based platform with > 36-bit address space (that may or may not be important). > > > > I have a very simple driver that registers for one of the external > IRQs with a trivial interrupt handl

RE: Problem with MPC8536 and external IRQs when using a loadable kernel module

2010-12-09 Thread Mark Pearson
Magical - thank you very very much. The patch fixes the problem Really appreciate the quick response - and I would never have found that in a million years. Mark -Original Message- From: Michael Ellerman [mailto:mich...@ellerman.id.au] Sent: Thursday, December 09, 2010 6:33 PM To: Mark

RE: Problem with MPC8536 and external IRQs when using a loadable kernel module

2010-12-09 Thread Michael Ellerman
On Thu, 2010-12-09 at 17:20 -0800, Mark Pearson wrote: > Magical - thank you very very much. The patch fixes the problem > > Really appreciate the quick response - and I would never have found that in a > million years. No worries. Looks like someone should send 78e2e68a2b to the stable crew. F

Re: [PATCH V6 00/10] Add-Synopsys-DesignWare-HS-USB-OTG-driver

2010-12-09 Thread Alexander Gordeev
Hi, В Wed, 8 Dec 2010 16:28:59 -0800 tmarri at apm.com (tmarri at apm.com) пишет: > From: Tirumala Marri > > v6: > 1. Replaced register definitions and bit fields with macros. > 2. Replace printks with dev_dbg or dev_err functions. > 3. Cleanup some assignments. > 4. Remove chip specific s

Re: [PATCH V6 00/10] Add-Synopsys-DesignWare-HS-USB-OTG-driver

2010-12-09 Thread Tirumala Marri
On Thu, Dec 9, 2010 at 8:52 PM, Alexander Gordeev wrote: > Hi, > > В Wed,  8 Dec 2010 16:28:59 -0800 > tmarri at apm.com (tmarri at apm.com) пишет: > >> From: Tirumala Marri >> >> v6: >>  1. Replaced register definitions and bit fields with macros. >>  2. Replace printks with dev_dbg or dev_err f