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=-3.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_GIT autolearn=no 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 68F29C34037 for ; Tue, 18 Feb 2020 10:58:15 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 48C8020722 for ; Tue, 18 Feb 2020 10:58:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726411AbgBRK6P (ORCPT ); Tue, 18 Feb 2020 05:58:15 -0500 Received: from laurent.telenet-ops.be ([195.130.137.89]:58192 "EHLO laurent.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726428AbgBRK6O (ORCPT ); Tue, 18 Feb 2020 05:58:14 -0500 Received: from ramsan ([84.195.182.253]) by laurent.telenet-ops.be with bizsmtp id 4AyC220065USYZQ01AyCyp; Tue, 18 Feb 2020 11:58:13 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1j40Zw-0003jJ-31; Tue, 18 Feb 2020 11:58:12 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1j40Zw-0000FZ-0e; Tue, 18 Feb 2020 11:58:12 +0100 From: Geert Uytterhoeven To: Mark Brown Cc: Hoan Nguyen An , linux-spi@vger.kernel.org, linux-renesas-soc@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] spi: rspi: Add support for configuring word order Date: Tue, 18 Feb 2020 11:58:07 +0100 Message-Id: <20200218105810.902-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Mark, This patch series adds support for configuring the word order on Renesas "RSPI" SPI controllers. This has been tested on RSK+RZA1 using spidev_test (with/without -L option). Thanks! Geert Uytterhoeven (2): spi: rspi: Factor out handling of common mode bits spi: rspi: Add support for LSB-first word order drivers/spi/spi-rspi.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds From mboxrd@z Thu Jan 1 00:00:00 1970 From: Geert Uytterhoeven Subject: [PATCH 0/2] spi: rspi: Add support for configuring word order Date: Tue, 18 Feb 2020 11:58:07 +0100 Message-ID: <20200218105810.902-1-geert+renesas@glider.be> Cc: Hoan Nguyen An , linux-spi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-renesas-soc-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Geert Uytterhoeven To: Mark Brown Return-path: Sender: linux-spi-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Hi Mark, This patch series adds support for configuring the word order on Renesas "RSPI" SPI controllers. This has been tested on RSK+RZA1 using spidev_test (with/without -L option). Thanks! Geert Uytterhoeven (2): spi: rspi: Factor out handling of common mode bits spi: rspi: Add support for LSB-first word order drivers/spi/spi-rspi.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert-Td1EMuHUCqxL1ZNQvxDV9g@public.gmane.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds