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.0 required=3.0 tests=DKIM_INVALID,DKIM_SIGNED, 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 5F1F9C43141 for ; Fri, 15 Nov 2019 04:59:28 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 38ED62072B for ; Fri, 15 Nov 2019 04:59:28 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="i7mq9KG0"; dkim=fail reason="key not found in DNS" (0-bit key) header.d=codeaurora.org header.i=@codeaurora.org header.b="Lh8RuNy2" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726985AbfKOE71 (ORCPT ); Thu, 14 Nov 2019 23:59:27 -0500 Received: from smtp.codeaurora.org ([198.145.29.96]:35664 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726549AbfKOE71 (ORCPT ); Thu, 14 Nov 2019 23:59:27 -0500 Received: by smtp.codeaurora.org (Postfix, from userid 1000) id 2A65961065; Fri, 15 Nov 2019 04:59:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1573793966; bh=9BnypWMFH2gzc38spQNmr31jdgye0FxV436Tbp5J6cw=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=i7mq9KG0f2FZIasdxqkTfO/PGE7X3j0uiqksGSq3MRJK/Yqy6nTUlHudeTc5egbm/ hr/vGsI9qOFdCB2AFsc/PVaWgKxANjNPk3fbNxKUuvGoP8tuHx7TPQiVb2elrsInzA bDR/rQZVWg8FDy2Oqbr26FK0ug5Nr6bxr6yWKzoA= Received: from [192.168.0.8] (unknown [183.83.138.47]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: akashast@smtp.codeaurora.org) by smtp.codeaurora.org (Postfix) with ESMTPSA id A574460D78; Fri, 15 Nov 2019 04:59:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=codeaurora.org; s=default; t=1573793965; bh=9BnypWMFH2gzc38spQNmr31jdgye0FxV436Tbp5J6cw=; h=Subject:To:Cc:References:From:Date:In-Reply-To:From; b=Lh8RuNy2DmchOLL4rpHNrlpdSdZE+gCXRAU0pnue21WqnwMK+9o5mJQVBXKFcO6HC xB6bsA2yEnD5JRjGr1hNncJuL8zEPuTp7dkuLQ2nG81boOWlmFMOCAgl1hrRR8ijgb r34amMhgMsnUOXaP2dsNJPRc3Ty4qcS7mD+kMmGM= DMARC-Filter: OpenDMARC Filter v1.3.2 smtp.codeaurora.org A574460D78 Authentication-Results: pdx-caf-mail.web.codeaurora.org; dmarc=none (p=none dis=none) header.from=codeaurora.org Authentication-Results: pdx-caf-mail.web.codeaurora.org; spf=none smtp.mailfrom=akashast@codeaurora.org Subject: Re: [PATCH v5 1/3] tty: serial: qcom_geni_serial: IRQ cleanup To: Greg KH Cc: linux-arm-msm@vger.kernel.org, linux-serial@vger.kernel.org, mgautam@codeaurora.org, swboyd@chromium.org, msavaliy@codeaurora.org References: <1573642111-17479-1-git-send-email-akashast@codeaurora.org> <20191113105603.GA2083219@kroah.com> <8aacf270-7e0f-8f8f-aac6-4cdaf6d3fd21@codeaurora.org> <20191115045240.GA799309@kroah.com> From: Akash Asthana Message-ID: <4ac838a2-d68d-e040-df0d-f14ec8fa66a6@codeaurora.org> Date: Fri, 15 Nov 2019 10:29:21 +0530 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.9.1 MIME-Version: 1.0 In-Reply-To: <20191115045240.GA799309@kroah.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US Sender: linux-arm-msm-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On 11/15/2019 10:22 AM, Greg KH wrote: > 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 Sorry about it! Will take of this in future. -- The Qualcomm Innovation Center, Inc. is a member of the Code Aurora Forum,\na Linux Foundation Collaborative Project