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=-4.0 required=3.0 tests=BAYES_00, 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 042ADC433E2 for ; Mon, 13 Jul 2020 18:24:59 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id DC566206F5 for ; Mon, 13 Jul 2020 18:24:58 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726338AbgGMSY6 (ORCPT ); Mon, 13 Jul 2020 14:24:58 -0400 Received: from muru.com ([72.249.23.125]:36740 "EHLO muru.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726321AbgGMSY6 (ORCPT ); Mon, 13 Jul 2020 14:24:58 -0400 Received: from atomide.com (localhost [127.0.0.1]) by muru.com (Postfix) with ESMTPS id 7FAA68106; Mon, 13 Jul 2020 18:24:55 +0000 (UTC) Date: Mon, 13 Jul 2020 11:24:54 -0700 From: Tony Lindgren To: Suman Anna Cc: linux-omap@vger.kernel.org, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, Tero Kristo Subject: Re: [PATCH 00/13] Add IPU & DSP remoteprocs on OMAP4 and OMAP5 Message-ID: <20200713182454.GQ5849@atomide.com> References: <20200709231954.1973-1-s-anna@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200709231954.1973-1-s-anna@ti.com> Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org * Suman Anna [200709 16:20]: > Hi Tony, > > The following series contains all the necessary DT pieces to boot the > IPU and DSP remote processors on OMAP4 and OMAP5 SoCs. They are > enabled specifically on the TI OMAP4 PandaBoard and OMAP5 uEVM boards. > This is the last DT piece that now completes the support for IPUs and > DSPs on all OMAP4+ SoCs, similar patches were merged for 5.8 covering > the DRA7xx/AM57xx SoCs. Appreciate it if you can pick up the series for > 5.9 if it isn't too late. Applying the series into omap-for-v5.9/dt thanks. Regards, Tony