From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754109AbcANA3F (ORCPT ); Wed, 13 Jan 2016 19:29:05 -0500 Received: from mail-pa0-f42.google.com ([209.85.220.42]:35361 "EHLO mail-pa0-f42.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750895AbcANA3D (ORCPT ); Wed, 13 Jan 2016 19:29:03 -0500 Date: Wed, 13 Jan 2016 16:29:00 -0800 From: Brian Norris To: Arnd Bergmann Cc: Wan ZongShun , David Woodhouse , linux-arm-kernel@lists.infradead.org, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] mtd: nuc900_nand: read correct SMISR register Message-ID: <20160114002900.GA54220@google.com> References: <9019174.GYajdpGP8V@wuerfel> <20160113215013.GS109450@google.com> <5830403.0pR8UVXPRZ@wuerfel> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5830403.0pR8UVXPRZ@wuerfel> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 13, 2016 at 11:02:06PM +0100, Arnd Bergmann wrote: > On Wednesday 13 January 2016 13:50:13 Brian Norris wrote: > > > > Looks OK to me, though I kinda hate dragging on support for > > obviously-unused drivers... > > Should we mark that driver in Kconfig as obviously broken then? Well, it won't be obviously broken if I apply your patch... But if that's the right step toward removal, then I could be OK with that. > Let's wait for Wan ZongShun to reply first, it's possible that the > entire w90x900 platform has come to the point where we are better off > removing it than fixing ancient bugs. Sounds good. Brian