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=-5.5 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, 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 08DAFC49ED6 for ; Wed, 11 Sep 2019 11:37:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id DA3612081B for ; Wed, 11 Sep 2019 11:37:20 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727790AbfIKLhU (ORCPT ); Wed, 11 Sep 2019 07:37:20 -0400 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:60855 "EHLO relay8-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726793AbfIKLhT (ORCPT ); Wed, 11 Sep 2019 07:37:19 -0400 X-Originating-IP: 148.69.85.38 Received: from localhost (unknown [148.69.85.38]) (Authenticated sender: alexandre.belloni@bootlin.com) by relay8-d.mail.gandi.net (Postfix) with ESMTPSA id A61EA1BF20A; Wed, 11 Sep 2019 11:37:15 +0000 (UTC) Date: Wed, 11 Sep 2019 13:37:12 +0200 From: Alexandre Belloni To: Tudor.Ambarus@microchip.com Cc: Nicolas.Ferre@microchip.com, Ludovic.Desroches@microchip.com, lee.jones@linaro.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [RESEND PATCH] memory: atmel-ebi: move NUM_CS definition inside EBI driver Message-ID: <20190911113712.GI21254@piout.net> References: <20190906150632.19039-1-tudor.ambarus@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190906150632.19039-1-tudor.ambarus@microchip.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 06/09/2019 15:06:41+0000, Tudor.Ambarus@microchip.com wrote: > From: Tudor Ambarus > > The total number of EBI CS lines is described by the EBI controller > and not by the Matrix. Move the definition for the number of CS > inside EBI driver. > > Signed-off-by: Tudor Ambarus > --- > drivers/memory/atmel-ebi.c | 6 ++++-- > include/linux/mfd/syscon/atmel-matrix.h | 1 - > 2 files changed, 4 insertions(+), 3 deletions(-) > Applied, thanks. -- Alexandre Belloni, Bootlin Embedded Linux and Kernel engineering https://bootlin.com