The previous code added wrong TLBs and causes machine check errors.
Signed-off-by: Ralph E. Bellofatto
Signed-off-by: Benjamin Krill
---
arch/powerpc/mm/tlb_low_64e.S | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/powerpc/mm/tlb_low_64e.S b/arch/powerpc/mm
The previous implementation breaks the dts binding "mtd-physmap.txt". This
implementation fixes the issue by checking the availability of the reg
property instead of the name property.
Signed-off-by: Benjamin Krill
---
drivers/mtd/ofpart.c | 21 ++---
1 files c
* Benjamin Herrenschmidt | 2009-02-04 15:09:02 [+1100]:
>On Fri, 2009-01-23 at 17:18 +0100, Benjamin Krill wrote:
>> SLOF has a further node which could not be evaluate
>> by the current routine. The current routine returns
>> because the node hasn't the required reg prop
* Kumar Gala | 2009-02-19 14:49:15 [-0600]:
>This will allow us to remove the ppc32 specific checks in get_dma_ops()
>that defaults to dma_direct_ops if the archdata is NULL. We really
>should always have archdata set to something going forward.
>
>Signed-off-by: Kumar Gala
Ack
jority of these devices only need the
>direct_dma_ops as the platforms don't have any IOMMUs.
>
>In the future to enable >4G DMA support on ppc32 we can hook swiotlb ops.
>
>Signed-off-by: Kumar Gala
Acked-by: Benjamin Krill
___
er should be fixed.
>
>Signed-off-by: Kumar Gala
Acked-by: Benjamin Krill
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
The new firmware release exports further RTC calls. This
patch adds these calls to the QPACE platform setup file.
Signed-off-by: Benjamin Krill
---
arch/powerpc/platforms/cell/qpace_setup.c |2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/arch/powerpc/platforms/cell
* Kumar Gala | 2009-03-19 08:40:50 [-0500]:
>This will allow us to remove the ppc32 specific checks in get_dma_ops()
>that defaults to dma_direct_ops if the archdata is NULL. We really
>should always have archdata set to something going forward.
>
>Signed-off-by: Kumar Gala
Ack
nable >4G DMA support on ppc32 we can hook swiotlb ops.
>
>Signed-off-by: Kumar Gala
Acked-by: Benjamin Krill
Tested on QPACE node card.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
er should be fixed.
>
>Signed-off-by: Kumar Gala
Acked-by: Benjamin Krill
Tested on QPACE node card.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
>>On Fri, 2009-01-23 at 17:18 +0100, Benjamin Krill wrote:
>>> SLOF has a further node which could not be evaluate
>>> by the current routine. The current routine returns
>>> because the node hasn't the required reg property. As
>>> fix this patch ad
* Arnd Bergmann | 2009-04-02 15:15:11 [+0200]:
>BenK, can you try Geert's patch on QPACE?
Successfully tested on QPACE.
Acked-by: Benjamin Krill
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
>--- a/drivers/mtd/ofpart.c
>+++ b/drivers/mtd/ofpart.c
>@@ -48,7 +48,7 @@ int __devinit of_mtd_parse_partitions(struct device *dev,
>
> /* check if this is a partition node */
> partname = of_get_property(pp, "name", &len);
>- if (strcmp(partname, "partiti
* Ricardo Ribalda Delgado | 2009-04-22 19:59:08 [+0200]:
>>
>> if (strcmp(partname, "partition") <= 0) {
>
>Anything alfabetically higher than partition (like "z" will pass
>the test :S)
You are totally right!
cheers
ben
___
Linuxppc
continue;
> }
If this is the way, how to go, you get my ack.
Acked-by: Benjamin Krill
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
The receive interrupt routine checks the wrong register if the
receive fifo is empty. Further an explicit interrupt acknowledge
write is introduced. In some circumstances another interrupt was
issued.
Signed-off-by: Benjamin Krill
---
drivers/serial/nwpserial.c |4 +++-
1 files changed, 3
* Josh Boyer | 2009-05-05 19:09:19 [-0400]:
>On Tue, May 05, 2009 at 02:24:04PM -0500, Timur Tabi wrote:
>>On Tue, May 5, 2009 at 2:11 PM, Benjamin Krill wrote:
>
>That is quite true. Although resending the patch just for that seems overkill.
>The maintainer can edit the sum
Hi,
the rtas instantiation (prom_init.c) doesn't work correctly if the
kernel parameter "mem=" is used. The current code doesn't evaluate
the kernel parameter which causes the issue that alloc_down
allocates somewhere in the "real" memory space. So it can
happen that the allocation space is above
>> the rtas instantiation (prom_init.c) doesn't work correctly if the
>> kernel parameter "mem=" is used. The current code doesn't evaluate
>> the kernel parameter which causes the issue that alloc_down
>> allocates somewhere in the "real" memory space. So it can
>> happen that the allocation space
Evaluate mem kernel parameter for early memory allocations. If mem is set
no allocation in the region above the given boundary is allowed. The current
code doesn't take care about this and allocate memory above the given mem
boundary.
Signed-off-by: Benjamin Krill
---
arch/powerpc/k
Evaluate mem kernel parameter for early memory allocations. If mem is set
no allocation in the region above the given boundary is allowed. The current
code doesn't take care about this and allocate memory above the given mem
boundary.
Signed-off-by: Benjamin Krill
---
arch/powerpc/k
Hi,
>#address-cells = <1>;
>#size-cells = <1>;
>roo...@80 {
The partition must be called
partit...@...
>label = "rootfs";
>reg = <0x80 0x80>;
>};
>};
>};
c
Hi Josh,
>What does 'NWP' stand for, and how is it different from a regular serial
>port? Also, what platforms can this device be found on currently?
>
>Some of that should be included in the changelog, but I'm curious as well
>too.
NWP stands for network processor and it is part of the QPACE -
* David Gibson | 2008-11-21 11:35:45 [+1100]:
>
>Uh.. registers as port number 84?? What's this random number about?
>
It's just the next free number in serial_core.h.
Ben
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailma
* Andrew Morton | 2008-11-21 13:22:44 [-0800]:
>(does a powerpc allmodconfig)
>
>drivers/serial/nwpserial.c:443: warning: data definition has no type or
>storage class
>drivers/serial/nwpserial.c:443: warning: type defaults to 'int' in declaration
>of 'console_initcall'
>drivers/serial/nwpserial
>My version is mucked up anyway - PORT_NWPSERIAL has the same value as
>PORT_S3C6400.
Should I send an updated version against a current tree?
ben
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
SLOF has a further node which could not be evaluate
by the current routine. The current routine returns
because the node hasn't the required reg property. As
fix this patch adds a check to determine the partition
child nodes.
Signed-off-by: Benjamin Krill
---
drivers/mtd/ofpart.c |
I missed a fix in this patch. I will resend it as v2.
cheers
ben
* Benjamin Krill | 2009-01-23 16:51:42 [+0100]:
>SLOF has a further node which could not be evaluate
>by the current routine. The current routine returns
>because the node hasn't the required reg property. As
&
ll be decreased and loop continue
with the next nodes.
Signed-off-by: Benjamin Krill
---
drivers/mtd/ofpart.c |7 +++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/drivers/mtd/ofpart.c b/drivers/mtd/ofpart.c
index 9e45b3f..3e164f0 100644
--- a/drivers/mtd/ofpart.c
+++ b/dr
29 matches
Mail list logo