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=-5.7 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, FREEMAIL_FORGED_FROMDOMAIN,FREEMAIL_FROM,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 833E5CA9EAD for ; Sat, 19 Oct 2019 10:35:31 +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 59D1420869 for ; Sat, 19 Oct 2019 10:35:31 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="jq0baRh9" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 59D1420869 Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=free.fr Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-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.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:MIME-Version:Message-ID:In-Reply-To: Date:References:Subject:To:From:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=rratFeTPiCYm4lX2P9y9zkwvdW4LB9/fnz2IzQzf7O4=; b=jq0baRh9aFNx2T RxW4D0mnL7dGUh9LXIU2A1SkmKTCzjRDsP1QvK54Vjz81BYwyx0C6q63womZJX6Gqh9lMyojcfdT7 CszOsPA+sbJNTDI0cJZtTSDnc5dk3pDnyWM/Jkkjtg9G1ITDdgpUTxHiAgKRnrDWRXmwCbm3ECz4W wx4lTbsm3orUDJ7kcN4HI1aJOOnGwODSDgwWLeY1sXNf+rYoQUCncAC9XJUSVnl/6aTPqDyckqnxS x0xt8pC3l2N+xfXT0zmPvfscSEhY2t8cuXrQDQckZYiCmXrJeku/TkMc5CUT41ZeCPGbp327JrZfE EML661ftK/YIn7qNqIIg==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iLm4z-0008GL-M5; Sat, 19 Oct 2019 10:35:25 +0000 Received: from smtp09.smtpout.orange.fr ([80.12.242.131] helo=smtp.smtpout.orange.fr) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iLm4m-00085q-UW for linux-arm-kernel@lists.infradead.org; Sat, 19 Oct 2019 10:35:14 +0000 Received: from belgarion ([90.76.41.223]) by mwinf5d17 with ME id FNb42100B4otT8A03Nb44m; Sat, 19 Oct 2019 12:35:10 +0200 X-ME-Helo: belgarion X-ME-Auth: amFyem1pay5yb2JlcnRAb3JhbmdlLmZy X-ME-Date: Sat, 19 Oct 2019 12:35:10 +0200 X-ME-IP: 90.76.41.223 From: Robert Jarzmik To: Arnd Bergmann Subject: Re: [PATCH 00/46] ARM: pxa: towards multiplatform support References: <20191018154052.1276506-1-arnd@arndb.de> <87v9slg9k5.fsf@belgarion.home> X-URL: http://belgarath.falguerolles.org/ Date: Sat, 19 Oct 2019 12:35:03 +0200 In-Reply-To: (Arnd Bergmann's message of "Fri, 18 Oct 2019 21:32:36 +0200") Message-ID: <87r239f2g8.fsf@belgarion.home> User-Agent: Gnus/5.130008 (Ma Gnus v0.8) Emacs/26 (gnu/linux) MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20191019_033513_270637_BB8FB302 X-CRM114-Status: GOOD ( 23.52 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: linux-rtc@vger.kernel.org, Linux Fbdev development list , LINUXWATCHDOG , Linux PM list , Linus Walleij , USB list , linux-mmc , "linux-kernel@vger.kernel.org" , Haojian Zhuang , IDE-ML , linux-mtd , Daniel Mack , linux-leds@vger.kernel.org, "open list:HID CORE LAYER" , linux-clk , Linux ARM Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org Arnd Bergmann writes: > On Fri, Oct 18, 2019 at 9:17 PM Arnd Bergmann wrote: >> On Fri, Oct 18, 2019 at 9:04 PM Robert Jarzmik wrote: >> > Arnd Bergmann writes: >> > >> > > Hi PXA maintainers, >> > > >> > > I'm in the process of getting the old ARM platforms to all build >> > > in a single kernel. The largest part of that work is changing all >> > > the device drivers to no longer require mach/*.h header files. >> > > >> > > This series does it for arch/pxa/. >> > > >> > > As with the omap1 and s3c24xx series I sent before, I don't >> > > expect this all to be correct in the first version, though >> > > a lot of the patches are fairly simple and I did exhaustive >> > > compile-time testing on them. >> > > >> > > Please test if you have the hardware, or review! >> > >> > Hi Arnd, >> > >> > Would you have a git tree I can pull from ? >> > That would make my life easier than applying manually 46 patches... >> >> I've now pushed it to >> >> git://git.kernel.org:/pub/scm/linux/kernel/git/arnd/playground.git >> pxa-multiplatform > > Sorry for the duplication, I had some problems with email configuration > so my reply got rejected, let's see if it goes through this time. I have it now, thanks, I'll test and review as soon as I can. Cheers. -- Robert _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel