Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1487137
| From | Hayes Wang <hayeswang@realtek.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH net 0/5] r8152: correct the flow of PHY |
| Date | 2016-09-20 10:30 +0200 |
| Message-ID | <sjoBb-uQ-5@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
First, to enable the PHY as early as possible. Some settings may fail if the PHY is power down. Move the other PHY settings to hw_phy_cfg() to make sure the order is correct. Finally, disable ALDPS and EEE before updating the PHY for RTL8153. Hayes Wang (5): r8152: move some functions r8152: move enabling PHY r8152: move PHY settings to hw_phy_cfg r8152: remove r8153_enable_eee r8152: disable ALDPS and EEE before setting PHY drivers/net/usb/r8152.c | 281 +++++++++++++++++++++++++----------------------- 1 file changed, 146 insertions(+), 135 deletions(-) -- 2.7.4
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH net 0/5] r8152: correct the flow of PHY Hayes Wang <hayeswang@realtek.com> - 2016-09-20 10:30 +0200 [PATCH net 4/5] r8152: remove r8153_enable_eee Hayes Wang <hayeswang@realtek.com> - 2016-09-20 10:30 +0200 [PATCH net 3/5] r8152: move PHY settings to hw_phy_cfg Hayes Wang <hayeswang@realtek.com> - 2016-09-20 10:30 +0200 [PATCH net 1/5] r8152: move some functions Hayes Wang <hayeswang@realtek.com> - 2016-09-20 10:30 +0200 Re: [PATCH net 0/5] r8152: correct the flow of PHY David Miller <davem@davemloft.net> - 2016-09-21 07:00 +0200
csiph-web