Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1349146 > unrolled thread
| Started by | LABBE Corentin <clabbe.montjoie@gmail.com> |
|---|---|
| First post | 2016-03-03 14:20 +0100 |
| Last post | 2016-03-03 16:50 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] phy: remove documentation of removed member addr of phy_device structure LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-03-03 14:20 +0100
Re: [PATCH] phy: remove documentation of removed member addr of phy_device structure Andrew Lunn <andrew@lunn.ch> - 2016-03-03 16:20 +0100
Re: [PATCH] phy: remove documentation of removed member addr of phy_device structure LABBE Corentin <clabbe.montjoie@gmail.com> - 2016-03-03 16:50 +0100
| From | LABBE Corentin <clabbe.montjoie@gmail.com> |
|---|---|
| Date | 2016-03-03 14:20 +0100 |
| Subject | [PATCH] phy: remove documentation of removed member addr of phy_device structure |
| Message-ID | <r8BkC-7B3-1@gated-at.bofh.it> |
Commit e5a03bfd873c ("phy: Add an mdio_device structure") removed
the addr member of the phy_device structure.
This patch remove the documentation about that member.
Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
---
include/linux/phy.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/linux/phy.h b/include/linux/phy.h
index d6f3641..e14569e 100644
--- a/include/linux/phy.h
+++ b/include/linux/phy.h
@@ -338,7 +338,6 @@ struct phy_c45_device_ids {
* suspended: Set to true if this phy has been suspended successfully.
* state: state of the PHY for management purposes
* dev_flags: Device-specific flags used by the PHY driver.
- * addr: Bus address of PHY
* link_timeout: The number of timer firings to wait before the
* giving up on the current attempt at acquiring a link
* irq: IRQ number of the PHY's interrupt (-1 if none)
--
2.4.10
[toc] | [next] | [standalone]
| From | Andrew Lunn <andrew@lunn.ch> |
|---|---|
| Date | 2016-03-03 16:20 +0100 |
| Subject | Re: [PATCH] phy: remove documentation of removed member addr of phy_device structure |
| Message-ID | <r8DcK-oy-13@gated-at.bofh.it> |
| In reply to | #1349146 |
On Thu, Mar 03, 2016 at 02:12:28PM +0100, LABBE Corentin wrote:
> Commit e5a03bfd873c ("phy: Add an mdio_device structure") removed
> the addr member of the phy_device structure.
> This patch remove the documentation about that member.
>
> Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Hi Corentin
The patch also removed bus and dev which are documented. Could you
please expand you patch to remove those as well?
Thanks
Andrew
> ---
> include/linux/phy.h | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/include/linux/phy.h b/include/linux/phy.h
> index d6f3641..e14569e 100644
> --- a/include/linux/phy.h
> +++ b/include/linux/phy.h
> @@ -338,7 +338,6 @@ struct phy_c45_device_ids {
> * suspended: Set to true if this phy has been suspended successfully.
> * state: state of the PHY for management purposes
> * dev_flags: Device-specific flags used by the PHY driver.
> - * addr: Bus address of PHY
> * link_timeout: The number of timer firings to wait before the
> * giving up on the current attempt at acquiring a link
> * irq: IRQ number of the PHY's interrupt (-1 if none)
> --
> 2.4.10
>
[toc] | [prev] | [next] | [standalone]
| From | LABBE Corentin <clabbe.montjoie@gmail.com> |
|---|---|
| Date | 2016-03-03 16:50 +0100 |
| Subject | Re: [PATCH] phy: remove documentation of removed member addr of phy_device structure |
| Message-ID | <r8DFM-IC-5@gated-at.bofh.it> |
| In reply to | #1349274 |
On Thu, Mar 03, 2016 at 04:14:19PM +0100, Andrew Lunn wrote:
> On Thu, Mar 03, 2016 at 02:12:28PM +0100, LABBE Corentin wrote:
> > Commit e5a03bfd873c ("phy: Add an mdio_device structure") removed
> > the addr member of the phy_device structure.
> > This patch remove the documentation about that member.
> >
> > Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
>
> Hi Corentin
>
> The patch also removed bus and dev which are documented. Could you
> please expand you patch to remove those as well?
>
> Thanks
> Andrew
>
Yes, I will send a v2 soon.
Regards
LABBE Corentin
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web