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=-3.0 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT 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 53556C282C3 for ; Thu, 24 Jan 2019 16:40:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2DE622184C for ; Thu, 24 Jan 2019 16:40:32 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727740AbfAXQkb (ORCPT ); Thu, 24 Jan 2019 11:40:31 -0500 Received: from albert.telenet-ops.be ([195.130.137.90]:48938 "EHLO albert.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727649AbfAXQkb (ORCPT ); Thu, 24 Jan 2019 11:40:31 -0500 Received: from ramsan ([84.194.111.163]) by albert.telenet-ops.be with bizsmtp id UGgU1z0013XaVaC06GgUhy; Thu, 24 Jan 2019 17:40:29 +0100 Received: from rox.of.borg ([192.168.97.57]) by ramsan with esmtp (Exim 4.90_1) (envelope-from ) id 1gmi3H-0008GN-Te; Thu, 24 Jan 2019 17:40:27 +0100 Received: from geert by rox.of.borg with local (Exim 4.90_1) (envelope-from ) id 1gmi3H-0002Z1-RW; Thu, 24 Jan 2019 17:40:27 +0100 From: Geert Uytterhoeven To: Simon Horman , Magnus Damm Cc: Chris Brandt , Arnd Bergmann , Olof Johansson , linux-renesas-soc@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Geert Uytterhoeven Subject: [PATCH 0/2] ARM: defconfig: Enable support for RZ/A2 Date: Thu, 24 Jan 2019 17:40:20 +0100 Message-Id: <20190124164022.9810-1-geert+renesas@glider.be> X-Mailer: git-send-email 2.17.1 Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org Hi Simon, Magnus, This patch series enables support for the RZ/A2 SoC in the Renesas and ARM V7 multiplatform defconfigs, now the DTS for the Renesas RZ/A2M evaluation board is included. Thanks! Geert Uytterhoeven (2): ARM: shmobile: defconfig: Enable support for RZ/A2 ARM: multi_v7_defconfig: Enable support for RZ/A2 arch/arm/configs/multi_v7_defconfig | 2 ++ arch/arm/configs/shmobile_defconfig | 2 ++ 2 files changed, 4 insertions(+) -- 2.17.1 Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds