From patchwork Tue Jul 18 19:24:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabrizio Castro X-Patchwork-Id: 704898 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 D9089EB64DD for ; Tue, 18 Jul 2023 19:25:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229506AbjGRTZG (ORCPT ); Tue, 18 Jul 2023 15:25:06 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:51802 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229749AbjGRTZE (ORCPT ); Tue, 18 Jul 2023 15:25:04 -0400 Received: from relmlie6.idc.renesas.com (relmlor2.renesas.com [210.160.252.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E99771993; Tue, 18 Jul 2023 12:25:02 -0700 (PDT) X-IronPort-AV: E=Sophos;i="6.01,214,1684767600"; d="scan'208";a="173456513" Received: from unknown (HELO relmlir6.idc.renesas.com) ([10.200.68.152]) by relmlie6.idc.renesas.com with ESMTP; 19 Jul 2023 04:25:02 +0900 Received: from mulinux.home (unknown [10.226.93.62]) by relmlir6.idc.renesas.com (Postfix) with ESMTP id 2ED2740671B9; Wed, 19 Jul 2023 04:24:58 +0900 (JST) From: Fabrizio Castro To: Mark Brown , Geert Uytterhoeven Cc: Fabrizio Castro , Andy Shevchenko , linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org, Chris Paterson , Biju Das , Lad Prabhakar , linux-renesas-soc@vger.kernel.org Subject: [PATCH v2 0/4] spi: rzv2m-csi: Code refactoring Date: Tue, 18 Jul 2023 20:24:49 +0100 Message-Id: <20230718192453.543549-1-fabrizio.castro.jz@renesas.com> X-Mailer: git-send-email 2.34.1 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org Dear All, I am sending this series to follow up on the comments received from the first version of this series. The first 5 patches of the first series have been taken by Mark already (thanks Mark), this second version only addresses the remaining patches. I would like to highlight that I have dropped patch "spi: rzv2m-csi: Switch to using {read,write}s{b,w}" for now, and maybe I will send a follow up patch later on. Thanks, Fab Fabrizio Castro (4): spi: rzv2m-csi: Squash timing settings into one statement spi: rzv2m-csi: Improve data types, casting and alignment spi: rzv2m-csi: Get rid of the x_trg{_words} tables spi: rzv2m-csi: Make use of device_set_node drivers/spi/spi-rzv2m-csi.c | 78 +++++++++++++++---------------------- 1 file changed, 32 insertions(+), 46 deletions(-)