Path: csiph.com!aioe.org!news.servidellagleba.it!bofh.it!news.nic.it!robomod From: Brian Norris Newsgroups: linux.kernel Subject: Re: [PATCH 1/2] Revert "mtd: atmel_nand: Support variable RB_EDGE interrupts" Date: Thu, 26 May 2016 05:20:02 +0200 Message-ID: References: Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=5E5Oojfjq0t75keM5tsfGCdWxJ5O3dxKiTtKVKn/tNU=; b=UzbCjJtJEAa0HMZSPMTyJln9f48Cf6D4+mwxhPH8Cz3LV5tQJbqx3VgudjvYO/MAOs 7aAPYypDBVQ5aiNfknU2h+xQTM4Kl7g8rRE5TMYkAAQ4gTm32Q0wK4M16ofZbWAo/hiz 2tEVLpaLoGq3gts/IIR+YVKrc+nFJ09icrcVHTnHym0JkmgAgH1baFPxK3w7JnHTzi5n UkIvOuhAquPsaP/YuKb7Wbjd2vjIXaZm13Zmd9pOMKUnau84KaQpcoCvgfR8TzENEFmK JFQKLi3fUpn7GsNVbYSXObmnR9VnbnZA32o27uDjmvhC09W2Uvi619+4P3cans8O+BUw 2zfQ== X-Google-Dkim-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=5E5Oojfjq0t75keM5tsfGCdWxJ5O3dxKiTtKVKn/tNU=; b=MqBuq1s6XBS8lAWabS9Tgd4uZhTWSsMfNzs+Ms4xPTVIikaF69b85S3/K15oLcZEfZ 44qA/oJQx//Lsw9zcd9Z0R/BO6Tsg31tRiUjPiBJtwk1INZ4QG5NP5SvZ3wZ/ob7rq6P 1/XeLFSLqnuhNSZDXXHYvmuliTnYyN71ueZzaKWERkbAhI5xH0Upk9bv86I/vQpQoSBi /GdSo/wG/x1x7hTMmafkrN0jBtGzd5xFbg3O6u2wufHFYOH08O4p+bkdzii5gKShEilS Qlrs8VD/6DYFDXghIRSugCY2vvekkdZQBGY+H6S/vn6fxYhDOhUIGtvoe1RwYKrlIbi3 /Dug== X-Gm-Message-State: ALyK8tJIWgPv9ow25r5/GES3oGNIB4hhGVsfDzsFezX6QgnnQIs4kL4J2ICh1P1r6mwjQQ== X-Received: by 10.66.193.133 with SMTP id ho5mr10833256pac.134.1464232209089; Wed, 25 May 2016 20:10:09 -0700 (PDT) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: robomod@news.nic.it List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Approved: robomod@news.nic.it Lines: 31 Organization: linux.* mail to news gateway X-Original-Cc: Wenyou Yang , David Woodhouse , Rob Herring , Pawel Moll , Mark Brown , Ian Campbell , Kumar Gala , devicetree@vger.kernel.org, Russell King , Josh Wu , Nicolas Ferre , linux-kernel@vger.kernel.org, Alexandre Belloni , linux-mtd@lists.infradead.org, Jean-Christophe Plagniol-Villard , linux-arm-kernel@lists.infradead.org X-Original-Date: Wed, 25 May 2016 20:10:05 -0700 X-Original-Message-ID: <20160526031005.GA137092@google.com> X-Original-References: <1462776680-5284-1-git-send-email-wenyou.yang@atmel.com> <1462776680-5284-2-git-send-email-wenyou.yang@atmel.com> <20160523095557.1efea63d@bbrezillon> X-Original-Sender: linux-kernel-owner@vger.kernel.org Xref: csiph.com linux.kernel:1407368 Hi, On Mon, May 23, 2016 at 09:55:57AM +0200, Boris Brezillon wrote: > On Mon, 9 May 2016 14:51:18 +0800 > Wenyou Yang wrote: > > > This reverts commit 5ddc7bd43ccc ("mtd: atmel_nand: Support variable > > RB_EDGE interrupts") > > > > Because for current SoCs, the RB_EDGE3(i.e. bit 27) of HSMC_SR > > register does not exist, the RB_EDGE0 (i.e. bit 24) is the ready/busy > > line edge status bit. It is a datasheet bug. > > > > Signed-off-by: Wenyou Yang > > Wenyou, I know you sent it before v4.6 was released, but now we should > probably add Sorry for the delay... > Cc: Added that and a Fixes: tag. > Brian, can you apply this patch directly in your tree (as previously > discussed, I'm not sure creating a nand/fixes branch is really useful)? Pushed to linux-mtd.git. I'll probably send it to Linus in the next day or two. Brian