Message ID | 1555140213-1081-1-git-send-email-hofrat@osadl.org (mailing list archive) |
---|---|
Headers | show
Return-Path: <linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org> Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 2AB2917E6 for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 13 Apr 2019 07:30:18 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id F3FB028305 for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 13 Apr 2019 07:30:17 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id E74CB28488; Sat, 13 Apr 2019 07:30:17 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-5.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9E8C728305 for <patchwork-linux-arm@patchwork.kernel.org>; Sat, 13 Apr 2019 07:30:17 +0000 (UTC) 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:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=EqfnXhU/LQRbYob9g0vqhgkTsAbphmsKIaD28Z9fT9A=; b=baD 31xnY1u0Gl6nfDmS3ZP9yvYnjtrR49ykKoXCSTJ4PVsjouxLPkvCB2LewI2J4Xj3LaRMcvqlExeCR IFff9+4D3HU2nYohNKln4YERVMrZfDhyvvpOxSfxmtTLsvLlY6jDsiI+Et4T8z5cZf2lixASQaER4 a4rmLAesX2wbIhCcquiyYQoYoxvLuy1s4eNe1Nj9H4Vdl7AIzlmM+gmlk/qTVEq5sFAkf6ChSrVPK mry6jjYlJJyOumzkHVybRqywq/aPHdTYNmhwdRe9DRxaScIMS7zPCGBPHab8R9t3Vv0X7u/RAKoK3 NLsd9q7ZStP7KrG5R/ry0JQwMkDt6nw==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1hFD76-0001aM-Qm; Sat, 13 Apr 2019 07:30:12 +0000 Received: from www.osadl.org ([2001:a60:9266:ffff:62:245:132:105]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1hFD73-0001a5-Ie for linux-arm-kernel@lists.infradead.org; Sat, 13 Apr 2019 07:30:10 +0000 Received: from debian01.hofrr.at (178.115.242.59.static.drei.at [178.115.242.59]) by www.osadl.org (8.13.8/8.13.8/OSADL-2007092901) with ESMTP id x3D7Sohb010572; Sat, 13 Apr 2019 09:28:50 +0200 From: Nicholas Mc Guire <hofrat@osadl.org> To: Russell King <linux@armlinux.org.uk> Subject: [PATCH 0/4] ARM: imx legacy: cleanups Date: Sat, 13 Apr 2019 09:23:29 +0200 Message-Id: <1555140213-1081-1-git-send-email-hofrat@osadl.org> X-Mailer: git-send-email 2.1.4 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20190413_003009_916011_25E25161 X-CRM114-Status: UNSURE ( 6.52 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: <linux-arm-kernel.lists.infradead.org> List-Unsubscribe: <http://lists.infradead.org/mailman/options/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=unsubscribe> List-Archive: <http://lists.infradead.org/pipermail/linux-arm-kernel/> List-Post: <mailto:linux-arm-kernel@lists.infradead.org> List-Help: <mailto:linux-arm-kernel-request@lists.infradead.org?subject=help> List-Subscribe: <http://lists.infradead.org/mailman/listinfo/linux-arm-kernel>, <mailto:linux-arm-kernel-request@lists.infradead.org?subject=subscribe> Cc: Mike Rapoport <rppt@linux.vnet.ibm.com>, Tony Lindgren <tony@atomide.com>, Shawn Guo <shawnguo@kernel.org>, Sascha Hauer <s.hauer@pengutronix.de>, Janusz Krzysztofik <jmkrzyszt@gmail.com>, linux-kernel@vger.kernel.org, Mark Brown <broonie@kernel.org>, NXP Linux Team <linux-imx@nxp.com>, Pengutronix Kernel Team <kernel@pengutronix.de>, Nicholas Mc Guire <hofrat@osadl.org>, Fabio Estevam <festevam@gmail.com>, Linus Walleij <linus.walleij@linaro.org>, linux-arm-kernel@lists.infradead.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" <linux-arm-kernel-bounces@lists.infradead.org> Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP |
Series |
ARM: imx legacy: cleanups
|
expand
|