From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: Re: [PATCH 1/2] arm64: dts: r8a77990: Add SDHI device nodes Date: Tue, 6 Nov 2018 11:35:13 +0100 Message-ID: References: <20181105214117.11734-1-marek.vasut+renesas@gmail.com> <7ab702f0-e78c-94c5-b74f-bac1803fb513@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <7ab702f0-e78c-94c5-b74f-bac1803fb513@gmail.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Marek Vasut Cc: "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Takeshi Kihara , Geert Uytterhoeven , Wolfram Sang , Yoshihiro Shimoda , Linux-Renesas , Simon Horman , Linux ARM , Marek Vasut List-Id: devicetree@vger.kernel.org Hi Marek, On Tue, Nov 6, 2018 at 11:32 AM Marek Vasut wrote: > On 11/06/2018 06:26 AM, Yoshihiro Shimoda wrote: > >> From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:41 AM > >> > >> From: Takeshi Kihara > >> > >> This patch adds SDHI{0,1,3} device nodes for the r8a77990 SoC. > >> > >> Signed-off-by: Takeshi Kihara > >> Signed-off-by: Marek Vasut > >> Cc: Geert Uytterhoeven > >> Cc: Simon Horman > >> Cc: Wolfram Sang > >> Cc: Yoshihiro Shimoda > >> Cc: linux-renesas-soc@vger.kernel.org > >> Cc: linux-arm-kernel@lists.infradead.org > >> --- > > > > Thank you for the patch! > > > > Reviewed-by: Yoshihiro Shimoda > > > > I guess this patch and the 2/2 patch for ebisu have to be merged into a patch though. > > I wonder about that, 1/2 is adding SDHI DT nodes for an SoC, 2/2 is > enabling SDHI on a particular board, which I think should be separate. The arm-soc maintainers tend to disagree, that's why Shimoda-san asked to combine them. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vs1-f65.google.com ([209.85.217.65]:37124 "EHLO mail-vs1-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729241AbeKFT77 (ORCPT ); Tue, 6 Nov 2018 14:59:59 -0500 MIME-Version: 1.0 References: <20181105214117.11734-1-marek.vasut+renesas@gmail.com> <7ab702f0-e78c-94c5-b74f-bac1803fb513@gmail.com> In-Reply-To: <7ab702f0-e78c-94c5-b74f-bac1803fb513@gmail.com> From: Geert Uytterhoeven Date: Tue, 6 Nov 2018 11:35:13 +0100 Message-ID: Subject: Re: [PATCH 1/2] arm64: dts: r8a77990: Add SDHI device nodes To: Marek Vasut Cc: Yoshihiro Shimoda , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , Takeshi Kihara , Marek Vasut , Geert Uytterhoeven , Simon Horman , Wolfram Sang , Linux-Renesas , Linux ARM Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org List-ID: Hi Marek, On Tue, Nov 6, 2018 at 11:32 AM Marek Vasut wrote: > On 11/06/2018 06:26 AM, Yoshihiro Shimoda wrote: > >> From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:41 AM > >> > >> From: Takeshi Kihara > >> > >> This patch adds SDHI{0,1,3} device nodes for the r8a77990 SoC. > >> > >> Signed-off-by: Takeshi Kihara > >> Signed-off-by: Marek Vasut > >> Cc: Geert Uytterhoeven > >> Cc: Simon Horman > >> Cc: Wolfram Sang > >> Cc: Yoshihiro Shimoda > >> Cc: linux-renesas-soc@vger.kernel.org > >> Cc: linux-arm-kernel@lists.infradead.org > >> --- > > > > Thank you for the patch! > > > > Reviewed-by: Yoshihiro Shimoda > > > > I guess this patch and the 2/2 patch for ebisu have to be merged into a patch though. > > I wonder about that, 1/2 is adding SDHI DT nodes for an SoC, 2/2 is > enabling SDHI on a particular board, which I think should be separate. The arm-soc maintainers tend to disagree, that's why Shimoda-san asked to combine them. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 From: geert@linux-m68k.org (Geert Uytterhoeven) Date: Tue, 6 Nov 2018 11:35:13 +0100 Subject: [PATCH 1/2] arm64: dts: r8a77990: Add SDHI device nodes In-Reply-To: <7ab702f0-e78c-94c5-b74f-bac1803fb513@gmail.com> References: <20181105214117.11734-1-marek.vasut+renesas@gmail.com> <7ab702f0-e78c-94c5-b74f-bac1803fb513@gmail.com> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Marek, On Tue, Nov 6, 2018 at 11:32 AM Marek Vasut wrote: > On 11/06/2018 06:26 AM, Yoshihiro Shimoda wrote: > >> From: Marek Vasut, Sent: Tuesday, November 6, 2018 6:41 AM > >> > >> From: Takeshi Kihara > >> > >> This patch adds SDHI{0,1,3} device nodes for the r8a77990 SoC. > >> > >> Signed-off-by: Takeshi Kihara > >> Signed-off-by: Marek Vasut > >> Cc: Geert Uytterhoeven > >> Cc: Simon Horman > >> Cc: Wolfram Sang > >> Cc: Yoshihiro Shimoda > >> Cc: linux-renesas-soc at vger.kernel.org > >> Cc: linux-arm-kernel at lists.infradead.org > >> --- > > > > Thank you for the patch! > > > > Reviewed-by: Yoshihiro Shimoda > > > > I guess this patch and the 2/2 patch for ebisu have to be merged into a patch though. > > I wonder about that, 1/2 is adding SDHI DT nodes for an SoC, 2/2 is > enabling SDHI on a particular board, which I think should be separate. The arm-soc maintainers tend to disagree, that's why Shimoda-san asked to combine them. Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert at linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds