From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933572AbcJ0Baa (ORCPT ); Wed, 26 Oct 2016 21:30:30 -0400 Received: from vern.gendns.com ([206.190.152.46]:42768 "EHLO vern.gendns.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932222AbcJ0Ba2 (ORCPT ); Wed, 26 Oct 2016 21:30:28 -0400 Subject: Re: [PATCH 5/5] ARM: dts: Add LEGO MINDSTORTMS EV3 dts To: Sekhar Nori , Kevin Hilman References: <1477075018-20176-1-git-send-email-david@lechnology.com> <1477075018-20176-6-git-send-email-david@lechnology.com> Cc: Rob Herring , Mark Rutland , Russell King , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org From: David Lechner Message-ID: <38a3a10c-a269-6a9f-305c-7d38ec9b839b@lechnology.com> Date: Wed, 26 Oct 2016 20:30:27 -0500 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - vern.gendns.com X-AntiAbuse: Original Domain - vger.kernel.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - lechnology.com X-Get-Message-Sender-Via: vern.gendns.com: authenticated_id: davidmain+lechnology.com/only user confirmed/virtual account not confirmed X-Authenticated-Sender: vern.gendns.com: davidmain@lechnology.com X-Source: X-Source-Args: X-Source-Dir: Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 10/24/2016 06:58 AM, Sekhar Nori wrote: > On Saturday 22 October 2016 12:06 AM, David Lechner wrote: >> This adds a device tree definition file for LEGO MINDSTORMS EV3. > > Thanks for the patch! > >> >> What is working: >> >> * Pin muxing >> * MicroSD card reader >> * UART on input port 1 >> >> What is partially working: >> >> * Buttons - working after GPIO fix >> * LEDs - working after GPIO fix >> * Poweroff/reset - working after GPIO fix > > Is the GPIO fix something that will go in v4.9-rc cycle ? > FYI, the fix is in linux-gpio/fixes now.