All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] phy: second round of fixes for v5.11
@ 2021-02-05 11:56 Vinod Koul
  2021-02-09  8:33 ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2021-02-05 11:56 UTC (permalink / raw)
  To: Greg KH; +Cc: Kishon Vijay Abraham I, LKML, linux-phy

Hello Greg,

Please pull to receive few phy driver fixes for v5.11.
Apologies for sending them bit late.

The following changes since commit d092bd9110494de3372722b317510b3692f1b2fe:

  phy: mediatek: allow compile-testing the dsi phy (2021-01-04 13:00:54 +0530)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes2-5.11

for you to fetch changes up to 9a8b9434c60f40e4d2603c822a68af6a9ca710df:

  phy: mediatek: Add missing MODULE_DEVICE_TABLE() (2021-02-04 13:37:37 +0530)

----------------------------------------------------------------
phy: second round of phy fixes for v5.11

 - rockchip: init return and vednor prefix to dt-property
 - cpcap: bool conversion fix
 - lantiq: clock enable fix
 - lgm: kconfig depends on x86
 - mediatek: add mising MODULE_DEVICE_TABLE()

----------------------------------------------------------------
Boris Brezillon (1):
      phy: mediatek: Add missing MODULE_DEVICE_TABLE()

Chris Ruehl (3):
      phy: rockchip-emmc: emmc_phy_init() always return 0
      devicetree: phy: rockchip-emmc optional add vendor prefix
      phy: rockchip: emmc, add vendor prefix to dts properties

Geert Uytterhoeven (1):
      phy: USB_LGM_PHY should depend on X86

Mathias Kresin (1):
      phy: lantiq: rcu-usb2: wait after clock enable

Tian Tao (1):
      phy: cpcap-usb: remove unneeded conversion to bool

Yang Li (1):
      phy: phy-brcm-sata: remove unneeded semicolon

 Documentation/devicetree/bindings/phy/rockchip-emmc-phy.txt | 10 +++++-----
 drivers/phy/Kconfig                                         |  1 +
 drivers/phy/broadcom/phy-brcm-sata.c                        |  2 +-
 drivers/phy/lantiq/phy-lantiq-rcu-usb2.c                    | 10 +++++++++-
 drivers/phy/mediatek/phy-mtk-hdmi.c                         |  1 +
 drivers/phy/mediatek/phy-mtk-mipi-dsi.c                     |  1 +
 drivers/phy/motorola/phy-cpcap-usb.c                        |  2 +-
 drivers/phy/rockchip/phy-rockchip-emmc.c                    | 12 +++++++-----
 8 files changed, 26 insertions(+), 13 deletions(-)

-- 
~Vinod

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

* Re: [GIT PULL] phy: second round of fixes for v5.11
  2021-02-05 11:56 [GIT PULL] phy: second round of fixes for v5.11 Vinod Koul
@ 2021-02-09  8:33 ` Greg KH
  2021-02-10  9:12   ` Vinod Koul
  0 siblings, 1 reply; 4+ messages in thread
From: Greg KH @ 2021-02-09  8:33 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Kishon Vijay Abraham I, LKML, linux-phy

On Fri, Feb 05, 2021 at 05:26:18PM +0530, Vinod Koul wrote:
> Hello Greg,
> 
> Please pull to receive few phy driver fixes for v5.11.
> Apologies for sending them bit late.
> 
> The following changes since commit d092bd9110494de3372722b317510b3692f1b2fe:
> 
>   phy: mediatek: allow compile-testing the dsi phy (2021-01-04 13:00:54 +0530)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes2-5.11

It's too late for this for my tree, sorry.  Can you send these as
patches and add a cc: stable on them to make sure they get into 5.11.y
properly (and further back if they are needed)?

thanks,

greg k-h

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

* Re: [GIT PULL] phy: second round of fixes for v5.11
  2021-02-09  8:33 ` Greg KH
@ 2021-02-10  9:12   ` Vinod Koul
  2021-02-10  9:39     ` Greg KH
  0 siblings, 1 reply; 4+ messages in thread
From: Vinod Koul @ 2021-02-10  9:12 UTC (permalink / raw)
  To: Greg KH; +Cc: Kishon Vijay Abraham I, LKML, linux-phy

On 09-02-21, 09:33, Greg KH wrote:
> On Fri, Feb 05, 2021 at 05:26:18PM +0530, Vinod Koul wrote:
> > Hello Greg,
> > 
> > Please pull to receive few phy driver fixes for v5.11.
> > Apologies for sending them bit late.
> > 
> > The following changes since commit d092bd9110494de3372722b317510b3692f1b2fe:
> > 
> >   phy: mediatek: allow compile-testing the dsi phy (2021-01-04 13:00:54 +0530)
> > 
> > are available in the Git repository at:
> > 
> >   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes2-5.11
> 
> It's too late for this for my tree, sorry.  Can you send these as
> patches and add a cc: stable on them to make sure they get into 5.11.y
> properly (and further back if they are needed)?

Ok I understand. But would it be okay to merge the fixes. Some folks
already use the tree and have requested the commits to be preserved.

I tested and it merges fine. I shall submit all these patches to stable
for 5.11 or earlier as applicable once they hit Linus's tree

Thanks
-- 
~Vinod

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

* Re: [GIT PULL] phy: second round of fixes for v5.11
  2021-02-10  9:12   ` Vinod Koul
@ 2021-02-10  9:39     ` Greg KH
  0 siblings, 0 replies; 4+ messages in thread
From: Greg KH @ 2021-02-10  9:39 UTC (permalink / raw)
  To: Vinod Koul; +Cc: Kishon Vijay Abraham I, LKML, linux-phy

On Wed, Feb 10, 2021 at 02:42:49PM +0530, Vinod Koul wrote:
> On 09-02-21, 09:33, Greg KH wrote:
> > On Fri, Feb 05, 2021 at 05:26:18PM +0530, Vinod Koul wrote:
> > > Hello Greg,
> > > 
> > > Please pull to receive few phy driver fixes for v5.11.
> > > Apologies for sending them bit late.
> > > 
> > > The following changes since commit d092bd9110494de3372722b317510b3692f1b2fe:
> > > 
> > >   phy: mediatek: allow compile-testing the dsi phy (2021-01-04 13:00:54 +0530)
> > > 
> > > are available in the Git repository at:
> > > 
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/phy/linux-phy.git tags/phy-fixes2-5.11
> > 
> > It's too late for this for my tree, sorry.  Can you send these as
> > patches and add a cc: stable on them to make sure they get into 5.11.y
> > properly (and further back if they are needed)?
> 
> Ok I understand. But would it be okay to merge the fixes. Some folks
> already use the tree and have requested the commits to be preserved.
> 
> I tested and it merges fine. I shall submit all these patches to stable
> for 5.11 or earlier as applicable once they hit Linus's tree

Ok, now merged and pushed out.

thanks,

greg k-h

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

end of thread, other threads:[~2021-02-10  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-05 11:56 [GIT PULL] phy: second round of fixes for v5.11 Vinod Koul
2021-02-09  8:33 ` Greg KH
2021-02-10  9:12   ` Vinod Koul
2021-02-10  9:39     ` Greg KH

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.