Re: [PATCH] arm/dt: Print machine name after dt probe

2010-07-28 Thread Jeremy Kerr
Hi Grant, > To match the behaviour of mach_type probing > > Signed-off-by: Grant Likely > --- > > Hi Jeremy, > > I've got this patch in my tree. I'm going to squash it into "arm/dt: > probe for platforms via the device tree". Looks good. How do you want to manage the trees from here? Are you

Re: [PATCH v2 1/2] MIPS: Add device tree support to MIPS

2010-07-28 Thread Ralf Baechle
On Wed, Jul 28, 2010 at 01:25:52PM -0600, Grant Likely wrote: > It would probably be best if I at least pick up the first patch into > my test tree to give it a spin with the latest changes. I'd be happy > to take the 2nd too to avoid ordering issues. Makes sense and even though this patch appli

[RFC PATCH 3/3] ARM: add config for beagle with fdt enabled

2010-07-28 Thread John Rigby
Just for testing ARM device tree support Signed-off-by: John Rigby --- MAKEALL |1 + boards.cfg|1 + include/configs/omap3_beagle_dt.h | 344 + 3 files changed, 346 insertions(+), 0 deletions(-) creat

[RFC PATCH 2/3] ARM: WIP: add flat device tree support

2010-07-28 Thread John Rigby
Signed-off-by: John Rigby --- arch/arm/include/asm/config.h |1 + arch/arm/lib/bootm.c | 128 - common/cmd_bootm.c|5 +- common/image.c|7 ++- include/image.h |2 +- 5 files changed, 138 in

[RFC PATCH 1/3] FDT: Add fixup support of multiple banks of memory

2010-07-28 Thread John Rigby
Add fdt_fixup_memory_banks and reimplement fdt_fixup_memory to use it. Signed-off-by: John Rigby --- common/fdt_support.c | 86 ++--- include/fdt_support.h |1 + 2 files changed, 47 insertions(+), 40 deletions(-) diff --git a/common/fdt_support

[RFC PATCH 0/3] *** Add device tree support for ARM to U-Boot ***

2010-07-28 Thread John Rigby
These patches add device tree support to the bootm command in u-boot for the ARM. I'm sending the patches to this list first for comments before sending it to the wider audience on the u-boot list. The only testing so far has shown that this patch does not break non-dt booting. I don't have a dt

RE: [PATCH v2 1/2] MIPS: Add device tree support to MIPS

2010-07-28 Thread Dezhong Diao (dediao)
Grant, I agree with your approach. Please go ahead to make changes and get the patches working with latest code in test tree. Or I am able to make changes in terms of your comments too. It is best we can have MIPS OF support in 2.6.36, but I have you and Ralf decide it. Thanks. Dezhong

Re: [PATCH v2 1/2] MIPS: Add device tree support to MIPS

2010-07-28 Thread David Daney
On 07/28/2010 11:54 AM, Grant Likely wrote: Hi Dezhong, [...] Very nice clean patch, thanks! How/when would you like to see MIPS OF support go into mainline? I can't speak for the patch authors, but my preference would be to have MIPS OF support go in to 2.6.36 if possible. How? To me i

Re: [PATCH v2 1/2] MIPS: Add device tree support to MIPS

2010-07-28 Thread Grant Likely
On Wed, Jul 28, 2010 at 1:19 PM, David Daney wrote: > On 07/28/2010 11:54 AM, Grant Likely wrote: >> >> Hi Dezhong, > > [...] >> >> Very nice clean patch, thanks!  How/when would you like to see MIPS OF >> support go into mainline? >> > > I can't speak for the patch authors, but my preference woul

Re: [PATCH v2 2/2] MIPS: PowerTV: Add device tree support

2010-07-28 Thread Grant Likely
Hi Dezhong, I can't comment too much on this patch since I don't know the platform or MIPS very well, but it seems to be good. Can you post a sample of your device tree, and your binding documentation? Thanks, g. On Tue, Jul 27, 2010 at 3:53 PM, Dezhong Diao wrote: > V2: >    Synchronize with

Re: [PATCH v2 1/2] MIPS: Add device tree support to MIPS

2010-07-28 Thread Grant Likely
Hi Dezhong, Thanks for the patches. Do you want me to carry these in my test tree for a while? I won't be able to test them, but I'll be able to rework as I make changes to the drivers/of core code. I'm still making changes to reduce the number of symbols that architectures need to implement in

[PATCH 1/4] irq: rename IRQF_TIMER to IRQF_NO_SUSPEND

2010-07-28 Thread Ian Campbell
Continue to provide IRQF_TIMER as an alias to IRQF_NO_SUSPEND since I think it is worth preserving the nice self-documenting name (where it is used appropriately). It also avoid needing to patch all the many users who are using the flag for an actual timer interrupt. Signed-off-by: Ian Campbell C

[GIT/PATCH 0/4] Do not use IRQF_TIMER for non timer interrupts

2010-07-28 Thread Ian Campbell
Hi Thomas, A small number of users of IRQF_TIMER are using it for the implied no suspend behaviour on interrupts which are not timer interrupts. Therefore the following series renames the IRQF_TIMER flag to IRQF_NO_SUSPEND and updates the users which are not timer interrupts to use the new name.

[PATCH 3/4] powerpc: Use IRQF_NO_SUSPEND not IRQF_TIMER for non-timer interrupts

2010-07-28 Thread Ian Campbell
kw_i2c_irq and via_pmu_interrupt are not timer interrupts and therefore should not use IRQF_TIMER. Use the recently introduced IRQF_NO_SUSPEND instead since that is the actual desired behaviour. Signed-off-by: Ian Campbell Cc: Thomas Gleixner Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: G

[PATCH v2 2/2] MIPS: PowerTV: Add device tree support

2010-07-28 Thread Dezhong Diao
V2: Synchronize with test-devicetree branch of device tree. V1: Add device tree support for PowerTV. Customize user-defined memory scan function. Signed-off-by: Dezhong Diao --- arch/mips/configs/powertv_defconfig| 293 +--- arch/mips/include/asm/mac

[PATCH] xilinxfb: update tft comp versions

2010-07-28 Thread Adrian Alonso
* Add tft display module compatibility for new hardware modules Signed-off-by: Adrian Alonso --- drivers/video/xilinxfb.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c index 574dc54..29b5daa 100644 --- a/drivers/vi

Re: [PATCH v4 1/5] fsl-diu-fb: fix issue with re-enabling DIU area descriptor

2010-07-28 Thread Anatolij Gustschin
On Wed, 28 Jul 2010 01:02:59 -0600 Grant Likely wrote: ... > >  drivers/video/fsl-diu-fb.c |   38 +++--- > >  1 files changed, 23 insertions(+), 15 deletions(-) > > > > diff --git a/drivers/video/fsl-diu-fb.c b/drivers/video/fsl-diu-fb.c > > index 27455ce..9b8c991 1

Re: [PATCH] xilinxfb: update tft comp versions

2010-07-28 Thread Grant Likely
On Tue, Jul 27, 2010 at 3:24 PM, Adrian Alonso wrote: > * Add tft display module compatibility for new >  hardware modules > > Signed-off-by: Adrian Alonso > --- >  drivers/video/xilinxfb.c |    2 ++ >  1 files changed, 2 insertions(+), 0 deletions(-) > > diff --git a/drivers/video/xilinxfb.c b/d

Re: [PATCH v4 1/5] fsl-diu-fb: fix issue with re-enabling DIU area descriptor

2010-07-28 Thread Grant Likely
On Fri, Jul 23, 2010 at 8:00 AM, Anatolij Gustschin wrote: > On MPC5121e Rev 2.0 re-configuring the DIU area descriptor > by writing new descriptor address doesn't always work. > As a result, DIU continues to display using old area descriptor > even if the new one has been written to the descripto