Thanks. Will do it.
> -Original Message-
> From: David Miller [mailto:da...@davemloft.net]
> Sent: Tuesday, December 06, 2016 10:57 AM
> To: Woojung Huh - C21699
> Cc: f.faine...@gmail.com; and...@lunn.ch; netdev@vger.kernel.org
> Subject: Re: [PATCH net-next]
From:
Date: Tue, 6 Dec 2016 15:44:39 +
>> Please submit this along with whatever will be the first user(s) of these
>> new interfaces.
> Thanks David.
>
> This usage of this will be part of another patch
> (https://patchwork.ozlabs.org/patch/700141/)
> Would it be ok to include other patch
> Please submit this along with whatever will be the first user(s) of these
> new interfaces.
Thanks David.
This usage of this will be part of another patch
(https://patchwork.ozlabs.org/patch/700141/)
Would it be ok to include other patch in new version of patch?
Thanks.
Woojung
From:
Date: Fri, 2 Dec 2016 23:04:13 +
> From: Woojung Huh
>
> Add functions to unregister phy fixup for modules.
>
> phy_unregister_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask)
> Unregister phy fixup matches bus_id, phy_uid and phy_uid_mask
> from phy_fixup_list.
> Return 0
From: Woojung Huh
Add functions to unregister phy fixup for modules.
phy_unregister_fixup(const char *bus_id, u32 phy_uid, u32 phy_uid_mask)
Unregister phy fixup matches bus_id, phy_uid and phy_uid_mask
from phy_fixup_list.
Return 0 when find matched one and remove from the list.
Return -ENO