From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752179AbcAARhv (ORCPT ); Fri, 1 Jan 2016 12:37:51 -0500 Received: from smtp42.i.mail.ru ([94.100.177.102]:43021 "EHLO smtp42.i.mail.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752052AbcAARht convert rfc822-to-8bit (ORCPT ); Fri, 1 Jan 2016 12:37:49 -0500 X-Greylist: delayed 14004 seconds by postgrey-1.27 at vger.kernel.org; Fri, 01 Jan 2016 12:37:48 EST Date: Fri, 1 Jan 2016 20:32:30 +0300 From: Roman Volkov To: Arnd Bergmann Cc: arm@kernel.org, linux+armsoc@arm.linux.org.uk, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, stable@vger.kernel.org, Roman Volkov , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , Tony Prisk , Alexey Charkov Subject: Re: [PATCH v3 RESEND 0/2] WM8505/WM8650 DT fixes for SD card controller Message-ID: <20160101203230.1dc5e655@v1ron-s7> In-Reply-To: <7786478.TezhYjHkEF@wuerfel> References: <1451655492-2569-1-git-send-email-v1ron@mail.ru> <7786478.TezhYjHkEF@wuerfel> X-Mailer: Claws Mail 3.13.1 (GTK+ 2.24.29; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8BIT X-Mras: Ok Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org В Fri, 01 Jan 2016 15:29:29 +0100 Arnd Bergmann пишет: > On Friday 01 January 2016 16:38:10 Roman Volkov wrote: > > From: Roman Volkov > > > > This patch set enables SD controller support for WM8650 and > > fixes minor errors in WM8505 Device Tree file. > > > > Changes in v3: > > 1. Add minor fixes for WM8505 SDHC node > > > > Tested on both WM8505 and WM8650. > > > > Roman Volkov (2): > > dts: vt8500: Add SDHC node to DTS file for WM8650 > > dts: vt8500: Fix errors in SDHC node for WM8505 > > > > arch/arm/boot/dts/wm8505.dtsi | 4 ++-- > > arch/arm/boot/dts/wm8650.dtsi | 9 +++++++++ > > 2 files changed, 11 insertions(+), 2 deletions(-) > > > > -- > > Hi maintainers, I see my previous versions were not applied. Could > > this little patch set be applied for the linux-next? I don't think > > this is new functionality, this must be considered as bugfix for > > existing Device Tree. > > > > Any other suggestions? > > > > Applied both to next/dt, thanks a lot for following up! > > Let me know if you think this should go into stable backports as well, > I did not apply it to the fixes branch as you don't have a > 'Cc: stable@vger.kernel.org' tag and it has never worked so far. Yes, this must go into the stable too. Let me know if I must change something or resend. Thanks, Roman