From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1756363AbbJARVm (ORCPT ); Thu, 1 Oct 2015 13:21:42 -0400 Received: from mail-pa0-f54.google.com ([209.85.220.54]:33407 "EHLO mail-pa0-f54.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751705AbbJARVl (ORCPT ); Thu, 1 Oct 2015 13:21:41 -0400 Date: Thu, 1 Oct 2015 10:21:38 -0700 From: Brian Norris To: Boris Brezillon Cc: David Woodhouse , linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, Huang Shijie Subject: Re: [PATCH] mtd: nand: remove unused ->init_size() hook Message-ID: <20151001172138.GS143959@google.com> References: <1443711507-1875-1-git-send-email-boris.brezillon@free-electrons.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1443711507-1875-1-git-send-email-boris.brezillon@free-electrons.com> 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 Thu, Oct 01, 2015 at 04:58:27PM +0200, Boris Brezillon wrote: > The ->init_size() hook was introduced to let NAND controller drivers > support NAND devices that could not be described in the nand_ids table. > Since then, the core has added support for extended-id parsing and > full-id description, thus allowing to describe pretty much all existing > NANDs. > Moreover, this hook is not used by any mainline driver, and should not be > used by new drivers, because detecting the NAND chip is not something > controller specific. > > Signed-off-by: Boris Brezillon Looks obvious and passes all my builds. Pushed to l2-mtd.git.