Message ID | 20190920075946.13282-1-j-keerthy@ti.com (mailing list archive) |
---|---|
Headers | show
Return-Path: <SRS0=Jr8b=XP=vger.kernel.org=linux-omap-owner@kernel.org> Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 158101747 for <patchwork-linux-omap@patchwork.kernel.org>; Fri, 20 Sep 2019 08:00:03 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id E713E222D1 for <patchwork-linux-omap@patchwork.kernel.org>; Fri, 20 Sep 2019 08:00:02 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="lYgP0KrT" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2405042AbfITIAC (ORCPT <rfc822;patchwork-linux-omap@patchwork.kernel.org>); Fri, 20 Sep 2019 04:00:02 -0400 Received: from fllv0015.ext.ti.com ([198.47.19.141]:43916 "EHLO fllv0015.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2404951AbfITIAC (ORCPT <rfc822;linux-omap@vger.kernel.org>); Fri, 20 Sep 2019 04:00:02 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by fllv0015.ext.ti.com (8.15.2/8.15.2) with ESMTP id x8K7ximS035593; Fri, 20 Sep 2019 02:59:44 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1568966384; bh=fRna3Ce4+QZO4OTHHC6NwL1VdN3RV06uWyYjVpJ4w0w=; h=From:To:CC:Subject:Date; b=lYgP0KrTvECQvoCQYpcn36zdWF8tNJk54Ae3b1UWjSU3x8fLdBVJnC8OMs2NAvLHL rZwwsHP0KpKvQRSZelEz315DVRR0JEbLCSKrGzSRRkGWkm08aKuh/wFy1PA+NvkFI9 gdIEHMjAO6ibWPdiN16npOUDgJN+XlUyy7cCy1Rk= Received: from DFLE112.ent.ti.com (dfle112.ent.ti.com [10.64.6.33]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x8K7xiDW057565 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 20 Sep 2019 02:59:44 -0500 Received: from DFLE114.ent.ti.com (10.64.6.35) by DFLE112.ent.ti.com (10.64.6.33) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Fri, 20 Sep 2019 02:59:40 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE114.ent.ti.com (10.64.6.35) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5 via Frontend Transport; Fri, 20 Sep 2019 02:59:40 -0500 Received: from a0393675ula.india.ti.com (ileax41-snat.itg.ti.com [10.172.224.153]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id x8K7xeXS118255; Fri, 20 Sep 2019 02:59:40 -0500 From: Keerthy <j-keerthy@ti.com> To: <arnd@arndb.de>, <nsekhar@ti.com>, <olof@lixom.net>, <t-kristo@ti.com>, <catalin.marinas@arm.com>, <will@kernel.org>, <tony@atomide.com> CC: <s-anna@ti.com>, <hch@lst.de>, <bjorn.andersson@linaro.org>, <j-keerthy@ti.com>, <linux-kernel@vger.kernel.org>, <linux-omap@vger.kernel.org>, <linux-arm-kernel@lists.infradead.org> Subject: [PATCH v2 linux-next 0/4] arm/arm64: configs: Convert all CONFIG_REMOTEPROC instances to y Date: Fri, 20 Sep 2019 13:29:42 +0530 Message-ID: <20190920075946.13282-1-j-keerthy@ti.com> X-Mailer: git-send-email 2.17.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-omap-owner@vger.kernel.org Precedence: bulk List-ID: <linux-omap.vger.kernel.org> X-Mailing-List: linux-omap@vger.kernel.org |
Series |
arm/arm64: configs: Convert all CONFIG_REMOTEPROC instances to y
|
expand
|
Thanks Keerthy,
the patches look good to me:
Acked-by: Christoph Hellwig <hch@lst.de>