[GIT PULL] PHY: For 5.0 -rc

From: Kishon Vijay Abraham I
Date: Fri Jan 18 2019 - 04:28:42 EST


Hi Greg,

Please find the PHY pull request for 5.0 -rc below.

It fixes a build issue in ahci platform driver caused due to a patch
merged in libahci_platform.c before a dependent patch merged in PHY.
The ahci platform driver patch was merged after -rc1.

Others are relatively minor fixes seen only on error scenarios. Please
find the complete list of changes in the tag message below.

Let me know if I have to make any modifications.

Cheers
Kishon

The following changes since commit 3bd6e94bec122a951d462c239b47954cf5f36e33:

arch: restore generic-y += shmparam.h for some architectures (2019-01-06 18:16:11 -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.0-rc

for you to fetch changes up to 827cb0323928952c0db9515aba9d534fb1285b3f:

phy: ath79-usb: Fix the main reset name to match the DT binding (2019-01-16 18:00:57 +0530)

----------------------------------------------------------------
phy: for 5.0 -rc

*) Fix de-reference before null check in TI's phy-gmii-sel driver
*) Fix build breakage in AHCI platform driver (patch was merged in AHCI
before dependent patches were merged in PHY layer)
*) Fix the power on error path in ath79-usb PHY driver
*) Fix the reset binding name to match the DT binding documentation in
ath79-usb PHY driver.

Signed-off-by: Kishon Vijay Abraham I <kishon@xxxxxx>

----------------------------------------------------------------
Alban Bedel (2):
phy: ath79-usb: Fix the power on error path
phy: ath79-usb: Fix the main reset name to match the DT binding

Colin Ian King (1):
phy: ti: ensure priv is not null before dereferencing it

John Hubbard (1):
phy: fix build breakage: add PHY_MODE_SATA

drivers/phy/marvell/phy-berlin-sata.c | 5 +++--
drivers/phy/qualcomm/phy-ath79-usb.c | 4 ++--
drivers/phy/ti/phy-gmii-sel.c | 4 ++--
include/linux/phy/phy.h | 1 +
4 files changed, 8 insertions(+), 6 deletions(-)

--
2.17.1