From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752446AbcKGI4p (ORCPT ); Mon, 7 Nov 2016 03:56:45 -0500 Received: from mail.linuxfoundation.org ([140.211.169.12]:37936 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751540AbcKGI4m (ORCPT ); Mon, 7 Nov 2016 03:56:42 -0500 Date: Mon, 7 Nov 2016 09:56:44 +0100 From: Greg KH To: Kishon Vijay Abraham I Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL] phy: for 4.9 -rc Message-ID: <20161107085644.GA21731@kroah.com> References: <1478353406-30132-1-git-send-email-kishon@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478353406-30132-1-git-send-email-kishon@ti.com> User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Nov 05, 2016 at 07:13:22PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > Please find the pull request for the phy fixes below. It includes a fix > in phy core to add a static inline function when CONFIG_GENERIC_PHY > is not selected and 3 fixes in different phy drivers. The phy device name > in the phy lookup table used for non-dt boot is fixed for da8xx-usb phy, > NULL pointer dereferencing error is fixed for sun4i phy and an incorrect > programming sequence w.r.t deassert of phy_rst in phy-rockchip-pcie is also > fixed. > > Consider merging it in this -rc cyle and let me know if you want me to > change something. Pulled and pushed out, thanks. greg k-h