From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.3 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,USER_AGENT_MUTT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6AA86C28CF6 for ; Sat, 28 Jul 2018 12:55:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 1DF30205C9 for ; Sat, 28 Jul 2018 12:55:33 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 1DF30205C9 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728632AbeG1OVs (ORCPT ); Sat, 28 Jul 2018 10:21:48 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:59468 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727344AbeG1OVs (ORCPT ); Sat, 28 Jul 2018 10:21:48 -0400 Received: from localhost (D57D388D.static.ziggozakelijk.nl [213.125.56.141]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id AD94DC7D; Sat, 28 Jul 2018 12:55:21 +0000 (UTC) Date: Sat, 28 Jul 2018 14:55:19 +0200 From: Greg KH To: Kishon Vijay Abraham I Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] PHY: for 4.19 Message-ID: <20180728125519.GA13759@kroah.com> References: <20180724071942.16563-1-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180724071942.16563-1-kishon@ti.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jul 24, 2018 at 12:49:42PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > Please find the pull request for 4.19 merge window below. It contains > addition of 2 new PCIe PHY drivers for Broadcom's Stingray and Renesas > R-Car SoCs, switches to SPDX identifier in a few PHY drivers and enables > battery charging in Mediatek T-PHY driver. > > 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 ce397d215ccd07b8ae3f71db689aedb85d56ab40: > > Linux 4.18-rc1 (2018-06-17 08:04:49 +0900) > > are available in the Git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/kishon/linux-phy.git tags/phy-for-4.19 Pulled and pushed out, thanks. greg k-h