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 14DF7C3DA7D for ; Thu, 5 Jan 2023 14:56:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234204AbjAEO4L (ORCPT ); Thu, 5 Jan 2023 09:56:11 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:54726 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234393AbjAEOzq (ORCPT ); Thu, 5 Jan 2023 09:55:46 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id C0690E50; Thu, 5 Jan 2023 06:55:45 -0800 (PST) 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 ams.source.kernel.org (Postfix) with ESMTPS id 69705B81AD5; Thu, 5 Jan 2023 14:55:44 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id AB428C433F2; Thu, 5 Jan 2023 14:55:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1672930543; bh=6E2z5jE9PI8KALhgurvIsj36BhYmPG/weebyj7gcV3k=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yxm+wXcnl+V4ElLhvVgvKNXxe42QsgB+hBNfJXiLzPji9BHYLGrNjeJJgllahwE3P +xBddu3dm360Pgbt8V/HxkroF4WKsRH5krB1H7Vjhin0Y/WtwGm5dzGMp4poHoRYdK xJsxo3KSchVPmRYoZW1jCdvs0TyRgqtnEddU3zFc= Date: Thu, 5 Jan 2023 15:55:40 +0100 From: Greg Kroah-Hartman To: Arnd Bergmann Cc: Robert Jarzmik , Daniel Mack , Haojian Zhuang , linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Arnd Bergmann , Alan Stern , linux-usb@vger.kernel.org Subject: Re: [PATCH 03/27] ARM: pxa: remove unused pxa3xx-ulpi Message-ID: References: <20230105134622.254560-1-arnd@kernel.org> <20230105134622.254560-4-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230105134622.254560-4-arnd@kernel.org> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jan 05, 2023 at 02:45:58PM +0100, Arnd Bergmann wrote: > From: Arnd Bergmann > > This was only used by the cm-x300 board, which is now gone. > > Cc: Alan Stern > Cc: Greg Kroah-Hartman > Cc: linux-usb@vger.kernel.org > Signed-off-by: Arnd Bergmann > --- > arch/arm/mach-pxa/Makefile | 2 +- > arch/arm/mach-pxa/devices.c | 28 -- > arch/arm/mach-pxa/devices.h | 1 - > arch/arm/mach-pxa/pxa3xx-ulpi.c | 385 ------------------ > arch/arm/mach-pxa/regs-u2d.h | 199 --------- > drivers/usb/host/ohci-pxa27x.c | 9 - > include/linux/platform_data/usb-pxa3xx-ulpi.h | 32 -- > 7 files changed, 1 insertion(+), 655 deletions(-) > delete mode 100644 arch/arm/mach-pxa/pxa3xx-ulpi.c > delete mode 100644 arch/arm/mach-pxa/regs-u2d.h > delete mode 100644 include/linux/platform_data/usb-pxa3xx-ulpi.h Acked-by: Greg Kroah-Hartman