From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752614AbcD3UHj (ORCPT ); Sat, 30 Apr 2016 16:07:39 -0400 Received: from gloria.sntech.de ([95.129.55.99]:51394 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750759AbcD3UHi convert rfc822-to-8bit (ORCPT ); Sat, 30 Apr 2016 16:07:38 -0400 From: Heiko =?ISO-8859-1?Q?St=FCbner?= To: kishon@ti.com Cc: linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org Subject: Re: [PATCH 1/3] phy: rockchip-usb: should be a child device of the GRF Date: Sat, 30 Apr 2016 22:07:33 +0200 Message-ID: <1879262.vnFSl1oxpJ@diego> User-Agent: KMail/4.14.10 (Linux/4.4.0-1-amd64; KDE/4.14.14; x86_64; ; ) In-Reply-To: <2045729.fIbxLc8i6o@diego> References: <1459431812-6286-1-git-send-email-heiko@sntech.de> <1459431812-6286-2-git-send-email-heiko@sntech.de> <2045729.fIbxLc8i6o@diego> MIME-Version: 1.0 Content-Transfer-Encoding: 8BIT Content-Type: text/plain; charset="iso-8859-1" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Kishon, Am Dienstag, 19. April 2016, 08:13:47 schrieb Heiko Stübner: > Hi Kishon. > > Am Donnerstag, 31. März 2016, 15:43:30 schrieb Heiko Stuebner: > > The usb-phy is fully enclosed in the general register files (GRF). > > Therefore as seen from the device-tree it shouldn't be a separate > > platform- > > device but instead a sub-device of the GRF - using the simply-mfd > > mechanism. > > > > As the usb-phy is part of the kernel for some releases now, we keep > > the old (and now deprecated) binding for compatibility purposes. > > > > Signed-off-by: Heiko Stuebner > > could you look into picking this patch up for 4.7? > > Same principle as for the other phy drivers, but it's already in the kernel > for a while, so it gets a fallback for the old binding and can go through > the normal way. > > The other two (devicetree-)patches I would then simply queue for 4.8 myself > after you're fine with the driver-side. just saw that you already have a tag for 4.7-related phy changes since this afternoon, but no phy pull to Greg on lkml yet. So maybe there is still a way for this phy conversion (to be under the Rockchip GRF node) to make it in for 4.7 :-) ? Thanks Heiko