Re: [PATCH v3 3/9] add Freescale SerDes PHY support

2007-10-13 Thread Stephen Rothwell
On Fri, 12 Oct 2007 21:28:42 +0800 Li Yang <[EMAIL PROTECTED]> wrote: > > +++ b/arch/powerpc/sysdev/fsl_serdes.c > +static int __init setup_serdes(struct device_node *np) > +{ > + void __iomem *regs; > + const void *prot; Maybe "const char *prot" (it is used as a string). > + const un

[PATCH v2 0/7] 2nd respin of bestcomm patches

2007-10-13 Thread Grant Likely
Second respin of bestcomm patches; this time with some documentation for no extra charge! Cheers, g. -- Grant Likely, B.Sc. P.Eng. Secret Lab Technologies Ltd. ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/lin

[PATCH v2 7/7] bestcomm: GenBD task support

2007-10-13 Thread Grant Likely
From: Sylvain Munaut <[EMAIL PROTECTED]> This is the microcode for the GenBD task and the associated support code. This is a generic task that copy data to/from a hardware FIFO. This is currently locked to 32bits wide access but could be extended as needed. The microcode itself comes directly fro

[PATCH v2 2/7] rheap: Changes config mechanism

2007-10-13 Thread Grant Likely
From: Sylvain Munaut <[EMAIL PROTECTED]> Instead of having in the makefile all the option that requires rheap, we define a configuration symbol and when needed we make sure it's selected. Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/

[PATCH v2 6/7] bestcomm: FEC task support

2007-10-13 Thread Grant Likely
From: Sylvain Munaut <[EMAIL PROTECTED]> This is the microcode for the FEC task and the associated support code. The microcode itself comes directly from the offical API (v2.2) Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/sy

[PATCH v2 4/7] bestcomm: core bestcomm support for Freescale MPC5200

2007-10-13 Thread Grant Likely
From: Sylvain Munaut <[EMAIL PROTECTED]> This patch adds support for the core of the BestComm API for the Freescale MPC5200(b). The BestComm engine is a microcode-controlled / tasks-based DMA used by several of the onchip devices. Setting up the tasks / memory allocation and all common low level

[PATCH v2 5/7] bestcomm: ATA task support

2007-10-13 Thread Grant Likely
From: Sylvain Munaut <[EMAIL PROTECTED]> This is the microcode for the ATA task and the associated support code. The microcode itself comes directly from the offical API (v2.2) Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/sy

[PATCH v2 3/7] mpc52xx: Update mpc52xx_psc structure with B revision changes

2007-10-13 Thread Grant Likely
From: Sylvain Munaut <[EMAIL PROTECTED]> On the mpc5200b the ccr register is 32 bits wide while on the mpc5200 it's only 16 bits. It's up to the driver to use the correct format depending on the chip it's running on. The 5200b also offers some more registers & status in AC97 mode. Again, if not r

[PATCH v2 1/7] exports rheap symbol to modules

2007-10-13 Thread Grant Likely
From: Sylvain Munaut <[EMAIL PROTECTED]> Theses can be useful in modules too. So we export them. Signed-off-by: Sylvain Munaut <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/lib/rheap.c | 15 +++ 1 files changed, 15 insertions(+), 0 deletions(

[PATCH 2/2] mpc52xx-uart: fix compile warning (format type mismatch)

2007-10-13 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Trivial compile warning fix Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- drivers/serial/mpc52xx_uart.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/serial/mpc52xx_uart.c b/drivers/serial/mpc52xx_uart.c inde

[PATCH 1/2] mpc52xx-ata: fix compile warning (unused variable)

2007-10-13 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Trivial unused variable fix Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- drivers/ata/pata_mpc52xx.c |1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/drivers/ata/pata_mpc52xx.c b/drivers/ata/pata_mpc52xx.c index 099f4cd..f1c3f

[PATCH 2/2] XilinxFB: typo bugfix

2007-10-13 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- drivers/video/xilinxfb.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/video/xilinxfb.c b/drivers/video/xilinxfb.c index 6ef99b2..e38d3b7 100644 --- a/drivers/video/xili

[PATCH 0/2] Compile error fixes

2007-10-13 Thread Grant Likely
Linus, Here are two fixes which should go in immediately. The first is change to lite5200 which got lost when it was merged. The second is a brown-paper-bag typo. Cheers, g. -- Grant Likely, B.Sc. P.Eng. Secret Lab Technologies Ltd. ___ Linuxppc-dev

[PATCH 1/2] Lite5200 shouldn't mess with ROOT_DEV

2007-10-13 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> There is no good reason for board platform code to mess with the ROOT_DEV. Remove it from all in-tree platforms except powermac This is a follow on to commit 745e1027751acbc1f14f8bbef378b491242b9c83. The original patch had this change to lite5200.c, but it g

Re: [PATCH] missing includes in arch/powerpc/platforms/52xx/lite5200.c

2007-10-13 Thread Al Viro
On Sat, Oct 13, 2007 at 02:35:26PM -0600, Grant Likely wrote: > On 10/13/07, Al Viro <[EMAIL PROTECTED]> wrote: > > Signed-off-by: Al Viro <[EMAIL PROTECTED]> > > Nak, this patch should be used to fix it instead. A change to > lite5200 got dropped during merging. > > http://patchwork.ozlabs.org/

Re: [PATCH] missing includes in arch/powerpc/platforms/52xx/lite5200.c

2007-10-13 Thread Grant Likely
On 10/13/07, Al Viro <[EMAIL PROTECTED]> wrote: > Signed-off-by: Al Viro <[EMAIL PROTECTED]> Nak, this patch should be used to fix it instead. A change to lite5200 got dropped during merging. http://patchwork.ozlabs.org/linuxppc/patch?id=14077 Cheers, g. > --- > diff --git a/arch/powerpc/platf

[PATCH] missing includes in arch/powerpc/platforms/52xx/lite5200.c

2007-10-13 Thread Al Viro
Signed-off-by: Al Viro <[EMAIL PROTECTED]> --- diff --git a/arch/powerpc/platforms/52xx/lite5200.c b/arch/powerpc/platforms/52xx/lite5200.c index 0caa3d9..774f249 100644 --- a/arch/powerpc/platforms/52xx/lite5200.c +++ b/arch/powerpc/platforms/52xx/lite5200.c @@ -18,6 +18,8 @@ #include #include

[PATCH 2/2] hid: Add support for Apple aluminum USB keyboards.

2007-10-13 Thread Michel Dänzer
Reuse the existing quirks for Apple laptop USB keyboards. Signed-off-by: Michel Dänzer <[EMAIL PROTECTED]> --- drivers/hid/hid-input.c | 24 +++- drivers/hid/usbhid/Kconfig |5 +++-- drivers/hid/usbhid/hid-quirks.c |6 ++ 3 files changed, 32 inserti

[PATCH 1/2] hid: Rename some code identifiers from PowerBook specific to Apple generic.

2007-10-13 Thread Michel Dänzer
Preserve identifiers exposed in build and run time configuration though in order not to break existing configurations. This is in preparation for adding support for Apple aluminum USB keyboards. Signed-off-by: Michel Dänzer <[EMAIL PROTECTED]> --- drivers/hid/hid-input.c | 75

[PATCH 0/2] Add support for Apple aluminum USB keyboards

2007-10-13 Thread Michel Dänzer
The following series of two patches adds support for Apple aluminum USB keyboards to the hid and usbhid modules. The first patch contains no functional change but just renames code identifiers, the second patch adds the actual support by reusing and extending the existing quirks for Apple laptop US

Re: [PATCH] cpm: Fix a couple minor issues in cpm_common.c.

2007-10-13 Thread Vitaly Bordug
Hello Scott, On Fri, 12 Oct 2007 15:19:11 -0500 Scott Wood wrote: > A debugging printk is removed, and a comment is fixed to match > the code. > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> Acked-by: Vitaly Bordug <[EMAIL PROTECTED]> -- Sincerely, Vitaly ___