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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0B163C3A5A7 for ; Tue, 6 Dec 2022 08:19:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233231AbiLFITv (ORCPT ); Tue, 6 Dec 2022 03:19:51 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:47094 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234027AbiLFIS6 (ORCPT ); Tue, 6 Dec 2022 03:18:58 -0500 Received: from mail.3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 70803A456 for ; Tue, 6 Dec 2022 00:17:45 -0800 (PST) Received: from 3ffe.de (0001.3ffe.de [IPv6:2a01:4f8:c0c:9d57::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.3ffe.de (Postfix) with ESMTPSA id 43810126D; Tue, 6 Dec 2022 09:17:43 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=walle.cc; s=mail2022082101; t=1670314663; 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=6s4cTi1vPx1lT99w7gcEu65YdC3MGfHB7p5R+XR4p4U=; b=ob1t0gLMJPazAqQkmbSP/tuTKYGDYWefM9gGUEn/GHS7a8PYoy2i43fb59b5fXrjAkEqKd rCvNnifxFIw1FBT+zdGarmWsYTyvmABtoDyMrHv/336fHzXMZjNx6Vb4XAAQavZ0hxH3WX 6rON1ZlEQRBxKuqBXpjcSAuMIhNBUW/DNXU2/r0BnAmP3fZ1JKloN9Gy6ok5dRTche3660 r6+1YyzWtz/Vym4bO8PpT+w+hl26qeGsxqLGG8mqmsccZY8y9rZfdUCuFK4Eja605QFk76 8jEBIhuOoJNiwtZkPZFpd7NSTeVAPBrLaxZCqIK30FDjmymtUf9MY5whxEkGKQ== MIME-Version: 1.0 Date: Tue, 06 Dec 2022 09:17:43 +0100 From: Michael Walle To: Vlim Cc: Victor Lim , tudor.ambarus@microchip.com, p.yadav@ti.com, miquel.raynal@bootlin.com, richard@nod.at, vigneshr@ti.com, linux-mtd@lists.infradead.org, linux-kernel@vger.kernel.org, vikhyat.goyal@amd.com, amit.kumar-mahapatra@amd.com, alejandro.carmona@amd.com Subject: Re: [PATCH] Linux: SPI: add Gigadevice part # In-Reply-To: References: <20221204080000.4100-1-vlim@gigadevice.com> User-Agent: Roundcube Webmail/1.4.13 Message-ID: X-Sender: michael@walle.cc Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, Am 2022-12-06 02:27, schrieb Vlim: > I will redo the patch following this doc. > At the meantime, can you point out a few mistakes that I am making so > that I can correct it in the next submit. I really don't know what you want to achieve with this patch. It has a bunch of renames. So what is the intention of the renames? -michael