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=-1.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=no 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 99F3DC433E1 for ; Wed, 1 Jul 2020 19:33:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 7C0FD208C7 for ; Wed, 1 Jul 2020 19:33:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593632031; bh=5Yj0QMEn6lHcJlQSk4cJzs3huqev+UWwsh2+PwNLyWk=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Subject:In-Reply-To: References:List-ID:From; b=k00wqCKLCVMl3lcD1lE0n6VMzX2FiOSZZoVMo/ViiwTeiuMDEDyatVfM0xiXnbRoz p/O4DZXCComIR73vAfdzbDeGVCfzUM4USaIPipbUyRkJp+5GdjbVjvXNkrFFL6kaRh CMJ3ydLwwbmijgKqwSJkzq+ut4l7mSzXG2Doyvoc= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726863AbgGATdS (ORCPT ); Wed, 1 Jul 2020 15:33:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:38314 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726035AbgGATdP (ORCPT ); Wed, 1 Jul 2020 15:33:15 -0400 Received: from localhost (unknown [137.135.114.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 8D68520853; Wed, 1 Jul 2020 19:33:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1593631994; bh=5Yj0QMEn6lHcJlQSk4cJzs3huqev+UWwsh2+PwNLyWk=; h=Date:From:To:To:To:Cc:Cc:Cc:Cc:Cc:Cc:Cc:Subject:In-Reply-To: References:From; b=Avk4QUQSWlb1rZ1yul2fZEZEpzUP7ANhe8OdAFZINRhprbhesUm4yTJBHQ8miFfeF uOM+XXd5iKp8cQP9qVq+GcuKO7lavpkmWejViGnXtMULVY/JGNdNrRdB5zuz7GdQrM PJYZXZXPmOEoqfruXLNNO8Rudt3zaDC/Z/R5M5W4= Date: Wed, 01 Jul 2020 19:33:13 +0000 From: Sasha Levin To: Sasha Levin To: Lee Jones To: lee.jones@linaro.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: Cc: Nicolas Ferre Cc: Alexandre Belloni Cc: Ludovic Desroches Cc: Boris Brezillon Cc: stable@vger.kernel.org Subject: Re: [PATCH 09/10] mfd: atmel-smc: Add missing colon(s) for 'conf' arguments In-Reply-To: <20200625064619.2775707-10-lee.jones@linaro.org> References: <20200625064619.2775707-10-lee.jones@linaro.org> Message-Id: <20200701193314.8D68520853@mail.kernel.org> Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org Hi [This is an automated email] This commit has been processed because it contains a -stable tag. The stable tag indicates that it's relevant for the following trees: all The bot has tested the following trees: v5.7.6, v5.4.49, v4.19.130, v4.14.186, v4.9.228, v4.4.228. v5.7.6: Build OK! v5.4.49: Build OK! v4.19.130: Build OK! v4.14.186: Build OK! v4.9.228: Failed to apply! Possible dependencies: 87108dc78eb89 ("memory: atmel-ebi: Enable the SMC clock if specified") 8eb8c7d844b9d ("memory: atmel-ebi: Simplify SMC config code") b0f3ab20e7649 ("mfd: syscon: atmel-smc: Add helper to retrieve register layout") b5169d35ed585 ("mtd: nand: atmel: return error code of nand_scan_ident/tail() on error") f88fc122cc34c ("mtd: nand: Cleanup/rework the atmel_nand driver") f9ce2eddf1769 ("mtd: nand: atmel: Add ->setup_data_interface() hooks") fe9d7cb22ef3a ("mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation") v4.4.228: Failed to apply! Possible dependencies: 1d8d8b5c852b6 ("mtd: nand: fix drivers abusing mtd->priv") 4bd4ebcc540c3 ("mtd: nand: make use of mtd_to_nand() in NAND drivers") 5575075612cad ("mtd: atmel_nand: Support PMECC on SAMA5D2") 5ddc7bd43ccc7 ("mtd: atmel_nand: Support variable RB_EDGE interrupts") 66e8e47eae658 ("mtd: pxa3xx_nand: Fix initial controller configuration") 6a4ec4cd08888 ("memory: add Atmel EBI (External Bus Interface) driver") 72eaec21b0cf1 ("mtd: nand: atmel_nand: constify atmel_nand_caps structures") 87108dc78eb89 ("memory: atmel-ebi: Enable the SMC clock if specified") 8eb8c7d844b9d ("memory: atmel-ebi: Simplify SMC config code") b0f3ab20e7649 ("mfd: syscon: atmel-smc: Add helper to retrieve register layout") c7f00c29aa846 ("mtd: pxa3xx_nand: Increase the initial chunk size") cc00383722db7 ("mtd: nand: atmel: switch to mtd_ooblayout_ops") d699ed250c073 ("mtd: nand: make use of nand_set/get_controller_data() helpers") ee194289502a6 ("memory/atmel-ebi: Fix ns <-> cycles conversions") ee4fec5f44a2c ("memory: atmel-ebi: use PTR_ERR_OR_ZERO() to simplify the code") f88fc122cc34c ("mtd: nand: Cleanup/rework the atmel_nand driver") fe9d7cb22ef3a ("mfd: syscon: atmel-smc: Add new helpers to ease SMC regs manipulation") NOTE: The patch will not be queued to stable trees until it is upstream. How should we proceed with this patch? -- Thanks Sasha