linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Kishon Vijay Abraham I <kishon@ti.com>
To: Greg Kroah-Hartman <gregkh@linuxfoundation.org>, <kishon@ti.com>
Cc: <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] PHY: For 5.0 -rc
Date: Fri, 18 Jan 2019 14:58:12 +0530	[thread overview]
Message-ID: <20190118092812.26148-1-kishon@ti.com> (raw)

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@ti.com>

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


             reply	other threads:[~2019-01-18  9:28 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-18  9:28 Kishon Vijay Abraham I [this message]
2019-01-18 11:58 ` [GIT PULL] PHY: For 5.0 -rc Greg Kroah-Hartman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190118092812.26148-1-kishon@ti.com \
    --to=kishon@ti.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).