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=-6.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 7E043C433DF for ; Fri, 19 Jun 2020 13:28:35 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 576CC21556 for ; Fri, 19 Jun 2020 13:28:35 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592573315; bh=PFkCCeYnJboxa0bSQm5EdkilSpndfFBjlZlTuD7GYZI=; h=Date:From:To:Cc:In-Reply-To:References:Subject:List-ID:From; b=Ykds27uLxTRMlsPyn+D+qvcskhBMTYcraxDHAaNmKT3QmS5rZ0CGCurVOqQIuCsF1 fxYpTWpz68NxKG/w1jMcHSwpY8F1xy2QSObjAdia2qcBD47XxtIH/LRWxwtsmyhFw/ uD0xTeIwHTs4AAodcpJgSPZaEDFzbeBrHwfIaKoI= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732442AbgFSN2c (ORCPT ); Fri, 19 Jun 2020 09:28:32 -0400 Received: from mail.kernel.org ([198.145.29.99]:46308 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732503AbgFSN2G (ORCPT ); Fri, 19 Jun 2020 09:28:06 -0400 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (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 2E6F221556; Fri, 19 Jun 2020 13:28:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592573285; bh=PFkCCeYnJboxa0bSQm5EdkilSpndfFBjlZlTuD7GYZI=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=o2GfRR17AIys3dzQSLK9VRQTBfHMgWdkbVioUwKPe8fXgqMOrwCrQUyoFVkNyrsXP xZtDzPvlotCzDGQ+zFwARvX8jOJL7hr9xt4RzQeB4TEx7Aiyg71/e4PY271FExWA1W PGKnMmmfPc7kZQ4TtGfVXJTC4qiaDmpytvuI1564= Date: Fri, 19 Jun 2020 14:28:03 +0100 From: Mark Brown To: Vignesh Raghavendra , Tudor Ambarus Cc: dinguyen@kernel.org, Boris Brezillon , Ramuthevar Vadivel Murugan , linux-spi@vger.kernel.org, simon.k.r.goldschmidt@gmail.com, linux-kernel@vger.kernel.org, marex@denx.de, linux-mtd@lists.infradead.org In-Reply-To: <20200601070444.16923-1-vigneshr@ti.com> References: <20200601070444.16923-1-vigneshr@ti.com> Subject: Re: [RESEND PATCH v3 0/8] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework Message-Id: <159257327822.5984.1131311345326865649.b4-ty@kernel.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 1 Jun 2020 12:34:36 +0530, Vignesh Raghavendra wrote: > This series is a subset of "[PATCH v12 0/4] spi: cadence-quadspi: Add > support for the Cadence QSPI controller" by Ramuthevar,Vadivel MuruganX > that intended to move > cadence-quadspi driver to spi-mem framework > > Those patches were trying to accomplish too many things in a single set > of patches and need to split into smaller patches. This is reduced > version of above series. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/8] mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometry commit: 834b4e8d344139ba64cda22099b2b2ef6c9a542d [2/8] mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode commit: a99705079a91e6373122bd0ca2fc129b688fc5b3 [3/8] mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failure commit: 48aae57f0f9f57797772bd462b4d64902b1b4ae1 [4/8] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines commit: c61088d1f9932940af780b674f028140eda09a94 [5/8] mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA channel commit: 935da5e5100f57d843cac4781b21f1c235059aa0 [6/8] mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase path commit: 41b5ed6e677ca73cb031b7657eefb5cf27071be3 [7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework commit: a314f6367787ee1d767df9a2120f17e4511144d0 [8/8] spi: Move cadence-quadspi driver to drivers/spi/ commit: 31fb632b5d43ca16713095b3a4fe17e3d7331e28 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark 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=-6.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED 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 EB465C433E0 for ; Fri, 19 Jun 2020 13:28:24 +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 BD10C20771 for ; Fri, 19 Jun 2020 13:28:24 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="LLjKespw"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="o2GfRR17" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BD10C20771 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org 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.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Subject: References:In-Reply-To:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=24R9L7WDsaLGvNIqL6lRvu001B84dkU+8OYGfcJZ4GA=; b=LLjKespwOKMK58 gnR9p0eb6FhIasKZ/z/XgSZ/G9alN0PmdNFVkVBUbuYruq8/qi90IsC3hry6/pi0+CifAmjl7tgJy txsS9Y+CCJN250Lub06HCtlrCSHbcJRGX6Ma+pU+tVYSKfywJsFmNb7a+SAX4G9I4BulnZMlFG8wH L/dCUj36BEehszW8ZaNyitnLLIMtzTNaLvT0L+Br3pGVQUSzi4WpUXJ/9Ksvkq7UrHZS61B+dxDKx /cMQz3nIS1KmLH3mqFQLpLWHvNerT7OFx/tL3OHB67xJ2r7P0BdF56DJeTHxVC6WVlyoMx5/lFa8B Mni2eSiE66kb6RkiLJVw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1jmH40-00053g-Se; Fri, 19 Jun 2020 13:28:12 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1jmH3v-00052v-M4 for linux-mtd@lists.infradead.org; Fri, 19 Jun 2020 13:28:09 +0000 Received: from localhost (fw-tnat.cambridge.arm.com [217.140.96.140]) (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 2E6F221556; Fri, 19 Jun 2020 13:28:05 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1592573285; bh=PFkCCeYnJboxa0bSQm5EdkilSpndfFBjlZlTuD7GYZI=; h=Date:From:To:Cc:In-Reply-To:References:Subject:From; b=o2GfRR17AIys3dzQSLK9VRQTBfHMgWdkbVioUwKPe8fXgqMOrwCrQUyoFVkNyrsXP xZtDzPvlotCzDGQ+zFwARvX8jOJL7hr9xt4RzQeB4TEx7Aiyg71/e4PY271FExWA1W PGKnMmmfPc7kZQ4TtGfVXJTC4qiaDmpytvuI1564= Date: Fri, 19 Jun 2020 14:28:03 +0100 From: Mark Brown To: Vignesh Raghavendra , Tudor Ambarus In-Reply-To: <20200601070444.16923-1-vigneshr@ti.com> References: <20200601070444.16923-1-vigneshr@ti.com> Subject: Re: [RESEND PATCH v3 0/8] mtd: spi-nor: Move cadence-qaudspi to spi-mem framework Message-Id: <159257327822.5984.1131311345326865649.b4-ty@kernel.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200619_062807_742857_AF7219D5 X-CRM114-Status: GOOD ( 12.05 ) X-BeenThere: linux-mtd@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: marex@denx.de, Ramuthevar Vadivel Murugan , simon.k.r.goldschmidt@gmail.com, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, dinguyen@kernel.org, linux-mtd@lists.infradead.org, Boris Brezillon MIME-Version: 1.0 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 Mon, 1 Jun 2020 12:34:36 +0530, Vignesh Raghavendra wrote: > This series is a subset of "[PATCH v12 0/4] spi: cadence-quadspi: Add > support for the Cadence QSPI controller" by Ramuthevar,Vadivel MuruganX > that intended to move > cadence-quadspi driver to spi-mem framework > > Those patches were trying to accomplish too many things in a single set > of patches and need to split into smaller patches. This is reduced > version of above series. > > [...] Applied to https://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next Thanks! [1/8] mtd: spi-nor: cadence-quadspi: Make driver independent of flash geometry commit: 834b4e8d344139ba64cda22099b2b2ef6c9a542d [2/8] mtd: spi-nor: cadence-quadspi: Provide a way to disable DAC mode commit: a99705079a91e6373122bd0ca2fc129b688fc5b3 [3/8] mtd: spi-nor: cadence-quadspi: Don't initialize rx_dma_complete on failure commit: 48aae57f0f9f57797772bd462b4d64902b1b4ae1 [4/8] mtd: spi-nor: cadence-quadspi: Fix error path on failure to acquire reset lines commit: c61088d1f9932940af780b674f028140eda09a94 [5/8] mtd: spi-nor: cadence-quadspi: Handle probe deferral while requesting DMA channel commit: 935da5e5100f57d843cac4781b21f1c235059aa0 [6/8] mtd: spi-nor: cadence-quadspi: Drop redundant WREN in erase path commit: 41b5ed6e677ca73cb031b7657eefb5cf27071be3 [7/8] mtd: spi-nor: Convert cadence-quadspi to use spi-mem framework commit: a314f6367787ee1d767df9a2120f17e4511144d0 [8/8] spi: Move cadence-quadspi driver to drivers/spi/ commit: 31fb632b5d43ca16713095b3a4fe17e3d7331e28 All being well this means that it will be integrated into the linux-next tree (usually sometime in the next 24 hours) and sent to Linus during the next merge window (or sooner if it is a bug fix), however if problems are discovered then the patch may be dropped or reverted. You may get further e-mails resulting from automated or manual testing and review of the tree, please engage with people reporting problems and send followup patches addressing any issues that are reported if needed. If any updates are required or you are submitting further changes they should be sent as incremental updates against current git, existing patches will not be replaced. Please add any relevant lists and maintainers to the CCs when replying to this mail. Thanks, Mark ______________________________________________________ Linux MTD discussion mailing list http://lists.infradead.org/mailman/listinfo/linux-mtd/