All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] phy: for 4.16
@ 2018-01-02  8:16 Kishon Vijay Abraham I
  2018-01-02  9:55 ` Greg KH
  2018-01-08 13:18 ` Greg KH
  0 siblings, 2 replies; 4+ messages in thread
From: Kishon Vijay Abraham I @ 2018-01-02  8:16 UTC (permalink / raw)
  To: gregkh; +Cc: kishon, linux-kernel

Hi Greg,

Please find the pull request for 4.16 merge window below.

It includes a fix in exynos5-usbdrd to enumerate SuperSpeed devices on
Odroid XU3 and includes fixes/cleanups in Broadcom and Mediatek PHYs.
Please see the tag message for the complete list of changes.

Consider merging it for the next merge window and let me know if I
have to make any changes.

Thanks
Kishon

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

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

for you to fetch changes up to e4b227c1ca70ae779c39e5284742555b9e1cdf9f:

  phy: phy-mtk-tphy: use of_device_get_match_data() (2017-12-29 13:00:35 +0530)

----------------------------------------------------------------
phy: for 4.16

 *) Fix in exynos5-usbdrd to enumerate SuperSpeed devices on Odroid XU3
 *) Fix in Broadcom USB PHY to get Dell Low Speed keyboards working
 *) Fix in Broadcom USB PHY to power down the PHY when XHCI disabled
    to save power
 *) Fix in Broadcom USB PHY to prevent abort in DRD mode
 *) Fix in Broadcom USB PHY to use the correct dt properties
 *) Fix in Mediatek PHY to detect device connection
 *) Make getting resource optional for Mediatek V1 TPHY
 *) Cleanup in Mediatek PHY

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

----------------------------------------------------------------
Al Cooper (4):
  phy: phy-brcm-usb: Fix two DT properties to match bindings doc
  phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
  phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
  phy: phy-brcm-usb-init: DRD mode can cause crash on startup

Chunfeng Yun (3):
  phy: phy-mtk-tphy: use auto instead of force to bypass utmi signals
  phy: phy-mtk-tphy: make shared banks optional for V1 TPHY
  phy: phy-mtk-tphy: use of_device_get_match_data()

Vivek Gautam (1):
  phy: exynos5-usbdrd: Calibrate LOS levels for exynos5420/5800

 drivers/phy/broadcom/phy-brcm-usb-init.c |  22 ++--
 drivers/phy/broadcom/phy-brcm-usb.c      |   4 +-
 drivers/phy/mediatek/phy-mtk-tphy.c      |  35 +++---
 drivers/phy/samsung/phy-exynos5-usbdrd.c | 183 +++++++++++++++++++++++++++++++
 drivers/usb/dwc3/core.c                  |   2 +
 5 files changed, 212 insertions(+), 34 deletions(-)

-- 
2.11.0

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

* Re: [GIT PULL] phy: for 4.16
  2018-01-02  8:16 [GIT PULL] phy: for 4.16 Kishon Vijay Abraham I
@ 2018-01-02  9:55 ` Greg KH
  2018-01-03  8:36   ` Kishon Vijay Abraham I
  2018-01-08 13:18 ` Greg KH
  1 sibling, 1 reply; 4+ messages in thread
From: Greg KH @ 2018-01-02  9:55 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: linux-kernel

On Tue, Jan 02, 2018 at 01:46:54PM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
> 
> Please find the pull request for 4.16 merge window below.
> 
> It includes a fix in exynos5-usbdrd to enumerate SuperSpeed devices on
> Odroid XU3 and includes fixes/cleanups in Broadcom and Mediatek PHYs.
> Please see the tag message for the complete list of changes.

Are you wanting these "fixes" to be in 4.15-final, or is 4.16-rc1 ok?

thanks,

greg k-h

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

* Re: [GIT PULL] phy: for 4.16
  2018-01-02  9:55 ` Greg KH
@ 2018-01-03  8:36   ` Kishon Vijay Abraham I
  0 siblings, 0 replies; 4+ messages in thread
From: Kishon Vijay Abraham I @ 2018-01-03  8:36 UTC (permalink / raw)
  To: Greg KH; +Cc: linux-kernel

Hi Greg,

On Tuesday 02 January 2018 03:25 PM, Greg KH wrote:
> On Tue, Jan 02, 2018 at 01:46:54PM +0530, Kishon Vijay Abraham I wrote:
>> Hi Greg,
>>
>> Please find the pull request for 4.16 merge window below.
>>
>> It includes a fix in exynos5-usbdrd to enumerate SuperSpeed devices on
>> Odroid XU3 and includes fixes/cleanups in Broadcom and Mediatek PHYs.
>> Please see the tag message for the complete list of changes.
> 
> Are you wanting these "fixes" to be in 4.15-final, or is 4.16-rc1 ok?

4.16-rc1 is okay for these fixes.

Thanks
Kishon

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

* Re: [GIT PULL] phy: for 4.16
  2018-01-02  8:16 [GIT PULL] phy: for 4.16 Kishon Vijay Abraham I
  2018-01-02  9:55 ` Greg KH
@ 2018-01-08 13:18 ` Greg KH
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2018-01-08 13:18 UTC (permalink / raw)
  To: Kishon Vijay Abraham I; +Cc: linux-kernel

On Tue, Jan 02, 2018 at 01:46:54PM +0530, Kishon Vijay Abraham I wrote:
> Hi Greg,
> 
> Please find the pull request for 4.16 merge window below.
> 
> It includes a fix in exynos5-usbdrd to enumerate SuperSpeed devices on
> Odroid XU3 and includes fixes/cleanups in Broadcom and Mediatek PHYs.
> Please see the tag message for the complete list of changes.
> 
> Consider merging it for the next merge window and let me know if I
> have to make any changes.
> 
> Thanks
> Kishon
> 
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.16

Pulled and pushed out, thanks,

greg k-h

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

end of thread, other threads:[~2018-01-08 13:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-02  8:16 [GIT PULL] phy: for 4.16 Kishon Vijay Abraham I
2018-01-02  9:55 ` Greg KH
2018-01-03  8:36   ` Kishon Vijay Abraham I
2018-01-08 13:18 ` 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.