From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id E38036774E; Fri, 9 Feb 2024 10:20:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707474040; cv=none; b=NTvd0f19Gr5GjX2rcZs/WlmhTDSZ4TzrwkY36UOEFhVNYes6CvYXnkoz1wX6FDjYjNJNbjH2+MXlcFEruDT/8iJus4zKX4e8zpa+6arvFLv0OBb+mIbGeBPfAA8s/j7Ft1w5KOuYY+4LEw2lkaeRFN2qZy5syMFBsyp1sutF87k= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1707474040; c=relaxed/simple; bh=4lgbDPmTsi0HF0ppwR3s76JThiYAeUNtCaOzdFBIPxQ=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=Sa5RUnU9ojHpeMlWTTENrE+HlWTZED5RWYswXiasVXhrMs/pgomnjLeGp6hNPeOuSJ8yQfAroUvFmIUe0YLmbO0LI/JRE7gXIG9V0cq97valet6N1J8PeGmK+PFN8GJbz2sxoeuA1c+Qijt1GNcYNl9EluCW/RuBNbhoSH53OGs= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=oosSjFvC; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="oosSjFvC" Received: by smtp.kernel.org (Postfix) with ESMTPSA id 20B06C433F1; Fri, 9 Feb 2024 10:20:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1707474039; bh=4lgbDPmTsi0HF0ppwR3s76JThiYAeUNtCaOzdFBIPxQ=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=oosSjFvCtYMVZK5VNjKbI/h8k6RoXOGncXecgbTJW0Zjt9b1c0Rgsa/3QQgFQJH6S jiLcmsCYk4IualaYNeC+YPhjGxhv2QRyTw4kxADApFu01Wx/jXTkGZ52KC7roiYiIe KglyBDdE6Ccj8tkP++NxzHJEjhZRXX0Lg7f7bme0= Date: Fri, 9 Feb 2024 10:20:36 +0000 From: Greg KH To: Jiri Slaby Cc: Rengarajan.S@microchip.com, linux-serial@vger.kernel.org, Kumaravel.Thiagarajan@microchip.com, linux-kernel@vger.kernel.org, Tharunkumar.Pasumarthi@microchip.com, UNGLinuxDriver@microchip.com Subject: Re: [PATCH v1 tty] 8250: microchip: pci1xxxx: Add Burst mode transmission support in uart driver for reading from FIFO Message-ID: <2024020916-barrette-okay-60f7@gregkh> References: <20240125100006.153342-1-rengarajan.s@microchip.com> <0c1e8d38-4b00-4738-bd05-7e36ce736681@kernel.org> Precedence: bulk X-Mailing-List: linux-serial@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <0c1e8d38-4b00-4738-bd05-7e36ce736681@kernel.org> On Fri, Feb 09, 2024 at 07:38:49AM +0100, Jiri Slaby wrote: > On 09. 02. 24, 5:52, Rengarajan.S@microchip.com wrote: > > Hi Jiri Slaby, > > > > The patch has been accepted and added in the tty-git tree and will be > > merged during the next merged window. Should the changes be given as a > > seperate incremental patch or should we re-submit this patch again. > > Hi, > > as you write, you cannot change the patch as it is already queued. PLease > submit changes on top. Or, if the original is so bad, we can revert them now and wait for new ones later, just let me know. thanks, greg k-h