From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.3 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 032CCC48BCD for ; Wed, 9 Jun 2021 11:54:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DDBF66100B for ; Wed, 9 Jun 2021 11:54:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231612AbhFIL42 (ORCPT ); Wed, 9 Jun 2021 07:56:28 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:40522 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S239557AbhFIL4Y (ORCPT ); Wed, 9 Jun 2021 07:56:24 -0400 Received: from mail-wm1-f71.google.com ([209.85.128.71]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lqwmy-0007BV-BR for linux-kernel@vger.kernel.org; Wed, 09 Jun 2021 11:54:28 +0000 Received: by mail-wm1-f71.google.com with SMTP id f186-20020a1c1fc30000b02901aaa08ad8f4so2432870wmf.8 for ; Wed, 09 Jun 2021 04:54:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=zLhTmNdHd7QsVRSZXglysFm3zyoNBR2RnD/RonHYik0=; b=O92YcEibone4kDkEr8UmWHeGkjjqjKxc5Bys3Hq6JTbO4iaY3GA2gwUTcaoZGPnP+C H8Z4DaHxFm+jF2jTc6cDqvH/BDtjN3l5/Tksk863PUxG1T0drEfh4wCWNGdGvKPCPRbY k4l5ph5BQkvt2T3TvfGx85UWsMQXsul+RgPqux+DXdQMYK9Y9ZIAwaUmUgL5XM34U/sD KuC1uEyoiBWSBJkV5wJ2ySBoR7aYCcZxbYbKM+c/tfzyeWuam0Aq3M6UKl3ymMQJNZtI 8d/T0fW7c/Rj7RytRjFoVzVR0POG/9Xc0zdTKgHaQYpibC+QiMKqszELC8wdJwtCLUGk V1PA== X-Gm-Message-State: AOAM5329fNQvJSh+ieVclyd/9eLirihYT7zGGuW5bBXFYxouu4brFNSW g/3x8YTD3ofBruzzNVBIQnnVIrh80fzPbmQJMEXHwWEduW8Vzl3UXdZwuy7GIom1GO+aL3YHHl6 SOCONVDF+DLyZ6Mcwxn6+Moni+gJ9XLCca7G6AJRsXw== X-Received: by 2002:adf:ee46:: with SMTP id w6mr28653525wro.345.1623239668055; Wed, 09 Jun 2021 04:54:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxCt33hywH+M3y1CT+bTXzh8xJ2GJIIBftxRP+jWPUmJmFgjRVOBzLHkNPNuSSYkP5EMOKO/w== X-Received: by 2002:adf:ee46:: with SMTP id w6mr28653501wro.345.1623239667931; Wed, 09 Jun 2021 04:54:27 -0700 (PDT) Received: from [192.168.1.115] (xdsl-188-155-177-222.adslplus.ch. [188.155.177.222]) by smtp.gmail.com with ESMTPSA id u15sm5852148wmq.48.2021.06.09.04.54.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 09 Jun 2021 04:54:27 -0700 (PDT) Subject: Re: [PATCH v22 12/18] memory: pl353-smc: Let lower level controller drivers handle inits To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , linux-mtd@lists.infradead.org, Rob Herring , devicetree@vger.kernel.org Cc: Michal Simek , Naga Sureshkumar Relli , Amit Kumar Mahapatra , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, helmut.grohne@intenta.de, Srinivas Goud , Siva Durga Prasad Paladugu References: <20210609080112.1753221-1-miquel.raynal@bootlin.com> <20210609080112.1753221-13-miquel.raynal@bootlin.com> From: Krzysztof Kozlowski Message-ID: Date: Wed, 9 Jun 2021 13:54:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210609080112.1753221-13-miquel.raynal@bootlin.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 09/06/2021 10:01, Miquel Raynal wrote: > There is no point in having all these definitions at the SMC bus level, > these are extremely tight to the NAND controller driver implementation, > are not particularly generic, imply more boilerplate than needed, do > not really follow the device model by receiving no argument and some of > them are actually buggy. > > Let's get rid of these right now as there is no current user and keep > this driver at a simple level: only the SMC bare initializations. > > The NAND controller driver which I am going to introduce will take care > of redefining properly all these helpers and using them directly. > > Signed-off-by: Miquel Raynal > --- > drivers/memory/pl353-smc.c | 294 ------------------------------------- > include/linux/pl353-smc.h | 30 ---- > 2 files changed, 324 deletions(-) > delete mode 100644 include/linux/pl353-smc.h > I see you remove here a bunch of code. Are the series still fully bisectable? Best regards, Krzysztof From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 68CB6C48BCF for ; Wed, 9 Jun 2021 12:30:37 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 393BA61351 for ; Wed, 9 Jun 2021 12:30:37 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 393BA61351 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=canonical.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=NfBz68PkGQpRHhH4qmT9l9kAc1elc2y+OxLR7DwvuqY=; b=yNYkCGO4F7L35l6dnc6+0zBRHy c3kHhrG1RrLiZAb5Of9hQvEV54dz9yrln/eeP7LMML8A0gDm/hZuzcpoAA85o8i9CFWz1es5mdfD6 dDnzKQuoGEhtfq22Kvbd1+4+FjmbUNrzayBid0nTzrTym4x0MFg/HiKLxSOFMgEy0i2F8gc7IrAuU oJhm52zM23OMUg1plB+6ppdxoCEueayeEV7sWfKsaEM3XvUiIqAaiN65MY96K7pEGkqqrPWhkCmMu y/aK06NoIRwXgiyu+72w6WDoedDgQrSAbJ2/y1MtTy9TNnE8nwyDXSWjZvMoEO8JgMdhlRhv7GudQ lk4sXvUQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqxLA-00Dh12-3K; Wed, 09 Jun 2021 12:29:48 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqwn0-00DTf0-6U for linux-mtd@lists.infradead.org; Wed, 09 Jun 2021 11:54:31 +0000 Received: from mail-wm1-f69.google.com ([209.85.128.69]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lqwmy-0007BW-Bj for linux-mtd@lists.infradead.org; Wed, 09 Jun 2021 11:54:28 +0000 Received: by mail-wm1-f69.google.com with SMTP id j6-20020a05600c1906b029019e9c982271so2527450wmq.0 for ; Wed, 09 Jun 2021 04:54:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=zLhTmNdHd7QsVRSZXglysFm3zyoNBR2RnD/RonHYik0=; b=DWFitUgzTVeQVFDAAFMPlztbXeD+oJbhKQ3OwqcTJTJxxwwS0CNzTiNm10lUxeu5Wz S6XRP0RySXF3H1coNYNNlaxPjl9Rmgu5rBGH5rLnElBJvrB5Au059eBsb3gay5XiEnX/ EBH9DSSFUQB+WTDykfGloqOz6O9+X0AbMBQXde8U/czTsMRdJZfrgZ6jLh+WbYzngXLh PuorQj4v0c8OCH9D0ABHHBWOi4jZ+xpjOOUaKQ5gTXFtEPOA+O89mLVFtIgFyIfpu0r6 XOz0x50Wtu4nS/pOOt3vLFQEJIGuZdl59psCvWkFHd6gOhnCEBbU3XLDAkTG75jZPDZA 27Uw== X-Gm-Message-State: AOAM531DYdPokwWL6Rw+/elJecwjMAF6mDZVOzHlJOlJ1TnfyjdSIZnS n2RSpwyvYPmjaMC6zawhN8vRgbPC6vbcFxd+YK06W2i/5JKSTog1JAjCajrmrkoSPXJtNjaD4ie P3LcUgElqe0GMB7S0jHuM7pl6HfaVDn7WW1X4YMxrtwI= X-Received: by 2002:adf:ee46:: with SMTP id w6mr28653522wro.345.1623239668055; Wed, 09 Jun 2021 04:54:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxCt33hywH+M3y1CT+bTXzh8xJ2GJIIBftxRP+jWPUmJmFgjRVOBzLHkNPNuSSYkP5EMOKO/w== X-Received: by 2002:adf:ee46:: with SMTP id w6mr28653501wro.345.1623239667931; Wed, 09 Jun 2021 04:54:27 -0700 (PDT) Received: from [192.168.1.115] (xdsl-188-155-177-222.adslplus.ch. [188.155.177.222]) by smtp.gmail.com with ESMTPSA id u15sm5852148wmq.48.2021.06.09.04.54.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 09 Jun 2021 04:54:27 -0700 (PDT) Subject: Re: [PATCH v22 12/18] memory: pl353-smc: Let lower level controller drivers handle inits To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , linux-mtd@lists.infradead.org, Rob Herring , devicetree@vger.kernel.org Cc: Michal Simek , Naga Sureshkumar Relli , Amit Kumar Mahapatra , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, helmut.grohne@intenta.de, Srinivas Goud , Siva Durga Prasad Paladugu References: <20210609080112.1753221-1-miquel.raynal@bootlin.com> <20210609080112.1753221-13-miquel.raynal@bootlin.com> From: Krzysztof Kozlowski Message-ID: Date: Wed, 9 Jun 2021 13:54:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210609080112.1753221-13-miquel.raynal@bootlin.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210609_045430_309926_6076E582 X-CRM114-Status: GOOD ( 15.09 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-mtd" Errors-To: linux-mtd-bounces+linux-mtd=archiver.kernel.org@lists.infradead.org On 09/06/2021 10:01, Miquel Raynal wrote: > There is no point in having all these definitions at the SMC bus level, > these are extremely tight to the NAND controller driver implementation, > are not particularly generic, imply more boilerplate than needed, do > not really follow the device model by receiving no argument and some of > them are actually buggy. > > Let's get rid of these right now as there is no current user and keep > this driver at a simple level: only the SMC bare initializations. > > The NAND controller driver which I am going to introduce will take care > of redefining properly all these helpers and using them directly. > > Signed-off-by: Miquel Raynal > --- > drivers/memory/pl353-smc.c | 294 ------------------------------------- > include/linux/pl353-smc.h | 30 ---- > 2 files changed, 324 deletions(-) > delete mode 100644 include/linux/pl353-smc.h > I see you remove here a bunch of code. Are the series still fully bisectable? Best regards, Krzysztof ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/ From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-15.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, INCLUDES_PATCH,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 19062C48BCD for ; Wed, 9 Jun 2021 12:31:08 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D64DF61364 for ; Wed, 9 Jun 2021 12:31:07 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D64DF61364 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=canonical.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:Date: Message-ID:From:References:Cc:To:Subject:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=us/twtNJs5aFMkkq49/fkzmXX2WC25UJbwXVXVO6XEk=; b=a6mgBa0Pt+zXIdJ7Ca7btaFHMO sw3Q7ODmrfdfOtf1reWzQZhZBFuOOW0dAmmpxSpW2ofrzDOhsb3UHbE2bEdnkBIQgK22vqq3dSo1C KGPhYmkKVmE7WlYOrmekd0SX4cTx/+FvtimLd71qxdiqunoNQvoRA7AhgDmK5JV57RgxbXFVLbFIT cnm68k7XWS806/zM39naOcPYl4NMiYKXifKTqQ1JW2vQ7O2QPW+/oCXvR/tm1qBYUmss80ASHl0/M QR8hnx4p+wQKVfwBHOxq+tf9B5L2b6MIhSzBBJnQwTQoc4RU32Wm4CW6/OeI0wdZgebdxWpm/WkK2 MWn3F1eg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqxKD-00DgbX-3x; Wed, 09 Jun 2021 12:28:51 +0000 Received: from youngberry.canonical.com ([91.189.89.112]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lqwn0-00DTf9-6P for linux-arm-kernel@lists.infradead.org; Wed, 09 Jun 2021 11:54:31 +0000 Received: from mail-wr1-f71.google.com ([209.85.221.71]) by youngberry.canonical.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1lqwmy-0007Bd-Fi for linux-arm-kernel@lists.infradead.org; Wed, 09 Jun 2021 11:54:28 +0000 Received: by mail-wr1-f71.google.com with SMTP id z3-20020adfdf830000b02901198337bc39so10092948wrl.0 for ; Wed, 09 Jun 2021 04:54:28 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=zLhTmNdHd7QsVRSZXglysFm3zyoNBR2RnD/RonHYik0=; b=T/wSbmOIqd0qNbPvWJZtEoUUL+EWERkj57Lrmvq2CcBXuhXE3nzK8IJmVevvUEYjSt YtNzphpJZZC0w6AlSeihkqK0RlQYkYXwrYzImVZ1hNpf3PRnP4hoGyd36mQLUiN8BCIk l3cUvafDO8iUUDM0Bey/04IgVjLO/0nXMETY6xwawARBVoI3cn29Mn5779oSeL6hW3Ct VAf/P2oCaFYFjvIrOAZMWSncXzAqYWQ7rN/qWq/wPHZvzc+Y/cneQF9tYW/CJUXSZEqB q//yQFLON+oHAFhO3aVsDgWIaEOIze0pZHiHdX5JYG3xhoaeNolMgryHxbaxB+ifr9VO XcDw== X-Gm-Message-State: AOAM531bTCvKtGPqG/xxeEnnfxlakAp+tIzshWrdli41p6vhw1Mywuo1 kPXF8Sj50CYdzRn5yRjeVZENrNrn4OmEJWrrm04tYTLpHEnjuyY6owXNqrL+Bo14WVQ9VucJSMJ Lya08AFKA2FKfrMrhs06GCqdzvSq5Sr+DbTtOxqVP7zgBmf3ojjbS X-Received: by 2002:adf:ee46:: with SMTP id w6mr28653527wro.345.1623239668058; Wed, 09 Jun 2021 04:54:28 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxCt33hywH+M3y1CT+bTXzh8xJ2GJIIBftxRP+jWPUmJmFgjRVOBzLHkNPNuSSYkP5EMOKO/w== X-Received: by 2002:adf:ee46:: with SMTP id w6mr28653501wro.345.1623239667931; Wed, 09 Jun 2021 04:54:27 -0700 (PDT) Received: from [192.168.1.115] (xdsl-188-155-177-222.adslplus.ch. [188.155.177.222]) by smtp.gmail.com with ESMTPSA id u15sm5852148wmq.48.2021.06.09.04.54.25 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Wed, 09 Jun 2021 04:54:27 -0700 (PDT) Subject: Re: [PATCH v22 12/18] memory: pl353-smc: Let lower level controller drivers handle inits To: Miquel Raynal , Richard Weinberger , Vignesh Raghavendra , Tudor Ambarus , linux-mtd@lists.infradead.org, Rob Herring , devicetree@vger.kernel.org Cc: Michal Simek , Naga Sureshkumar Relli , Amit Kumar Mahapatra , Thomas Petazzoni , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, helmut.grohne@intenta.de, Srinivas Goud , Siva Durga Prasad Paladugu References: <20210609080112.1753221-1-miquel.raynal@bootlin.com> <20210609080112.1753221-13-miquel.raynal@bootlin.com> From: Krzysztof Kozlowski Message-ID: Date: Wed, 9 Jun 2021 13:54:24 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.8.1 MIME-Version: 1.0 In-Reply-To: <20210609080112.1753221-13-miquel.raynal@bootlin.com> Content-Language: en-US X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210609_045430_308018_503328EB X-CRM114-Status: GOOD ( 15.81 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 09/06/2021 10:01, Miquel Raynal wrote: > There is no point in having all these definitions at the SMC bus level, > these are extremely tight to the NAND controller driver implementation, > are not particularly generic, imply more boilerplate than needed, do > not really follow the device model by receiving no argument and some of > them are actually buggy. > > Let's get rid of these right now as there is no current user and keep > this driver at a simple level: only the SMC bare initializations. > > The NAND controller driver which I am going to introduce will take care > of redefining properly all these helpers and using them directly. > > Signed-off-by: Miquel Raynal > --- > drivers/memory/pl353-smc.c | 294 ------------------------------------- > include/linux/pl353-smc.h | 30 ---- > 2 files changed, 324 deletions(-) > delete mode 100644 include/linux/pl353-smc.h > I see you remove here a bunch of code. Are the series still fully bisectable? Best regards, Krzysztof _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel