Re: [PATCH 05/11] ppc/mpc8xx: remove ppc_ide_md hooks

2008-02-14 Thread Vitaly Bordug
> > This patch fixes hwif->irq always being overriden to 0 (== > auto-probe, is this even working on PPC?) because of > ide_init_default_irq() call in ide.c. > > There should be no other functional changes. > > Cc: Benjamin Herrenschmidt <[EMAIL PROTECTED]> &

Re: [PATCH 05/11] ppc/mpc8xx: remove ppc_ide_md hooks

2008-02-14 Thread Vitaly Bordug
(== auto-probe, is this even working on PPC?) because of ide_init_default_irq() call in ide.c. There should be no other functional changes. Cc: Benjamin Herrenschmidt [EMAIL PROTECTED] Signed-off-by: Bartlomiej Zolnierkiewicz [EMAIL PROTECTED] Acked-by: Vitaly Bordug [EMAIL PROTECTED

Re: [PATCH POWERPC] i2c: adds support for i2c bus on Frescale CPM1/CPM2 controllers

2007-12-21 Thread Vitaly Bordug
On Fri, 21 Dec 2007 20:36:28 +0100 Jochen Friedrich wrote: > Using the port of 2.4 code from Vitaly Bordug > <[EMAIL PROTECTED]> and the actual algorithm used by the i2c > driver of the DBox code on cvs.tuxboc.org from Tmbinc, Gillem > ([EMAIL PROTECTED]). Renamed i2c-rpx.c

Re: [PATCH POWERPC] i2c: adds support for i2c bus on Frescale CPM1/CPM2 controllers

2007-12-21 Thread Vitaly Bordug
On Fri, 21 Dec 2007 20:36:28 +0100 Jochen Friedrich wrote: Using the port of 2.4 code from Vitaly Bordug [EMAIL PROTECTED] and the actual algorithm used by the i2c driver of the DBox code on cvs.tuxboc.org from Tmbinc, Gillem ([EMAIL PROTECTED]). Renamed i2c-rpx.c and i2c-algo-8xx.c to i2c

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 <

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 Bordug [EMAIL

Re: [PATCH] arch/ppc/: Spelling fixes

2007-12-17 Thread Vitaly Bordug
On Mon, 17 Dec 2007 11:30:14 -0800 Joe Perches wrote: > > Signed-off-by: Joe Perches <[EMAIL PROTECTED]> > --- > arch/ppc/syslib/ppc8xx_pic.c |2 +- > arch/ppc/syslib/ppc_sys.c|2 +- I'm not really sure we should still care about typos in arch/ppc.. -- Sincerely, Vitaly -- To

Re: [PATCH] arch/ppc/: Spelling fixes

2007-12-17 Thread Vitaly Bordug
On Mon, 17 Dec 2007 11:30:14 -0800 Joe Perches wrote: Signed-off-by: Joe Perches [EMAIL PROTECTED] --- arch/ppc/syslib/ppc8xx_pic.c |2 +- arch/ppc/syslib/ppc_sys.c|2 +- I'm not really sure we should still care about typos in arch/ppc.. -- Sincerely, Vitaly -- To

Re: [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-12-04 Thread Vitaly Bordug
On Tue, 04 Dec 2007 15:07:49 -0500 Jeff Garzik wrote: > Vitaly Bordug wrote: > > With that patch fixed.c now fully emulates MDIO bus, thus no need > > to duplicate PHY layer functionality. That, in turn, drastically > > simplifies the code, and drops down line count. >

Re: [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-12-04 Thread Vitaly Bordug
On Tue, 04 Dec 2007 15:07:49 -0500 Jeff Garzik wrote: Vitaly Bordug wrote: With that patch fixed.c now fully emulates MDIO bus, thus no need to duplicate PHY layer functionality. That, in turn, drastically simplifies the code, and drops down line count. As an additional bonus, now

Re: [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-12-01 Thread Vitaly Bordug
On Sun, 2 Dec 2007 00:34:03 +0300 Anton Vorontsov wrote: > > If i understand your code correctly, you seem to rely on the fact > > that fixed_phy_add() is called before the fixed MDIO bus is scanned > > for devices. > > Yes, indeed. The other name of "fixed phys" are "platform phys" > or

Re: [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-12-01 Thread Vitaly Bordug
On Sat, 01 Dec 2007 16:59:52 -0500 Jeff Garzik wrote: > Vitaly Bordug wrote: > > With that patch fixed.c now fully emulates MDIO bus, thus no need > > to duplicate PHY layer functionality. That, in turn, drastically > > simplifies the code, and drops down line count. >

Re: [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-12-01 Thread Vitaly Bordug
On Sat, 01 Dec 2007 14:48:54 +0100 Jochen Friedrich wrote: > Hi Vitaly, > > > With that patch fixed.c now fully emulates MDIO bus, thus no need > > to duplicate PHY layer functionality. That, in turn, drastically > > simplifies the code, and drops down line count. > > > > As an additional bonus,

Re: [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-12-01 Thread Vitaly Bordug
On Sat, 01 Dec 2007 14:48:54 +0100 Jochen Friedrich wrote: Hi Vitaly, With that patch fixed.c now fully emulates MDIO bus, thus no need to duplicate PHY layer functionality. That, in turn, drastically simplifies the code, and drops down line count. As an additional bonus, now there

Re: [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-12-01 Thread Vitaly Bordug
On Sat, 01 Dec 2007 16:59:52 -0500 Jeff Garzik wrote: Vitaly Bordug wrote: With that patch fixed.c now fully emulates MDIO bus, thus no need to duplicate PHY layer functionality. That, in turn, drastically simplifies the code, and drops down line count. As an additional bonus, now

Re: [PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-12-01 Thread Vitaly Bordug
On Sun, 2 Dec 2007 00:34:03 +0300 Anton Vorontsov wrote: If i understand your code correctly, you seem to rely on the fact that fixed_phy_add() is called before the fixed MDIO bus is scanned for devices. Yes, indeed. The other name of fixed phys are platform phys or platform MDIO bus

[PATCH 2/3] [POWERPC] fsl_soc: add support for gianfar for fixed-link property

2007-11-26 Thread Vitaly Bordug
fixed-link says: register new "Fixed/emulated PHY", i.e. PHY that not connected to the real MDIO bus. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> --- Documentation/powerpc/booting-without-of.txt |3 + arch/po

[PATCH 3/3] [POWERPC] MPC8349E-mITX: Vitesse 7385 PHY is not connected to the MDIO bus

2007-11-26 Thread Vitaly Bordug
...thus use fixed-link to register proper "Fixed PHY" Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8349emitx.dts | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) dif

[PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-11-26 Thread Vitaly Bordug
TED]> Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/net/phy/Kconfig | 32 +-- drivers/net/phy/fixed.c | 427 - include/linux/phy_fixed.h | 49 ++--- 3 files changed, 176 insertions(+), 332 deletions(-) diff --git a/dri

[PATCH 1/3] [NET] phy/fixed.c: rework to not duplicate PHY layer functionality

2007-11-26 Thread Vitaly Bordug
-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/net/phy/Kconfig | 32 +-- drivers/net/phy/fixed.c | 427 - include/linux/phy_fixed.h | 49 ++--- 3 files changed, 176 insertions(+), 332 deletions(-) diff --git a/drivers/net/phy/Kconfig b

[PATCH 2/3] [POWERPC] fsl_soc: add support for gianfar for fixed-link property

2007-11-26 Thread Vitaly Bordug
fixed-link says: register new Fixed/emulated PHY, i.e. PHY that not connected to the real MDIO bus. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] --- Documentation/powerpc/booting-without-of.txt |3 + arch/powerpc/sysdev/fsl_soc.c

[PATCH 3/3] [POWERPC] MPC8349E-mITX: Vitesse 7385 PHY is not connected to the MDIO bus

2007-11-26 Thread Vitaly Bordug
...thus use fixed-link to register proper Fixed PHY Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8349emitx.dts | 11 ++- 1 files changed, 2 insertions(+), 9 deletions(-) diff --git a/arch/powerpc/boot

[PATCH 2/2] [FS_ENET] Add polling support

2007-09-18 Thread Vitaly Bordug
Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/net/fs_enet/fs_enet-main.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/drivers/net/fs_enet/fs_enet-main.c b/drivers/net/fs_enet/fs_enet-main.c index 927cd9e..0e2d2b2 100644 --- a/d

[PATCH 1/2] [FS_ENET] TX stuff should use fep->tx_lock, instead of fep->lock.

2007-09-18 Thread Vitaly Bordug
Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/net/fs_enet/fs_enet-main.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/fs_enet/fs_enet-main.c b/drivers/net/fs_enet/fs_enet-main.c index a4a2a0e..927cd9e 100644 --- a/drive

[PATCH 1/2] [FS_ENET] TX stuff should use fep-tx_lock, instead of fep-lock.

2007-09-18 Thread Vitaly Bordug
Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/net/fs_enet/fs_enet-main.c |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/net/fs_enet/fs_enet-main.c b/drivers/net/fs_enet/fs_enet-main.c index a4a2a0e..927cd9e 100644 --- a/drivers/net/fs_enet

[PATCH 2/2] [FS_ENET] Add polling support

2007-09-18 Thread Vitaly Bordug
Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/net/fs_enet/fs_enet-main.c | 16 1 files changed, 16 insertions(+), 0 deletions(-) diff --git a/drivers/net/fs_enet/fs_enet-main.c b/drivers/net/fs_enet/fs_enet-main.c index 927cd9e..0e2d2b2 100644 --- a/drivers

Re: [PATCH 2/2] [POWERPC] MPC8349E-mITX: use platform IDE driver for CF interface

2007-07-26 Thread Vitaly Bordug
On Wed, 25 Jul 2007 13:46:57 -0500 Scott Wood wrote: > Sergei Shtylyov wrote: > >I acn undertand your complaint in the context of an OF driver > > (which we don't have yet) but "mmio-ide" just means nothing to the > > current driver, and it doesn't convery enough info on the > > programming

Re: [PATCH 2/2] [POWERPC] MPC8349E-mITX: use platform IDE driver for CF interface

2007-07-26 Thread Vitaly Bordug
On Wed, 25 Jul 2007 21:06:42 +0400 Sergei Shtylyov wrote: > Hello. > > Vitaly Bordug wrote: > > > This updates relevant platform code (freescale mpc8349itx target) > > to make the CompactFlash work in TrueIDE mode. > >Erm, I'm not sure it's worth submitt

Re: [PATCH 2/2] [POWERPC] MPC8349E-mITX: use platform IDE driver for CF interface

2007-07-26 Thread Vitaly Bordug
On Wed, 25 Jul 2007 13:46:57 -0500 Scott Wood wrote: Sergei Shtylyov wrote: I acn undertand your complaint in the context of an OF driver (which we don't have yet) but mmio-ide just means nothing to the current driver, and it doesn't convery enough info on the programming interface

Re: [PATCH 2/2] [POWERPC] MPC8349E-mITX: use platform IDE driver for CF interface

2007-07-26 Thread Vitaly Bordug
On Wed, 25 Jul 2007 21:06:42 +0400 Sergei Shtylyov wrote: Hello. Vitaly Bordug wrote: This updates relevant platform code (freescale mpc8349itx target) to make the CompactFlash work in TrueIDE mode. Erm, I'm not sure it's worth submitting the platform device driver for PowerPC

[PATCH 2/2] [POWERPC] Remove dummy network phy from MPC8313E-RDB

2007-07-25 Thread Vitaly Bordug
Cleaned up inexistent network phy from the target dts, added necessary property to gianfar node there. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8313erdb.dts |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/arch/powerp

[PATCH 1/2] [POWERPC] Add support of platforms without PHY to gianfar driver

2007-07-25 Thread Vitaly Bordug
is in form Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/sysdev/fsl_soc.c | 39 +++ drivers/net/gianfar.c | 17 ++--- 2 files changed, 37 insertions(+), 19 deletions(-) diff --git a/arch/powerpc/sysdev/fsl_s

[PATCH 2/2] [POWERPC] MPC8349E-mITX: use platform IDE driver for CF interface

2007-07-25 Thread Vitaly Bordug
This updates relevant platform code (freescale mpc8349itx target) to make the CompactFlash work in TrueIDE mode. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8349emitx.dts|9

[PATCH 1/2] [IDE] Platform IDE driver (was: MMIO IDE driver)

2007-07-25 Thread Vitaly Bordug
and ide_platform are carrying same driver names, to easily switch between these drivers, without need to touch platform code. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/ide/Kconfig |8 ++ drivers/ide/leg

[PATCH 1/2] [IDE] Platform IDE driver (was: MMIO IDE driver)

2007-07-25 Thread Vitaly Bordug
and ide_platform are carrying same driver names, to easily switch between these drivers, without need to touch platform code. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/ide/Kconfig |8 ++ drivers/ide/legacy/Makefile

[PATCH 2/2] [POWERPC] MPC8349E-mITX: use platform IDE driver for CF interface

2007-07-25 Thread Vitaly Bordug
This updates relevant platform code (freescale mpc8349itx target) to make the CompactFlash work in TrueIDE mode. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8349emitx.dts|9 arch/powerpc/platforms

[PATCH 1/2] [POWERPC] Add support of platforms without PHY to gianfar driver

2007-07-25 Thread Vitaly Bordug
is in form duplexity speed Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/sysdev/fsl_soc.c | 39 +++ drivers/net/gianfar.c | 17 ++--- 2 files changed, 37 insertions(+), 19 deletions(-) diff --git a/arch/powerpc

[PATCH 2/2] [POWERPC] Remove dummy network phy from MPC8313E-RDB

2007-07-25 Thread Vitaly Bordug
Cleaned up inexistent network phy from the target dts, added necessary property to gianfar node there. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8313erdb.dts |8 +--- 1 files changed, 1 insertions(+), 7 deletions(-) diff --git a/arch/powerpc/boot/dts

Re: [PATCH] [updated] PHY fixed driver: rework release path and update phy_id notation

2007-07-20 Thread Vitaly Bordug
On Thu, 19 Jul 2007 23:23:37 -0700 Andrew Morton wrote: > On Thu, 19 Jul 2007 03:38:04 +0400 Vitaly Bordug > <[EMAIL PROTECTED]> wrote: > > > > > device_bind_driver() error code returning has been fixed. > > release() function has been written, so that to f

Re: [PATCH] [updated] PHY fixed driver: rework release path and update phy_id notation

2007-07-20 Thread Vitaly Bordug
On Thu, 19 Jul 2007 23:23:37 -0700 Andrew Morton wrote: On Thu, 19 Jul 2007 03:38:04 +0400 Vitaly Bordug [EMAIL PROTECTED] wrote: device_bind_driver() error code returning has been fixed. release() function has been written, so that to free resources in correct way; the release

[PATCH] [updated] PHY fixed driver: rework release path and update phy_id notation

2007-07-18 Thread Vitaly Bordug
nd cleaned up the whitespace issues. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/net/phy/Kconfig | 14 ++ drivers/net/phy/fixed.c | 310 +++-- include/linux/phy_fixed.h | 38 ++ 3 files changed, 207 insertions(+

[PATCH] [updated] PHY fixed driver: rework release path and update phy_id notation

2007-07-18 Thread Vitaly Bordug
changed the notation of the fixed phy definition on mdio bus to the form of speed+duplex to make it able to be used by gianfar and ucc_geth that define phy_id strictly as %d:%d and cleaned up the whitespace issues. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/net/phy/Kconfig | 14

[PATCH] PHY fixed driver: rework release path and update phy_id notation

2007-07-16 Thread Vitaly Bordug
nd cleaned up the whitespace issues. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/net/phy/Kconfig | 14 ++ drivers/net/phy/fixed.c | 310 --- 2 files changed, 169 insertions(+), 155 deletions(-) diff --git a/drivers/net/phy/K

Re: Oops while modprobing phy fixed module

2007-07-16 Thread Vitaly Bordug
Folks, I will have the fix and rework to the fixed phy posted by today/tomorrow. You'll have to modify platform code a bit Thanks, -Vitaly On Sun, 15 Jul 2007 19:42:44 +0200 Gabriel C <[EMAIL PROTECTED]> wrote: > Satyam Sharma wrote: > > Hi Gabriel, > > > > Hi Satyam , > > > On 7/14/07,

Re: Oops while modprobing phy fixed module

2007-07-16 Thread Vitaly Bordug
Folks, I will have the fix and rework to the fixed phy posted by today/tomorrow. You'll have to modify platform code a bit Thanks, -Vitaly On Sun, 15 Jul 2007 19:42:44 +0200 Gabriel C [EMAIL PROTECTED] wrote: Satyam Sharma wrote: Hi Gabriel, Hi Satyam , On 7/14/07, Gabriel C

[PATCH] PHY fixed driver: rework release path and update phy_id notation

2007-07-16 Thread Vitaly Bordug
changed the notation of the fixed phy definition on mdio bus to the form of speed+duplex to make it able to be used by gianfar and ucc_geth that define phy_id strictly as %d:%d and cleaned up the whitespace issues. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/net/phy/Kconfig | 14

Re: [PATCH 2/2] [POWERPC] mmio ide support for mpc8349-itx target

2007-07-11 Thread Vitaly Bordug
On Sat, 07 Jul 2007 20:46:46 +0400 Sergei Shtylyov wrote: > > + > > +#ifdef CONFIG_MPC834x_ITX > > Erm, isn't this stuff misplaced? Is this really SoC device? I > remember seeng this in the arch/ppc/ platform code before (in the > internal tree)... The point is to declare methods bsp, as

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-11 Thread Vitaly Bordug
On Sat, 7 Jul 2007 21:13:06 +0100 Alan Cox wrote: > On Sat, 07 Jul 2007 13:48:52 +0400 > Vitaly Bordug <[EMAIL PROTECTED]> wrote: > > > > > This adds support for MMIO IDE device like CompactFlash > > in TrueIDE mode. > > Really we should be working towar

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-11 Thread Vitaly Bordug
On Sat, 7 Jul 2007 10:01:47 -0500 Olof Johansson wrote: > On Sat, Jul 07, 2007 at 01:48:52PM +0400, Vitaly Bordug wrote: > > > > This adds support for MMIO IDE device like CompactFlash > > in TrueIDE mode. > > Doesn't this duplicate most of pata_platform, but a

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-11 Thread Vitaly Bordug
On Sat, 7 Jul 2007 10:01:47 -0500 Olof Johansson wrote: On Sat, Jul 07, 2007 at 01:48:52PM +0400, Vitaly Bordug wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Doesn't this duplicate most of pata_platform, but as the no-longer-preferred legacy IDE

Re: [PATCH 1/2] [ide] mmio ide support

2007-07-11 Thread Vitaly Bordug
On Sat, 7 Jul 2007 21:13:06 +0100 Alan Cox wrote: On Sat, 07 Jul 2007 13:48:52 +0400 Vitaly Bordug [EMAIL PROTECTED] wrote: This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Really we should be working towards libata support for all new devices. This looks

Re: [PATCH 2/2] [POWERPC] mmio ide support for mpc8349-itx target

2007-07-11 Thread Vitaly Bordug
On Sat, 07 Jul 2007 20:46:46 +0400 Sergei Shtylyov wrote: + +#ifdef CONFIG_MPC834x_ITX Erm, isn't this stuff misplaced? Is this really SoC device? I remember seeng this in the arch/ppc/ platform code before (in the internal tree)... The point is to declare methods bsp, as mmio

[PATCH 2/2] [POWERPC] mmio ide support for mpc8349-itx target

2007-07-07 Thread Vitaly Bordug
This updates relevant platform code (freescale mpc8349itx target) to make the CompactFlash work in TrueIDE mode. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8349emitx.dts | 17 + arch/po

[PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Vitaly Bordug
This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Signed-off-by: Anton Vorontsov <[EMAIL PROTECTED]> Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/ide/Kconfig |6 + drivers/ide/legacy/Makefile |2 drivers/ide/legac

[PATCH 1/2] [ide] mmio ide support

2007-07-07 Thread Vitaly Bordug
This adds support for MMIO IDE device like CompactFlash in TrueIDE mode. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/ide/Kconfig |6 + drivers/ide/legacy/Makefile |2 drivers/ide/legacy/mmio-ide.c | 211

[PATCH 2/2] [POWERPC] mmio ide support for mpc8349-itx target

2007-07-07 Thread Vitaly Bordug
This updates relevant platform code (freescale mpc8349itx target) to make the CompactFlash work in TrueIDE mode. Signed-off-by: Anton Vorontsov [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8349emitx.dts | 17 + arch/powerpc/sysdev

[PATCH] PHY fixed driver: rework release path and update phy_id notation

2007-06-09 Thread Vitaly Bordug
/0x12 [] acpi_ds_init_one_object+0x0/0x83 [] init+0x0/0x2fb [] child_rip+0x0/0x12 Also changed the notation of the fixed phy definition on mdio bus to the form of + to make it able to be used by gianfar and ucc_geth that define phy_id strictly as "%d:%d" Signed-off-by: Vitaly Bord

[PATCH] PHY fixed driver: rework release path and update phy_id notation

2007-06-09 Thread Vitaly Bordug
/0x12 [] acpi_ds_init_one_object+0x0/0x83 [] init+0x0/0x2fb [] child_rip+0x0/0x12 Also changed the notation of the fixed phy definition on mdio bus to the form of + to make it able to be used by gianfar and ucc_geth that define phy_id strictly as "%d:%d" Signed-off-by: Vitaly Bord

[PATCH] PHY fixed driver: rework release path and update phy_id notation

2007-06-09 Thread Vitaly Bordug
of the fixed phy definition on mdio bus to the form of speed+duplex to make it able to be used by gianfar and ucc_geth that define phy_id strictly as %d:%d Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] Signed-off-by: Vitaly Bordug [EMAIL PROTECTED

[PATCH] PHY fixed driver: rework release path and update phy_id notation

2007-06-09 Thread Vitaly Bordug
of the fixed phy definition on mdio bus to the form of speed+duplex to make it able to be used by gianfar and ucc_geth that define phy_id strictly as %d:%d Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/net/phy/Kconfig |4 ++ drivers/net/phy/fixed.c | 93

Re: STRANGE ERROR

2007-05-20 Thread Vitaly Bordug
On Sat, May 19, 2007 at 16:34 -0700, Andrew Morton wrote: > On Sun, 20 May 2007 00:30:55 +0200 "Sasa Ostrouska" <[EMAIL PROTECTED]> wrote: > > > Hi everybody, > > > > I tried today to upgrade the kernel to 2.6.21.1 and i got the same > > error during the boot time. > > Here is the dmesg of the

Re: STRANGE ERROR

2007-05-20 Thread Vitaly Bordug
On Sat, May 19, 2007 at 16:34 -0700, Andrew Morton wrote: On Sun, 20 May 2007 00:30:55 +0200 Sasa Ostrouska [EMAIL PROTECTED] wrote: Hi everybody, I tried today to upgrade the kernel to 2.6.21.1 and i got the same error during the boot time. Here is the dmesg of the 2.6.20.2, can

Re: [PATCH] i2c: adds support for i2c bus on 8xx

2007-05-10 Thread Vitaly Bordug
ll Cc that ML next time. > On Tue, 08 May 2007 10:31:31 +0400, Vitaly Bordug wrote: > > Utilized devicetree to store I2C data, ported i2c-algo-8xx.c from > > 2.4 approach(which remains nearly intact), refined i2c-rpx.c. I2C > > functionality has been validated on mpc885ads wit

Re: [PATCH] i2c: adds support for i2c bus on 8xx

2007-05-10 Thread Vitaly Bordug
. On Tue, 08 May 2007 10:31:31 +0400, Vitaly Bordug wrote: Utilized devicetree to store I2C data, ported i2c-algo-8xx.c from 2.4 approach(which remains nearly intact), refined i2c-rpx.c. I2C functionality has been validated on mpc885ads with EEPROM access. Interface has been reworked

[PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Vitaly Bordug
Adds support of IRDA transceiver residing on PowerQUICC processors and enabling such on mpc885ads reference board. The driver is implemented using of_device concept, hereby implies arch/powerpc support of the target. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/K

[PATCH 2/3] [POWERPC] 8xx: fix whitespace and indentation

2007-05-08 Thread Vitaly Bordug
Rolling forward PCMCIA driver, it was discovered that the indentation in existing one, as well as in BSP side are very odd. This patch is just result of Lindent run ontop of culprit files. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/platforms/8xx/mpc885ads_setup.c

[PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

2007-05-08 Thread Vitaly Bordug
Removed explicit linux,phandle usage. Using references and labels now in PQ and PQ2 boards currently supported in arch/powerpc. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8272ads.dts | 42 +++- arch/powerpc/boot/dts/mpc866a

[PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
), global structure mpc8xx_pcmcia_ops holds necessary function pointers that are filled in the BSP code. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> Acked-by: Olof Johansson <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc885ads.d

[PATCH 0/3] 8xx PCMCIA stuff && cleanup: take 4

2007-05-08 Thread Vitaly Bordug
Hopefully last round, with Kumar's notes addressed, and BSP mpc885_setup.c Lindented in 2-nd patch as well as PCMCIA driver. - Sincerely, Vitaly - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 09:04:22 -0500 Kumar Gala wrote: > > + device_type = "pcmcia"; > > + reg = <80 80>; > > + clock-frequency = <2faf080>; > > is the clock-freq fixed? As I see now, that field is not really required as never extracted or

Re: [PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 09:04:22 -0500 Kumar Gala wrote: > > On May 8, 2007, at 4:50 AM, Vitaly Bordug wrote: > > > > > Adds support for PowerQuicc on-chip PCMCIA. The driver is > > implemented as > > of_device, so only arch/powerpc stuff is capable to use it, whi

Re: [PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 07:29:20 -0700 "Loeliger Jon-LOELIGER" <[EMAIL PROTECTED]> wrote: > > > > - [EMAIL PROTECTED] { > > > - linux,phandle = ; > > > + pci_pic:[EMAIL PROTECTED] { > > > > I'd like to establish a convention of putting a space after the : and > > using

Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 08:33:19 -0500 Kumar Gala <[EMAIL PROTECTED]> wrote: > > + [EMAIL PROTECTED] { > > + device_type = "network"; > > + compatible = "fsl,irda"; > > is this specific enough? 52xx also has irda and I'm

Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Vitaly Bordug
ncept, hereby implies arch/powerpc support > > of the target. > > > > Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> > > > diff --git a/arch/powerpc/boot/dts/mpc885ads.dts > > b/arch/powerpc/boot/dts/mpc885ads.dts > > index 110bf61..95b280c 10064

[PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

2007-05-08 Thread Vitaly Bordug
Removed explicit linux,phandle usage. Using references and labels now in PQ and PQ2 boards currently supported in arch/powerpc. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8272ads.dts | 42 +++- arch/powerpc/boot/dts/mpc866a

[PATCH 2/3] [POWERPC] 8xx: fix whitespace and indentation

2007-05-08 Thread Vitaly Bordug
Rolling forward PCMCIA driver, it was discovered that the indentation in existing one is very odd. This patch is just result of Lindent run ontop of culprit files. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/pcmcia/m8xx_pcmcia.c

[PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
), global structure mpc8xx_pcmcia_ops holds necessary function pointers that are filled in the BSP code. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> Acked-by: Olof Johansson <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc885ads.d

[PATCH 0/3] 8xx PCMCIA stuff && cleanup: take 3

2007-05-08 Thread Vitaly Bordug
Sorry for such amount of noise, have to resubmit to catch up with Olof's notes, and to kill empty ranges property in dts since it is not appropriate before driver could handle it. Thanks all for attention. -- Sincerely, Vitaly - To unsubscribe from this list: send the line "unsubscribe

Re: [PATCH 1/2] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
On Mon, 7 May 2007 08:56:09 -0500 Olof Johansson wrote: > Hi, > > Some minor nitpicks below. Overall it looks good. > > > -Olof > > On Sun, May 06, 2007 at 05:26:33AM +0400, Vitaly Bordug wrote: > > @@ -322,6 +334,70 @@ void init_smc_ioports(struct &

[PATCH] [POWERPC] i2c: adds support for i2c bus on 8xx

2007-05-08 Thread Vitaly Bordug
ability is missing from the implementation. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/platforms/8xx/mpc885ads_setup.c | 15 + arch/powerpc/sysdev/fsl_soc.c| 15 + drivers/i2c/algos/Kconfig|2 drivers/i2c/algos/Ma

[PATCH] [POWERPC] i2c: adds support for i2c bus on 8xx

2007-05-08 Thread Vitaly Bordug
ability is missing from the implementation. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/platforms/8xx/mpc885ads_setup.c | 15 + arch/powerpc/sysdev/fsl_soc.c| 15 + drivers/i2c/algos/Kconfig|2 drivers/i2c/algos/Makefile

Re: [PATCH 1/2] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
On Mon, 7 May 2007 08:56:09 -0500 Olof Johansson wrote: Hi, Some minor nitpicks below. Overall it looks good. -Olof On Sun, May 06, 2007 at 05:26:33AM +0400, Vitaly Bordug wrote: @@ -322,6 +334,70 @@ void init_smc_ioports(struct fs_uart_platform_info *data) } } +#ifdef

[PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

2007-05-08 Thread Vitaly Bordug
Removed explicit linux,phandle usage. Using references and labels now in PQ and PQ2 boards currently supported in arch/powerpc. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8272ads.dts | 42 +++- arch/powerpc/boot/dts/mpc866ads.dts

[PATCH 2/3] [POWERPC] 8xx: fix whitespace and indentation

2007-05-08 Thread Vitaly Bordug
Rolling forward PCMCIA driver, it was discovered that the indentation in existing one is very odd. This patch is just result of Lindent run ontop of culprit files. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- drivers/pcmcia/m8xx_pcmcia.c | 548

[PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
), global structure mpc8xx_pcmcia_ops holds necessary function pointers that are filled in the BSP code. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] Acked-by: Olof Johansson [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc885ads.dts | 12 + arch

[PATCH 0/3] 8xx PCMCIA stuff cleanup: take 3

2007-05-08 Thread Vitaly Bordug
Sorry for such amount of noise, have to resubmit to catch up with Olof's notes, and to kill empty ranges property in dts since it is not appropriate before driver could handle it. Thanks all for attention. -- Sincerely, Vitaly - To unsubscribe from this list: send the line unsubscribe

Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Vitaly Bordug
of the target. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] diff --git a/arch/powerpc/boot/dts/mpc885ads.dts b/arch/powerpc/boot/dts/mpc885ads.dts index 110bf61..95b280c 100644 --- a/arch/powerpc/boot/dts/mpc885ads.dts +++ b/arch/powerpc/boot/dts/mpc885ads.dts @@ -178,6 +178,16

Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 08:33:19 -0500 Kumar Gala [EMAIL PROTECTED] wrote: + [EMAIL PROTECTED] { + device_type = network; + compatible = fsl,irda; is this specific enough? 52xx also has irda and I'm guessing they'd

Re: [PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 07:29:20 -0700 Loeliger Jon-LOELIGER [EMAIL PROTECTED] wrote: - [EMAIL PROTECTED] { - linux,phandle = f820; + pci_pic:[EMAIL PROTECTED] { I'd like to establish a convention of putting a space after the : and using capitals for

Re: [PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 09:04:22 -0500 Kumar Gala wrote: On May 8, 2007, at 4:50 AM, Vitaly Bordug wrote: Adds support for PowerQuicc on-chip PCMCIA. The driver is implemented as of_device, so only arch/powerpc stuff is capable to use it, which now implies only mpc885ads reference

Re: [PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
On Tue, 8 May 2007 09:04:22 -0500 Kumar Gala wrote: + device_type = pcmcia; + reg = 80 80; + clock-frequency = 2faf080; is the clock-freq fixed? As I see now, that field is not really required as never extracted or used. The

[PATCH 0/3] 8xx PCMCIA stuff cleanup: take 4

2007-05-08 Thread Vitaly Bordug
Hopefully last round, with Kumar's notes addressed, and BSP mpc885_setup.c Lindented in 2-nd patch as well as PCMCIA driver. - Sincerely, Vitaly - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

[PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-08 Thread Vitaly Bordug
), global structure mpc8xx_pcmcia_ops holds necessary function pointers that are filled in the BSP code. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] Acked-by: Arnd Bergmann [EMAIL PROTECTED] Acked-by: Olof Johansson [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc885ads.dts | 11 + arch

[PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

2007-05-08 Thread Vitaly Bordug
Removed explicit linux,phandle usage. Using references and labels now in PQ and PQ2 boards currently supported in arch/powerpc. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/boot/dts/mpc8272ads.dts | 42 +++- arch/powerpc/boot/dts/mpc866ads.dts

[PATCH 2/3] [POWERPC] 8xx: fix whitespace and indentation

2007-05-08 Thread Vitaly Bordug
Rolling forward PCMCIA driver, it was discovered that the indentation in existing one, as well as in BSP side are very odd. This patch is just result of Lindent run ontop of culprit files. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/platforms/8xx/mpc885ads_setup.c | 125

[PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-08 Thread Vitaly Bordug
Adds support of IRDA transceiver residing on PowerQUICC processors and enabling such on mpc885ads reference board. The driver is implemented using of_device concept, hereby implies arch/powerpc support of the target. Signed-off-by: Vitaly Bordug [EMAIL PROTECTED] --- arch/powerpc/Kconfig

[PATCH 1/3] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-07 Thread Vitaly Bordug
), global structure mpc8xx_pcmcia_ops holds necessary function pointers that are filled in the BSP code. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> Acked-by: Arnd Bergmann <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc885ads.dts | 13 + arch/powerpc/platforms/8xx/

[PATCH 3/3] [POWERPC] dts: kill hardcoded phandles

2007-05-07 Thread Vitaly Bordug
Removed explicit linux,phandle usage. Using references and labels now in PQ and PQ2 boards currently supported in arch/powerpc. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/mpc8272ads.dts | 42 -- arch/powerpc/bo

[PATCH 2/3] [POWERPC] 8xx: fix whitespace and indentation

2007-05-07 Thread Vitaly Bordug
Rolling forward PCMCIA driver, it was discovered that the indentation in existing one is very odd. This patch is just result of Lindent run ontop of culprit files. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/pcmcia/m8xx_pcmcia.c

[PATCH] [POWERPC] 8xx: PQ SoC IRDA support

2007-05-07 Thread Vitaly Bordug
Adds support of IRDA transceiver residing on PowerQUICC processors and enabling such on mpc885ads reference board. The driver is implemented using of_device concept, hereby implies arch/powerpc support of the target. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- arch/powerpc/K

  1   2   >