From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mslow1.mail.gandi.net (mslow1.mail.gandi.net [217.70.178.240]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 5695918C3A for ; Fri, 15 Dec 2023 10:17:05 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=reject dis=none) header.from=bootlin.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=bootlin.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=bootlin.com header.i=@bootlin.com header.b="eQ1k0BSC" Received: from relay3-d.mail.gandi.net (unknown [IPv6:2001:4b98:dc4:8::223]) by mslow1.mail.gandi.net (Postfix) with ESMTP id A00DAC5C2B for ; Fri, 15 Dec 2023 10:17:03 +0000 (UTC) Received: by mail.gandi.net (Postfix) with ESMTPSA id 680B860007; Fri, 15 Dec 2023 10:16:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bootlin.com; s=gm1; t=1702635416; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=8LSzPU419DcHPOBSlIFjlVD+3xwo2DSPCaE+1kmur2s=; b=eQ1k0BSCvr+L6QmKolSWPqT6RyFMefvgGiQiCzpd1Nh0KftMkTQ+WIKBNSeKfl2ApK7oJ/ ugRgLjLATXELcsy3HeKGaX3zshPYcQhKa5fXa5iDusts3e9AssHvQZix6F2Z2Fevkn6iC3 gGmCmnRnEE1bIBFYfZ+zN5tqyd4ruMgoeReaugdSyVhnQNeTm6Jpf+0+oFb/MvZkHFriOu 9AcrFbEsp/CNN6IiKn6h2/FGm29C317TCzUUU4jMBwW8Gx2Ynh98MFKJZyF8CL6++vVZ1j 6jIGg8SSwd2z5LEGI/zs1zCt7T4LaUmZnjXdCarIckvCCicrkE2acudx/CsbDw== Date: Fri, 15 Dec 2023 11:16:48 +0100 From: Miquel Raynal To: Nikita Shubin via B4 Relay Cc: , Richard Weinberger , Vignesh Raghavendra , Arnd Bergmann , Linus Walleij , Christophe Kerello , Krzysztof Kozlowski , Neil Armstrong , Chris Packham , Johan Jonker , Greg Kroah-Hartman , Jonathan Cameron , linux-kernel@vger.kernel.org, linux-mtd@lists.infradead.org Subject: Re: [PATCH v6 20/40] mtd: rawnand: add support for ts72xx Message-ID: <20231215111648.196c0c46@xps-13> In-Reply-To: <20231212-ep93xx-v6-20-c307b8ac9aa8@maquefel.me> References: <20231212-ep93xx-v6-0-c307b8ac9aa8@maquefel.me> <20231212-ep93xx-v6-20-c307b8ac9aa8@maquefel.me> Organization: Bootlin X-Mailer: Claws Mail 4.0.0 (GTK+ 3.24.33; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-GND-Sasl: miquel.raynal@bootlin.com Hi Nikita, devnull+nikita.shubin.maquefel.me@kernel.org wrote on Tue, 12 Dec 2023 11:20:37 +0300: > From: Nikita Shubin >=20 > Technologic Systems has it's own nand controller implementation in CPLD. >=20 > Signed-off-by: Nikita Shubin I'm fine with this version, I could collect patches 19 and 20 through mtd but I saw no clear answer to the cover letter, regarding who should pickup the patches. Let me know what you prefer. Thanks, Miqu=C3=A8l