From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753337AbbCATyB (ORCPT ); Sun, 1 Mar 2015 14:54:01 -0500 Received: from mout.kundenserver.de ([212.227.126.131]:53613 "EHLO mout.kundenserver.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751777AbbCATx6 (ORCPT ); Sun, 1 Mar 2015 14:53:58 -0500 From: Arnd Bergmann To: linux-arm-kernel@lists.infradead.org Cc: Roman Volkov , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell , Kumar Gala , Russell King , devicetree@vger.kernel.org, Alexey Charkov , linux-kernel@vger.kernel.org, Tony Prisk Subject: Re: [PATCH v3 0/2] WM8505/WM8650 DT fixes for SD card controller Date: Sun, 01 Mar 2015 20:52:55 +0100 Message-ID: <2119510.55A8Br1LeL@wuerfel> User-Agent: KMail/4.11.5 (Linux/3.16.0-10-generic; KDE/4.11.5; x86_64; ; ) In-Reply-To: <1425226007-2757-1-git-send-email-rvolkov@v1ros.org> References: <1423130878-3894-1-git-send-email-v1ron@v1ros.org> <1425226007-2757-1-git-send-email-rvolkov@v1ros.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Provags-ID: V03:K0:xNONWICcpi4TI56ti+x2Jw5pmePGPozLV0Y17hwRJCJ3LDuuRkM pZcBmvn5cSg7duA15EIhV6bn9ycnl/AY4MpmCfJb47aIjVCN4+UMmdvzxJsOndagsDVK/FV xEZbmhmiIlI8nW/NLrOViPkuXxD/3m5MYyZMUD+bDPVM4zlB+F1+cPlaM12ekqjllJFPMSA tA3rrzR/hulW4GVo5j7gg== X-UI-Out-Filterresults: notjunk:1; Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sunday 01 March 2015 19:06:45 Roman Volkov wrote: > 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? According to the MAINTAINERS file, Tony Prisk should be the person to pick them up, but he was not the recipient of the mail. Arnd