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=-0.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE, SPF_PASS 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 60F00C33C99 for ; Tue, 7 Jan 2020 07:28:45 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 180042075A for ; Tue, 7 Jan 2020 07:28:45 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=lists.infradead.org header.i=@lists.infradead.org header.b="ctEIUgCz"; dkim=fail reason="signature verification failed" (1024-bit key) header.d=kernel.org header.i=@kernel.org header.b="nrxKsb6L" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 180042075A Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=linuxfoundation.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:Cc:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=1p72ZYmJPQ/gDSZVaRRxdoPO4uEdf7mF3wPyRrjy+Xc=; b=ctEIUgCz03fCrp 77rrcsZJRT1ZopRvKeIdg4G3efL9gtBN9RhuHRPdajoqg3wjZk4Bd7tpUWPa2dM3eoq1vcH209pwk QTAt24xDq+BDwBipARHtos2hU/Ab2ffOCkmLorYOIMgIBGI9NN2z/rDFWtSvvCby7cFM/9v4wHAGn mTyj5crQmrOQvh98aFgaWlPekt/YrUJNRWdSrZUTNJw0NrYdZSpljpowB/JEr1qAXyX/RTAtibPJk RE7UbbkU89K1KBORvBBwCwNMjPp5wbIuo4rXubIiCknJCw0JnnRyT7Gw2TpVl3c2DUF/FZc0QwVGe Wvs7BAdTih2g1hlynJ2w==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1iojI5-0004Ey-4E; Tue, 07 Jan 2020 07:28:37 +0000 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1iojI2-0004Ea-FC; Tue, 07 Jan 2020 07:28:35 +0000 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 5D9892075A; Tue, 7 Jan 2020 07:28:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1578382114; bh=BVHo00NklGMrI82+E8WLgTOJ1z15QHxTgAO8Fq717sA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=nrxKsb6LMgTMxCisihf0knznX31hWsxuWd0MVXC5grjJoJUSqRDGAgHh7ooQTMJYH KBobJ1+QA81K2CWQz8KHY3FUPaUM8owjIIUF19hEmp/PMzzxi4KRdsG35RZ8+UGsZm sDz+iosUV/Amkv7OgASYfuvhsQeDHSX6cKC4hA34= Date: Tue, 7 Jan 2020 08:28:31 +0100 From: Greg Kroah-Hartman To: Ivan Sistik Subject: Re: [PATCH] tty: serial: amba-pl011: added RS485 support Message-ID: <20200107072831.GB1014453@kroah.com> References: <20200106235203.27256-1-sistik@3ksolutions.sk> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20200106235203.27256-1-sistik@3ksolutions.sk> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20200106_232834_526911_955B9D75 X-CRM114-Status: GOOD ( 11.20 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Stefan Wahren , Florian Fainelli , Scott Branden , Ray Jui , Russell King , linux-kernel@vger.kernel.org, Eric Anholt , bcm-kernel-feedback-list@broadcom.com, linux-rpi-kernel@lists.infradead.org, linux-serial@vger.kernel.org, Jiri Slaby , linux-arm-kernel@lists.infradead.org Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+infradead-linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Tue, Jan 07, 2020 at 12:52:03AM +0100, Ivan Sistik wrote: > --- a/drivers/tty/serial/amba-pl011.c > +++ b/drivers/tty/serial/amba-pl011.c > @@ -14,6 +14,9 @@ > * not have an RI input, nor do they have DTR or RTS outputs. If > * required, these have to be supplied via some other means (eg, GPIO) > * and hooked into this driver. > + * > + * Added software RS485 support, 05/jan/2020, Ivan Sistik > + * sistik@3ksolutions.sk No need for this, that is what git changelogs are for :) thanks, greg k-h _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel