dtc: Update TODO files

2007-12-18 Thread David Gibson
This patch makes a bunch of updates to the TODO files for dtc and libfdt, some of them rather overdue. Signed-off-by: David Gibson <[EMAIL PROTECTED]> Index: dtc/TODO === --- dtc.orig/TODO 2007-12-19 10:52:12.0 +1100 ++

Re: [PATCH 1/3] ps3: vuart: fix error path locking

2007-12-18 Thread Geoff Levand
On 12/18/2007 05:10 PM, Andrew Morton wrote: > On Wed, 12 Dec 2007 18:00:12 -0800 > Geoff Levand <[EMAIL PROTECTED]> wrote: > >> > This stray down would cause a permanent sleep which doesn't seem correct. >> > The other uses of this semaphore appear fairly mutex like it's even >> > initialized >

Re: [PATCH 1/3] ps3: vuart: fix error path locking

2007-12-18 Thread Daniel Walker
On Tue, 2007-12-18 at 17:10 -0800, Andrew Morton wrote: > is correct. Although not exactly a thing of beauty. This isn't the worst I've seen ;( .. Do you think the ending should fall through instead of having two returns? Daniel ___ Linuxppc-dev mail

Re: [PATCH 1/3] ps3: vuart: fix error path locking

2007-12-18 Thread Andrew Morton
On Wed, 12 Dec 2007 18:00:12 -0800 Geoff Levand <[EMAIL PROTECTED]> wrote: > > This stray down would cause a permanent sleep which doesn't seem correct. > > The other uses of this semaphore appear fairly mutex like it's even > > initialized > > with init_MUTEX() .. So here a patch for removing

Re: [POWERPC 00/18] cell patches for 2.6.25

2007-12-18 Thread Arnd Bergmann
On Tuesday 18 December 2007, [EMAIL PROTECTED] wrote: > Paul, if there are no objections to these patches, please pull them from > >   git://git.kernel.org/pub/scm/linux/kernel/git/arnd/cell-2.6.git for-2.6.25 > As Michael just told me on IRC, he's still working on a newer version of patches 4-1

dtc: Add missing copyright notice for dumptrees.c

2007-12-18 Thread David Gibson
When I released libfdt, I forgot to add a copyright notice to dumptrees.c (probably because the program is so trivial). Apparently the lack causes trouble for Debian, so this patch adds one. I've gone through the git history and double checked that no-one has touched this file except me (and I ba

Re: Raising list size limit

2007-12-18 Thread Stephen Rothwell
On Tue, 18 Dec 2007 14:36:27 +1100 Stephen Rothwell <[EMAIL PROTECTED]> wrote: > > I am considering raising the limit on the size of postings to 400k. Does > anyone have a real problem with this? Limiting message size was done to > limit the damage of larges spams (and we don;t get very many of t

Re: [PATCH] [POWERPC][RFC] MPC8360E-RDK: Device tree and board file

2007-12-18 Thread David Gibson
On Tue, Dec 18, 2007 at 10:16:49AM -0600, Scott Wood wrote: > David Gibson wrote: > > In this case the driver and binding have been developed together and > > for the time being it does require PHY nodes, obviously. I'm saying > > that maybe that requirement ought to be changed. > > I don't see w

Re: [PATCH 1/8] powerpc: prpmc2800 - Convert dts file to v1

2007-12-18 Thread David Gibson
On Tue, Dec 18, 2007 at 02:35:06PM -0700, Mark A. Greer wrote: > On Sat, Dec 15, 2007 at 09:03:35AM +1100, David Gibson wrote: > > On Mon, Dec 10, 2007 at 05:37:38PM -0700, Mark A. Greer wrote: > > > From: Mark A. Greer <[EMAIL PROTECTED]> > > > > > > Convert the prpmc2800.dts file to dts-v1. Bas

Re: Raising list size limit

2007-12-18 Thread David Gibson
On Tue, Dec 18, 2007 at 10:12:08AM -0600, Olof Johansson wrote: > On Tue, Dec 18, 2007 at 09:54:15AM -0600, Kumar Gala wrote: > > > > On Dec 18, 2007, at 6:01 AM, Josh Boyer wrote: > > > > > On Tue, 18 Dec 2007 14:36:27 +1100 > > > Stephen Rothwell <[EMAIL PROTECTED]> wrote: > > > > > >> Hi, > >

Re: [PATCH] Fix sleep on powerbook 3400

2007-12-18 Thread Paul Mackerras
Johannes Berg writes: > Do you want me to rebase my patches on top of this? Don't bother, I'll just tweak your patches, or do a git merge between your changes and mine. Paul. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mail

Re: [PATCH 1/8] powerpc: prpmc2800 - Convert dts file to v1

2007-12-18 Thread Mark A. Greer
On Sat, Dec 15, 2007 at 09:03:35AM +1100, David Gibson wrote: > On Mon, Dec 10, 2007 at 05:37:38PM -0700, Mark A. Greer wrote: > > From: Mark A. Greer <[EMAIL PROTECTED]> > > > > Convert the prpmc2800.dts file to dts-v1. Basically, this means > > converting the numeric constants to be 'C'-like (e

ppc405 in EDK9.2

2007-12-18 Thread Stephen Neuendorffer
The PPC405 in EDK9.2 and beyond has a slightly different set of bus interfaces than before. I've updated the BSP generator to handle it, and added some test cases. The updates are at git://git.xilinx.com/gen-mhs-devtree.git Steve __

Re: [POWERPC 00/18] cell patches for 2.6.25

2007-12-18 Thread Arnd Bergmann
On Tuesday 18 December 2007, [EMAIL PROTECTED] wrote: > Paul, if there are no objections to these patches, please pull them from > >   git://git.kernel.org/pub/scm/linux/kernel/git/arnd/cell-2.6.git for-2.6.25 I just noticed that quilt ate the 'From' lines from the patches when sending them out,

Re: [POWERPC 10/18] Remove bogus comment in dma_direct_alloc_coherent()

2007-12-18 Thread Benjamin Herrenschmidt
On Tue, 2007-12-18 at 18:49 +0100, [EMAIL PROTECTED] wrote: > plain text document attachment > (0020-Remove-bogus-comment-in-dma_direct_alloc_coherent.patch) > Since commit c80d9133e99de1af607314107910a2a1645efb17 (Make direct DMA use > node local allocations) went in this comment makes no sense.

Re: [POWERPC 09/18] Remove the global dma_direct_offset

2007-12-18 Thread Benjamin Herrenschmidt
On Tue, 2007-12-18 at 18:49 +0100, [EMAIL PROTECTED] wrote: > plain text document attachment > (0019-Remove-the-global-dma_direct_offset.patch) > We no longer need the global dma_direct_offset, update the comment to > reflect the new reality. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]

Re: [POWERPC 08/18] Have celleb use its own dma_direct_offset variable

2007-12-18 Thread Benjamin Herrenschmidt
On Tue, 2007-12-18 at 18:49 +0100, [EMAIL PROTECTED] wrote: > plain text document attachment > (0018-Have-celleb-use-its-own-dma_direct_offset-variable.patch) > Rather than using the global variable, have celleb use its own variable to > store the direct DMA offset. > > Signed-off-by: Michael Ell

Re: [POWERPC 07/18] Have cell use its own dma_direct_offset variable

2007-12-18 Thread Benjamin Herrenschmidt
On Tue, 2007-12-18 at 18:48 +0100, [EMAIL PROTECTED] wrote: > plain text document attachment > (0017-Have-cell-use-its-own-dma_direct_offset-variable.patch) > Rather than using the global variable, have cell use its own variable to > store the direct DMA offset. > > Signed-off-by: Michael Ellerma

Re: [POWERPC 06/18] Use archdata.dma_data in dma_direct_ops

2007-12-18 Thread Benjamin Herrenschmidt
On Tue, 2007-12-18 at 18:48 +0100, [EMAIL PROTECTED] wrote: > plain text document attachment > (0016-Use-archdata.dma_data-in-dma_direct_ops.patch) > Now that all platforms using dma_direct_offset setup the archdata.dma_data > correctly, we can change the dma_direct_ops to retrieve the offset from

Re: [POWERPC 05/18] Add celleb_dma_dev_setup()

2007-12-18 Thread Benjamin Herrenschmidt
On Tue, 2007-12-18 at 18:48 +0100, [EMAIL PROTECTED] wrote: > plain text document attachment (0015-Add-celleb_dma_dev_setup.patch) > Celleb always uses dma_direct_ops, and sets dma_direct_offset, so it too > should set dma_data to dma_direct_offset. > > Currently there's no pci_dma_dev_setup() ro

Re: [POWERPC 04/18] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()

2007-12-18 Thread Benjamin Herrenschmidt
On Tue, 2007-12-18 at 18:48 +0100, [EMAIL PROTECTED] wrote: > plain text document attachment > (0014-Set-archdata.dma_data-for-direct-DMA-in-cell_dma_dev.patch) > Store a pointer to the direct_dma_offset in each device's dma_data > in the case where we're using the direct DMA ops. > > Signed-off-

[POWERPC 17/18] cell: handle SPE kernel mappings that cross segment boundaries

2007-12-18 Thread arnd
Currently, we have a possibilty that the SLBs setup during context switch don't cover the entirety of the necessary lscsa and code regions, if these regions cross a segment boundary. This change checks the start and end of each region, and inserts a SLB entry for each, if unique. We also remove th

[POWERPC 13/18] cell: safer of_has_vicinity routine

2007-12-18 Thread arnd
This patch changes the way we check for the existence of vicinity property in spe device nodes. The new implementation does not depend on having an initialized cbe_spu_info[0].spus, and checks for presence of vicinity in all nodes, not only in the first one. Signed-off-by: Andre Detsch <[EMAIL PR

[POWERPC 03/18] cell: add missing \n

2007-12-18 Thread arnd
Two printk() calls were missing the terminating '\n'. Signed-off-by: Kou Ishizaki <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/spu_manage.c |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: linux-2.6-new/arch/powerpc/plat

[POWERPC 11/18] cell: Convert #include of asm/of_{platform, device}.h into linux/of_{platform, device}.h.

2007-12-18 Thread arnd
Signed-off-by: Jon Loeliger <[EMAIL PROTECTED]> Acked-by: Stephen Rothwell <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/cbe_cpufreq.c |3 ++- arch/powerpc/platforms/cell/cbe_cpufreq_pmi.c |3 ++- arch/powerpc/platforms/cell/cbe_re

[POWERPC 18/18] cell: catch errors from sysfs_create_group()

2007-12-18 Thread arnd
We're currently getting a warning from not checking the result of sysfs_create_group, which is declared as __must_check. This change introduces appropriate error-handling for spu_add_sysdev_attr_group() Signed-off-by: Jeremy Kerr <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]

[POWERPC 16/18] cell: add spu_64k_pages_available() check

2007-12-18 Thread arnd
Add a function spu_64k_pages_available(), so that we can abstract the explicity use of mmu_psize_defs() in lssca_alloc.c Signed-off-by: Jeremy Kerr <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/spu_base.c |6 ++ arch/powerpc/

[POWERPC 14/18] cell: handle kernel SLB setup in spu_base.c

2007-12-18 Thread arnd
Currently, the SPU context switch code (spufs/switch.c) sets up the SPU's SLBs directly, which requires some low-level mm stuff. This change moves the kernel SLB setup to spu_base.c, by exposing a function spu_setup_kernel_slbs() to do this setup. This allows us to remove the low-level mm code fro

[POWERPC 15/18] cell: use spu_load_slb for SLB setup

2007-12-18 Thread arnd
Now that we have a helper function to setup a SPU SLB, use it for __spu_trap_data_seq. Signed-off-by: Jeremy Kerr <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/spu_base.c | 23 ++- 1 files changed, 10 insertions(+), 13 d

[POWERPC 08/18] Have celleb use its own dma_direct_offset variable

2007-12-18 Thread arnd
Rather than using the global variable, have celleb use its own variable to store the direct DMA offset. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/celleb/iommu.c |6 -- 1 files changed, 4 insertions(+), 2

[POWERPC 12/18] cell: export force_sig_info()

2007-12-18 Thread arnd
Export force_sig_info to allow signals to be sent from a modular spufs. Signed-off-by: Jeremy Kerr <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/spu_base.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) Index: linux-2.6-new

[POWERPC 04/18] Set archdata.dma_data for direct DMA in cell_dma_dev_setup()

2007-12-18 Thread arnd
Store a pointer to the direct_dma_offset in each device's dma_data in the case where we're using the direct DMA ops. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/iommu.c |5 +++-- 1 files changed, 3 insert

[POWERPC 09/18] Remove the global dma_direct_offset

2007-12-18 Thread arnd
We no longer need the global dma_direct_offset, update the comment to reflect the new reality. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/kernel/dma_64.c |7 --- include/asm-powerpc/dma-mapping.h |2 -- 2

[POWERPC 05/18] Add celleb_dma_dev_setup()

2007-12-18 Thread arnd
Celleb always uses dma_direct_ops, and sets dma_direct_offset, so it too should set dma_data to dma_direct_offset. Currently there's no pci_dma_dev_setup() routine for Celleb so add one. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch

[POWERPC 07/18] Have cell use its own dma_direct_offset variable

2007-12-18 Thread arnd
Rather than using the global variable, have cell use its own variable to store the direct DMA offset. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/platforms/cell/iommu.c | 10 ++ 1 files changed, 6 insertions(+), 4

[POWERPC 06/18] Use archdata.dma_data in dma_direct_ops

2007-12-18 Thread arnd
Now that all platforms using dma_direct_offset setup the archdata.dma_data correctly, we can change the dma_direct_ops to retrieve the offset from the dma_data, rather than directly from the global. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]

[POWERPC 10/18] Remove bogus comment in dma_direct_alloc_coherent()

2007-12-18 Thread arnd
Since commit c80d9133e99de1af607314107910a2a1645efb17 (Make direct DMA use node local allocations) went in this comment makes no sense. Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Signed-off-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/kernel/dma_64.c |1 - 1 files changed,

[POWERPC 02/18] OProfile: fix cbe pm signal routing problem

2007-12-18 Thread arnd
Fix debug_bus_control and group_control PMU register values set up in set_pm_event(). Initialize variables before calling set_pm_event(). Delete unused static array and code that initialized it. Rename constant to better reflect usage. Signed-off-by: Bob Nelson <[EMAIL PROTECTED]> Signed-off-by:

[POWERPC 00/18] cell patches for 2.6.25

2007-12-18 Thread arnd
These are the patches I have collected for 2.6.25. It's been a bit since the first call-for-patches for that version, but as it seems that 2.6.24 isn't imminent yet, I hope it's not too late for them. Everyone, if there is some cell related patch that is not yet in powerpc.git, in cell-2.6.git#spu

[POWERPC 01/18] perfmon2: make pm_interval register read/write

2007-12-18 Thread arnd
The pm_interval register in the Cell PMU is read/write, but was implemented in the kernel as write-only. Previously, the written value was saved in a "shadow" copy so calls to cbe_read_pm() could return the value. Perfmon2 needs to be able to read the current values of pm_interval, so change cbe_r

Re: [PATCH] [POWERPC][RFC] MPC8360E-RDK: Device tree and board file

2007-12-18 Thread Anton Vorontsov
On Tue, Dec 18, 2007 at 10:16:49AM -0600, Scott Wood wrote: > David Gibson wrote: > >In this case the driver and binding have been developed together and > >for the time being it does require PHY nodes, obviously. I'm saying > >that maybe that requirement ought to be changed. > > I don't see why.

Re: [PATCH 07/10] powerpc: Implement kmap_atomic_pfn on powerpc

2007-12-18 Thread Kumar Gala
On Dec 18, 2007, at 10:20 AM, Dale Farnsworth wrote: > On Sat, Dec 15, 2007 at 05:17:41PM +1100, Benjamin Herrenschmidt > wrote: >> >> On Thu, 2007-11-22 at 08:46 -0700, Dale Farnsworth wrote: >>> This is needed for the ppc32 /dev/oldmem driver of crash dump. >> >> Kumar's working (well, last I

Re: [PATCH 1/5] PowerPC 74xx: Katana Qp device tree

2007-12-18 Thread Dale Farnsworth
On Sun, Dec 16, 2007 at 05:40:56PM +1100, David Gibson wrote: > On Mon, Dec 10, 2007 at 02:18:16PM -0700, Dale Farnsworth wrote: > > David Gibson wrote: > > > On Thu, Nov 29, 2007 at 06:28:36PM +0300, Andrei Dolnikov wrote: > > > > Device tree source file for the Emerson Katana Qp board > > > > [s

Re: Raising list size limit

2007-12-18 Thread Josh Boyer
On Tue, 18 Dec 2007 09:54:15 -0600 Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Dec 18, 2007, at 6:01 AM, Josh Boyer wrote: > > > On Tue, 18 Dec 2007 14:36:27 +1100 > > Stephen Rothwell <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> > >> I am considering raising the limit on the size of postings t

Re: [PATCH 07/10] powerpc: Implement kmap_atomic_pfn on powerpc

2007-12-18 Thread Dale Farnsworth
On Sat, Dec 15, 2007 at 05:17:41PM +1100, Benjamin Herrenschmidt wrote: > > On Thu, 2007-11-22 at 08:46 -0700, Dale Farnsworth wrote: > > This is needed for the ppc32 /dev/oldmem driver of crash dump. > > Kumar's working (well, last I heard he was) on a fixmap mechanism > so we can do that sort o

Re: [PATCH] [POWERPC][RFC] MPC8360E-RDK: Device tree and board file

2007-12-18 Thread Scott Wood
David Gibson wrote: > In this case the driver and binding have been developed together and > for the time being it does require PHY nodes, obviously. I'm saying > that maybe that requirement ought to be changed. I don't see why. > Well, phandle is only used to find the phy node itself, so it doe

Re: [PATCH v2 2/3] mpc82xx: Embedded Planet EP8248E support

2007-12-18 Thread Scott Wood
David Gibson wrote: > I mean, obviously the MDIO bus is accessed via some of the > board-control registers. What I'm questioning is whether it makes > sense to have a distinct node to represent the mdio bus, or whether > the phys should just hang straight of the bcsr node. Ah, I see. I think it

Re: [PATCH 03/10] powerpc: Add kexec support for PPC_85xx platforms

2007-12-18 Thread Dale Farnsworth
On Sat, Dec 15, 2007 at 05:16:25PM +1100, Benjamin Herrenschmidt wrote: > > index 8b642ab..db0e749 100644 > > --- a/arch/powerpc/kernel/misc_32.S > > +++ b/arch/powerpc/kernel/misc_32.S > > @@ -816,6 +816,75 @@ relocate_new_kernel: > > /* r4 = reboot_code_buffer */ > > /* r5 = start_address

Re: [PATCH v2 1/3] 8xx: Analogue & Micro Adder875 board support.

2007-12-18 Thread Scott Wood
David Gibson wrote: > On Mon, Dec 17, 2007 at 09:15:17AM -0600, Scott Wood wrote: >> Enh. That can get icky as well, and the bootwrapper isn't necessarily >> even used for u-boot, and I'd rather not require it be used just for this. > > So make the template in the u-boot form, and poke it as nec

Re: Raising list size limit

2007-12-18 Thread Olof Johansson
On Tue, Dec 18, 2007 at 09:54:15AM -0600, Kumar Gala wrote: > > On Dec 18, 2007, at 6:01 AM, Josh Boyer wrote: > > > On Tue, 18 Dec 2007 14:36:27 +1100 > > Stephen Rothwell <[EMAIL PROTECTED]> wrote: > > > >> Hi, > >> > >> I am considering raising the limit on the size of postings to > >> 400k.

Re: Raising list size limit

2007-12-18 Thread Kumar Gala
On Dec 18, 2007, at 6:01 AM, Josh Boyer wrote: > On Tue, 18 Dec 2007 14:36:27 +1100 > Stephen Rothwell <[EMAIL PROTECTED]> wrote: > >> Hi, >> >> I am considering raising the limit on the size of postings to >> 400k. Does >> anyone have a real problem with this? Limiting message size was >>

Re: [PATCH 1/7] Copy mpc-i2c to preserve support for ARCH=ppc and allow changes on ARCH=powerpc

2007-12-18 Thread Kumar Gala
On Dec 17, 2007, at 8:39 PM, Jon Smirl wrote: > Temporarily copy the mpc-i2c driver to continue support for the ppc > architecture until it is removed in mid-2008. This file should be > deleted as part of ppc's final removal. > > Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> > > Signed-off-by:

Re: [PATCH] [POWERPC][RFC] MPC8360E-RDK: Device tree and board file

2007-12-18 Thread Kumar Gala
On Dec 15, 2007, at 10:23 AM, Anton Vorontsov wrote: > > + [EMAIL PROTECTED] { > + #address-cells = <1>; > + #size-cells = <0>; > + device_type = "i2c"; > + compatible = "fsl-i2c"; > +

[PATCH] [POWERPC] Add fixed-phy support for fs_enet

2007-12-18 Thread Jochen Friedrich
This patch adds support to use the fixed-link property of an ethernet node to fs_enet for the CONFIG_PPC_CPM_NEW_BINDING case. Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> Acked-by: Jeff Garzik <[EMAIL PROTECTED]> Acked-by: Vitali Bordug <[EMAIL PROTECTED]> --- drivers/net/fs_enet/fs_enet-

Re: [PATCH/RFC] [POWERPC] Add fixed-phy support for fs_enet

2007-12-18 Thread Vitaly Bordug
On Mon, 17 Dec 2007 18:20:14 -0500 Jeff Garzik wrote: > Jochen Friedrich wrote: > > This patch adds support to use the fixed-link property > > of an ethernet node to fs_enet for the > > CONFIG_PPC_CPM_NEW_BINDING case. > > > > Signed-off-by: Jochen Friedrich <[EMAIL PROTECTED]> Acked-by: Vitaly B

Re: dtc: Remove remaining old-style checks

2007-12-18 Thread Jon Loeliger
So, like, the other day David Gibson mumbled: > The remaining old-style tree checking code: check_root(), check_cpus() > and check_memory() really aren't that useful. They mostly check for > the presence of particular nodes and properties. That's inherently > prone to false-positives, because we

[PATCH] Platform Changes for UCC TDM driver for MPC8323ERDB. Also includes related QE changes.

2007-12-18 Thread Poonam_Aggrwal-b10812
From: Poonam Aggrwal <[EMAIL PROTECTED]> This patch makes necessary changes in the QE and UCC framework to support TDM. It also adds support to configure the BRG properly through device tree entries. Includes the device tree changes for UCC TDM driver as well. It also includes device tree entrie

Re: [PATCH] Fix sleep on powerbook 3400

2007-12-18 Thread Johannes Berg
> Sleep on the powerbook 3400 has been broken since the change that made > powerbook_sleep_3400 call pmac_suspend_devices(), which disables > interrupts. There are a couple of loops in powerbook_sleep_3400 that > depend on interrupts being enabled, and in fact it has to have > interrupts enabled

Re: Raising list size limit

2007-12-18 Thread Josh Boyer
On Tue, 18 Dec 2007 14:36:27 +1100 Stephen Rothwell <[EMAIL PROTECTED]> wrote: > Hi, > > I am considering raising the limit on the size of postings to 400k. Does > anyone have a real problem with this? Limiting message size was done to > limit the damage of larges spams (and we don;t get very m

Re: [MPC5200] problem running FEC and ATA

2007-12-18 Thread Juergen Beisert
On Sunday 16 December 2007 18:28, Arnon Kaufman wrote: > Robert Schwebel wrote: >> On Sun, Dec 16, 2007 at 03:24:34PM +0200, Arnon Kaufman wrote: >>> does any one succeed running a functional FEC and ATA (pata) running >>> together? >> >> Yes, we do, on the phyCORE-MPC5200B-tiny; you can check our

Re: [PATCH/RFC] [POWERPC] Add fixed-phy support for fs_enet

2007-12-18 Thread Jochen Friedrich
Hi Jeff, > ACK, pass this through paulus? Yes, that's fine for me. Thanks, Jochen ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev