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=-0.8 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no 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 3C925C3A59B for ; Thu, 15 Aug 2019 19:39:06 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 10EE42173B for ; Thu, 15 Aug 2019 19:39:06 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1731387AbfHOTjE (ORCPT ); Thu, 15 Aug 2019 15:39:04 -0400 Received: from mail-qt1-f196.google.com ([209.85.160.196]:44148 "EHLO mail-qt1-f196.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731211AbfHOTjD (ORCPT ); Thu, 15 Aug 2019 15:39:03 -0400 Received: by mail-qt1-f196.google.com with SMTP id 44so3547879qtg.11; Thu, 15 Aug 2019 12:39:03 -0700 (PDT) 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=E1uPy8KdAoiEgff6O2fYBXQ3Fn6UlM0L6zfIpxvfPBI=; b=WxI5DxIJVTUdx4BwaWNEVdTI3ReLWi0O3QnQ/xWqnWlLB/yW8fPQmxO+IL7K2gqgNU UsTKIKzDby0KalTlUJfv60UTvLgScfIYGeroKTEmxNG9dmhuvqmftOMAsUoDhMyu4atk g8pS44ImAJNN1WyNJHdq9D2BbSZg0yoNiUD6UWtzHN0+G7G5ML2JJwIs/4Xz7EmfU9ru 35uprNN/J1Om8fdV+ooe1b4BGyFYAEDyXjfm0hq6zSfTTw4Csl29aGfnJir2Xn+s1CXx 98aKJ2Dqmi/zYcXE1EcsT9G++Zp+lVrjmIc5UNrglrfkk2qXreQBPZF6jlfXMuVcOnLe +VBQ== X-Gm-Message-State: APjAAAUQY62CuNCwFdZbK8/mQzJxFI8NY2DsjxpgUylCloqHZdU4xsNf d0h1L7L57XEphjGsDIMA80mDdRhkgnM527DYA+A= X-Google-Smtp-Source: APXvYqxqTY8ftYo1EUWFqO+wE8ZQTXXaXX7aeplKk/nDWAyNr8WQSB0twRkA82A5Gyv2tMBQ6tV5GMhK78egWxkdSCU= X-Received: by 2002:ac8:f99:: with SMTP id b25mr5374344qtk.142.1565897942632; Thu, 15 Aug 2019 12:39:02 -0700 (PDT) MIME-Version: 1.0 References: <20190731195713.3150463-1-arnd@arndb.de> <20190731225303.GC1330@shell.armlinux.org.uk> In-Reply-To: From: Arnd Bergmann Date: Thu, 15 Aug 2019 21:38:46 +0200 Message-ID: Subject: Re: [PATCH 00/14] ARM: move lpc32xx and dove to multiplatform To: Sylvain Lemieux Cc: Russell King - ARM Linux admin , SoC Team , Linux ARM , Vladimir Zapolskiy , Gregory Clement , Linus Walleij , Jason Cooper , Andrew Lunn , Sebastian Hesselbarth , "David S. Miller" , Greg Kroah-Hartman , Alan Stern , Guenter Roeck , "open list:GPIO SUBSYSTEM" , Networking , linux-serial@vger.kernel.org, USB list , LINUXWATCHDOG Content-Type: text/plain; charset="UTF-8" Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Aug 15, 2019 at 8:32 PM Sylvain Lemieux wrote: > On 8/15/19 9:11 AM, Arnd Bergmann wrote: > > On Thu, Aug 1, 2019 at 9:33 AM Arnd Bergmann wrote: > > I applied patches 12 and 13 into the soc tree now. There are some > > other pending multiplatform conversions (iop32x, ep93xx, lpc32xx, > > omap1), but it looks like none of those will be complete for 5.4. > > I think the patchset (v2) for the LPC32xx is ready for 5.4 > ([PATCH v2 00/13] v2: ARM: move lpc32xx to multiplatform) Good point. I've merged these into the arm/soc branch now. Arnd