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=-15.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_GIT autolearn=unavailable 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 44D72C0018C for ; Fri, 4 Dec 2020 19:36:37 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 164D322CA0 for ; Fri, 4 Dec 2020 19:36:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730611AbgLDTg3 (ORCPT ); Fri, 4 Dec 2020 14:36:29 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:56914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725923AbgLDTg3 (ORCPT ); Fri, 4 Dec 2020 14:36:29 -0500 Received: from mail-pj1-x1043.google.com (mail-pj1-x1043.google.com [IPv6:2607:f8b0:4864:20::1043]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 5DBADC061A4F for ; Fri, 4 Dec 2020 11:35:43 -0800 (PST) Received: by mail-pj1-x1043.google.com with SMTP id j13so3768533pjz.3 for ; Fri, 04 Dec 2020 11:35:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=iQOzjOYJXvpHGTBE9J2N6doLl1JsXiSaL28cDlClm0o=; b=k8Vt7gP4X6Qp48Jh5479utdPnROY5jhZmrrmJTepylvBPlCg8c6rByT4EhbHgrkLXQ Plm5G2PwQwBogJILdnwN11KBn3cQStYVPVQHDZqkv46XiAsS3nelHxKg51KOP1TazQ9Z qf/qkPHAJpiWvuDB6+3pM1oOVEII8u5yp1D+Q= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=iQOzjOYJXvpHGTBE9J2N6doLl1JsXiSaL28cDlClm0o=; b=lWmoaEUAyS691ifIWCGXVTLmj3CKkOXaZMJ+xLw161TC3e7g4IKMAZcZfQRp+pzjh4 7dKEhJBoFeL2qcWFzMl1LjuzM+2p07+Ab+v/xCHmBEfahNqD4Sh6h9I84KVtpVxG4bKR AAjh2S6zRnwi7sWbwLQl1fNLnyhDEPDYi6Xm+Kt7vgoAZj08SN/axWX9AgPk4ThWGlwb YhihNq5E1sBtcb0fHsRm6QlW2sbapte0jg1nNwSX7+Zi5qV2JtY6IRVASO5Dv2Sixyh7 hXsIDRKXW8nyGG7jdjxVta1njN6mSBWNC9NFTWsTBuUFUYTnWWEzXjdE3Z6McuxKqwff b3MQ== X-Gm-Message-State: AOAM5300eusTqRQMEK5ulkO9yJ4J6iJjhkT4qcy+MkZkR2+pqhuf09Iq 8LYza+Ngn5P+SBp9ITuVqAmq2g== X-Google-Smtp-Source: ABdhPJwtvKpZoIC5oBwhIilVQuCrqSzkia9n2e/z0noehWkQlZItz341dCblmGV7o4eIGAKr4ZBH+g== X-Received: by 2002:a17:90a:e386:: with SMTP id b6mr5345544pjz.134.1607110542931; Fri, 04 Dec 2020 11:35:42 -0800 (PST) Received: from smtp.gmail.com ([2620:15c:202:201:3e52:82ff:fe6c:83ab]) by smtp.gmail.com with ESMTPSA id g8sm4576548pgn.47.2020.12.04.11.35.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 04 Dec 2020 11:35:42 -0800 (PST) From: Stephen Boyd To: Mark Brown Cc: linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Benson Leung , linux-arm-msm@vger.kernel.org, Enric Balletbo i Serra , Akash Asthana , Simon Glass , Gwendal Grignou , Douglas Anderson , Alexandru M Stan Subject: [PATCH 0/3] spi: spi-geni-qcom: Use gpio descriptors for CS Date: Fri, 4 Dec 2020 11:35:37 -0800 Message-Id: <20201204193540.3047030-1-swboyd@chromium.org> X-Mailer: git-send-email 2.29.2.576.ga3fc446d84-goog MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Collected patches from the two series below and associated tags so they can be merged in one pile through the spi tree. Merry December! SPI: https://lore.kernel.org/r/20201202214935.1114381-1-swboyd@chromium.org cros-ec: https://lore.kernel.org/r/20201203011649.1405292-1-swboyd@chromium.org Cc: Akash Asthana Cc: Simon Glass Cc: Gwendal Grignou Cc: Douglas Anderson Cc: Alexandru M Stan Stephen Boyd (3): platform/chrome: cros_ec_spi: Don't overwrite spi::mode platform/chrome: cros_ec_spi: Drop bits_per_word assignment spi: spi-geni-qcom: Use the new method of gpio CS control drivers/platform/chrome/cros_ec_spi.c | 2 -- drivers/spi/spi-geni-qcom.c | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) base-commit: b65054597872ce3aefbc6a666385eabdf9e288da -- https://chromeos.dev