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

2008-02-14 Thread Vitaly Bordug
Add __init tag to m8xx_ide_init_ports(). > > 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 H

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

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] 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 unsu

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-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 "plat

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,

[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
ROTECTED]> 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

[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

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 in

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 wor

[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
m 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/id

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

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

2007-07-18 Thread Vitaly Bordug
%d" and 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 in

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

2007-07-16 Thread Vitaly Bordug
%d" and 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

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, G

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 m

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,

[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] PHY fixed driver: rework release path and update phy_id notation

2007-06-09 Thread Vitaly Bordug
ld_rip+0xa/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: V

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

2007-06-09 Thread Vitaly Bordug
ld_rip+0xa/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: V

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.

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

2007-05-10 Thread Vitaly Bordug
thing. I'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 o

[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 http://v

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

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 cap

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

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 linux-kern

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-07 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 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

Re: [PATCH] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-06 Thread Vitaly Bordug
On Sun, 6 May 2007 12:04:27 +1000 David Gibson wrote: > On Sun, May 06, 2007 at 03:04:14AM +0200, Segher Boessenkool wrote: > > > + [EMAIL PROTECTED] { > > > > > + #interrupt-cells = <1>; > > > > > + interrupt-parent = ; > > > + interrupts

Re: [PATCH] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-06 Thread Vitaly Bordug
On Sun, 6 May 2007 03:04:14 +0200 Segher Boessenkool wrote: > > + [EMAIL PROTECTED] { > > > + #interrupt-cells = <1>; > > > + interrupt-parent = ; > > + interrupts = ; > > + }; > > Since this node's children's interrupt r

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

2007-05-05 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 0/2] of_device 8xx PCMCIA support && cleanup

2007-05-05 Thread Vitaly Bordug
Current series features the reworked 8xx of_device PCMCIA patch based on feedback from Andrew + indentation & whitespace fixes in drivers/pcmcia/m8xx_pcmcia.c Andrew, Please disregard previous patch since it contains a typo. Indentation patch is not strictly necessary but is useful too, imho. -

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

2007-05-05 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 | 12 + arch/powerpc/platforms/8xx/

[PATCH] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-05 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 | 12 + arch/powerpc/platforms/8xx/

Re: [PATCH] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-05 Thread Vitaly Bordug
On Fri, 4 May 2007 12:35:43 -0700 Andrew Morton wrote: > On Fri, 04 May 2007 03:57:51 +0400 > Vitaly Bordug <[EMAIL PROTECTED]> wrote: > > > > > Adds support for PowerQuicc on-chip PCMCIA. The driver is > > implemented as of_device, so only arch/powerpc stuff is

[PATCH] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-03 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]> --- arch/powerpc/boot/dts/mpc885ads.dts | 12 +

[PATCH] [POWERPC] 8xx: mpc885ads pcmcia support

2007-05-02 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]> --- arch/powerpc/boot/dts/mpc885ads.dts | 12 +

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

2007-04-26 Thread Vitaly Bordug
On Thu, 26 Apr 2007 17:54:38 +0200 Jean Delvare <[EMAIL PROTECTED]> wrote: > Hi Vitaly, > > On Wed, 25 Apr 2007 21:06:10 +0400, Vitaly Bordug wrote: > > Jean Delvare wrote: > > >>>> +/* Structure for a device driver */ > > >

Re: [PATCH][RFC] PCMCIA support for 8xx using platform devices

2007-04-23 Thread Vitaly Bordug
On Mon, 23 Apr 2007 08:59:57 +0100 Christoph Hellwig wrote: > On Mon, Apr 23, 2007 at 10:14:27AM +0400, Vitaly Bordug wrote: > > On Sun, 22 Apr 2007 23:49:41 +0200 > > Arnd Bergmann wrote: > > > > > On Sunday 22 April 2007, Vitaly Bordug wrote: > > >

Re: [PATCH][RFC] PCMCIA support for 8xx using platform devices

2007-04-23 Thread Vitaly Bordug
On Sun, 22 Apr 2007 23:49:41 +0200 Arnd Bergmann wrote: > On Sunday 22 April 2007, Vitaly Bordug wrote: > > This utilizes PCMCIA on mpc885ads and mpc866ads from arch/powerpc. > > In the new approach, direct IMMR accesses from within drivers/ were > > totally elim

Fw: [PATCH][RFC] PCMCIA support for 8xx using platform devices

2007-04-22 Thread Vitaly Bordug
arch/powerpc, the code would spot this problem anyway. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- This is FW of original message sent to [EMAIL PROTECTED] to attach wider audience. Original maillist kept in loop to prevent misunderstanding... arch/powerpc/boot/dts/mp

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

2007-04-22 Thread Vitaly Bordug
On Sat, 21 Apr 2007 09:57:07 +0200 Jean Delvare wrote: > Hi Vitaly, > > On Fri, 20 Apr 2007 08:27:14 +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. > >

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

2007-04-19 Thread Vitaly Bordug
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. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- Jean, The patch below may have rough

Re: [bug] fixed_init(): BUG: at drivers/base/core.c:120 device_release(), was: "2.6.21-rc5: known regressions"

2007-03-30 Thread Vitaly Bordug
On Fri, 30 Mar 2007 16:25:14 +0200 Ingo Molnar <[EMAIL PROTECTED]> wrote: > > * Greg KH <[EMAIL PROTECTED]> wrote: > > > > Device '[EMAIL PROTECTED]:1' does not have a release() function, it is > > > broken and must be fixed. > > > BUG: at drivers/base/core.c:120 device_release() > > > [] show

Re: [patch 1/1] ppc: Possible bug fix for FCC driver

2007-03-06 Thread Vitaly Bordug
me cc'ing netdev and linuxppc-embedded, and I'll push it along if it is not breaking existing boards. -Vitaly > Cedric > > -Original Message- > From: Vitaly Bordug [mailto:[EMAIL PROTECTED] > Sent: mardi 6 mars 2007 10:42 > To: Li Yang-r58472 > Cc: Pontois,

Re: [patch 1/1] ppc: Possible bug fix for FCC driver

2007-03-06 Thread Vitaly Bordug
On Tue, 6 Mar 2007 10:23:43 +0800 Li Yang-r58472 wrote: > Hi Cedric, > > For ppc embedded related patches, please also cc: > [EMAIL PROTECTED] > > > We use a kernel 2.6.14 on PPC platform (MPC 8555). The FCC driver > works > > To submit a kernel patch upstream, the patch should be against the >

[PATCH] [FS_ENET] OF-related fixup for FEC and SCC MAC's

2007-01-24 Thread Vitaly Bordug
Updated direct resource pass with ioremap call, make it grant proper IRQ mapping, stuff incompatible with the new approach were respectively put under #ifndef CONFIG_PPC_MERGE. It is required so that both ppc and powerpc could utilize fs_enet effectively. Signed-off-by: Vitaly Bordug <[EM

drivers/base: device_bind_driver() fix

2007-01-24 Thread Vitaly Bordug
Keeps sysfs from creating link if device is already bound to driver. Similar behavior was before the rework; now without this patch fixed PHY will complain about not been able to create file in sysfs. Signed-off-by: Vitaly Bordug <[EMAIL PROTECTED]> --- drivers/base/dd.c |8 +

Re: Device does not have a release() function

2007-01-02 Thread Vitaly Bordug
Avuton, Thanks for this report, > Please excuse me if this has already been discussed. Anything else > that's needed please let me know. > > kernel: Linux version 2.6.20-rc2 ([EMAIL PROTECTED]) (gcc version 4.1.1 > (Gentoo 4.1.1-r3)) #6 SMP PREEMPT Thu Dec 28 21:07:58 PST 2006 > > Spotted this

Re: [PATCH] [FS_ENET] OF-related update for FEC and SCC MAC's

2006-12-11 Thread Vitaly Bordug
On Mon, 11 Dec 2006 21:00:49 +0300 Vitaly Bordug <[EMAIL PROTECTED]> wrote: > > Updated direct resource pass with ioremap call, make it grant proper IRQ > mapping, stuff incompatible with the new approach were respectively put > under > #ifndef CONFIG_PPC_MERGE. Hrm,

[PATCH] [FS_ENET] OF-related update for FEC and SCC MAC's

2006-12-11 Thread Vitaly Bordug
Updated direct resource pass with ioremap call, make it grant proper IRQ mapping, stuff incompatible with the new approach were respectively put under #ifndef CONFIG_PPC_MERGE. --- drivers/net/fs_enet/mac-fec.c | 13 + drivers/net/fs_enet/mac-scc.c |6 -- drivers/net/phy/