linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] PHY: For 5.6 -rc
@ 2020-02-21 11:53 Kishon Vijay Abraham I
  2020-03-04 12:41 ` Greg Kroah-Hartman
  0 siblings, 1 reply; 3+ messages in thread
From: Kishon Vijay Abraham I @ 2020-02-21 11:53 UTC (permalink / raw)
  To: Kishon Vijay Abraham I, Greg Kroah-Hartman; +Cc: linux-kernel

Hi Greg,

Please find the pull request for 5.6 -rc cycle below.

It fixes an issue caused because of adding device_link_add() on platforms
which have cyclic dependency between PHY consumer and PHY provider.

It also includes misc fixes in Motorola, TI and Broadcom's PHY driver.
Please see the tag message for the complete list of changes and let me
know if I have to change something.

Thanks
Kishon

The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:

  Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-5.6-rc

for you to fetch changes up to 0ed41b33882c577e1d6582913163a2f5727765fe:

  phy: brcm-sata: Correct MDIO operations for 40nm platforms (2020-02-21 14:01:47 +0530)

----------------------------------------------------------------
phy: for 5.6-rc

*) Fix phy_get() from erroring out if device link creation failed
*) Fix write timeouts in Motorola Mapphone mdm6600 PHY
*) Fix Broadcom brcm-sata PHY driver to write to the correct MDIO register
*) Add GMII PHY mode in supported modes of TI AM335x/437x/5xx SoCs

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>

----------------------------------------------------------------
Florian Fainelli (1):
      phy: brcm-sata: Correct MDIO operations for 40nm platforms

Grygorii Strashko (2):
      phy: ti: gmii-sel: fix set of copy-paste errors
      phy: ti: gmii-sel: do not fail in case of gmii

Kishon Vijay Abraham I (1):
      phy: core: Fix phy_get() to not return error on link creation failure

Tony Lindgren (1):
      phy: mapphone-mdm6600: Fix write timeouts with shorter GPIO toggle interval

 drivers/phy/broadcom/phy-brcm-sata.c        | 148 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-----------------------------------------------------------------------------------
 drivers/phy/motorola/phy-mapphone-mdm6600.c |   9 ++++++++-
 drivers/phy/phy-core.c                      |  18 ++++++------------
 drivers/phy/ti/phy-gmii-sel.c               |  10 +++++-----
 4 files changed, 84 insertions(+), 101 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] PHY: For 5.6 -rc
  2020-02-21 11:53 [GIT PULL] PHY: For 5.6 -rc Kishon Vijay Abraham I
@ 2020-03-04 12:41 ` Greg Kroah-Hartman
  2020-03-09  9:06   ` Kishon Vijay Abraham I
  0 siblings, 1 reply; 3+ messages in thread
From: Greg Kroah-Hartman @ 2020-03-04 12:41 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: linux-kernel

On Fri, Feb 21, 2020 at 05:23:56PM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
> 
> Please find the pull request for 5.6 -rc cycle below.
> 
> It fixes an issue caused because of adding device_link_add() on platforms
> which have cyclic dependency between PHY consumer and PHY provider.
> 
> It also includes misc fixes in Motorola, TI and Broadcom's PHY driver.
> Please see the tag message for the complete list of changes and let me
> know if I have to change something.
> 
> Thanks
> Kishon
> 
> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
> 
>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-5.6-rc

Oops, just saw this now, sorry for not getting to it.  HOpefully all of
these were in the pull request I just took.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [GIT PULL] PHY: For 5.6 -rc
  2020-03-04 12:41 ` Greg Kroah-Hartman
@ 2020-03-09  9:06   ` Kishon Vijay Abraham I
  0 siblings, 0 replies; 3+ messages in thread
From: Kishon Vijay Abraham I @ 2020-03-09  9:06 UTC (permalink / raw)
  To: Greg Kroah-Hartman; +Cc: linux-kernel

Hi Greg,

On 04/03/20 6:11 pm, Greg Kroah-Hartman wrote:
> On Fri, Feb 21, 2020 at 05:23:56PM +0530, Kishon Vijay Abraham I wrote:
>> Hi Greg,
>>
>> Please find the pull request for 5.6 -rc cycle below.
>>
>> It fixes an issue caused because of adding device_link_add() on platforms
>> which have cyclic dependency between PHY consumer and PHY provider.
>>
>> It also includes misc fixes in Motorola, TI and Broadcom's PHY driver.
>> Please see the tag message for the complete list of changes and let me
>> know if I have to change something.
>>
>> Thanks
>> Kishon
>>
>> The following changes since commit bb6d3fb354c5ee8d6bde2d576eb7220ea09862b9:
>>
>>   Linux 5.6-rc1 (2020-02-09 16:08:48 -0800)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-5.6-rc
> 
> Oops, just saw this now, sorry for not getting to it.  HOpefully all of
> these were in the pull request I just took.

No issues. All these were also part of my v2 pull request which you
already merged.

Thanks
Kishon

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-03-09  9:01 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-21 11:53 [GIT PULL] PHY: For 5.6 -rc Kishon Vijay Abraham I
2020-03-04 12:41 ` Greg Kroah-Hartman
2020-03-09  9:06   ` Kishon Vijay Abraham I

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).