Kumar Gala wrote:
From: Ashish Kalra <[EMAIL PROTECTED]>
PMP support for sata_fsl driver.
Signed-off-by: Ashish Kalra <[EMAIL PROTECTED]>
---
Jeff,
The following commit (4c9bf4e799ce06a7378f1196587084802a414c03):
libata: replace tf_read with qc_fill_rtf for non-SFF drivers
Heh.. I tried not
Brian King wrote:
Fixes the following use after free oops:
ehea: Reboot: freeing all eHEA resources
Unable to handle kernel paging request for data at address 0x6b6b6b6b6b6b6c5b
Faulting instruction address: 0xd0354488
cpu 0x0: Vector: 300 (Data Access) at [c0002ec6f310]
pc: d000
Julia Lawall wrote:
From: Julia Lawall <[EMAIL PROTECTED]>
The following code appears in the function fs_init_instance in the file
drivers/net/fs_enet/fs_enet-main.c.
if (fep->ops == NULL) {
printk(KERN_ERR DRV_MODULE_NAME
": %s No matching ops fo
Hello, I have an embedded system with an on-board processor powerpc
MPC5200B
and Linux kernel 2.6.22,
I must turn over to MMC SPI on the PSC6.
The MMC over SPI is connected to MPC5200b, here's how:
MPC5200B
|
On Mon, May 19, 2008 at 11:02:13AM +0800, Chen Gong wrote:
>
> > -Original Message-
> > From: [EMAIL PROTECTED]
> > [mailto:[EMAIL PROTECTED]
> > On Behalf Of Anton Vorontsov
> > Sent: 2008?5?17? 0:51
> > To: Kumar Gala; David Brownell; Pierre Ossman
> > Cc: linuxppc-dev@ozlabs.org;
> >
> -Original Message-
> From: Anton Vorontsov [mailto:[EMAIL PROTECTED]
> Sent: 2008?5?22? 20:39
> To: Chen Gong
> Cc: Kumar Gala; David Brownell; Pierre Ossman;
> linuxppc-dev@ozlabs.org;
> [EMAIL PROTECTED];
> [EMAIL PROTECTED]; Tabi Timur
> Subject: Re: [PATCH 3/4] [MMC] mmc_spi: a
On Wed, May 21, 2008 at 04:28:51PM -0500, Nate Case wrote:
> This adds support for hardware configurations that don't match the
> chip default register settings (e.g., 16-bit data bus, DACK and
> DREQ pulled down instead of up, analog overcurrent mode).
>
> These settings are passed in via the OF
Kumar Gala wrote:
> On May 21, 2008, at 4:24 PM, Rune Torgersen wrote:
>
>> Kumar Gala wrote:
>>> On May 21, 2008, at 3:55 PM, Rune Torgersen wrote:
Argh... Found it. Had to set CONFIG_TASK_SIZE to 0x8000. Now it
works in both vaniulla an d RT kernel.
>>>
>>> We should really add so
Kumar Gala wrote:
> On May 21, 2008, at 4:24 PM, Rune Torgersen wrote:
>
>> Kumar Gala wrote:
>>> On May 21, 2008, at 3:55 PM, Rune Torgersen wrote:
Argh... Found it. Had to set CONFIG_TASK_SIZE to 0x8000. Now it
works in both vaniulla an d RT kernel.
>>>
>>> We should really add so
On Tue, 2008-05-20 at 15:53 -0700, David Miller wrote:
> From: Scott Wood <[EMAIL PROTECTED]>
> Date: Tue, 20 May 2008 17:43:58 -0500
>
> > David Miller wrote:
> > > The __volatile__ in the asm construct disallows movement of the
> > > inline asm relative to statements surrounding it.
> > >
> >
> Doesn't look like you are passing a kernel parameters line. The
> kernel probably is booting, but doesn't know where to output the
> console. Try adding "console=ttyPSC0,115200".
Hi Grant,
I've tried to add that with this commands
=> bootargs debug console=ttyPSC0,115200 root=/dev/ram
=> save
Kumar Gala wrote:
> something like that would be good. is there really anything PPC32
> specific about it?
Apparently. The Kconfig option is only available for arch/powerpc and
arch/ppc, and the only place in the whole codetree where
CONFIG_TASK_SIZE is used is that particular spot in
asm-powerp
On Wed, 2008-05-14 at 18:15 +0530, Balbir Singh wrote:
> I see the following error on my power box at boot up.
Could be RTAS playing with interrupt enabling without proper
lockdep notifications. I'll have a look when I'm back.
> RTAS: event: 14, Type: Platform Error, Severity: 2
> [
Acked-by: Dave Jiang <[EMAIL PROTECTED]>
Kumar Gala wrote:
including of causes build problems since it doesn't exist.
Also removed warning:
drivers/edac/mpc85xx_edac.c:45: warning: 'mpc85xx_ctl_name' defined but not used
Signed-off-by: Kumar Gala <[EMAIL PROTECTED]>
---
This is a fix for 2.6
I got the following warnings when building current git head for powerpc
64bit:
LD net/ipv4/built-in.o
LD drivers/scsi/built-in.o
LD net/built-in.o
LD drivers/built-in.o
LD vmlinux.o
MODPOST vmlinux.o
WARNING: vmlinux.o(.text+0x73bc): Section mismatch in refe
On Thu, May 22, 2008 at 7:22 PM, Chris Friesen <[EMAIL PROTECTED]> wrote:
> I got the following warnings when building current git head for powerpc
> 64bit:
Something that should be fixed, but not something to worry about.
Similar warnings appear when building the kernel for x86_64. See also
http:
Il giorno mar, 20/05/2008 alle 08.34 -0500, Josh Boyer ha scritto:
> On Tue, 20 May 2008 07:50:28 -0500
> Josh Boyer <[EMAIL PROTECTED]> wrote:
>
> > On Mon, 19 May 2008 17:20:47 +0200
> > Giuseppe Coviello <[EMAIL PROTECTED]> wrote:
> >
> >
> > > + [EMAIL PROTECTED] {
> > > +
* Nate Case | 2008-05-21 16:28:20 [-0500]:
>This fixes the bogus "io mem 0x" message printed
>during driver init due to hcd->rsrc_start being assigned after
>the call to usb_add_hcd().
>
>Signed-off-by: Nate Case <[EMAIL PROTECTED]>
I saw this and was wondering why it was correct in other
On Wed, May 21, 2008 at 09:28:31PM +0200, Pierre Ossman wrote:
> On Wed, 21 May 2008 22:47:13 +0400
> Anton Vorontsov <[EMAIL PROTECTED]> wrote:
>
> >
> > Calling get_cd() for every request smells like overhead, especially given
> > that that get_cd() could ask for GPIO status via relatively slow
Some hosts (and boards that use mmc_spi) do not use interrupts on the CD
line, so they can't trigger mmc_detect_change. We want to poll the card
and see if there was a change. 1 second poll interval seems resonable.
This patch also implements .get_cd() host operation, that could be used
by the hos
In rcupreempt, rcu_batches_completed_bh is defined as a static inline in
the header file. This does not need to be exported, and not only that,
this breaks my PPC build.
Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]>
---
kernel/rcupreempt.c |2 --
1 file changed, 2 deletions(-)
Index: li
get_ro() callback must return values >= 0 for its logical state, and
negative errno values in case of error.
If particular host instance doesn't support RO/WP switch, it should
return -ENOSYS.
This patch changes some hosts in two ways:
1. Now functions should be smart to not return negative valu
If platform_data lacks init() callback (solely used to request
card-detect interrupt), we mark the host as MMC_CAP_NEEDS_POLL.
get_cd() host operation provided to optimize polling.
Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]>
---
drivers/mmc/host/mmc_spi.c | 18 --
inclu
* Nate Case | 2008-05-21 16:28:51 [-0500]:
>This adds support for hardware configurations that don't match the
>chip default register settings (e.g., 16-bit data bus, DACK and
>DREQ pulled down instead of up, analog overcurrent mode).
Nice patch. A few comments inline.
>These settings are passed
This patch cleans up the ftrace code in PowerPC based on the comments from
Michael Ellerman.
Signed-off-by: Steven Rostedt <[EMAIL PROTECTED]>
---
-0700 |binary
arch/powerpc/kernel/entry_32.S | 11 ++-
arch/powerpc/kernel/ftrace.c|8 +++-
arch/po
debugfs_create_file() return a non-NULL (non-zero) value in case of success
This fixes this non-critical boot-time debuging error message:
[1.316386] calling irq_debugfs_init+0x0/0x50
[1.316399] initcall irq_debugfs_init+0x0/0x50 returned -12 after 0 msecs
[1.316411] initcall irq_deb
I'm trying to make new directories, create files, save
changes to files, etc. and when I reboot my changes
are not being saved. I'm sorry if this is vague, but
I haven't run into this problem before in previous
kernels. I'm using 2.6.25 and my configuration is
very similar to mpc8313erdb_defconfi
Hi,
I have mpc8313e local bus connected to a external UART. and the
interrupt is connected to EXT_INT2.
I am able to communicate to UART if I disable IRQ i.e IRQ = 0 in port
structure.
I am not able to understand how to tell kernel to use external IRQ -2.
Should I put the external interrupts i
Ron Madrid wrote:
I'm trying to make new directories, create files, save
changes to files, etc. and when I reboot my changes
are not being saved. I'm sorry if this is vague, but
I haven't run into this problem before in previous
kernels. I'm using 2.6.25 and my configuration is
very similar to
On Thu, 22 May 2008 13:36:32 -0700 (PDT)
"Ron Madrid" <[EMAIL PROTECTED]> wrote:
> I'm trying to make new directories, create files, save
> changes to files, etc. and when I reboot my changes
> are not being saved. I'm sorry if this is vague, but
> I haven't run into this problem before in previo
Suvidh Kankariya wrote:
I have mpc8313e local bus connected to a external UART. and the
interrupt is connected to EXT_INT2.
I am able to communicate to UART if I disable IRQ i.e IRQ = 0 in port
structure.
I am not able to understand how to tell kernel to use external IRQ -2.
Should I put the e
Switch the ioctl handlers to unlocked_ioctl and push lock_kernel into the
driver instead.
Signed-off-by: Alan Cox <[EMAIL PROTECTED]>
diff --git a/drivers/char/generic_nvram.c b/drivers/char/generic_nvram.c
index 2398e86..8886e51 100644
--- a/drivers/char/generic_nvram.c
+++ b/drivers/char/generi
This will cause this minor boot-time debugging error message to go away:
[1.316451] calling add_pcspkr+0x0/0x84
[1.316478] initcall add_pcspkr+0x0/0x84 returned -19 after 0 msecs
Signed-off-by: Emil Medve <[EMAIL PROTECTED]>
---
> scripts/checkpatch.pl
> 0001--POWERPC-Add-the-PC-speake
On Fri, 23 May 2008, Benjamin Herrenschmidt wrote:
On Tue, 2008-05-20 at 15:53 -0700, David Miller wrote:
From: Scott Wood <[EMAIL PROTECTED]>
Date: Tue, 20 May 2008 17:43:58 -0500
David Miller wrote:
The __volatile__ in the asm construct disallows movement of the
inline asm relative to statem
On Thu, May 22, 2008 at 4:40 PM, Emil Medve <[EMAIL PROTECTED]> wrote:
> This will cause this minor boot-time debugging error message to go away:
>
> [1.316451] calling add_pcspkr+0x0/0x84
> [1.316478] initcall add_pcspkr+0x0/0x84 returned -19 after 0 msecs
What situation are you hitting
On Thu, 2008-05-22 at 11:22 -0600, Chris Friesen wrote:
> I got the following warnings when building current git head for powerpc
> 64bit:
>
>
>LD net/ipv4/built-in.o
>LD drivers/scsi/built-in.o
>LD net/built-in.o
>LD drivers/built-in.o
>LD vmlinux.o
On Thu, 2008-05-22 at 14:49 -0500, Emil Medve wrote:
> debugfs_create_file() return a non-NULL (non-zero) value in case of success
>
> This fixes this non-critical boot-time debuging error message:
>
> [1.316386] calling irq_debugfs_init+0x0/0x50
> [1.316399] initcall irq_debugfs_init+0x
I don't use my IBM email address normally and people can find me in
CREDITS.
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/block/viodasd.c |2 +-
drivers/cdrom/viocd.c |2 +-
drivers/char/viocons.c |2 +-
drivers/char/viotape.c |2 +-
4 files changed, 4 inser
Nick Piggin writes:
> More than one device driver does raw/relaxed io accessors and expects the
> *mb functions to order them.
Can you point us at an example?
I don't think the semantics of the raw accessors are particularly well
defined (it's not even defined what endianness the data comes back
Hi, Kumar,
So I should change the MSI hwirq num according to this change, The
patches
will be send after this changes updated to your tree. How about applying
the MSI
driver firstly?
Jason
> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]
> g] On Behalf Of Ben
On Thu, 2008-05-22 at 17:35 +0200, Sebastian Siewior wrote:
> If you don't mind, I would prefer having ISP1760_FLAG_BUS_WIDTH_32 and
> or conditionally HW_DATA_BUS_32BIT.
It doesn't matter much to me -- I just reasoned that a 32-bit bus width
was the norm since it's the hardware default and so hav
On May 22, 2008, at 9:15 PM, Jin Zhengxiong wrote:
Hi, Kumar,
So I should change the MSI hwirq num according to this change, The
patches
will be send after this changes updated to your tree. How about
applying
the MSI
driver firstly?
I've asked Paul to pick up this patch for powerpc-next
On May 22, 2008, at 6:27 PM, Grant Likely wrote:
On Thu, May 22, 2008 at 4:40 PM, Emil Medve <[EMAIL PROTECTED]
> wrote:
This will cause this minor boot-time debugging error message to go
away:
[1.316451] calling add_pcspkr+0x0/0x84
[1.316478] initcall add_pcspkr+0x0/0x84 returned
On Wednesday 21 May 2008, Anton Vorontsov wrote:
> > +++ b/drivers/spi/spi_of.c
>
> I think better placement for this is drivers/of, no?
Yes please.
___
Linuxppc-dev mailing list
Linuxppc-dev@ozlabs.org
https://ozlabs.org/mailman/listinfo/linuxppc-dev
On Thursday 22 May 2008, Fabio Tosetto wrote:
> <*> MMC host test driver
Unwise unless you really want to trash every MMC or SD card
you insert ...
You might consider not crossposting to such a large proportion
of the free world, by the way.
___
Linuxp
On Wednesday 21 May 2008, Grant Likely wrote:
> > spi-controller {
> > #address-cells = 2;
> > #size-cells = 0;
> > [EMAIL PROTECTED],f000 { reg = < 0 f000 >; } // CS 0, SPI address f000
> > [EMAIL PROTECTED],f000 { reg = < 1 f000 >; } // CS 1, SPI address f000
> > [
This patch adds some debugging code to the Axon MSI driver. It creates
a file per MSIC in /sys/kernel/debug/powerpc, which allows the user to
trigger a fake MSI interrupt by writing to the file.
This can be used to test some of the MSI generation path. In particular
that the MSIC recognises a writ
func_descr_t->entry is already an unsigned long. Mea culpa.
Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]>
---
arch/powerpc/kernel/kprobes.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/arch/powerpc/kernel/kprobes.c b/arch/powerpc/kernel/kprobes.c
index c176c51..
On Fri, May 23, 2008 at 12:14:41PM +1000, Paul Mackerras wrote:
> Nick Piggin writes:
>
> > More than one device driver does raw/relaxed io accessors and expects the
> > *mb functions to order them.
>
> Can you point us at an example?
Uh, I might be getting confused because the semantics are com
On Thu, May 22, 2008 at 9:34 PM, Kumar Gala <[EMAIL PROTECTED]> wrote:
>
> On May 22, 2008, at 6:27 PM, Grant Likely wrote:
>
>> On Thu, May 22, 2008 at 4:40 PM, Emil Medve <[EMAIL PROTECTED]>
>> wrote:
>>>
>>> This will cause this minor boot-time debugging error message to go away:
>>>
>>> [1.
Nick Piggin writes:
> There don't seem to actually be read*_relaxed calls that also use rmb
> in the same file (although there is no reason why they might not appear).
> But I must be thinking of are the raw_read accessors. They aren't ordered
> on powerpc, and a few drivers appear to hope rmb() w
This pushes the BKL down into the driver. Based on a patch by Alan Cox.
We need to do it this way for now as the inode parameter of viotap_ioctl
is used internally as a flag. We should do a further cleanup patch.
Cc: Alan Cox <[EMAIL PROTECTED]>
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED
On Fri, May 23, 2008 at 02:53:21PM +1000, Paul Mackerras wrote:
> Nick Piggin writes:
>
> > There don't seem to actually be read*_relaxed calls that also use rmb
> > in the same file (although there is no reason why they might not appear).
> > But I must be thinking of are the raw_read accessors.
On Thu, 2008-05-01 at 23:51 -0700, Roland McGrath wrote:
> I didn't test the booke variant of this (I don't have that hardware).
> I only tested it on a Mac G5 (ppc64, 970FX).
>
> There is a test program at:
>
> http://sources.redhat.com/cgi-bin/cvsweb.cgi/~checkout~/tests/ptrace-tests/tests/bloc
On Tue, May 13, 2008 at 12:19:36PM -0500, Jon Tollefson wrote:
> Allow alloc_bm_huge_page() to be overridden by architectures that can't
> always use bootmem. This requires huge_boot_pages to be available for
> use by this function. The 16G pages on ppc64 have to be reserved prior
> to boot-time. T
Nick Piggin writes:
> Anyway, even if there were zero, then the point is still that you
> implement that API, so you should either strongly order your
> __raw_ and _relaxed then you can weaken your rmb, or you have to
> strengthen your rmb to match your weak read ops.
>
> Saying it doesn't matter
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/ata/pata_mpc52xx.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
I am not sure who wants to take this.
diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c
index bc79df6..a9e8273 100644
--- a/drivers/a
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/char/hw_random/pasemi-rng.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/char/hw_random/pasemi-rng.c
b/drivers/char/hw_random/pasemi-rng.c
index 6d50e9b..7fa61dd 100644
--- a/drivers/char/hw_rand
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/char/ipmi/ipmi_si_intf.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/char/ipmi/ipmi_si_intf.c b/drivers/char/ipmi/ipmi_si_intf.c
index 1926883..f52931e 100644
--- a/drivers/char/ipmi/ipmi_si_in
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/hwmon/ams/ams-core.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/hwmon/ams/ams-core.c b/drivers/hwmon/ams/ams-core.c
index a112a03..fbefa82 100644
--- a/drivers/hwmon/ams/ams-core.c
+++ b/drivers
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/macintosh/smu.c |4 ++--
drivers/macintosh/therm_adt746x.c|2 +-
drivers/macintosh/therm_pm72.c |4 ++--
drivers/macintosh/therm_windtunnel.c |2 +-
4 files changed, 6 insertions(+), 6 deletions
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/net/fs_enet/fs_enet-main.c |2 +-
drivers/net/fs_enet/mac-scc.c |2 +-
drivers/net/fs_enet/mii-fec.c |2 +-
drivers/net/ibm_newemac/core.h |2 +-
drivers/net/ucc_geth.c |2 +-
drivers/net
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/pcmcia/electra_cf.c |2 +-
drivers/pcmcia/m8xx_pcmcia.c |4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/pcmcia/electra_cf.c b/drivers/pcmcia/electra_cf.c
index 0a6cea1..0f5cea8 100644
--- a/dr
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/serial/of_serial.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/serial/of_serial.c b/drivers/serial/of_serial.c
index 25029c7..8fa0ff5 100644
--- a/drivers/serial/of_serial.c
+++ b/drivers/serial/
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/spi/mpc52xx_psc_spi.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/spi/mpc52xx_psc_spi.c b/drivers/spi/mpc52xx_psc_spi.c
index 681d623..604e5f0 100644
--- a/drivers/spi/mpc52xx_psc_spi.c
+++ b/dri
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/usb/host/ohci-ppc-of.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/host/ohci-ppc-of.c b/drivers/usb/host/ohci-ppc-of.c
index 50e55db..7ac5326 100644
--- a/drivers/usb/host/ohci-ppc-of.c
+++ b
Signed-off-by: Stephen Rothwell <[EMAIL PROTECTED]>
---
drivers/video/platinumfb.c |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/video/platinumfb.c b/drivers/video/platinumfb.c
index cbe71a5..03b3670 100644
--- a/drivers/video/platinumfb.c
+++ b/drivers/video
67 matches
Mail list logo