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=-0.9 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,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 F1316C04EB8 for ; Mon, 10 Dec 2018 08:22:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id BC48F2081F for ; Mon, 10 Dec 2018 08:22:29 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org BC48F2081F Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=bootlin.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726531AbeLJIWW (ORCPT ); Mon, 10 Dec 2018 03:22:22 -0500 Received: from mail.bootlin.com ([62.4.15.54]:48871 "EHLO mail.bootlin.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726029AbeLJIWW (ORCPT ); Mon, 10 Dec 2018 03:22:22 -0500 Received: by mail.bootlin.com (Postfix, from userid 110) id E523120CE8; Mon, 10 Dec 2018 09:22:18 +0100 (CET) Received: from bbrezillon (unknown [91.160.177.164]) by mail.bootlin.com (Postfix) with ESMTPSA id 9AF1720CE3; Mon, 10 Dec 2018 09:22:08 +0100 (CET) Date: Mon, 10 Dec 2018 09:22:08 +0100 From: Boris Brezillon To: Yogesh Narayan Gaur Cc: Mark Brown , Vignesh R , "linux-mtd@lists.infradead.org" , "marek.vasut@gmail.com" , "linux-spi@vger.kernel.org" , "devicetree@vger.kernel.org" , "robh@kernel.org" , "mark.rutland@arm.com" , "shawnguo@kernel.org" , "linux-arm-kernel@lists.infradead.org" , "computersforpeace@gmail.com" , "frieder.schrempf@exceet.de" , "linux-kernel@vger.kernel.org" Subject: Re: [PATCH v5 0/7] spi: add support for octal mode Message-ID: <20181210092208.0971c3be@bbrezillon> In-Reply-To: References: <1543826226-30898-1-git-send-email-yogeshnarayan.gaur@nxp.com> <20181203101937.7b01a0ad@bbrezillon> <214dadd9-859c-ca88-1aff-1c83fcfa3c0b@ti.com> <20181205134618.56223758@bbrezillon> <20181206074554.0ec0aecb@bbrezillon> <20181206202956.GG3084@sirena.org.uk> X-Mailer: Claws Mail 3.16.0 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Yogesh, On Mon, 10 Dec 2018 04:13:28 +0000 Yogesh Narayan Gaur wrote: > Hi Mark, > > Patch has been resend [1], this patch is depends on the series of patch[2] and this series has been applied by Boris already. You're still not asking the right person. Every patches touching things in drivers/mtd/ should be taken by me (or another MTD maintainer), and patches touching things in drivers/spi/ should be taken by Mark. So, the patch you're pointing to should be applied by me. Plus, I told you I would apply it after 4.21-rc1 because I don't want to deal with the mtd -> spi dependency. Please be patient. Regards, Boris