mbox series

[0/4] TI DP8382x Phy support update

Message ID 20200110184702.14330-1-dmurphy@ti.com
Headers show
Series TI DP8382x Phy support update | expand

Message

Dan Murphy Jan. 10, 2020, 6:46 p.m. UTC
Hello

These patches update and fix some issue found in the TI ethernet PHY drivers.
In adding new support for newer PHYs I found missing items and typos that are
now addressed in this series.

Additional support for the following
DP83825CM, DP83825CS, DP83825S, DP83826C and DP83826NC.

Dan

Dan Murphy (4):
  net: phy: DP83TC811: Fix typo in Kconfig
  net: phy: DP83822: Update Kconfig with DP83825I support
  phy: dp83826: Add phy IDs for DP83826N and 826NC
  net: phy: DP83822: Add support for additional DP83825 devices

 drivers/net/phy/Kconfig   |  9 +++++----
 drivers/net/phy/dp83822.c | 18 ++++++++++++++++--
 2 files changed, 21 insertions(+), 6 deletions(-)

Comments

Andrew Lunn Jan. 10, 2020, 7:25 p.m. UTC | #1
On Fri, Jan 10, 2020 at 12:46:58PM -0600, Dan Murphy wrote:
> Hello
> 
> These patches update and fix some issue found in the TI ethernet PHY drivers.

Hi Dan

Please could you separate fixes from new functionality. Have the fixes
based on net, and new functionality on net-next.

      Thanks
		Andrew
Dan Murphy Jan. 10, 2020, 7:28 p.m. UTC | #2
Andrew

On 1/10/20 1:25 PM, Andrew Lunn wrote:
> On Fri, Jan 10, 2020 at 12:46:58PM -0600, Dan Murphy wrote:
>> Hello
>>
>> These patches update and fix some issue found in the TI ethernet PHY drivers.
> Hi Dan
>
> Please could you separate fixes from new functionality. Have the fixes
> based on net, and new functionality on net-next.

You mean separate series between fixes and functionality?

Sure I can separate them but they are dependent on each other.

3 and 4 will not apply cleanly if patch 1 and 2 are not merged first.

Did you want patch 1 and patch 2 sent separately or together as part of 
their own series?

Dan
Andrew Lunn Jan. 10, 2020, 7:40 p.m. UTC | #3
> You mean separate series between fixes and functionality?
> 
> Sure I can separate them but they are dependent on each other.

Send 1 and 2 first. After about a week, David will merge net into
net-next, and then you can submit 3 and 4.

	  Andrew
Dan Murphy Jan. 10, 2020, 7:42 p.m. UTC | #4
Andrew

On 1/10/20 1:40 PM, Andrew Lunn wrote:
>> You mean separate series between fixes and functionality?
>>
>> Sure I can separate them but they are dependent on each other.
> Send 1 and 2 first. After about a week, David will merge net into
> net-next, and then you can submit 3 and 4.

Thanks.  Got it

Dan


> 	  Andrew