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=-13.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 62C6FC43461 for ; Thu, 20 May 2021 19:01:17 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4855860551 for ; Thu, 20 May 2021 19:01:17 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236578AbhETTCf (ORCPT ); Thu, 20 May 2021 15:02:35 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:32810 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236501AbhETTCd (ORCPT ); Thu, 20 May 2021 15:02:33 -0400 Received: from mail-wr1-x430.google.com (mail-wr1-x430.google.com [IPv6:2a00:1450:4864:20::430]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A5424C061761 for ; Thu, 20 May 2021 12:01:10 -0700 (PDT) Received: by mail-wr1-x430.google.com with SMTP id c14so16935233wrx.3 for ; Thu, 20 May 2021 12:01:10 -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=2DRojMIGvqGqfd6599LIXINUCsrKqBTGuM0HeJNOCqY=; b=BhW/gXf8pWSAZIebe6nxATFBDBMilShlmVRZzJL0Z7cmhZ34wH8yiODRYqZmjd0Bbw 5FLnj7yUL68hbF/XNuFKxoi0pfP4IxkJ9c+tMdT028yF+NF5NC4AbnGloFwc4U/IgJJb HkBmb6/op7D4qo7GUrP+MqqfwZ6YMDM+Oxk8Miamy9HC5vBwZMh5J6OxRXCPhVYondTN OQQCjBR3wG190MivkxGFRMZfvJSZhA+Pb19zi5r6dE1ffLHfPQK8OngnGA2VqwGj8doy fyt+TWfbk49ktvoZDPBPDYLY6+bP73h8SefLmUIpQlMpElMBtYVTr7MMgHl7IQ2YM0NU tiQg== 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=2DRojMIGvqGqfd6599LIXINUCsrKqBTGuM0HeJNOCqY=; b=m8WGK5DMiUDsVjShrcnaBxaWt4jWE08fSZW+okr1Od6htYsbO/XwgxhffsQQI5GJ1c +9Hhm4POlKrsy+vvsIZH6iGyc04+wvt+WKRXPLlT+Kbr0wIm3FT1QnuU6aTLMI53Jr9o h4scPQ4LVGU21xFGd7HVLPTIT6SX1ykCQ76M6Hpgp+sLPFEWmwZNLvk/r33h0DhvaexU evec5Rv4S/DM+iDKLEXAH7zO9/8UzYC1gz0kO7KnHj5XiOVijQkgkND0yhMKDWGrLHr5 k2ARnObI6y0tbNDQRDgxtFcZjFNwqpZly6Hw/Gc1DpMbJDEVcNtxgyhlwaNQ6PdknUL2 cadg== X-Gm-Message-State: AOAM532oJK1/UFTVn1AMp4lZl21R3ASasUJyCmWS/sCZS8ZB++0gxKwh kweGr79mJMsum6yZNf4oWRzdzQ== X-Google-Smtp-Source: ABdhPJyFFyrDcMhhbJFcjr+Bz0N+pSMlyvPDFQtGOrLH3IV1YMX4KzVeEjRTqSnwuhvjNtamRbprxA== X-Received: by 2002:adf:f58e:: with SMTP id f14mr5759911wro.258.1621537269261; Thu, 20 May 2021 12:01:09 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id p20sm9011899wmq.10.2021.05.20.12.01.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 12:01:08 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Alain Volmat , Alexandre Torgue , Anders Berg , Andreas Larsson , Andrew Lunn , Andy Shevchenko , Cedric Madianga , Dennis Kovalev , Doug Anderson , Fabio Estevam , Heiko Stuebner , Jarkko Nikula , Jean Delvare , Jonathan Hunter , Krzysztof Adamski , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-riscv@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-tegra@vger.kernel.org, Marek Vasut , Maxime Coquelin , Maxime Coquelin , Max Schwarz , Michal Simek , Mika Westerberg , NXP Linux Team , Palmer Dabbelt , Patrice Chotard , Paul Walmsley , Pengutronix Kernel Team , Peter Korsgaard , Peter Rosin , Philipp Zabel , Pierre-Yves MORDRET , Rudolf Marek , Sachin Verma , Sascha Hauer , Shariff Md , Shawn Guo , Srinidhi Kasagar , Thierry Reding , Thor Thayer , Tomoya MORINAGA , Vaibhav Gupta , Vitaly Wool , Vladimir Zapolskiy , Wolfram Sang Subject: [PATCH 00/16] Rid W=1 warnings from I2C Date: Thu, 20 May 2021 20:00:49 +0100 Message-Id: <20210520190105.3772683-1-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-tegra@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. Lee Jones (16): i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout' i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc i2c: busses: i2c-altera: Fix formatting issue in struct and demote unworthy kernel-doc headers i2c: busses: i2c-axxia: Fix formatting issue in struct and demote unworthy kernel-doc headers i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode' i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()' i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param i2c: busses: i2c-mxs: Demote barely half complete kernel-doc header i2c: busses: i2c-ocores: Place the expected function names into the documentation headers i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure i2c: busses: i2c-rk3x: Demote unworthy headers and help more complete ones i2c: busses: i2c-st: Fix copy/paste function misnaming issues i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name i2c: busses: i2c-tegra-bpmp: Demote kernel-doc abuses i2c: busses: i2c-st: trivial: Fix spelling issue 'enmpty => empty' drivers/i2c/busses/i2c-ali1563.c | 2 +- drivers/i2c/busses/i2c-altera.c | 9 ++++----- drivers/i2c/busses/i2c-axxia.c | 11 +++++------ drivers/i2c/busses/i2c-cadence.c | 2 +- drivers/i2c/busses/i2c-designware-master.c | 2 +- drivers/i2c/busses/i2c-eg20t.c | 3 ++- drivers/i2c/busses/i2c-mxs.c | 2 +- drivers/i2c/busses/i2c-nomadik.c | 2 +- drivers/i2c/busses/i2c-ocores.c | 8 ++++---- drivers/i2c/busses/i2c-pnx.c | 8 ++++---- drivers/i2c/busses/i2c-rk3x.c | 18 +++++++++--------- drivers/i2c/busses/i2c-st.c | 4 ++-- drivers/i2c/busses/i2c-stm32f4.c | 2 +- drivers/i2c/busses/i2c-tegra-bpmp.c | 4 ++-- drivers/i2c/muxes/i2c-arb-gpio-challenge.c | 4 ++-- 15 files changed, 40 insertions(+), 41 deletions(-) Cc: Alain Volmat Cc: Alexandre Torgue Cc: Anders Berg Cc: Andreas Larsson Cc: Andrew Lunn Cc: Andy Shevchenko Cc: Cedric Madianga Cc: Dennis Kovalev Cc: Doug Anderson Cc: Fabio Estevam Cc: Heiko Stuebner Cc: Jarkko Nikula Cc: Jean Delvare Cc: Jonathan Hunter Cc: Krzysztof Adamski Cc: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org Cc: linux-i2c@vger.kernel.org Cc: linux-riscv@lists.infradead.org Cc: linux-rockchip@lists.infradead.org Cc: linux-stm32@st-md-mailman.stormreply.com Cc: linux-tegra@vger.kernel.org Cc: Marek Vasut Cc: Maxime Coquelin Cc: Maxime Coquelin Cc: Max Schwarz Cc: Michal Simek Cc: Mika Westerberg Cc: NXP Linux Team Cc: Palmer Dabbelt Cc: Patrice Chotard Cc: Paul Walmsley Cc: Pengutronix Kernel Team Cc: Peter Korsgaard Cc: Peter Rosin Cc: Philipp Zabel Cc: Pierre-Yves MORDRET Cc: Rudolf Marek Cc: Sachin Verma Cc: Sascha Hauer Cc: Shariff Md Cc: Shawn Guo Cc: Srinidhi Kasagar Cc: Thierry Reding Cc: Thor Thayer Cc: Tomoya MORINAGA Cc: Vaibhav Gupta Cc: Vitaly Wool Cc: Vladimir Zapolskiy Cc: Wolfram Sang -- 2.31.1 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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 5B8B5C433ED for ; Thu, 20 May 2021 19:02:40 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id CF7C660D07 for ; Thu, 20 May 2021 19:02:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org CF7C660D07 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=bjNzok9q45qbRgU/FXCxYNN9omgHFkMIX1LWcIsu2kQ=; b=fmJpkBRC66Ds8NmIIeFtfb4V/T AMnrH5zbLqUy+wLQMNC+xs29cEdT+85Rr5vYnq5KuZqwWGOYe52XSeFssLN9cs3mLaJxCGaboEBBv /z6wsf2LEUpF714v3UBTpEYXlcDM2hU9gfW9XCamaJI1PRzMsJ/KcFlfst6pkjN5jQOK6ptXJD7kN f8l3L5yj7NjZAF8VeVj/2Mhm1GRrS5yVrCM+NK9goK5sW98AqhfT1jiPmtkG80IAJiJkerYtiJRFv +DBXKoOjokjbq0pfHtNA20SSbB8eJFxDeeVV519APJ0Or04KSFq1xZmnMkm3gGiZsR8VOwGT+pw0v kB/oxeAw==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ljnvr-002OmB-Dl; Thu, 20 May 2021 19:02:07 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ljnv0-002OeI-D4 for linux-riscv@desiato.infradead.org; Thu, 20 May 2021 19:01:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=2DRojMIGvqGqfd6599LIXINUCsrKqBTGuM0HeJNOCqY=; b=f+ZDDSpw91pkj3UxUqQ11qMxj+ 80Bo4MRhikcWoytvPWbRFLT18VjNxY+ZsdDp6hbeAu9WY1QwMa5E/mD0FW4CvBSMu+dIthjC9e5Qe d5iTO2Xx1wMAbD5Sp0JoiaYaeH7V37vD+2DCOTsgp/TXoy/tFLQSCengoeJ8X/osOesfOx/6QqOT5 ZBpHBMEtWggmzoKfINJhXtsF2EPW1zS+Pur560aGKjxLGJSV+EsBWWIheWgx92IbKd2SQJnVlSSce SevFkFYkkfWA+gtq1msINfSmPtHiwzqddXhS9ayBPntsx3x8y32NC9xhvNdyQ3lEzODxFIGmjod3L NQjl4M1g==; Received: from mail-wr1-x42b.google.com ([2a00:1450:4864:20::42b]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljnux-00Gao2-6W for linux-riscv@lists.infradead.org; Thu, 20 May 2021 19:01:12 +0000 Received: by mail-wr1-x42b.google.com with SMTP id h4so18680347wrt.12 for ; Thu, 20 May 2021 12:01:10 -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=2DRojMIGvqGqfd6599LIXINUCsrKqBTGuM0HeJNOCqY=; b=BhW/gXf8pWSAZIebe6nxATFBDBMilShlmVRZzJL0Z7cmhZ34wH8yiODRYqZmjd0Bbw 5FLnj7yUL68hbF/XNuFKxoi0pfP4IxkJ9c+tMdT028yF+NF5NC4AbnGloFwc4U/IgJJb HkBmb6/op7D4qo7GUrP+MqqfwZ6YMDM+Oxk8Miamy9HC5vBwZMh5J6OxRXCPhVYondTN OQQCjBR3wG190MivkxGFRMZfvJSZhA+Pb19zi5r6dE1ffLHfPQK8OngnGA2VqwGj8doy fyt+TWfbk49ktvoZDPBPDYLY6+bP73h8SefLmUIpQlMpElMBtYVTr7MMgHl7IQ2YM0NU tiQg== 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=2DRojMIGvqGqfd6599LIXINUCsrKqBTGuM0HeJNOCqY=; b=n61wybXQ55PtyH57hoRdI2V5UoWUirxxoFqIwzBa/8x+fda5FeFBlsiYOd1xRbefT9 4NO5TaDz4Zt7ALUJXbTgD9HXrwFbzJRFMw5Bjaq001F88bSgwDRthmgKoIXEwAbTlaEK QJi23su55BU0CKJrHGlmy90bwCIEPIroqmU5I3VdPooO4t7Im6wqfxayrmLzWh01Osjc Gkw5BH4BN11dQU82p2gYkXO90srjogwSj8EClJH2d7faMH3k4DFrg+f/goSQsdJulGOw M9myiKgqhlG9W5i3A4tOUVm5fzs4X3KIz9iM/1ix5IfgCQ/QrHs5EE1VvARRfnB2FOoT Cbmg== X-Gm-Message-State: AOAM533aM46H3iqrvqw0dz4+95YW4aFngI19bQWjMnH3ieUCIhPHADoG 82aE/brdDHs9hu8FU5gb/U/QZA== X-Google-Smtp-Source: ABdhPJyFFyrDcMhhbJFcjr+Bz0N+pSMlyvPDFQtGOrLH3IV1YMX4KzVeEjRTqSnwuhvjNtamRbprxA== X-Received: by 2002:adf:f58e:: with SMTP id f14mr5759911wro.258.1621537269261; Thu, 20 May 2021 12:01:09 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id p20sm9011899wmq.10.2021.05.20.12.01.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 12:01:08 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Alain Volmat , Alexandre Torgue , Anders Berg , Andreas Larsson , Andrew Lunn , Andy Shevchenko , Cedric Madianga , Dennis Kovalev , Doug Anderson , Fabio Estevam , Heiko Stuebner , Jarkko Nikula , Jean Delvare , Jonathan Hunter , Krzysztof Adamski , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-riscv@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-tegra@vger.kernel.org, Marek Vasut , Maxime Coquelin , Maxime Coquelin , Max Schwarz , Michal Simek , Mika Westerberg , NXP Linux Team , Palmer Dabbelt , Patrice Chotard , Paul Walmsley , Pengutronix Kernel Team , Peter Korsgaard , Peter Rosin , Philipp Zabel , Pierre-Yves MORDRET , Rudolf Marek , Sachin Verma , Sascha Hauer , Shariff Md , Shawn Guo , Srinidhi Kasagar , Thierry Reding , Thor Thayer , Tomoya MORINAGA , Vaibhav Gupta , Vitaly Wool , Vladimir Zapolskiy , Wolfram Sang Subject: [PATCH 00/16] Rid W=1 warnings from I2C Date: Thu, 20 May 2021 20:00:49 +0100 Message-Id: <20210520190105.3772683-1-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210520_120111_293711_3C11DAEA X-CRM114-Status: GOOD ( 11.31 ) X-BeenThere: linux-riscv@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-riscv" Errors-To: linux-riscv-bounces+linux-riscv=archiver.kernel.org@lists.infradead.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. Lee Jones (16): i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout' i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc i2c: busses: i2c-altera: Fix formatting issue in struct and demote unworthy kernel-doc headers i2c: busses: i2c-axxia: Fix formatting issue in struct and demote unworthy kernel-doc headers i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode' i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()' i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param i2c: busses: i2c-mxs: Demote barely half complete kernel-doc header i2c: busses: i2c-ocores: Place the expected function names into the documentation headers i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure i2c: busses: i2c-rk3x: Demote unworthy headers and help more complete ones i2c: busses: i2c-st: Fix copy/paste function misnaming issues i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name i2c: busses: i2c-tegra-bpmp: Demote kernel-doc abuses i2c: busses: i2c-st: trivial: Fix spelling issue 'enmpty => empty' drivers/i2c/busses/i2c-ali1563.c | 2 +- drivers/i2c/busses/i2c-altera.c | 9 ++++----- drivers/i2c/busses/i2c-axxia.c | 11 +++++------ drivers/i2c/busses/i2c-cadence.c | 2 +- drivers/i2c/busses/i2c-designware-master.c | 2 +- drivers/i2c/busses/i2c-eg20t.c | 3 ++- drivers/i2c/busses/i2c-mxs.c | 2 +- drivers/i2c/busses/i2c-nomadik.c | 2 +- drivers/i2c/busses/i2c-ocores.c | 8 ++++---- drivers/i2c/busses/i2c-pnx.c | 8 ++++---- drivers/i2c/busses/i2c-rk3x.c | 18 +++++++++--------- drivers/i2c/busses/i2c-st.c | 4 ++-- drivers/i2c/busses/i2c-stm32f4.c | 2 +- drivers/i2c/busses/i2c-tegra-bpmp.c | 4 ++-- drivers/i2c/muxes/i2c-arb-gpio-challenge.c | 4 ++-- 15 files changed, 40 insertions(+), 41 deletions(-) Cc: Alain Volmat Cc: Alexandre Torgue Cc: Anders Berg Cc: Andreas Larsson Cc: Andrew Lunn Cc: Andy Shevchenko Cc: Cedric Madianga Cc: Dennis Kovalev Cc: Doug Anderson Cc: Fabio Estevam Cc: Heiko Stuebner Cc: Jarkko Nikula Cc: Jean Delvare Cc: Jonathan Hunter Cc: Krzysztof Adamski Cc: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org Cc: linux-i2c@vger.kernel.org Cc: linux-riscv@lists.infradead.org Cc: linux-rockchip@lists.infradead.org Cc: linux-stm32@st-md-mailman.stormreply.com Cc: linux-tegra@vger.kernel.org Cc: Marek Vasut Cc: Maxime Coquelin Cc: Maxime Coquelin Cc: Max Schwarz Cc: Michal Simek Cc: Mika Westerberg Cc: NXP Linux Team Cc: Palmer Dabbelt Cc: Patrice Chotard Cc: Paul Walmsley Cc: Pengutronix Kernel Team Cc: Peter Korsgaard Cc: Peter Rosin Cc: Philipp Zabel Cc: Pierre-Yves MORDRET Cc: Rudolf Marek Cc: Sachin Verma Cc: Sascha Hauer Cc: Shariff Md Cc: Shawn Guo Cc: Srinidhi Kasagar Cc: Thierry Reding Cc: Thor Thayer Cc: Tomoya MORINAGA Cc: Vaibhav Gupta Cc: Vitaly Wool Cc: Vladimir Zapolskiy Cc: Wolfram Sang -- 2.31.1 _______________________________________________ linux-riscv mailing list linux-riscv@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-riscv 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=-12.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,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 22DE3C433ED for ; Thu, 20 May 2021 19:02:01 +0000 (UTC) Received: from desiato.infradead.org (desiato.infradead.org [90.155.92.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9F71C6023E for ; Thu, 20 May 2021 19:02:00 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9F71C6023E Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=desiato.20200630; h=Sender:Content-Transfer-Encoding :Content-Type:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:Message-Id:Date:Subject:Cc:To:From: Reply-To:Content-ID:Content-Description:Resent-Date:Resent-From:Resent-Sender :Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To:References:List-Owner; bh=UfHDTphyo3tiJVFDdBAFAXvYK+cdUQRgPzxtzrz9Lok=; b=YfPbZ/ljekOHRNAhLtVFi2UYSe aJgvUBjOYlJSBvH4YrhzQUji33s+ZG64JH4Q5gTtINKDwTvgGgc9OXk4IrrfE3m4qEU9IsAlSUyUf M5Lg1gKQNFlu1aSKaoKhztiSu5DmOEdBVSWL4OVD6Pw5RJx8djlhNPe8oMPTimN7dWLbDm4gX5CxP bbagTd9X68dejTn33w7I8HMnckIEom0i/oLYNZjwbnwj/0RQji2go54QqNGANVffvmzrgmBDyzZYy XrgSixIsQr8iWFSsW2q6g3mn9be1rzil4zXME+UPkshoReWJ7NV4iARIk4ylEu6GtyzeQrz+j1F5s 9H0dmveQ==; Received: from localhost ([::1] helo=desiato.infradead.org) by desiato.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1ljnvU-002OjY-5B; Thu, 20 May 2021 19:01:44 +0000 Received: from bombadil.infradead.org ([2607:7c80:54:e::133]) by desiato.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1ljnv0-002OeJ-CY for linux-rockchip@desiato.infradead.org; Thu, 20 May 2021 19:01:14 +0000 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: MIME-Version:Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To:Content-Type: Content-ID:Content-Description:In-Reply-To:References; bh=2DRojMIGvqGqfd6599LIXINUCsrKqBTGuM0HeJNOCqY=; b=f+ZDDSpw91pkj3UxUqQ11qMxj+ 80Bo4MRhikcWoytvPWbRFLT18VjNxY+ZsdDp6hbeAu9WY1QwMa5E/mD0FW4CvBSMu+dIthjC9e5Qe d5iTO2Xx1wMAbD5Sp0JoiaYaeH7V37vD+2DCOTsgp/TXoy/tFLQSCengoeJ8X/osOesfOx/6QqOT5 ZBpHBMEtWggmzoKfINJhXtsF2EPW1zS+Pur560aGKjxLGJSV+EsBWWIheWgx92IbKd2SQJnVlSSce SevFkFYkkfWA+gtq1msINfSmPtHiwzqddXhS9ayBPntsx3x8y32NC9xhvNdyQ3lEzODxFIGmjod3L NQjl4M1g==; Received: from mail-wr1-x42d.google.com ([2a00:1450:4864:20::42d]) by bombadil.infradead.org with esmtps (Exim 4.94 #2 (Red Hat Linux)) id 1ljnux-00Gao1-6T for linux-rockchip@lists.infradead.org; Thu, 20 May 2021 19:01:12 +0000 Received: by mail-wr1-x42d.google.com with SMTP id y14so16635184wrm.13 for ; Thu, 20 May 2021 12:01:10 -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=2DRojMIGvqGqfd6599LIXINUCsrKqBTGuM0HeJNOCqY=; b=BhW/gXf8pWSAZIebe6nxATFBDBMilShlmVRZzJL0Z7cmhZ34wH8yiODRYqZmjd0Bbw 5FLnj7yUL68hbF/XNuFKxoi0pfP4IxkJ9c+tMdT028yF+NF5NC4AbnGloFwc4U/IgJJb HkBmb6/op7D4qo7GUrP+MqqfwZ6YMDM+Oxk8Miamy9HC5vBwZMh5J6OxRXCPhVYondTN OQQCjBR3wG190MivkxGFRMZfvJSZhA+Pb19zi5r6dE1ffLHfPQK8OngnGA2VqwGj8doy fyt+TWfbk49ktvoZDPBPDYLY6+bP73h8SefLmUIpQlMpElMBtYVTr7MMgHl7IQ2YM0NU tiQg== 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=2DRojMIGvqGqfd6599LIXINUCsrKqBTGuM0HeJNOCqY=; b=AyxouO/CO9nJpPLFT5bH1VgVG8LwdmpC2sGZ55wIAaGel1tSZs5mLAhidKvVcoG3C5 QiIkNK10TeGUvZe2/uwmCHsAmLgQvH3Pt2J9MoAm6qEn2ozcjjl8vuK/Z2IHfLlZRt5g 0TbsxHaE1Nnc53Q45OyMMnixdacpfRUntC+ReHM1Bm0IolcK/VG5rauFGQGCGv7cn67T 3efVJnvIz9OBP5xW7rFqGpE7uf2X9gNlGckuQBvA9y+OP1EZhUicq4ZHZWQSnDaOVnmq OUmYnepqAoSq20ZQ/iYenJoh/xOjofKivv1qagkvlpH4dNr7I/yDI3wJp9KV0nCWCrTG MMeA== X-Gm-Message-State: AOAM531GguOYAZA8vJAHHc1SEOAdBIWK50ksrgqd4nKKU0WQqkoCP8Dx wiE+aUceUlvLGbz13DIaFsguTw== X-Google-Smtp-Source: ABdhPJyFFyrDcMhhbJFcjr+Bz0N+pSMlyvPDFQtGOrLH3IV1YMX4KzVeEjRTqSnwuhvjNtamRbprxA== X-Received: by 2002:adf:f58e:: with SMTP id f14mr5759911wro.258.1621537269261; Thu, 20 May 2021 12:01:09 -0700 (PDT) Received: from dell.default ([91.110.221.215]) by smtp.gmail.com with ESMTPSA id p20sm9011899wmq.10.2021.05.20.12.01.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 20 May 2021 12:01:08 -0700 (PDT) From: Lee Jones To: lee.jones@linaro.org Cc: linux-kernel@vger.kernel.org, Alain Volmat , Alexandre Torgue , Anders Berg , Andreas Larsson , Andrew Lunn , Andy Shevchenko , Cedric Madianga , Dennis Kovalev , Doug Anderson , Fabio Estevam , Heiko Stuebner , Jarkko Nikula , Jean Delvare , Jonathan Hunter , Krzysztof Adamski , Linus Walleij , linux-arm-kernel@lists.infradead.org, linux-i2c@vger.kernel.org, linux-riscv@lists.infradead.org, linux-rockchip@lists.infradead.org, linux-stm32@st-md-mailman.stormreply.com, linux-tegra@vger.kernel.org, Marek Vasut , Maxime Coquelin , Maxime Coquelin , Max Schwarz , Michal Simek , Mika Westerberg , NXP Linux Team , Palmer Dabbelt , Patrice Chotard , Paul Walmsley , Pengutronix Kernel Team , Peter Korsgaard , Peter Rosin , Philipp Zabel , Pierre-Yves MORDRET , Rudolf Marek , Sachin Verma , Sascha Hauer , Shariff Md , Shawn Guo , Srinidhi Kasagar , Thierry Reding , Thor Thayer , Tomoya MORINAGA , Vaibhav Gupta , Vitaly Wool , Vladimir Zapolskiy , Wolfram Sang Subject: [PATCH 00/16] Rid W=1 warnings from I2C Date: Thu, 20 May 2021 20:00:49 +0100 Message-Id: <20210520190105.3772683-1-lee.jones@linaro.org> X-Mailer: git-send-email 2.31.1 MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210520_120111_296210_96124AA3 X-CRM114-Status: GOOD ( 11.52 ) X-BeenThere: linux-rockchip@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Upstream kernel work for Rockchip platforms List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Linux-rockchip" Errors-To: linux-rockchip-bounces+linux-rockchip=archiver.kernel.org@lists.infradead.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. Lee Jones (16): i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout' i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc i2c: busses: i2c-altera: Fix formatting issue in struct and demote unworthy kernel-doc headers i2c: busses: i2c-axxia: Fix formatting issue in struct and demote unworthy kernel-doc headers i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode' i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()' i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param i2c: busses: i2c-mxs: Demote barely half complete kernel-doc header i2c: busses: i2c-ocores: Place the expected function names into the documentation headers i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure i2c: busses: i2c-rk3x: Demote unworthy headers and help more complete ones i2c: busses: i2c-st: Fix copy/paste function misnaming issues i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name i2c: busses: i2c-tegra-bpmp: Demote kernel-doc abuses i2c: busses: i2c-st: trivial: Fix spelling issue 'enmpty => empty' drivers/i2c/busses/i2c-ali1563.c | 2 +- drivers/i2c/busses/i2c-altera.c | 9 ++++----- drivers/i2c/busses/i2c-axxia.c | 11 +++++------ drivers/i2c/busses/i2c-cadence.c | 2 +- drivers/i2c/busses/i2c-designware-master.c | 2 +- drivers/i2c/busses/i2c-eg20t.c | 3 ++- drivers/i2c/busses/i2c-mxs.c | 2 +- drivers/i2c/busses/i2c-nomadik.c | 2 +- drivers/i2c/busses/i2c-ocores.c | 8 ++++---- drivers/i2c/busses/i2c-pnx.c | 8 ++++---- drivers/i2c/busses/i2c-rk3x.c | 18 +++++++++--------- drivers/i2c/busses/i2c-st.c | 4 ++-- drivers/i2c/busses/i2c-stm32f4.c | 2 +- drivers/i2c/busses/i2c-tegra-bpmp.c | 4 ++-- drivers/i2c/muxes/i2c-arb-gpio-challenge.c | 4 ++-- 15 files changed, 40 insertions(+), 41 deletions(-) Cc: Alain Volmat Cc: Alexandre Torgue Cc: Anders Berg Cc: Andreas Larsson Cc: Andrew Lunn Cc: Andy Shevchenko Cc: Cedric Madianga Cc: Dennis Kovalev Cc: Doug Anderson Cc: Fabio Estevam Cc: Heiko Stuebner Cc: Jarkko Nikula Cc: Jean Delvare Cc: Jonathan Hunter Cc: Krzysztof Adamski Cc: Linus Walleij Cc: linux-arm-kernel@lists.infradead.org Cc: linux-i2c@vger.kernel.org Cc: linux-riscv@lists.infradead.org Cc: linux-rockchip@lists.infradead.org Cc: linux-stm32@st-md-mailman.stormreply.com Cc: linux-tegra@vger.kernel.org Cc: Marek Vasut Cc: Maxime Coquelin Cc: Maxime Coquelin Cc: Max Schwarz Cc: Michal Simek Cc: Mika Westerberg Cc: NXP Linux Team Cc: Palmer Dabbelt Cc: Patrice Chotard Cc: Paul Walmsley Cc: Pengutronix Kernel Team Cc: Peter Korsgaard Cc: Peter Rosin Cc: Philipp Zabel Cc: Pierre-Yves MORDRET Cc: Rudolf Marek Cc: Sachin Verma Cc: Sascha Hauer Cc: Shariff Md Cc: Shawn Guo Cc: Srinidhi Kasagar Cc: Thierry Reding Cc: Thor Thayer Cc: Tomoya MORINAGA Cc: Vaibhav Gupta Cc: Vitaly Wool Cc: Vladimir Zapolskiy Cc: Wolfram Sang -- 2.31.1 _______________________________________________ Linux-rockchip mailing list Linux-rockchip@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-rockchip