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
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
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
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
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
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
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
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
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
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
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
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
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.
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
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
* 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
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
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
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
19 matches
Mail list logo