From patchwork Fri Jul 17 13:54:10 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11670363 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id C29A513B4 for ; Fri, 17 Jul 2020 13:54:34 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id AB508207EA for ; Fri, 17 Jul 2020 13:54:34 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=linaro.org header.i=@linaro.org header.b="t0wYVFni" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726801AbgGQNy2 (ORCPT ); Fri, 17 Jul 2020 09:54:28 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38630 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726221AbgGQNy2 (ORCPT ); Fri, 17 Jul 2020 09:54:28 -0400 Received: from mail-wr1-x441.google.com (mail-wr1-x441.google.com [IPv6:2a00:1450:4864:20::441]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 8230BC0619D3 for ; Fri, 17 Jul 2020 06:54:28 -0700 (PDT) Received: by mail-wr1-x441.google.com with SMTP id 88so939506wrh.3 for ; Fri, 17 Jul 2020 06:54:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:mime-version :content-transfer-encoding; bh=mZfMUaA17R3icGqKhk35Xjzi+ajkOiQtF78NjxJlh+I=; b=t0wYVFni3sQJhsteO0i7CsJzNHAU3gm1n7rUGL+qpWUY0zG24jq6mHGpCRztRtUnwf IOYjz3GZfJtUIbcOJRAuKfwBpzFLJax83ltNTsLH9l3xREzmZgApSTfqhCn2FwFw16B/ BTKKJjo4LmfEa2aMP8au9ZoYNGN0u0qvyX4GRpJjQTaZ3G4fPh8Gs0mtNsjZBmG4cfkt bntEjAaUGTb4QxIYeSdeXK4hSaily2WQ8SzEI1dLeee07rWeLCgM/AfajXQFM9kztgao onKzun9gCP2HjWLxnRrX1L4F8cxFHTRi6fLr7mhJpi7EeL6wCz2tF8Xlyq6EgLdFVHEp ZxIw== 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=mZfMUaA17R3icGqKhk35Xjzi+ajkOiQtF78NjxJlh+I=; b=dLHB+3pOtjq993CnqS+PJx6I6UX5wu4i7PWDVgx6wRqxW/0BSReEocQOgyeogRXh8W 4k8dE8pvY4vI0JJHXjC/4HvpH0JvOeir7+2nBx9qyJl1YkoLhBk4GhXsb3vUHtP7fol/ 4VHJH9Nr+OGyKF8Hq/RCYaCclS/cmnUsJlaOFZDsM2GxTE8sAcQ6UHWIAMt0lW518Yf/ aWPOWxgxbObe32J0O/sdJZjE7DEnOk7LnrH8t690JP8gi60fHVLY5UfPtZzcdkzDdrNb D2EJ0lDhpvQLRAc3caPxgDIAQK69dD+XfvNImJeNxEOAuyqnEe87ADGg1l4so6WU699I 9xmw== X-Gm-Message-State: AOAM533CS8rWNUM7mQpTdhlWuKZVB7vfJ19X2MMjqwsJVzAC5O7ibOXS vTzPwqSONimi/idjmY2ETrLeS5sa5ClJHA== X-Google-Smtp-Source: ABdhPJxg8iuLuT9JBHIPwafmAtJ1s/7zlCngVDEQH1UApsQdxbmvzfQ6mI4P0ZzZNDSocgJDY6MAsA== X-Received: by 2002:a5d:4f0b:: with SMTP id c11mr10451087wru.344.1594994067074; Fri, 17 Jul 2020 06:54:27 -0700 (PDT) Received: from localhost.localdomain ([2.27.167.94]) by smtp.gmail.com with ESMTPSA id w128sm16118356wmb.19.2020.07.17.06.54.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 17 Jul 2020 06:54:26 -0700 (PDT) From: Lee Jones To: broonie@kernel.org Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-spi@vger.kernel.org, Lee Jones Subject: [PATCH v2 00/14] Rid W=1 warnings in SPI Date: Fri, 17 Jul 2020 14:54:10 +0100 Message-Id: <20200717135424.2442271-1-lee.jones@linaro.org> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Sender: linux-spi-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-spi@vger.kernel.org This set is part of a larger effort attempting to clean-up W=1 kernel builds, which are currently overwhelmingly riddled with niggly little warnings. After these patches are applied, the build system no longer complains about any W=0 nor W=1 level warnings in drivers/spi. Hurrah! Changelog: v2 - Add *-bys - Remove instead of use OF table Lee Jones (14): spi: spi-loopback-test: Fix formatting issues in function header blocks spi: spi-bitbang: Demote obvious misuse of kerneldoc to standard comment blocks spi: spi-davinci: Fix a few kerneldoc misspellings and API slippages spi: spi-ep93xx: Fix API slippage spi: spi-meson-spifc: Fix misdocumenting of 'dev' in 'struct meson_spifc' spi: spi-meson-spicc: Remove set but never used variable 'data' from meson_spicc_reset_fifo() spi: spi-s3c64xx: Add missing entries for structs 's3c64xx_spi_dma_data' and 's3c64xx_spi_dma_data' spi: spi-pl022: Provide missing struct attribute/function param docs spi: spi-zynq-qspi: Add description for 2 missing attributes/parameters spi: spi-zynqmp-gqspi: Correct a couple of misspellings in kerneldoc spi: spi-topcliff-pch: Add missing descriptions to 'struct pch_spi_data' spi: spi-at91-usart: Remove unused OF table 'struct of_device_id' spi: spi-pxa2xx: Do not define 'struct acpi_device_id' when !CONFIG_ACPI spi: spi-amd: Do not define 'struct acpi_device_id' when !CONFIG_ACPI drivers/spi/spi-amd.c | 2 ++ drivers/spi/spi-at91-usart.c | 7 ------- drivers/spi/spi-bitbang.c | 6 +++--- drivers/spi/spi-davinci.c | 7 ++++--- drivers/spi/spi-ep93xx.c | 2 +- drivers/spi/spi-loopback-test.c | 16 ++++++++-------- drivers/spi/spi-meson-spicc.c | 4 +--- drivers/spi/spi-meson-spifc.c | 2 +- drivers/spi/spi-pl022.c | 12 +++++++++--- drivers/spi/spi-pxa2xx.c | 2 ++ drivers/spi/spi-s3c64xx.c | 9 ++++++++- drivers/spi/spi-topcliff-pch.c | 8 ++++++-- drivers/spi/spi-zynq-qspi.c | 3 ++- drivers/spi/spi-zynqmp-gqspi.c | 6 +++--- 14 files changed, 50 insertions(+), 36 deletions(-)