Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-12-06 Thread Wolfgang Denk
Dear Chandan Nath, In message <1316603432-17780-1-git-send-email-chandan.n...@ti.com> you wrote: > This patch is added for PHY whose register offset value exceeds 0xFF and > cannot be used with "unsigned char" datatype in miiphy_read, miiphy_write > and miiphy_register functions. Datatype of regis

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-30 Thread Mike Frysinger
On Thursday 20 October 2011 18:53:37 Andy Fleming wrote: > So I'm not saying we shouldn't apply this patch. I'm questioning why > it was written in a hope that we can discourage new use of the old > API. I'm also not convinced the patch helps anything. can you update the feature removal file and a

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-21 Thread Wolfgang Denk
Dear "Kumar Nath, Chandan", In message you wrote: > > > I don't think the patch is correct or incorrect. It attempts to update > > the miiphy_* API to support larger register offsets. I'm suggesting > > that we shouldn't change the legacy API to support new features. > > There's no way to specif

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Kumar Nath, Chandan
> -Original Message- > From: u-boot-boun...@lists.denx.de [mailto:u-boot- > boun...@lists.denx.de] On Behalf Of Andy Fleming > Sent: Friday, October 21, 2011 4:24 AM > To: Mike Frysinger > Cc: u-boot@lists.denx.de List; Andy Fleming; Kumar Gala > Subject: Re: [U-Boot

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Andy Fleming
On Thu, Oct 20, 2011 at 5:42 PM, Mike Frysinger wrote: > On Thursday 20 October 2011 17:45:33 Andy Fleming wrote: >> On Thu, Oct 20, 2011 at 8:58 AM, Mike Frysinger wrote: >> > On Thursday 20 October 2011 09:55:34 Kumar Gala wrote: >> >> On Oct 20, 2011, at 8:26 AM, Mike Frysinger wrote: >> >> >

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Mike Frysinger
On Thursday 20 October 2011 17:45:33 Andy Fleming wrote: > On Thu, Oct 20, 2011 at 8:58 AM, Mike Frysinger wrote: > > On Thursday 20 October 2011 09:55:34 Kumar Gala wrote: > >> On Oct 20, 2011, at 8:26 AM, Mike Frysinger wrote: > >> > On Thursday 20 October 2011 06:34:33 Kumar Nath, Chandan wrote

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Andy Fleming
On Thu, Oct 20, 2011 at 8:58 AM, Mike Frysinger wrote: > On Thursday 20 October 2011 09:55:34 Kumar Gala wrote: >> On Oct 20, 2011, at 8:26 AM, Mike Frysinger wrote: >> > On Thursday 20 October 2011 06:34:33 Kumar Nath, Chandan wrote: >> >> This patch was acked on September 21, but in latest code

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Kumar Gala
leming >> Subject: Re: [U-Boot] [PATCH] mii: miiphy register address width change >> >> On Thursday 20 October 2011 09:55:34 Kumar Gala wrote: >>> On Oct 20, 2011, at 8:26 AM, Mike Frysinger wrote: >>>> On Thursday 20 October 2011 06:34:33 Kumar Nath, Chandan wrote

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Kumar Nath, Chandan
> -Original Message- > From: Mike Frysinger [mailto:vap...@gentoo.org] > Sent: Thursday, October 20, 2011 7:28 PM > To: Kumar Gala > Cc: Kumar Nath, Chandan; u-boot@lists.denx.de List; Andy Fleming > Subject: Re: [U-Boot] [PATCH] mii: miiphy register address width chang

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Mike Frysinger
On Thursday 20 October 2011 09:55:34 Kumar Gala wrote: > On Oct 20, 2011, at 8:26 AM, Mike Frysinger wrote: > > On Thursday 20 October 2011 06:34:33 Kumar Nath, Chandan wrote: > >> This patch was acked on September 21, but in latest code base I could > >> not find this patch. Is there anything left

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Kumar Gala
On Oct 20, 2011, at 8:26 AM, Mike Frysinger wrote: > On Thursday 20 October 2011 06:34:33 Kumar Nath, Chandan wrote: >> This patch was acked on September 21, but in latest code base I could not >> find this patch. Is there anything left which I need to take care in my >> patch. If so, please let

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Mike Frysinger
On Thursday 20 October 2011 06:34:33 Kumar Nath, Chandan wrote: > This patch was acked on September 21, but in latest code base I could not > find this patch. Is there anything left which I need to take care in my > patch. If so, please let me know so that this can be picked up. i don't merge net

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-10-20 Thread Kumar Nath, Chandan
singer [mailto:vap...@gentoo.org] > Sent: Wednesday, September 21, 2011 7:52 PM > To: u-boot@lists.denx.de > Cc: Kumar Nath, Chandan > Subject: Re: [U-Boot] [PATCH] mii: miiphy register address width change > > On Wednesday, September 21, 2011 07:10:32 Chandan Nath wrote: > > Thi

Re: [U-Boot] [PATCH] mii: miiphy register address width change

2011-09-21 Thread Mike Frysinger
On Wednesday, September 21, 2011 07:10:32 Chandan Nath wrote: > This patch is added for PHY whose register offset value exceeds 0xFF and > cannot be used with "unsigned char" datatype in miiphy_read, miiphy_write > and miiphy_register functions. Datatype of register offset is changed to > unsigned

[U-Boot] [PATCH] mii: miiphy register address width change

2011-09-21 Thread Chandan Nath
This patch is added for PHY whose register offset value exceeds 0xFF and cannot be used with "unsigned char" datatype in miiphy_read, miiphy_write and miiphy_register functions. Datatype of register offset is changed to unsigned short instead of unsigned char so that offset value greater then 0xFF