From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S935177AbcKOKq6 convert rfc822-to-8bit (ORCPT ); Tue, 15 Nov 2016 05:46:58 -0500 Received: from mx1.redhat.com ([209.132.183.28]:50112 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754946AbcKOKqx (ORCPT ); Tue, 15 Nov 2016 05:46:53 -0500 Message-ID: <1479206810.32639.31.camel@redhat.com> Subject: Re: [PATCH] ARM64: dts: bcm2837-rpi-3-b: remove incorrect pwr LED From: Gerd Hoffmann To: Eric Anholt Cc: Stefan Wahren , Will Deacon , Lee Jones , Andrea Merello , linux-kernel@vger.kernel.org, Catalin Marinas , bcm-kernel-feedback-list@broadcom.com, Mark Rutland , linux-rpi-kernel@lists.infradead.org, linux-arm-kernel@lists.infradead.org, Rob Herring Date: Tue, 15 Nov 2016 11:46:50 +0100 In-Reply-To: <871sydfueq.fsf@eliezer.anholt.net> References: <20161111173821.21491-1-eric@anholt.net> <741880731.428971.a2c5fd60-1b30-481e-b728-fc62c8d1c81a.open-xchange@email.1und1.de> <871sydfueq.fsf@eliezer.anholt.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8BIT Mime-Version: 1.0 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.27]); Tue, 15 Nov 2016 10:46:53 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mo, 2016-11-14 at 16:39 -0800, Eric Anholt wrote: > Stefan Wahren writes: > > > Hi Eric, > > > > [add Gerd to CC] > > > >> Eric Anholt hat am 11. November 2016 um 18:38 geschrieben: > >> > >> > >> From: Andrea Merello > >> > >> We are incorrectly defining the pwr LED, attaching it to a gpio line > >> that is wired to the Wi-Fi SDIO module (which fails due to this). > > > > i agree with the intention of this patch, but is the upstream kernel really > > affected? I can't see any compatible for the Wifi interface. > > The wifi isn't in the DT yet because the driver isn't merged. Some > progress was made on that a while ago, but people asked for more > cleanups so it's still living out of tree. some low-hanging fruits (codestyle mostly) are done, but more work is needed (fix messy timeout handling, make dma work). Didn't happed yet due to -ENOTIME. My current state is here: https://www.kraxel.org/cgit/linux/log/?h=bcm2837-wifi In case anyone wants pick it up feel free to do so (but please tell me so we avoid duplicating work). cheers, Gerd