Best Regards,
Shaohui Xie
> -Original Message-
> From: Bounine, Alexandre [mailto:alexandre.boun...@idt.com]
> Sent: Thursday, November 11, 2010 6:55 AM
> To: Xie Shaohui-B21989; a...@linux-foundation.org
> Cc: linux-ker...@vger.kernel.org; linuxppc-dev@lists.ozlabs.org; Li
Yang-
> R
Expand the dma_mask of fsldma device to 36-bit, indicating that the
DMA engine can deal with 36-bit physical address and does not need
the SWIOTLB to create bounce buffer for it when doing dma_map_*().
Signed-off-by: Li Yang
---
Add more detailed commit message
drivers/dma/fsldma.c |4 +++-
On Oct 28, 2010, at 3:50 AM, Roy Zang wrote:
> CodeWarrior is popular embedded tools to support debugging Powerpc.
> This patch adds Freescale CodeWarrior debug support for Linux kernel on
> 85xx/QorIQ platform.
>
> Signed-off-by: Bogdan Adrin
> Signed-off-by: Roy Zang
> ---
> arch/powerpc/Kco
On Nov 11, 2010, at 6:16 AM, Li Yang wrote:
> Expand the dma_mask of fsldma device to 36-bit, indicating that the
> DMA engine can deal with 36-bit physical address and does not need
> the SWIOTLB to create bounce buffer for it when doing dma_map_*().
>
> Signed-off-by: Li Yang
> ---
> Add more
On Nov 5, 2010, at 12:28 AM, Lan Chunhe wrote:
> We need to get the pci controller created as an of platform device to
> allow the EDAC driver to bind to it on P4080DS.
>
> Signed-off-by: Kai.Jiang
> Signed-off-by: Kumar Gala
> Signed-off-by: Lan Chunhe
> ---
> arch/powerpc/platforms/85xx/cor
On Nov 11, 2010, at 5:59 AM, Kumar Gala wrote:
>
> On Nov 5, 2010, at 12:28 AM, Lan Chunhe wrote:
>
>> We need to get the pci controller created as an of platform device to
>> allow the EDAC driver to bind to it on P4080DS.
>>
>> Signed-off-by: Kai.Jiang
>> Signed-off-by: Kumar Gala
>> Signe
On Nov 4, 2010, at 10:23 PM, Lan Chunhe wrote:
> There are some differences of register offset and definition between
> pci and pcie error management registers. While, some other pci/pcie
> error management registers are nearly the same.
>
> To merge pci and pcie edac code into one, it is easier
Dear Ilya Yanok,
In message <1288137180-3220-1-git-send-email-ya...@emcraft.com> you wrote:
> Hello everybody,
>
> meanwhile I've fixed one more issue in mpc512x_dma driver.
>
> Any comments? Anybody interrested in this driver? Piotr?
>
> Still unsure how to deal with bitfield structures in IO
Dear Ilya Yanok,
In message <1288137756-3389-1-git-send-email-ya...@emcraft.com> you wrote:
> MPC8308 has ULPI pin muxing settings in SICRH register, bits 17-18
> which is different from both MPC8313 and MPC8315.
> Also MPC8308 doesn't have REFSEL, UTMI_PHY_EN and OTG_PORT fields
> in the USB DR c
On Nov 3, 2010, at 4:35 AM, Shaohui Xie wrote:
> From: Li Yang
>
> Also make 74xx HID1 definition conditional.
>
> Signed-off-by: Li Yang
> Signed-off-by: Shaohui Xie
> Cc: Li Yang
> Cc: Kumar Gala
> Cc: Roy Zang
> Cc: Alexandre Bounine
> ---
> These patches have been send for almost one
On Nov 11, 2010, at 4:19 AM, Xie Shaohui-B21989 wrote:
>
>
>
> Best Regards,
> Shaohui Xie
>
>
>> -Original Message-
>> From: Bounine, Alexandre [mailto:alexandre.boun...@idt.com]
>> Sent: Thursday, November 11, 2010 6:55 AM
>> To: Xie Shaohui-B21989; a...@linux-foundation.org
>> C
On Nov 3, 2010, at 4:36 AM, Shaohui Xie wrote:
> Signed-off-by: Shaohui Xie
> Cc: Li Yang
> Cc: Kumar Gala
> Cc: Roy Zang
> Cc: Alexandre Bounine
> ---
> arch/powerpc/kernel/traps.c | 14 +-
> arch/powerpc/sysdev/fsl_rio.c | 15 +++
> include/linux/rio.h
On Oct 26, 2010, at 7:02 PM, Ilya Yanok wrote:
> MPC8308 has ULPI pin muxing settings in SICRH register, bits 17-18
> which is different from both MPC8313 and MPC8315.
> Also MPC8308 doesn't have REFSEL, UTMI_PHY_EN and OTG_PORT fields
> in the USB DR controller CONTROL register.
>
> Signed-off-
On Nov 3, 2010, at 4:36 AM, Shaohui Xie wrote:
> Signed-off-by: Shaohui Xie
> Cc: Li Yang
> Cc: Kumar Gala
> Cc: Roy Zang
> Cc: Alexandre Bounine
> ---
> arch/powerpc/kernel/cpu_setup_fsl_booke.S |6 ++
> arch/powerpc/sysdev/fsl_rio.c |2 --
> 2 files changed, 6 inserti
Kumar Gala wrote:
> > [Xie Shaohui-B21989] Hi Alex, seems your suggestion is some kind of
> > conflict with Kumar, you can have a look at
> > http://patchwork.ozlabs.org/patch/67774/
>
> I think Alex's comment is the fact we ignore the 'return' value in the
machine_check_e500 case.
Yes, this one
Kumar Gala wrote:
> > @@ -527,8 +535,12 @@ int machine_check_e500(struct pt_regs *regs)
>
> To deal w/Alex's comment do:
>
> machine_check_e500(...) {
>
> int ret = 0;
>
>
> > printk("Bus - Write Address Error\n");
> > if (reason & MCSR_BUS_IBERR)
> > printk(
Signed-off-by: Alexander Shishkin
CC: Benjamin Herrenschmidt
CC: Paul Mackerras
CC: Andrew Morton
CC: Andreas Schwab
CC: Alexander Shishkin
CC: Christoph Hellwig
CC: Jesper Nilsson
CC: linuxppc-dev@lists.ozlabs.org
CC: linux-ker...@vger.kernel.org
---
arch/powerpc/include/asm/systbl.h |
Hi GURUs
I am working on application based on Freescale P1020 SDK. But for
some reasons, my application hangs in setuid(0).
The Freescale P1020 SDK is using this toolchain:
gcc-4.3.74-eglibc-2.8.74-dp-2
and the kernel is also from SDK:
linux-2.6.31.
The thr
On Thu, 2010-11-11 at 09:06 +1100, Benjamin Herrenschmidt wrote:
> On Wed, 2010-11-10 at 11:54 -0800, Jim Keniston wrote:
> > I got Ben's linux/kernel/git/benh/powerpc.git source and built it
> > (.config file attached*). It hangs on boot. When I boot it with
> > loglevel=8, its last words are:
>
On Thu, 2010-11-11 at 16:07 -0800, Jim Keniston wrote:
> I built from Linus's git tree, and that kernel doesn't boot, either.
> (It doesn't hang, but rather panics during boot. I can provide a
> console log if you like.)
>
> v2.6.36 and v2.6.37-rc1 boot fine for me. I'll post my nvram-related
>
>Subject: Re: [PATCH v2] fsldma: add support to 36-bit physical address
>
>
>On Nov 11, 2010, at 6:16 AM, Li Yang wrote:
>
>> Expand the dma_mask of fsldma device to 36-bit, indicating that the
>> DMA engine can deal with 36-bit physical address and does not need the
>> SWIOTLB to create bounce buf
This series contains some fixups to Ben Herrenschmidt's Aug. 2 patch
set, "[RFC] Clean up ppc64 nvram code" --
http://lists.ozlabs.org/pipermail/linuxppc-dev/2010-August/084601.html
These patches apply atop Ben's 11-patch series.
---
Jim Keniston (4):
Handle partition names >= 12 chars
Don't run pseries_nvram_init_log_partition() until after the partition
list has been initialized. Fixes a boot-time crash.
Signed-off-by: Jim Keniston
---
arch/powerpc/platforms/pseries/nvram.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/platforms/pse
Simplify creation and use of the NVRAM partition list.
Signed-off-by: Jim Keniston
---
arch/powerpc/kernel/nvram_64.c | 26 --
1 files changed, 8 insertions(+), 18 deletions(-)
diff --git a/arch/powerpc/kernel/nvram_64.c b/arch/powerpc/kernel/nvram_64.c
index d467f8c.
The name field in the nvram_header can be < 12 chars, null-terminated,
or 12 chars without the null. Handle this safely.
Signed-off-by: Jim Keniston
---
arch/powerpc/kernel/nvram_64.c |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/kernel/nvram_64.c b/
Use the correct arg order when calling nvram_create_partition().
Signed-off-by: Jim Keniston
---
arch/powerpc/platforms/pseries/nvram.c |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/powerpc/platforms/pseries/nvram.c
b/arch/powerpc/platforms/pseries/nvram.c
26 matches
Mail list logo