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 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 94C24C3A5A2 for ; Tue, 3 Sep 2019 21:15:08 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 64C8C21897 for ; Tue, 3 Sep 2019 21:15:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726375AbfICVPI (ORCPT ); Tue, 3 Sep 2019 17:15:08 -0400 Received: from mail-qk1-f177.google.com ([209.85.222.177]:41713 "EHLO mail-qk1-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726005AbfICVPI (ORCPT ); Tue, 3 Sep 2019 17:15:08 -0400 Received: by mail-qk1-f177.google.com with SMTP id g17so17525013qkk.8 for ; Tue, 03 Sep 2019 14:15:07 -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=hrlnQyjxLq5CYivE9GlieClIZOPBePod+9zvBBHCe/k=; b=qPC7Qx3j42ayHV9la9MFhbRX6td6rpJIyYp9eSMHEeJdQybwunbpkbP4miL3b9HJy6 UPykL6Q2GeYWBGPcYV4YmAEC1TTFOOJzqYVs4ujuLcj1boGGvAe0QB7TphYBmZ2hmNr+ hE3Xt1UmCFW0dvMYmDy5OlmxWZrZXw2L9enjkN3rWOazE620AhCjKXOU1ySayn+bYF2E doSNvgCzLmjAzH9zLsH3RPYWAqir8ZvtVQpI6Q2lMK6l2L4nTQrGftvVctPhW9TJ1FjQ 1sY9cI/Gk98d4xhaDn+pTqr96J8BteblPDTb8aZaKNhxzfgFHQKBggFGyrsYHDG6nfnd cW1g== X-Gm-Message-State: APjAAAXaPWl+pgWDBulYYx3P1rZROGTjK3uIx3xE9lITCuK02Ivj3y6c uT1B37ofePBYjJ+NL0wKHF6RmL8d7LdkzSggePE= X-Google-Smtp-Source: APXvYqy8ue7nYD2A+jriaQr6ZusrM3NzPA8WVpTMH3ZcfOqMcbj+rLuBhXygQZk/LpIuLgv48BQzUGgeHQ3s78vaIjI= X-Received: by 2002:a05:620a:b:: with SMTP id j11mr36680871qki.352.1567545306976; Tue, 03 Sep 2019 14:15:06 -0700 (PDT) MIME-Version: 1.0 References: <20190823123643.18799-1-geert+renesas@glider.be> <20190823123643.18799-3-geert+renesas@glider.be> In-Reply-To: <20190823123643.18799-3-geert+renesas@glider.be> From: Arnd Bergmann Date: Tue, 3 Sep 2019 23:14:50 +0200 Message-ID: Subject: Re: [PULL 2/5] Renesas ARM SoC updates for v5.4 To: Geert Uytterhoeven Cc: arm-soc , arm-soc , Simon Horman , Magnus Damm , Linux ARM , Linux-Renesas Content-Type: text/plain; charset="UTF-8" Sender: linux-renesas-soc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-renesas-soc@vger.kernel.org On Fri, Aug 23, 2019 at 2:36 PM Geert Uytterhoeven wrote: > Renesas ARM SoC updates for v5.4 > > - Low-level debugging support for RZ/A2M. > Pulled into arm/soc, thanks! This should be the last of your pull requests for the moment. Can you check that everything is there once it hits linux-next (probably Wednesday, I may have just missed today). Arnd