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=-5.2 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_1 autolearn=unavailable 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 E4844C43215 for ; Fri, 15 Nov 2019 04:52:44 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B57DD20730 for ; Fri, 15 Nov 2019 04:52:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573793564; bh=X9Awlksr0z2CgRgfURqkxlePLo3ULHdFz2wTUo2KWek=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=AFaDQJaysbtSdFhNfqePjW2jzdeJ/VvxiVtIFBBJn7khLGW25XH3fwT7Cc5pbkN+5 xP0DQfeP7mRPVLsuhwNrpSkW/mRS50/n5/79JOds4x7cgX5wTOiatw1FQwPW/jNAR1 SEQFSaJ3dw1xiwW8Hp6eaxPsFWoGwB+D8yhUPS8Q= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726985AbfKOEwo (ORCPT ); Thu, 14 Nov 2019 23:52:44 -0500 Received: from mail.kernel.org ([198.145.29.99]:53460 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726755AbfKOEwn (ORCPT ); Thu, 14 Nov 2019 23:52:43 -0500 Received: from localhost (unknown [104.132.150.99]) (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 7F9B82072A; Fri, 15 Nov 2019 04:52:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1573793563; bh=X9Awlksr0z2CgRgfURqkxlePLo3ULHdFz2wTUo2KWek=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=yxsQj6BvGubsPI2Nr/0ho4xKj2rG+pnk9pRL+uMis1HYXKBTsGwP8sxr9rojbnLRa qgFv9m9EeDdRUEbgGpOSV5wp92y63y9aUuYfggtC4aArpHF+x9GlADL7B4XwEknArI xm5uLRgk5SL1pfRZyaQdS0iuJ/lKSnHrEvykrmLs= Date: Fri, 15 Nov 2019 12:52:40 +0800 From: Greg KH To: Akash Asthana Cc: linux-arm-msm@vger.kernel.org, linux-serial@vger.kernel.org, mgautam@codeaurora.org, swboyd@chromium.org, msavaliy@codeaurora.org Subject: Re: [PATCH v5 1/3] tty: serial: qcom_geni_serial: IRQ cleanup Message-ID: <20191115045240.GA799309@kroah.com> References: <1573642111-17479-1-git-send-email-akashast@codeaurora.org> <20191113105603.GA2083219@kroah.com> <8aacf270-7e0f-8f8f-aac6-4cdaf6d3fd21@codeaurora.org> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <8aacf270-7e0f-8f8f-aac6-4cdaf6d3fd21@codeaurora.org> User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Fri, Nov 15, 2019 at 10:11:40AM +0530, Akash Asthana wrote: > > On 11/13/2019 4:26 PM, Greg KH wrote: > > On Wed, Nov 13, 2019 at 04:18:31PM +0530, Akash Asthana wrote: > > > Move ISR registration from startup to probe function to avoid registering > > > it everytime when the port open is called for driver. > > > > > > Signed-off-by: Akash Asthana > > > --- > > > Changes in v5: > > > - No change. > > This series does not apply at all to my tty-next branch of my tty git > > tree. What did you make it against? Please rebase it and resend so > > that it can be applied. > > > > thanks, > > > > greg k-h > > Please revert below 2 commits and apply the patches in series. > > 1) 8b7103f31950443fd5727d7d80d3c65416b5a390   (v2 patch) > > 2) 3e4aaea7a0391d47f6ffff1f10594c658a67c881 (v2 patch) > > I have verified the same on tty-next branch, it's applying cleanly. Can you please send me a series that does the revert and then has your new patches? Or change your patches to work cleanly on the tty-next branch, I don't want to have to do reverts "by hand" like this. Also, how in the world was I supposed to know to do this? Please be considerate of maintainers, we are overworked as it is... thanks, greg k-h