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=-2.9 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_PASS, T_DKIMWL_WL_HIGH,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 54150C433F5 for ; Tue, 28 Aug 2018 00:59:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id EA4EE208A6 for ; Tue, 28 Aug 2018 00:59:41 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="Nfb7B1Yx" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org EA4EE208A6 Authentication-Results: mail.kernel.org; dmarc=fail (p=quarantine dis=none) header.from=ti.com Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726742AbeH1Eso (ORCPT ); Tue, 28 Aug 2018 00:48:44 -0400 Received: from lelv0143.ext.ti.com ([198.47.23.248]:42374 "EHLO lelv0143.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725198AbeH1Eso (ORCPT ); Tue, 28 Aug 2018 00:48:44 -0400 Received: from dlelxv90.itg.ti.com ([172.17.2.17]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id w7S0xPS5057527; Mon, 27 Aug 2018 19:59:25 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1535417965; bh=bq3k2uJHi93kFqZcoOs/mzRjC8LC9XfMxBsYobFPs2A=; h=From:To:CC:Subject:Date; b=Nfb7B1YxH2b3dJNydJhOp3NK5LJf9VxTqiJPNlhZKKbQy9IqPNmcANEGhbSeaDDSY qYJOuJqMBVvgmZtJg9CQL98sqtIpznysIo9w9vRbEg/Hg9ib96wykEvs4EGa2BPbef bXmLf5q5TEdKa3BEYKjAY8UMG34QN6pG6AxFE4nE= Received: from DLEE104.ent.ti.com (dlee104.ent.ti.com [157.170.170.34]) by dlelxv90.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7S0xPer008040; Mon, 27 Aug 2018 19:59:25 -0500 Received: from DLEE112.ent.ti.com (157.170.170.23) by DLEE104.ent.ti.com (157.170.170.34) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1466.3; Mon, 27 Aug 2018 19:59:24 -0500 Received: from dlep33.itg.ti.com (157.170.170.75) by DLEE112.ent.ti.com (157.170.170.23) with Microsoft SMTP Server (version=TLS1_0, cipher=TLS_RSA_WITH_AES_256_CBC_SHA) id 15.1.1466.3 via Frontend Transport; Mon, 27 Aug 2018 19:59:25 -0500 Received: from localhost (ileax41-snat.itg.ti.com [10.172.224.153]) by dlep33.itg.ti.com (8.14.3/8.13.8) with ESMTP id w7S0xOUZ023373; Mon, 27 Aug 2018 19:59:25 -0500 From: Nishanth Menon To: Santosh Shilimkar , Tero Kristo CC: Rob Herring , , , , Nishanth Menon Subject: [PATCH V3 0/2] firmware: ti_sci: Add host-id as an optional parameter Date: Mon, 27 Aug 2018 19:59:22 -0500 Message-ID: <20180828005924.13092-1-nm@ti.com> X-Mailer: git-send-email 2.15.1 MIME-Version: 1.0 Content-Type: text/plain X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Santosh, This is the rebase to v4.19-rc1 and repost of the patch series [1] Please find attached series to enable host-id as an optional dt property. [1] https://patchwork.ozlabs.org/cover/931822/ No Functional changes. Will be great if we can get this in rc cycle, but, will defer to you. Nishanth Menon (2): Documentation: dt: keystone: ti-sci: Add optional host-id parameter firmware: ti_sci: Provide host-id as an optional dt parameter .../devicetree/bindings/arm/keystone/ti,sci.txt | 4 ++++ drivers/firmware/ti_sci.c | 24 ++++++++++++++++++---- 2 files changed, 24 insertions(+), 4 deletions(-) -- 2.15.1