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.1 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_PASS,URIBL_BLOCKED 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 48BB1C04E53 for ; Wed, 15 May 2019 11:42:11 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 080E8206BF for ; Wed, 15 May 2019 11:42:11 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="ke2sSvoK" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732606AbfEOLmJ (ORCPT ); Wed, 15 May 2019 07:42:09 -0400 Received: from lelv0142.ext.ti.com ([198.47.23.249]:58026 "EHLO lelv0142.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1732360AbfEOL2Q (ORCPT ); Wed, 15 May 2019 07:28:16 -0400 Received: from lelv0265.itg.ti.com ([10.180.67.224]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id x4FBS9Dv062207; Wed, 15 May 2019 06:28:09 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1557919689; bh=uD0hOed8qFjFZXDyYgxx1HKj4YC6mZZmhn8u4YqN9qU=; h=Subject:To:CC:References:From:Date:In-Reply-To; b=ke2sSvoKvQdNApcRuZbt00b15JHzYjRrbKyKiQaUjvsD6pEcmlO2m1zyf10Wi2ZtT IsAknwHtjexvMkkeZIH9JYdR/gcMhM/JaLNJO3/nnisZkSadaGqo2UpAFh5jl02PZn LMsRSj9BKzuzHMqHCVxEwkWKIlpqXu6+TfvPrnNk= Received: from DLEE114.ent.ti.com (dlee114.ent.ti.com [157.170.170.25]) by lelv0265.itg.ti.com (8.15.2/8.15.2) with ESMTPS id x4FBS9Y2079097 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Wed, 15 May 2019 06:28:09 -0500 Received: from DLEE113.ent.ti.com (157.170.170.24) by DLEE114.ent.ti.com (157.170.170.25) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.1713.5; Wed, 15 May 2019 06:28:08 -0500 Received: from lelv0326.itg.ti.com (10.180.67.84) by DLEE113.ent.ti.com (157.170.170.24) 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; Wed, 15 May 2019 06:28:08 -0500 Received: from [172.22.173.234] (ileax41-snat.itg.ti.com [10.172.224.153]) by lelv0326.itg.ti.com (8.15.2/8.15.2) with ESMTP id x4FBS72p125930; Wed, 15 May 2019 06:28:07 -0500 Subject: Re: [PATCH 4.14 053/115] i2c: omap: Enable for ARCH_K3 To: Greg Kroah-Hartman , CC: , Vignesh R , Wolfram Sang , Sasha Levin References: <20190515090659.123121100@linuxfoundation.org> <20190515090703.440094029@linuxfoundation.org> From: Grygorii Strashko Message-ID: Date: Wed, 15 May 2019 14:28:06 +0300 User-Agent: Mozilla/5.0 (X11; Linux i686; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <20190515090703.440094029@linuxfoundation.org> Content-Type: text/plain; charset="utf-8" Content-Language: en-US Content-Transfer-Encoding: 7bit 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 Greg, On 15.05.19 13:55, Greg Kroah-Hartman wrote: > [ Upstream commit 5b277402deac0691226a947df71c581686bd4020 ] > > Allow I2C_OMAP to be built for K3 platforms. > > Signed-off-by: Vignesh R > Reviewed-by: Grygorii Strashko > Signed-off-by: Wolfram Sang > Signed-off-by: Sasha Levin This is not v4.14 material as there no support for ARCH_K3. Could you drop it pls. -- Best regards, grygorii