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=-10.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 D0036C48BE8 for ; Tue, 15 Jun 2021 02:25:36 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B2EBE6128B for ; Tue, 15 Jun 2021 02:25:36 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231963AbhFOC1j (ORCPT ); Mon, 14 Jun 2021 22:27:39 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43910 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231912AbhFOC1f (ORCPT ); Mon, 14 Jun 2021 22:27:35 -0400 Received: from mail-qk1-x72a.google.com (mail-qk1-x72a.google.com [IPv6:2607:f8b0:4864:20::72a]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 651B2C061574; Mon, 14 Jun 2021 19:25:30 -0700 (PDT) Received: by mail-qk1-x72a.google.com with SMTP id u30so40528739qke.7; Mon, 14 Jun 2021 19:25:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=oWnRdMbzlZ6uCg7kHZeS+mvPo3u6fozJ1gqjgHsyntI=; b=Euy4kMNQAlanaDv3HRhIEsHzxm91ku2c5m4d+B6e+Fn3yuOlPYPBOy/4jYmPapq+FH sEySXpcOGBuK2bxv79MRMRn2RXEGF7t5Ia2zw4PbIefMgbfsbYH6kRu+xDujLPlxr/n3 Hl6P5pFW4mSXu6mEk2MZXkI+jDwsFtYwF2Zgg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oWnRdMbzlZ6uCg7kHZeS+mvPo3u6fozJ1gqjgHsyntI=; b=ZzkIG4oxhz0Pc43y4zA20IPEh+Az2lSFTf90AdVOEbKQ/aXvSQO87EiFLekSzLjuVA TkCZWBDM1OVbmnF59ACsBaKn2j0csO1Ce6+diQHvSN3GUtSS9SToeRp0CxJqqBUNrBB1 lUShCu81mPMDdPsOno/oUC2EJvuvhSiHFQK90wXsdrFi75SHVcsr+2y6xkCi2IW3Xl4L m2S/XD6w0qTdMLF5AnWPdSXrP3NDXaGg2UavabAhHGhs0EPZnG7Wrt/9mOWvWCvp9SC0 dMi/VtdzI+wd3lfi73GWnsc5EIxld/hFEGF1o+lhJVBXcWFj30pPMOYIu3nn5stRioDz W2cg== X-Gm-Message-State: AOAM530bceICy6vfKk5FteYqOWjJ6kIf0JQQX/gxT/PEde45Jw6H558x n6Sn24ZUiF1k6/8d0AsaiN8LVIAcJU2qUsI0eViEvkP5 X-Google-Smtp-Source: ABdhPJylWwTMT1km2sa1BNaT0ATeITR5ItXM/dCgRFMmqLyJFBk85MzUpVFQfZT5ilFgEOotQH+KnaCtXRPVb0QGNFY= X-Received: by 2002:a37:9b03:: with SMTP id d3mr18571270qke.273.1623721926602; Mon, 14 Jun 2021 18:52:06 -0700 (PDT) MIME-Version: 1.0 References: <20210612003128.372238-1-leoyang.li@nxp.com> In-Reply-To: <20210612003128.372238-1-leoyang.li@nxp.com> From: Joel Stanley Date: Tue, 15 Jun 2021 01:51:54 +0000 Message-ID: Subject: Re: [PATCH] usb: gadget: fsl: properly remove remnant of MXC support To: Li Yang Cc: Felipe Balbi , Greg Kroah-Hartman , linux-usb@vger.kernel.org, linuxppc-dev , Linux Kernel Mailing List , Arnd Bergmann , ran.wang_1@nxp.com, Fabio Estevam Content-Type: text/plain; charset="UTF-8" Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, 12 Jun 2021 at 00:31, Li Yang wrote: > > Commit a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > didn't remove all the MXC related stuff which can cause build problem > for LS1021 when enabled again in Kconfig. This patch remove all the > remnants. > > Signed-off-by: Li Yang Reviewed-by: Joel Stanley Will you re-submit the kconfig change once this is merged? Cheers, Joel 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=-8.6 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,INCLUDES_CR_TRAILER, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS autolearn=ham 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 A1C0EC2B9F4 for ; Tue, 15 Jun 2021 01:52:39 +0000 (UTC) Received: from lists.ozlabs.org (lists.ozlabs.org [112.213.38.117]) (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 EC06C61412 for ; Tue, 15 Jun 2021 01:52:38 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EC06C61412 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=jms.id.au Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Received: from boromir.ozlabs.org (localhost [IPv6:::1]) by lists.ozlabs.org (Postfix) with ESMTP id 4G3rtG2T2zz3c9y for ; Tue, 15 Jun 2021 11:52:38 +1000 (AEST) Authentication-Results: lists.ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=Euy4kMNQ; dkim-atps=neutral Authentication-Results: lists.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=gmail.com (client-ip=2607:f8b0:4864:20::72d; helo=mail-qk1-x72d.google.com; envelope-from=joel.stan@gmail.com; receiver=) Authentication-Results: lists.ozlabs.org; dkim=pass (1024-bit key; secure) header.d=jms.id.au header.i=@jms.id.au header.a=rsa-sha256 header.s=google header.b=Euy4kMNQ; dkim-atps=neutral Received: from mail-qk1-x72d.google.com (mail-qk1-x72d.google.com [IPv6:2607:f8b0:4864:20::72d]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by lists.ozlabs.org (Postfix) with ESMTPS id 4G3rsl0f4Tz2xtj for ; Tue, 15 Jun 2021 11:52:10 +1000 (AEST) Received: by mail-qk1-x72d.google.com with SMTP id c18so25375819qkc.11 for ; Mon, 14 Jun 2021 18:52:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=jms.id.au; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=oWnRdMbzlZ6uCg7kHZeS+mvPo3u6fozJ1gqjgHsyntI=; b=Euy4kMNQAlanaDv3HRhIEsHzxm91ku2c5m4d+B6e+Fn3yuOlPYPBOy/4jYmPapq+FH sEySXpcOGBuK2bxv79MRMRn2RXEGF7t5Ia2zw4PbIefMgbfsbYH6kRu+xDujLPlxr/n3 Hl6P5pFW4mSXu6mEk2MZXkI+jDwsFtYwF2Zgg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=oWnRdMbzlZ6uCg7kHZeS+mvPo3u6fozJ1gqjgHsyntI=; b=MK7K/DiEyd76VWPn0G/ijIieap2J10EJH4u3J4O+ki2D95m1fV+tqw+qZNFm3wHiCq eRCbE88uebTV+LSVZzLGYgT+rHW9Eo5+j3jC7C/qDmNVeU9VWTcSNlNNvzsmAIJP8N9J 5EIyr2Z/i9hNv+BtvgHT81ywqxWeD20hzgybfge3uGRYp3nV1FDb/wod80H1PHNiRgfV Cq44pnKdxLL3Me8fDRK9+UOtU6bdFABsz0cGKCX+M5B+fuuNWbagkqBux1duLN8UW4yE KcP5Cu9EHmMijQz+PmB3SMWsxAvitrrmH/v3JMLzaOSxvAcBPZT0uHYiZhuchfePpTyI 4+yw== X-Gm-Message-State: AOAM531QKYA8djisKWldGOP6Jf179IJrRaDCTHQP2JsZSDgRzpSqey1w dxmmyV2/7SU2YkgcWhlEK+eBRvp37SjWmWOzQjY= X-Google-Smtp-Source: ABdhPJylWwTMT1km2sa1BNaT0ATeITR5ItXM/dCgRFMmqLyJFBk85MzUpVFQfZT5ilFgEOotQH+KnaCtXRPVb0QGNFY= X-Received: by 2002:a37:9b03:: with SMTP id d3mr18571270qke.273.1623721926602; Mon, 14 Jun 2021 18:52:06 -0700 (PDT) MIME-Version: 1.0 References: <20210612003128.372238-1-leoyang.li@nxp.com> In-Reply-To: <20210612003128.372238-1-leoyang.li@nxp.com> From: Joel Stanley Date: Tue, 15 Jun 2021 01:51:54 +0000 Message-ID: Subject: Re: [PATCH] usb: gadget: fsl: properly remove remnant of MXC support To: Li Yang Content-Type: text/plain; charset="UTF-8" X-BeenThere: linuxppc-dev@lists.ozlabs.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Felipe Balbi , Arnd Bergmann , Greg Kroah-Hartman , linux-usb@vger.kernel.org, Linux Kernel Mailing List , Fabio Estevam , ran.wang_1@nxp.com, linuxppc-dev Errors-To: linuxppc-dev-bounces+linuxppc-dev=archiver.kernel.org@lists.ozlabs.org Sender: "Linuxppc-dev" On Sat, 12 Jun 2021 at 00:31, Li Yang wrote: > > Commit a390bef7db1f ("usb: gadget: fsl_mxc_udc: Remove the driver") > didn't remove all the MXC related stuff which can cause build problem > for LS1021 when enabled again in Kconfig. This patch remove all the > remnants. > > Signed-off-by: Li Yang Reviewed-by: Joel Stanley Will you re-submit the kconfig change once this is merged? Cheers, Joel