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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id D08C7CCA473 for ; Tue, 21 Jun 2022 14:36:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1351816AbiFUOg1 (ORCPT ); Tue, 21 Jun 2022 10:36:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45408 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1351476AbiFUOgZ (ORCPT ); Tue, 21 Jun 2022 10:36:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id E766920BEA; Tue, 21 Jun 2022 07:36:24 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 8319F6168D; Tue, 21 Jun 2022 14:36:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E7A8C3411C; Tue, 21 Jun 2022 14:36:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1655822183; bh=9hzVJBmXejWxqKoWbTYAA5mBykUEAvY+19xhKlfx+aM=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=h9XH0EAkI74XOBgpK92u1iqaQqlF0Y5PaZFC9rX4RJWOuJSVJ6268ltKh196Uo5Do geb/cdM+8qvDgcfiue/PulRRVnhw2W3dZY5G1/hdVBDtVESzt5DuTuguC5gtAaJ4Z1 hfwKwY5OmnlhzASl4GhLJFBvltZK70nVMaEJ/qQU= Date: Tue, 21 Jun 2022 16:36:21 +0200 From: Greg Kroah-Hartman To: Conor Dooley Cc: Bin Liu , Daire McNamara , Valentina Fernandez , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org, linux-riscv@lists.infradead.org, Ben Dooks , Heinrich Schuchardt Subject: Re: [PATCH v2 0/2] Add support for PolarFire SoC's musb controller Message-ID: References: <20220613114642.1615292-1-conor.dooley@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20220613114642.1615292-1-conor.dooley@microchip.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 13, 2022 at 12:46:41PM +0100, Conor Dooley wrote: > Hey Bin, Greg, > Short series here adding support for USB on Microchip PolarFire SoC FPGAs. > The kconfig dependency for INVENTRA_DMA has become a bit of a mouthful, > is there a better way of dealing with that? > Thanks, > Conor. > > Changes since v1: > - Drop unneeded resource copying as per Rob's changes to the other drivers > - Drop the dts patch > > Conor Dooley (2): > usb: musb: Add support for PolarFire SoC's musb controller > MAINTAINERS: add musb to PolarFire SoC entry > > MAINTAINERS | 1 + > drivers/usb/musb/Kconfig | 13 +- > drivers/usb/musb/Makefile | 1 + > drivers/usb/musb/mpfs.c | 265 ++++++++++++++++++++++++++++++++++++++ > 4 files changed, 279 insertions(+), 1 deletion(-) > create mode 100644 drivers/usb/musb/mpfs.c > > > base-commit: f2906aa863381afb0015a9eb7fefad885d4e5a56 > -- > 2.36.1 > Any chance you can get your company to fix up their email settings: Grabbing thread from lore.kernel.org/all/20220613114642.1615292-1-conor.dooley%40microchip.com/t.mbox.gz Analyzing 4 messages in the thread Checking attestation on all messages, may take a moment... --- ✗ [PATCH v2 1/2] usb: musb: Add support for PolarFire SoC's musb controller ✗ [PATCH v2 2/2] MAINTAINERS: add musb to PolarFire SoC entry --- ✗ BADSIG: DKIM/microchip.com --- Total patches: 2 If I didn't know better, I would think you were spoofing the address... thanks, greg k-h