* [PATCH] fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.
@ 2008-02-15 13:27 Laurent Pinchart
2008-02-28 12:49 ` Laurent Pinchart
0 siblings, 1 reply; 6+ messages in thread
From: Laurent Pinchart @ 2008-02-15 13:27 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 1606 bytes --]
The mdio_port, mdio_bit, mdc_port and mdc_bit fields in the
fs_mii_bb_platform_info structure are left-overs from the move to the Phy
Abstraction Layer subsystem. They can be safely removed.
Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
---
arch/powerpc/sysdev/fsl_soc.c | 4 ----
include/linux/fs_enet_pd.h | 4 ----
2 files changed, 0 insertions(+), 8 deletions(-)
diff --git a/arch/powerpc/sysdev/fsl_soc.c b/arch/powerpc/sysdev/fsl_soc.c
index 3ace747..cefc8b4 100644
--- a/arch/powerpc/sysdev/fsl_soc.c
+++ b/arch/powerpc/sysdev/fsl_soc.c
@@ -804,10 +804,6 @@ static int __init fs_enet_of_init(void)
mdio_bb_prop[1];
fs_enet_mdio_bb_data.mdc_dat.bit =
mdio_bb_prop[2];
- fs_enet_mdio_bb_data.mdio_port =
- mdio_bb_prop[3];
- fs_enet_mdio_bb_data.mdc_port =
- mdio_bb_prop[4];
fs_enet_mdio_bb_data.delay =
mdio_bb_prop[5];
diff --git a/include/linux/fs_enet_pd.h b/include/linux/fs_enet_pd.h
index 9bc045b..decc4b5 100644
--- a/include/linux/fs_enet_pd.h
+++ b/include/linux/fs_enet_pd.h
@@ -103,10 +103,6 @@ struct fs_mii_bb_platform_info {
struct fs_mii_bit mdio_dir;
struct fs_mii_bit mdio_dat;
struct fs_mii_bit mdc_dat;
- int mdio_port; /* port & bit for MDIO */
- int mdio_bit;
- int mdc_port; /* port & bit for MDC */
- int mdc_bit;
int delay; /* delay in us */
int irq[32]; /* irqs per phy's */
};
--
1.5.0
--
Laurent Pinchart
CSE Semaphore Belgium
Chaussée de Bruxelles, 732A
B-1410 Waterloo
Belgium
T +32 (2) 387 42 59
F +32 (2) 387 42 75
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.
2008-02-15 13:27 Laurent Pinchart
@ 2008-02-28 12:49 ` Laurent Pinchart
2008-02-28 18:50 ` Scott Wood
0 siblings, 1 reply; 6+ messages in thread
From: Laurent Pinchart @ 2008-02-28 12:49 UTC (permalink / raw)
To: linuxppc-dev
[-- Attachment #1: Type: text/plain, Size: 529 bytes --]
On Friday 15 February 2008 14:27, Laurent Pinchart wrote:
> The mdio_port, mdio_bit, mdc_port and mdc_bit fields in the
> fs_mii_bb_platform_info structure are left-overs from the move to the Phy
> Abstraction Layer subsystem. They can be safely removed.
>
> Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
[snip]
Is there something wrong with the patch ?
--
Laurent Pinchart
CSE Semaphore Belgium
Chaussée de Bruxelles, 732A
B-1410 Waterloo
Belgium
T +32 (2) 387 42 59
F +32 (2) 387 42 75
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.
2008-02-28 12:49 ` Laurent Pinchart
@ 2008-02-28 18:50 ` Scott Wood
2008-03-07 15:00 ` Kumar Gala
0 siblings, 1 reply; 6+ messages in thread
From: Scott Wood @ 2008-02-28 18:50 UTC (permalink / raw)
To: Laurent Pinchart; +Cc: linuxppc-dev
On Thu, Feb 28, 2008 at 01:49:01PM +0100, Laurent Pinchart wrote:
> On Friday 15 February 2008 14:27, Laurent Pinchart wrote:
> > The mdio_port, mdio_bit, mdc_port and mdc_bit fields in the
> > fs_mii_bb_platform_info structure are left-overs from the move to the Phy
> > Abstraction Layer subsystem. They can be safely removed.
> >
> > Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
> [snip]
>
> Is there something wrong with the patch ?
No, the patch looks OK. However, note that non-PPC_CPM_NEW_BINDING code
should go away altogether soon.
-Scott
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH] fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.
2008-02-28 18:50 ` Scott Wood
@ 2008-03-07 15:00 ` Kumar Gala
0 siblings, 0 replies; 6+ messages in thread
From: Kumar Gala @ 2008-03-07 15:00 UTC (permalink / raw)
To: Scott Wood; +Cc: linuxppc-dev
On Feb 28, 2008, at 12:50 PM, Scott Wood wrote:
> On Thu, Feb 28, 2008 at 01:49:01PM +0100, Laurent Pinchart wrote:
>> On Friday 15 February 2008 14:27, Laurent Pinchart wrote:
>>> The mdio_port, mdio_bit, mdc_port and mdc_bit fields in the
>>> fs_mii_bb_platform_info structure are left-overs from the move to
>>> the Phy
>>> Abstraction Layer subsystem. They can be safely removed.
>>>
>>> Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
>> [snip]
>>
>> Is there something wrong with the patch ?
>
> No, the patch looks OK. However, note that non-PPC_CPM_NEW_BINDING
> code
> should go away altogether soon.
also any such patch should normally go via netdev as its to a network
driver.
- k
^ permalink raw reply [flat|nested] 6+ messages in thread
* [PATCH] fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.
@ 2008-07-22 15:43 Laurent Pinchart
2008-07-22 20:09 ` Jeff Garzik
0 siblings, 1 reply; 6+ messages in thread
From: Laurent Pinchart @ 2008-07-22 15:43 UTC (permalink / raw)
To: linuxppc-dev, netdev; +Cc: jgarzik, vbordug
[-- Attachment #1: Type: text/plain, Size: 1070 bytes --]
The mdio_port, mdio_bit, mdc_port and mdc_bit fields in the
fs_mii_bb_platform_info structure are left-overs from the move to the Phy
Abstraction Layer subsystem. They are not used anymore and can be safely
removed.
Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
---
include/linux/fs_enet_pd.h | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/include/linux/fs_enet_pd.h b/include/linux/fs_enet_pd.h
index 9bc045b..decc4b5 100644
--- a/include/linux/fs_enet_pd.h
+++ b/include/linux/fs_enet_pd.h
@@ -103,10 +103,6 @@ struct fs_mii_bb_platform_info {
struct fs_mii_bit mdio_dir;
struct fs_mii_bit mdio_dat;
struct fs_mii_bit mdc_dat;
- int mdio_port; /* port & bit for MDIO */
- int mdio_bit;
- int mdc_port; /* port & bit for MDC */
- int mdc_bit;
int delay; /* delay in us */
int irq[32]; /* irqs per phy's */
};
--
1.5.0
--
Laurent Pinchart
CSE Semaphore Belgium
Chaussee de Bruxelles, 732A
B-1410 Waterloo
Belgium
T +32 (2) 387 42 59
F +32 (2) 387 42 75
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 197 bytes --]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH] fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure.
2008-07-22 15:43 [PATCH] fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure Laurent Pinchart
@ 2008-07-22 20:09 ` Jeff Garzik
0 siblings, 0 replies; 6+ messages in thread
From: Jeff Garzik @ 2008-07-22 20:09 UTC (permalink / raw)
To: Laurent Pinchart; +Cc: linuxppc-dev, vbordug, netdev
Laurent Pinchart wrote:
> The mdio_port, mdio_bit, mdc_port and mdc_bit fields in the
> fs_mii_bb_platform_info structure are left-overs from the move to the Phy
> Abstraction Layer subsystem. They are not used anymore and can be safely
> removed.
>
> Signed-off-by: Laurent Pinchart <laurentp@cse-semaphore.com>
> ---
> include/linux/fs_enet_pd.h | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/include/linux/fs_enet_pd.h b/include/linux/fs_enet_pd.h
> index 9bc045b..decc4b5 100644
> --- a/include/linux/fs_enet_pd.h
> +++ b/include/linux/fs_enet_pd.h
> @@ -103,10 +103,6 @@ struct fs_mii_bb_platform_info {
> struct fs_mii_bit mdio_dir;
> struct fs_mii_bit mdio_dat;
> struct fs_mii_bit mdc_dat;
> - int mdio_port; /* port & bit for MDIO */
> - int mdio_bit;
> - int mdc_port; /* port & bit for MDC */
> - int mdc_bit;
> int delay; /* delay in us */
> int irq[32]; /* irqs per phy's */
applied
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-07-22 20:09 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-22 15:43 [PATCH] fs_enet: Remove unused fields in the fs_mii_bb_platform_info structure Laurent Pinchart
2008-07-22 20:09 ` Jeff Garzik
-- strict thread matches above, loose matches on Subject: below --
2008-02-15 13:27 Laurent Pinchart
2008-02-28 12:49 ` Laurent Pinchart
2008-02-28 18:50 ` Scott Wood
2008-03-07 15:00 ` Kumar Gala
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).