Re: [PATCH] Make IOMMU code safe for > 132 GB of memory

2008-01-21 Thread Michael Ellerman
On Tue, 2008-01-22 at 14:20 +1100, Jeremy Kerr wrote: > > Currently the IOMMU code allocates one page for the segment table, > > that isn't safe if we have more than 132 GB of RAM. > > > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> > > Acked-by: Jeremy Kerr <[EMAIL PROTECTED]> > > Can I

Re: [PATCH] Make IOMMU code safe for > 132 GB of memory

2008-01-21 Thread Jeremy Kerr
> Currently the IOMMU code allocates one page for the segment table, > that isn't safe if we have more than 132 GB of RAM. > > Signed-off-by: Michael Ellerman <[EMAIL PROTECTED]> Acked-by: Jeremy Kerr <[EMAIL PROTECTED]> Can I have a Cell machine with > 132GB of RAM? :D Jeremy _

Re: [i2c] [PATCH 19 3/5] Clean up error returns

2008-01-21 Thread Benjamin Herrenschmidt
On Sun, 2008-01-20 at 10:18 -0500, Jon Smirl wrote: > > So it seems to me like the polling mode code is never actually used? > > Unless some platforms include an "empty" IRQ in their device > > definition. Which indeed seems to be the case... but then they set > the > > IRQ to 0, NOT to NO_IRQ, so

Re: [i2c] [PATCH 19 3/5] Clean up error returns

2008-01-21 Thread Benjamin Herrenschmidt
On Mon, 2008-01-21 at 17:10 +0100, Jean Delvare wrote: > Hi Jon, > > On Sun, 20 Jan 2008 10:39:43 -0500, Jon Smirl wrote: > > Here' s a version with the compares to zero switched to NO_IRQ. If I > > understand how NO_IRQ works it is the correct change. My understanding > > is that under ppc IRQ z

Re: [PATCH] Various new ibm405 DCRN #defines

2008-01-21 Thread Benjamin Herrenschmidt
On Mon, 2008-01-21 at 16:43 -0600, Joshua Williams wrote: > Various new ibm405 DCRN #defines. > > Signed-off-by: Joshua Williams <[EMAIL PROTECTED]> May I ask what for ? :-) Also, it's all arch/ppc, not arch/powerpc... nothing we want to improve to much on at this stage unless there's a rea

[PATCH] Various new ibm405 DCRN #defines

2008-01-21 Thread Joshua Williams
Various new ibm405 DCRN #defines. Signed-off-by: Joshua Williams <[EMAIL PROTECTED]> --- arch/ppc/platforms/4xx/ibm405ep.h |3 +++ arch/ppc/platforms/4xx/ibm405gp.h |9 + arch/ppc/platforms/4xx/ibm405gpr.h |9 + include/asm-ppc/ibm405.h | 27

Re: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread Peter Korsgaard
> "Grant" == Grant Likely <[EMAIL PROTECTED]> writes: Hi, Grant> My v1, v2 and v3 postings were based on Peter's work from about a year Grant> ago. I picked up the driver because Peter didn't have any time to Grant> work on it. Ack. Grant> Peter told me last week that this series merge

[PATCH] mpc i2c driver, compare to NO_IRQ instead of zero

2008-01-21 Thread Jon Smirl
Alter the mpc i2c driver to use the NO_IRQ symbol instead of the constant zero when checking for valid interrupts. NO_IRQ=-1 on ppc and NO_IRQ=0 on powerpc so the checks against zero are not correct. Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> --- drivers/i2c/busses/i2c-mpc.c | 10 +

Re: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread Peter Korsgaard
> "David" == David Brownell <[EMAIL PROTECTED]> writes: Hi, David> How does this relate to the "v3" patches posted 8-Jan by Grant Likely? David> Is that the "v3" you were referring to? Yes - Sorry, I should have been more clear about that. David> It's confusing to see two different peopl

Re: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread Grant Likely
On 1/21/08, David Brownell <[EMAIL PROTECTED]> wrote: > On Monday 21 January 2008, Peter Korsgaard wrote: > > Sure, http://peter.korsgaard.com/c67x00-v3-v4.patch (not posting as > > it's more than 100k) > > I like this bit: > > > --- a/MAINTAINERS > > +++ b/MAINTAINERS > > @@ -3832,6 +3832,12 @@ L:

Re: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread David Brownell
On Monday 21 January 2008, Peter Korsgaard wrote: > Sure, http://peter.korsgaard.com/c67x00-v3-v4.patch (not posting as > it's more than 100k) I like this bit: > --- a/MAINTAINERS > +++ b/MAINTAINERS > @@ -3832,6 +3832,12 @@ L: [EMAIL PROTECTED] > S: Maintained > W: http://www.kroa

[PATCH] [NET] cpmac: convert to new Fixed PHY infrastructure (was: Re: fixed phy support (warning related to FIXED_MII_100_FDX))

2008-01-21 Thread Anton Vorontsov
On Mon, Jan 21, 2008 at 01:19:41PM -0600, Kumar Gala wrote: > Anton, > > it looks like the "TI AR7 CPMAC Ethernet support" uses FIXED_PHY and > was selecting FIXED_MII_100_FDX which is gone. > > Can you look into this. I get the following warning now: > > scripts/kconfig/conf -s arch/powerpc/

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Grant Likely
On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > On Mon, Jan 21, Grant Likely wrote: > > > On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > > > > > > Efika boards have to be booted with console=ttyPSC0 unless there is a > > > graphics card plugged in. Detect if the firmware stdout is the se

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Olaf Hering
On Mon, Jan 21, Grant Likely wrote: > On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > > > > Efika boards have to be booted with console=ttyPSC0 unless there is a > > graphics card plugged in. Detect if the firmware stdout is the serial > > connector. > > > > Signed-off-by: Olaf Hering <[EMAIL

Re: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread Peter Korsgaard
> "Grant" == Grant Likely <[EMAIL PROTECTED]> writes: Hi, >> Changes since v3: >> - Lots of cleanups: checkpatch, interrupt handling, c67x00_ prefixes, .. >> - The dummy platform_device's created per serial engine are gone. >> - Gadget driver (WIP) Grant> Can you please post/publish the

Re: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread Grant Likely
On 1/21/08, David Brownell <[EMAIL PROTECTED]> wrote: > On Monday 21 January 2008, Peter Korsgaard wrote: > > The Cypress c67x00 (EZ-Host/EZ-OTG) controllers are multi-role low/fullspeed > > USB controllers. This patch series implements a HCD driver and shows the > > work-in-progress status of a ga

[PATCH] Convert pfc8563 i2c driver from old style to new style

2008-01-21 Thread Jon Smirl
Convert pfc8563 i2c driver from old style to new style. Signed-off-by: Jon Smirl <[EMAIL PROTECTED]> --- drivers/rtc/rtc-pcf8563.c | 107 +++-- 1 files changed, 27 insertions(+), 80 deletions(-) diff --git a/drivers/rtc/rtc-pcf8563.c b/drivers/rtc/rtc-p

Re: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread David Brownell
On Monday 21 January 2008, Peter Korsgaard wrote: > The Cypress c67x00 (EZ-Host/EZ-OTG) controllers are multi-role low/fullspeed > USB controllers. This patch series implements a HCD driver and shows the > work-in-progress status of a gadget driver. > > I believe patch 1..3 are ready, and I would

Re: [PATCH 2/2] [POWERPC] 8xxx and embedded6xx: Use machine_*_initcall() hooks in platform code

2008-01-21 Thread Kumar Gala
On Jan 21, 2008, at 1:36 PM, Grant Likely wrote: > On 1/21/08, Grant Likely <[EMAIL PROTECTED]> wrote: >> On 1/21/08, Kumar Gala <[EMAIL PROTECTED]> wrote: >>> >>> On Jan 21, 2008, at 12:58 PM, Grant Likely wrote: >>> From: Grant Likely <[EMAIL PROTECTED]> Signed-off-by: Grant Like

Re: [PATCH 2/2] [POWERPC] 8xxx and embedded6xx: Use machine_*_initcall() hooks in platform code

2008-01-21 Thread Grant Likely
On 1/21/08, Grant Likely <[EMAIL PROTECTED]> wrote: > On 1/21/08, Kumar Gala <[EMAIL PROTECTED]> wrote: > > > > On Jan 21, 2008, at 12:58 PM, Grant Likely wrote: > > > > > From: Grant Likely <[EMAIL PROTECTED]> > > > > > > Signed-off-by: Grant Likely <[EMAIL PROTECTED]> > > > --- > > > > > > arch/p

Re: [PATCH 2/2] [POWERPC] 8xxx and embedded6xx: Use machine_*_initcall() hooks in platform code

2008-01-21 Thread Grant Likely
On 1/21/08, Kumar Gala <[EMAIL PROTECTED]> wrote: > > On Jan 21, 2008, at 12:58 PM, Grant Likely wrote: > > > From: Grant Likely <[EMAIL PROTECTED]> > > > > Signed-off-by: Grant Likely <[EMAIL PROTECTED]> > > --- > > > > arch/powerpc/platforms/82xx/mpc8272_ads.c|5 + > > arch/powerpc/pla

Re: [PATCH 2/2] [POWERPC] 8xxx and embedded6xx: Use machine_*_initcall() hooks in platform code

2008-01-21 Thread Kumar Gala
On Jan 21, 2008, at 12:58 PM, Grant Likely wrote: > From: Grant Likely <[EMAIL PROTECTED]> > > Signed-off-by: Grant Likely <[EMAIL PROTECTED]> > --- > > arch/powerpc/platforms/82xx/mpc8272_ads.c|5 + > arch/powerpc/platforms/82xx/pq2fads.c|5 + > arch/powerpc/platforms/8

fixed phy support (warning related to FIXED_MII_100_FDX)

2008-01-21 Thread Kumar Gala
Anton, it looks like the "TI AR7 CPMAC Ethernet support" uses FIXED_PHY and was selecting FIXED_MII_100_FDX which is gone. Can you look into this. I get the following warning now: scripts/kconfig/conf -s arch/powerpc/Kconfig drivers/net/Kconfig:1713:warning: 'select' used by config symbol '

[PATCH 1/2] [POWERPC] 8xx: Use machine_*_initcall() hooks in platform code

2008-01-21 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/platforms/8xx/ep88xc.c |5 ++--- arch/powerpc/platforms/8xx/mpc86xads_setup.c |5 ++--- arch/powerpc/platforms/8xx/mpc885ads_setup.c |5 ++--- 3 files changed, 6 insertion

[PATCH 2/2] [POWERPC] 8xxx and embedded6xx: Use machine_*_initcall() hooks in platform code

2008-01-21 Thread Grant Likely
From: Grant Likely <[EMAIL PROTECTED]> Signed-off-by: Grant Likely <[EMAIL PROTECTED]> --- arch/powerpc/platforms/82xx/mpc8272_ads.c|5 + arch/powerpc/platforms/82xx/pq2fads.c|5 + arch/powerpc/platforms/83xx/mpc832x_mds.c|5 + arch/powerpc/platforms/83xx/

Re: Patches added to master/for-2.6.25 branch of powerpc.git

2008-01-21 Thread Grant Likely
On 1/17/08, Grant Likely <[EMAIL PROTECTED]> wrote: > On 1/17/08, Paul Mackerras <[EMAIL PROTECTED]> wrote: > > Grant Likely writes: > > > > > Paul, can you also please pull the following 52xx changes? > > > > Could you please re-do your tree and make sure the headline for each > > commit starts wi

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Grant Likely
On 1/21/08, Olaf Hering <[EMAIL PROTECTED]> wrote: > > Efika boards have to be booted with console=ttyPSC0 unless there is a > graphics card plugged in. Detect if the firmware stdout is the serial > connector. > > Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> Hrrrum; I think this is a good idea,

Re: [i2c] [PATCH 0/3] i2c: Use the standard, alias-based device/driver matching scheme

2008-01-21 Thread Rudolf Marek
Hi Jean, > Note: all the arm and powerpc stuff is untested. We at http://sysgo.com have some demo server, where you can access embedded systems remotely (via VNC to a server with cross tools (ELinOS) + serial console), there is 2.6.22 kernel, but I think the i2c core can be replaced. I think s

Re: patches for 2.6.25

2008-01-21 Thread Scott Wood
On Mon, Jan 21, 2008 at 10:43:11AM -0600, Kumar Gala wrote: > I'm sure I missed some patches for 2.6.25, so please point any out that > people would like to see get in. How about Jochen Friedrich's 8xx cleanup patches that were posted recently? -Scott _

[PATCH} PIKA FPGA WDT driver

2008-01-21 Thread Sean MacLennan
The PIKA FPGA has a watchdog. It is currently only used on the Warp board, but it could be used on other future PIKA products. We tend to try to reuse FPGA code as much as possible. Cheers, Sean Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]> --- diff --git a/drivers/watchdog/Kconfig b/dri

Re: [PATCH 1/5] Warp Base Platform

2008-01-21 Thread Sean MacLennan
I finally got around to cleaning up the board driver, so the fpga init function is now moved to the right place. The pika_dtm_start now asks for the resources itself. This hopefully is the last patch to these files for a while. Cheers, Sean Signed-off-by: Sean MacLennan <[EMAIL PROTECTED]>

Re: Warp Watchdog

2008-01-21 Thread Sean MacLennan
Josh Boyer wrote: > I'm not thrilled with it being in the platform file itself. It should > really go into drivers/watchdog. It's OK that the watchdog is tied to > Warp, that really isn't an issue. Just make it depend on Warp in the > Kconfig file. And you can select it in your board config so

Re: patches for 2.6.25

2008-01-21 Thread Jochen Friedrich
Hi Kumar, > I'm sure I missed some patches for 2.6.25, so please point any out that > people would like to see get in. What about this one, now that the fixed phy parts are in: http://patchwork.ozlabs.org/linuxppc/patch?person=1023&id=15654 Thanks, Jochen ___

Re: [patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread Grant Likely
On 1/21/08, Peter Korsgaard <[EMAIL PROTECTED]> wrote: > The Cypress c67x00 (EZ-Host/EZ-OTG) controllers are multi-role low/fullspeed > USB controllers. This patch series implements a HCD driver and shows the > work-in-progress status of a gadget driver. > > I believe patch 1..3 are ready, and I wo

Re: [MPC5200] problem running FEC and ATA

2008-01-21 Thread Juergen Beisert
On Monday 21 January 2008 14:01, Mehlan, Markus (Ritter Elektronik) wrote: > > -Ursprüngliche Nachricht- > > Von: Juergen Beisert [mailto:[EMAIL PROTECTED] > > Gesendet: Montag, 21. Januar 2008 09:58 > > An: linuxppc-dev@ozlabs.org > > Cc: Mehlan, Markus (Ritter Elektronik) > > Betreff: Re:

Re: [PATCH 2/3] i2c: Convert all new-style drivers to use module aliasing

2008-01-21 Thread Jon Smirl
In my version of these patches new style drivers could be loaded with both the driver_name/name scheme and the modalias. In these patches new style drivers can only be loaded via modalias. Is that what you intended? I'm all for making new style driver only use the modalias scheme. -- Jon Smirl [E

patches for 2.6.25

2008-01-21 Thread Kumar Gala
I'm sure I missed some patches for 2.6.25, so please point any out that people would like to see get in. - k ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Please pull from 'for-2.6.25' branch

2008-01-21 Thread Kumar Gala
Please pull from 'for-2.6.25' branch of master.kernel.org:/pub/scm/linux/kernel/git/galak/powerpc.git for-2.6.25 to receive the following updates: Documentation/powerpc/00-INDEX |3 Documentation/powerpc/booting-without-of.txt| 91 + Documentation/powerpc/qe_f

Re: [PATCH 2/3] mpc8313erdb: Add NOR flash to the device tree.

2008-01-21 Thread Kumar Gala
On Thu, 17 Jan 2008, Scott Wood wrote: > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > arch/powerpc/boot/dts/mpc8313erdb.dts |9 + > 1 files changed, 9 insertions(+), 0 deletions(-) > applied. - k ___ Linuxppc-dev mailing list Linu

Re: [PATCH 3/3] Update mpc8313erdb defconfig for MTD, NAND, JFFS2.

2008-01-21 Thread Kumar Gala
On Thu, 17 Jan 2008, Scott Wood wrote: > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > arch/powerpc/configs/mpc8313_rdb_defconfig | 46 > > 1 files changed, 33 insertions(+), 13 deletions(-) > applied. - k ___ L

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

2008-01-21 Thread Kumar Gala
On Thu, 17 Jan 2008, Scott Wood wrote: > This board is also resold by Freescale under the names > "QUICCStart MPC8248 Evaluation System" and "CWH-PPC-8248N-VE". > > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > Removed const/initdata combo, and used simple-bus for probing. > > Please apply

Re: [PATCH 1/3] mpc8313erdb: Add NAND to device tree, and call of_platform_bus_probe().

2008-01-21 Thread Kumar Gala
On Thu, 17 Jan 2008, Scott Wood wrote: > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > Please apply this series for 2.6.25. > > arch/powerpc/boot/dts/mpc8313erdb.dts | 39 > + > arch/powerpc/platforms/83xx/mpc8313_rdb.c | 13 + > 2 files change

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

2008-01-21 Thread Kumar Gala
On Thu, 17 Jan 2008, Scott Wood wrote: > Signed-off-by: Scott Wood <[EMAIL PROTECTED]> > --- > Removed const/initdata combo, added simple-bus to cpm node, > and used simple-bus for probing. > > Please apply for 2.6.25. > > arch/powerpc/Kconfig|3 + > arch/powerpc/b

Re: [PATCH 05/10] powerpc: Add crash kernel support for 85xx

2008-01-21 Thread Kumar Gala
On Thu, 22 Nov 2007, Dale Farnsworth wrote: > Add the ability to build a ppc_85xx kernel to run at a physical > address of 32MB. > > Signed-off-by: Dale Farnsworth <[EMAIL PROTECTED]> > --- > arch/powerpc/Kconfig |2 +- > arch/powerpc/kernel/head_fsl_booke.S | 23 +++

Re: [i2c] [PATCH 19 3/5] Clean up error returns

2008-01-21 Thread Jean Delvare
Hi Jon, On Sun, 20 Jan 2008 10:39:43 -0500, Jon Smirl wrote: > Here' s a version with the compares to zero switched to NO_IRQ. If I > understand how NO_IRQ works it is the correct change. My understanding > is that under ppc IRQ zero was legal and NO_IRQ was -1. But then the > whole kernel switche

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Andreas Schwab
Olaf Hering <[EMAIL PROTECTED]> writes: > +/* > + * Per default, input/output-device points to keyboard/screen > + * If no card is installed, the built-in serial port is used as a fallback. > + * But unfortunately, the firmware does not connect /chosen/{stdin,stdout} > + * the the built-in serial

Re: [PATCH] autodetect serial console on efika

2008-01-21 Thread Geert Uytterhoeven
On Mon, 21 Jan 2008, Olaf Hering wrote: > + * But unfortunately, the firmware does not connect /chosen/{stdin,stdout} > + * the the built-in serial node. Instead, a /failsafe node is created. ^^^ to The same typo is in the pegasos2 patch. With kind regards, Geert Uytterhoeven Softwar

[PATCH] autodetect serial console on pegasos2

2008-01-21 Thread Olaf Hering
Autodetect the serial console on Pegasos2. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/platforms/chrp/setup.c | 52 1 file changed, 52 insertions(+) --- a/arch/powerpc/platforms/chrp/setup.c +++ b/arch/powerpc/platforms/chrp/setup.c @@

[PATCH] autodetect serial console on efika

2008-01-21 Thread Olaf Hering
Efika boards have to be booted with console=ttyPSC0 unless there is a graphics card plugged in. Detect if the firmware stdout is the serial connector. Signed-off-by: Olaf Hering <[EMAIL PROTECTED]> --- arch/powerpc/platforms/52xx/efika.c | 50 1 file change

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

2008-01-21 Thread Sergej Stepanov
Am Freitag, den 18.01.2008, 10:03 -0600 schrieb Scott Wood: > On Fri, Jan 18, 2008 at 12:07:07PM +0100, Sergej Stepanov wrote: > > > > > + /* "Serial" port/SCC1 */ > > > + scc1: [EMAIL PROTECTED] { > > > + device_type = "serial"; > > > +

Re: Warp Watchdog

2008-01-21 Thread Josh Boyer
On Thu, 17 Jan 2008 15:23:22 -0500 Sean MacLennan <[EMAIL PROTECTED]> wrote: > The taco, er warp, has a watchdog timer built into the fpga. The > watchdog is very trivial and very tied to the warp. I have put it has > part of the platform code rather than a standalone module. > > Two reasons fo

Re: [MPC5200] problem running FEC and ATA

2008-01-21 Thread Mehlan, Markus (Ritter Elektronik)
Hello Juergen, > -Ursprüngliche Nachricht- > Von: Juergen Beisert [mailto:[EMAIL PROTECTED] > Gesendet: Montag, 21. Januar 2008 09:58 > An: linuxppc-dev@ozlabs.org > Cc: Mehlan, Markus (Ritter Elektronik) > Betreff: Re: [MPC5200] problem running FEC and ATA > > Markus, > > On Monday 21

Re: [i2c] [PATCH 0/3] i2c: Use the standard, alias-based device/driver matching scheme

2008-01-21 Thread Jean Delvare
On Mon, 21 Jan 2008 11:49:43 +0100, Rudolf Marek wrote: > > Note: all the arm and powerpc stuff is untested. > > We at http://sysgo.com have some demo server, where you can access embedded > systems remotely (via VNC to a server with cross tools (ELinOS) + serial > console), > there is 2.6.22 k

[patch v4 2/4] USB: add Cypress c67x00 OTG controller core driver

2008-01-21 Thread Peter Korsgaard
This patch add the core driver for the c67x00 USB OTG controller. The core driver is responsible for the platform bus binding and creating either USB HCD or USB Gadget instances for each of the serial interface engines on the chip. This driver does not directly implement the HCD or gadget beh

[patch v4 4/4] USB: add Cypress c67x00 OTG controller gadget driver

2008-01-21 Thread Peter Korsgaard
This patch adds USB gadget support for the Cypress c67x00 family of devices. This is work in progress and not ready to be committed yet. I'm posting this to show how it fits with the rest of the driver and to collect feedback. The driver works good enought to use g_serial, but there are still iss

[patch v4 1/4] USB: add Cypress c67x00 low level interface code

2008-01-21 Thread Peter Korsgaard
This patch adds the low level support code for the Cypress c67x00 family of OTG controllers. The low level code is responsible for register access and implements the software protocol for communicating with the 16bit microcontroller inside the c67x00 device. Communication is done over the HPI int

[patch v4 0/4] Cypress c67x00 (EZ-Host/EZ-OTG) support

2008-01-21 Thread Peter Korsgaard
The Cypress c67x00 (EZ-Host/EZ-OTG) controllers are multi-role low/fullspeed USB controllers. This patch series implements a HCD driver and shows the work-in-progress status of a gadget driver. I believe patch 1..3 are ready, and I would like to see queued up for 2.6.25. Changes since v3: - Lots

[patch v4 3/4] USB: add Cypress c67x00 OTG controller HCD driver

2008-01-21 Thread Peter Korsgaard
This patch adds HCD support for the Cypress c67x00 family of devices. Signed-off-by: Peter Korsgaard <[EMAIL PROTECTED]> --- drivers/usb/Makefile |2 drivers/usb/c67x00/Makefile| 11 drivers/usb/c67x00/c67x00-drv.c| 13 drivers/usb/c67x00/c67x00-hcd.c| 40

[PATCH 3/3] i2c: Kill the old driver matching scheme

2008-01-21 Thread Jean Delvare
Remove the old driver_name/type scheme for i2c driver matching. Only the standard aliasing model will be used from now on. Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> Cc: Jon Smirl <[EMAIL PROTECTED]> --- drivers/i2c/i2c-core.c | 36 ++-- include/linux/i2c.h

[PATCH 2/3] i2c: Convert all new-style drivers to use module aliasing

2008-01-21 Thread Jean Delvare
Based on earlier work by Jon Smirl. Update all the new-style i2c drivers to use standard module aliasing instead of the old driver_name/type driver matching scheme. Signed-off-by: Jean Delvare <[EMAIL PROTECTED]> Cc: Jon Smirl <[EMAIL PROTECTED]> --- arch/arm/mach-at91/board-csb337.c |3 - a

[PATCH 1/3] i2c: Add support for device alias names

2008-01-21 Thread Jean Delvare
Based on earlier work by Jon Smirl. This patch allows new-style i2c chip drivers to have alias names using the official kernel aliasing system and MODULE_DEVICE_TABLE(). At this point, the old i2c driver binding scheme (driver_name/type) is still supported. Signed-off-by: Jean Delvare <[EMAIL PRO

[PATCH 0/3] i2c: Use the standard, alias-based device/driver matching scheme

2008-01-21 Thread Jean Delvare
Hi all, Here comes a patch set, based on earlier work by Jon Smirl, that updates the i2c subsystem to support and use the standard, alias-based device/driver matching scheme that most other subsystems are using. Contrary to Jon's patch set, this one only supports Linux names and not OF names, alth

[PATCH] revert chrp_pci_fixup_vt8231_ata devinit to fix libata on pegasos

2008-01-21 Thread Olaf Hering
commit 6d98bda79bea0e1be26c0767d0e9923ad3b72f2e changed the init order for chrp_pci_fixup_vt8231_ata() It can not work anymore because either the irq is not yet set to 14 or pci_get_device() returns nothing. At least the printk() in chrp_pci_fixup_vt8231_ata() does not trigger anymore. pata_via wo

Re: [MPC5200] problem running FEC and ATA

2008-01-21 Thread Juergen Beisert
Markus, On Monday 21 January 2008 08:10, Mehlan, Markus (Ritter Elektronik) wrote: > i have the same problem with the fec driver. See my posting > at > http://ozlabs.org/pipermail/linuxppc-embedded/2008-January/029466.html > > Arnon, have you already fixed the FEC problem? Can you check this? ht