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=-17.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,INCLUDES_CR_TRAILER,INCLUDES_PATCH, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 726F0C47089 for ; Thu, 27 May 2021 01:46:47 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 4EB2F613C5 for ; Thu, 27 May 2021 01:46:47 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233328AbhE0BsS (ORCPT ); Wed, 26 May 2021 21:48:18 -0400 Received: from mail.kernel.org ([198.145.29.99]:38992 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232006AbhE0BsR (ORCPT ); Wed, 26 May 2021 21:48:17 -0400 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1E2786100A; Thu, 27 May 2021 01:46:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622080004; bh=mEA9IjsjBu/7VlkZqmdbZCnoH5ZxGzLMAtcDDHJPzZY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p9zf52Qq9PvQQiHqXQHaOFdjgZ6aPiL52uQ4GkZgv/GjHosn/gLPaRUDxBN6qEJ2D r5Ns2BpwsGt1WevHgxTNlhDMFH0aUiYUcsRfQaeb87gClliGXZWYdJD62wjEQbNvzP jMgoC5OwlF+Ja+r9k+nEFZ6OyQN8stUqq22oTSKpgZxkizhNgFpO6x8woswEgKNJEZ dOHbv7OTkNmHjc9ull8BUpwk5/F1oIctiRHL2vkJXusyKPUD67MGzAgT4FBsoOvdwy BrKJkD86v16dePvF5I6rXVJHrAa82MB3qI0K9ICAJvGBE3PUrybnT6Z4KZ48nXRZf4 ySPnp0fHSF/0A== Date: Thu, 27 May 2021 09:46:36 +0800 From: Peter Chen To: Lee Jones Cc: linux-kernel@vger.kernel.org, Aswath Govindraju , Ben Dooks , Daniel Mack , David Lopo , Fabio Estevam , Felipe Balbi , Greg Kroah-Hartman , Haojian Zhuang , Heikki Krogerus , Laurent Pinchart , Liam Girdwood , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, Mark Brown , Mathias Nyman , Matthijs Kooijman , Michal Simek , Minas Harutyunyan , NXP Linux Team , Pawel Jez , Pawel Laszczak , Pengutronix Kernel Team , Philipp Zabel , Robert Jarzmik , Roger Quadros , Rui Miguel Silva , Sascha Hauer , Shawn Guo Subject: Re: [PATCH 00/24] Rid W=1 warnings from USB Message-ID: <20210527014636.GA7951@nchen> References: <20210526130037.856068-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210526130037.856068-1-lee.jones@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 21-05-26 14:00:13, Lee Jones wrote: > 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. For chipidea and cdns3 parts: Acked-by: Peter Chen Peter > > Lee Jones (24): > usb: cdns3: core: Fix a couple of incorrectly documented function > names > usb: dwc2: platform: Provide function name for > 'dwc2_check_core_version()' > usb: common: ulpi: Add leading underscores for function name > '__ulpi_register_driver()' > usb: cdns3: cdns3-plat: Fix incorrect naming of function > 'cdns3_plat_remove()' > usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docs > usb: isp1760: isp1760-udc: Provide missing description for 'udc' param > usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting > issues > usb: cdns3: cdns3-ti: File headers are not good candidates for > kernel-doc > usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issues > usb: cdns3: cdns3-imx: File headers are not good candidates for > kernel-doc > usb: dwc2: hcd_queue: Fix typeo in function name > 'dwc2_hs_pmap_unschedule()' > usb: dwc2: pci: Fix possible copy/paste issue > usb: chipidea: core: Fix incorrectly documented function > 'ci_usb_phy_exit()' > usb: chipidea: otg: Fix formatting and missing documentation issues > usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s > documentation > usb: chipidea: udc: Fix incorrectly documented function > 'hw_port_is_high_speed()' > usb: host: xhci: Remove unused variable 'len' > usb: gadget: udc: pxa27x_udc: Fix documentation for > 'pxa27x_udc_start()' > usb: gadget: udc: udc-xilinx: Place correct function names into the > headers > usb: cdns3: cdns3-gadget: Provide correct function naming for > '__cdns3_gadget_ep_queue()' > usb: host: xhci: Move array of structs from the stack onto the heap > usb: host: xhci: Document xhci_get_endpoint_index()'s 'desc' param > usb: cdns3: cdnsp-gadget: Provide function name for > 'cdnsp_find_next_ext_cap()' > usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()' > > drivers/usb/cdns3/cdns3-ep0.c | 6 ++--- > drivers/usb/cdns3/cdns3-gadget.c | 34 ++++++++++++++--------------- > drivers/usb/cdns3/cdns3-imx.c | 2 +- > drivers/usb/cdns3/cdns3-plat.c | 2 +- > drivers/usb/cdns3/cdns3-ti.c | 2 +- > drivers/usb/cdns3/cdnsp-gadget.c | 3 ++- > drivers/usb/cdns3/core.c | 4 ++-- > drivers/usb/chipidea/core.c | 2 +- > drivers/usb/chipidea/otg.c | 9 ++++---- > drivers/usb/chipidea/udc.c | 2 +- > drivers/usb/common/ulpi.c | 2 +- > drivers/usb/dwc2/gadget.c | 2 +- > drivers/usb/dwc2/hcd_queue.c | 2 +- > drivers/usb/dwc2/params.c | 4 ++-- > drivers/usb/dwc2/pci.c | 2 +- > drivers/usb/dwc2/platform.c | 2 +- > drivers/usb/gadget/udc/pxa27x_udc.c | 2 +- > drivers/usb/gadget/udc/udc-xilinx.c | 4 ++-- > drivers/usb/host/xhci.c | 19 +++++++++++----- > drivers/usb/isp1760/isp1760-udc.c | 1 + > drivers/usb/typec/ucsi/ucsi.c | 2 +- > 21 files changed, 59 insertions(+), 49 deletions(-) > > Cc: Aswath Govindraju > Cc: Ben Dooks > Cc: Daniel Mack > Cc: David Lopo > Cc: Fabio Estevam > Cc: Felipe Balbi > Cc: Greg Kroah-Hartman > Cc: Haojian Zhuang > Cc: Heikki Krogerus > Cc: Laurent Pinchart > Cc: Liam Girdwood > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-usb@vger.kernel.org > Cc: Mark Brown > Cc: Mathias Nyman > Cc: Matthijs Kooijman > Cc: Michal Simek > Cc: Minas Harutyunyan > Cc: NXP Linux Team > Cc: Pawel Jez > Cc: Pawel Laszczak > Cc: Pengutronix Kernel Team > Cc: Peter Chen > Cc: Philipp Zabel > Cc: Robert Jarzmik > Cc: Roger Quadros > Cc: Rui Miguel Silva > Cc: Sascha Hauer > Cc: Shawn Guo > -- > 2.31.1 > -- Thanks, Peter Chen 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.9 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 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 409C6C47089 for ; Thu, 27 May 2021 01:48:14 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 F17C7613C1 for ; Thu, 27 May 2021 01:48:13 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org F17C7613C1 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=cKwzUhDnKWin7CE/0VmEWhh8q2x8nzJ1z/9imfW0QX0=; b=aqq+uYbx1ndUAm H5Bbxatlsv1y3jVjzO52NmrnsMsdct+yb+uqbpjQUBbEK+3eQufsI2i6u1XpMNkMbWhsLFLixdTpr SU1rnKoLfBLtPLGM1j37RnLCgSgxcjP2N3kiJHmOUW9Y8IPQzag9hjmiRY1DIzADNRKAUYiEmNYXk LqSZIDHDrwd1AgpWWiErw3ceF45J0N+iXwSoC/WIq0eNVpPsuBqx/Strcwli8KD0/WOyY/bvsFVbA E9HFctHMFR+R+uXXL6diYfumNZ0LyzaHfztqibVpL2Limz39iD415Ue4v0wZj1Po2Pz/PimuU9c1E 0TL0g/wNpz0ch9ytyXYg==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1lm56o-001a3U-QS; Thu, 27 May 2021 01:46:50 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1lm56j-001a1k-RV for linux-arm-kernel@lists.infradead.org; Thu, 27 May 2021 01:46:47 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 1E2786100A; Thu, 27 May 2021 01:46:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1622080004; bh=mEA9IjsjBu/7VlkZqmdbZCnoH5ZxGzLMAtcDDHJPzZY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=p9zf52Qq9PvQQiHqXQHaOFdjgZ6aPiL52uQ4GkZgv/GjHosn/gLPaRUDxBN6qEJ2D r5Ns2BpwsGt1WevHgxTNlhDMFH0aUiYUcsRfQaeb87gClliGXZWYdJD62wjEQbNvzP jMgoC5OwlF+Ja+r9k+nEFZ6OyQN8stUqq22oTSKpgZxkizhNgFpO6x8woswEgKNJEZ dOHbv7OTkNmHjc9ull8BUpwk5/F1oIctiRHL2vkJXusyKPUD67MGzAgT4FBsoOvdwy BrKJkD86v16dePvF5I6rXVJHrAa82MB3qI0K9ICAJvGBE3PUrybnT6Z4KZ48nXRZf4 ySPnp0fHSF/0A== Date: Thu, 27 May 2021 09:46:36 +0800 From: Peter Chen To: Lee Jones Cc: linux-kernel@vger.kernel.org, Aswath Govindraju , Ben Dooks , Daniel Mack , David Lopo , Fabio Estevam , Felipe Balbi , Greg Kroah-Hartman , Haojian Zhuang , Heikki Krogerus , Laurent Pinchart , Liam Girdwood , linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org, Mark Brown , Mathias Nyman , Matthijs Kooijman , Michal Simek , Minas Harutyunyan , NXP Linux Team , Pawel Jez , Pawel Laszczak , Pengutronix Kernel Team , Philipp Zabel , Robert Jarzmik , Roger Quadros , Rui Miguel Silva , Sascha Hauer , Shawn Guo Subject: Re: [PATCH 00/24] Rid W=1 warnings from USB Message-ID: <20210527014636.GA7951@nchen> References: <20210526130037.856068-1-lee.jones@linaro.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20210526130037.856068-1-lee.jones@linaro.org> User-Agent: Mutt/1.9.4 (2018-02-28) X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20210526_184645_970352_13BCD088 X-CRM114-Status: GOOD ( 16.39 ) X-BeenThere: linux-arm-kernel@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-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On 21-05-26 14:00:13, Lee Jones wrote: > 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. For chipidea and cdns3 parts: Acked-by: Peter Chen Peter > > Lee Jones (24): > usb: cdns3: core: Fix a couple of incorrectly documented function > names > usb: dwc2: platform: Provide function name for > 'dwc2_check_core_version()' > usb: common: ulpi: Add leading underscores for function name > '__ulpi_register_driver()' > usb: cdns3: cdns3-plat: Fix incorrect naming of function > 'cdns3_plat_remove()' > usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docs > usb: isp1760: isp1760-udc: Provide missing description for 'udc' param > usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting > issues > usb: cdns3: cdns3-ti: File headers are not good candidates for > kernel-doc > usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issues > usb: cdns3: cdns3-imx: File headers are not good candidates for > kernel-doc > usb: dwc2: hcd_queue: Fix typeo in function name > 'dwc2_hs_pmap_unschedule()' > usb: dwc2: pci: Fix possible copy/paste issue > usb: chipidea: core: Fix incorrectly documented function > 'ci_usb_phy_exit()' > usb: chipidea: otg: Fix formatting and missing documentation issues > usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s > documentation > usb: chipidea: udc: Fix incorrectly documented function > 'hw_port_is_high_speed()' > usb: host: xhci: Remove unused variable 'len' > usb: gadget: udc: pxa27x_udc: Fix documentation for > 'pxa27x_udc_start()' > usb: gadget: udc: udc-xilinx: Place correct function names into the > headers > usb: cdns3: cdns3-gadget: Provide correct function naming for > '__cdns3_gadget_ep_queue()' > usb: host: xhci: Move array of structs from the stack onto the heap > usb: host: xhci: Document xhci_get_endpoint_index()'s 'desc' param > usb: cdns3: cdnsp-gadget: Provide function name for > 'cdnsp_find_next_ext_cap()' > usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()' > > drivers/usb/cdns3/cdns3-ep0.c | 6 ++--- > drivers/usb/cdns3/cdns3-gadget.c | 34 ++++++++++++++--------------- > drivers/usb/cdns3/cdns3-imx.c | 2 +- > drivers/usb/cdns3/cdns3-plat.c | 2 +- > drivers/usb/cdns3/cdns3-ti.c | 2 +- > drivers/usb/cdns3/cdnsp-gadget.c | 3 ++- > drivers/usb/cdns3/core.c | 4 ++-- > drivers/usb/chipidea/core.c | 2 +- > drivers/usb/chipidea/otg.c | 9 ++++---- > drivers/usb/chipidea/udc.c | 2 +- > drivers/usb/common/ulpi.c | 2 +- > drivers/usb/dwc2/gadget.c | 2 +- > drivers/usb/dwc2/hcd_queue.c | 2 +- > drivers/usb/dwc2/params.c | 4 ++-- > drivers/usb/dwc2/pci.c | 2 +- > drivers/usb/dwc2/platform.c | 2 +- > drivers/usb/gadget/udc/pxa27x_udc.c | 2 +- > drivers/usb/gadget/udc/udc-xilinx.c | 4 ++-- > drivers/usb/host/xhci.c | 19 +++++++++++----- > drivers/usb/isp1760/isp1760-udc.c | 1 + > drivers/usb/typec/ucsi/ucsi.c | 2 +- > 21 files changed, 59 insertions(+), 49 deletions(-) > > Cc: Aswath Govindraju > Cc: Ben Dooks > Cc: Daniel Mack > Cc: David Lopo > Cc: Fabio Estevam > Cc: Felipe Balbi > Cc: Greg Kroah-Hartman > Cc: Haojian Zhuang > Cc: Heikki Krogerus > Cc: Laurent Pinchart > Cc: Liam Girdwood > Cc: linux-arm-kernel@lists.infradead.org > Cc: linux-usb@vger.kernel.org > Cc: Mark Brown > Cc: Mathias Nyman > Cc: Matthijs Kooijman > Cc: Michal Simek > Cc: Minas Harutyunyan > Cc: NXP Linux Team > Cc: Pawel Jez > Cc: Pawel Laszczak > Cc: Pengutronix Kernel Team > Cc: Peter Chen > Cc: Philipp Zabel > Cc: Robert Jarzmik > Cc: Roger Quadros > Cc: Rui Miguel Silva > Cc: Sascha Hauer > Cc: Shawn Guo > -- > 2.31.1 > -- Thanks, Peter Chen _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel