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.5 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 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 6756AC0650E for ; Mon, 1 Jul 2019 10:14:21 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2FB882089F for ; Mon, 1 Jul 2019 10:14:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561976061; bh=EVDLeiJKH+2R2b4qow4HsU3xwOtxhj/veeJJk5/a/0Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=Xr8SI1CzfZMH6ZjEVoLnWn1Pnj2GJXAIbEKCyOoX8XMuHQzCE0TdO0uXCU8c1wVtM pKdkJFv5b8/qYgCrx4dCiRzpSVFltqTvReZPFE3hWHk+mj/HrXzKpwgTsBYIzxMGho 8zGV9Hp/9F3zVC2kG2NNCsNRqxqEHHqQNCtXkzEM= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728754AbfGAKOU (ORCPT ); Mon, 1 Jul 2019 06:14:20 -0400 Received: from mail.kernel.org ([198.145.29.99]:51978 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727707AbfGAKOT (ORCPT ); Mon, 1 Jul 2019 06:14:19 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2609F2089F; Mon, 1 Jul 2019 10:14:18 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1561976058; bh=EVDLeiJKH+2R2b4qow4HsU3xwOtxhj/veeJJk5/a/0Y=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=cKwhPvurDp8xhlVDS4QDSz7+KZQ4q0DIy/3HW/ZdrqJlZtViQxAjnG2rxPd8se2q6 cK4vp7PFZaREPjmu8x5vw5T54wOJFOR48R3IPWcvl4K2vlvz7yLP7cy84YcndQazLP bEnI98IOp9MBXwEBzfOPZakVUp/aHWBtkq4pCpVs= Date: Mon, 1 Jul 2019 12:14:15 +0200 From: Greg Kroah-Hartman To: Kishon Vijay Abraham I Cc: linux-kernel@vger.kernel.org Subject: Re: [GIT PULL v2] PHY: for 5.2-rc Message-ID: <20190701101415.GC23548@kroah.com> References: <20190612102803.25398-1-kishon@ti.com> <3c16d177-adb3-5c42-7e90-49ddae9723cb@ti.com> <20190621064019.GA12643@kroah.com> <105a126a-5897-5607-e371-1af958523631@ti.com> <194c1b99-aff4-6118-b853-6745b306567f@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <194c1b99-aff4-6118-b853-6745b306567f@ti.com> User-Agent: Mutt/1.12.1 (2019-06-15) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Jun 27, 2019 at 06:46:50PM +0530, Kishon Vijay Abraham I wrote: > Hi Greg, > > On 21/06/19 12:50 PM, Kishon Vijay Abraham I wrote: > > > > > > On 21/06/19 12:10 PM, Greg Kroah-Hartman wrote: > >> On Fri, Jun 21, 2019 at 11:41:26AM +0530, Kishon Vijay Abraham I wrote: > >>> Hi Greg, > >>> > >>> On 12/06/19 3:57 PM, Kishon Vijay Abraham I wrote: > >>>> Hi Greg, > >>>> > >>>> Please find the updated pull request for 5.2 -rc cycle. Here I dropped > >>>> the patch that added "static" for a function to fix sparse warning. > >>>> > >>>> I'm also sending the patches along with this pull request in case you'd > >>>> like to look them. > >>>> > >>>> Consider merging it in this -rc cycle and let me know if you want me > >>>> to make any further changes. > >>> > >>> Are you planning to merge this? > >> > >> Ugh, fell through the cracks of my huge TODO mbox at the moment, sorry. > >> It's still there, should get to it next week... > > > > All right, thanks! > > I think it's not merged yet. If you think it's too late, I can send it along > with the merge window pull request. Sorry for the delay, I've merged this into my branch for 5.3-rc1. If anything needed to go into 5.2, can you send the git commit ids to stable@vger.kernel.org when they hit Linus's tree? thanks, greg k-h