Received: by 2002:a25:7ec1:0:0:0:0:0 with SMTP id z184csp692348ybc; Tue, 19 Nov 2019 07:47:21 -0800 (PST) X-Google-Smtp-Source: APXvYqzlHgQB6Dy2+ixCfGBfu03VweZjYN6M4NopFmrsdZjLC6zW5/GeFW3q1FCoMfKUpwV4w1K8 X-Received: by 2002:a1c:48c2:: with SMTP id v185mr5963362wma.61.1574178441577; Tue, 19 Nov 2019 07:47:21 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1574178441; cv=none; d=google.com; s=arc-20160816; b=u1yEKQRLujDD44HtuN2mWImralgaTLMal/tsK4+MDolTyLRT2Y/1ppJ5f/d2zOejWR s7UwMZQuNMoogjR5n8SprprdR0dVXjKniNTbI4DB7o6Lj0IN5ZdDPjNmS3z40wkDQSTw xAIH3ALnmHKElVBTpgYUdPli8KGlnj3rNiqvRt2QCbqHiKBiR4VrmHiU+2YkEAago4ff Vs9m5p04OT3bkgRJWaljuLx/UKMHLDtdP2Qs573Bx1buimTTNW4pY6ZBwbuFiHKlpcy6 gHK5XwT65JCRQVxS4u0fuZCUsBXYxIu7RXaVXd/RCCqbNwbGr0LfcMf6LhdLv5zjL0Ee 1fmA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-transfer-encoding:content-disposition:mime-version :references:message-id:subject:cc:to:from:date:dkim-signature; bh=XhwNgfn4bky+0ZBjMbRU9b+3H2sIJpueOK7NeAeMneE=; b=w7nNPAH38zfG8FnW7DQjXlkuhF+ZElTBddpZC2M34pgR/+fjYykjcZzgWRNsenJV9r T7JzqJUZ6Voa3h3/ktd7hUsEEdw7uDY87e+/gCb6RgG9LAoCuXeJPmeoIeSqMlyCaSbG ZbCP9uLw1GpXGTu8flqZcdJH4D9RpoQRNk8WcBhUNzDMuNodOjjUJLa0g/yDwwSSgaZ2 uzvNqaeXnMQwF9vNowx+WW/CDGecbPK2Sd+sc2eRqrDITbAIKMCrblIA8cto/zoW9tFC Ja3GIMRMoAtDgsA6h6m6iMetWQbvo7fd9LsYAOGhV7sdMOqQHcJY4oDy6AVTyYzidIQa 37NQ== ARC-Authentication-Results: i=1; mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="wTOfx/xG"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id z65si18505166ede.388.2019.11.19.07.46.56; Tue, 19 Nov 2019 07:47:21 -0800 (PST) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@kernel.org header.s=default header.b="wTOfx/xG"; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728340AbfKSPps (ORCPT + 99 others); Tue, 19 Nov 2019 10:45:48 -0500 Received: from mail.kernel.org ([198.145.29.99]:51192 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727509AbfKSPpr (ORCPT ); Tue, 19 Nov 2019 10:45:47 -0500 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 76C2C222A2; Tue, 19 Nov 2019 15:45:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574178347; bh=2A4V+QTjKVdclRaSKrXFXbwEDtY6OhcEom9OfXnM43U=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=wTOfx/xGn0eZ0lIx4jRt6aq0sbRfGvHVDC30VdCssHM+oZseXEY/Sjj2rwcdEOcOY tb4aX+5vouN+I6VEL7sE8KI+Z+dnvoWkCk1Z+leGUhnXkmQF8fyWWMGkp0VHTWnIPF jpII+nwVYRwAz4a6zMgCc4jiWIzKlhVrgpU6MeKc= Date: Tue, 19 Nov 2019 16:45:44 +0100 From: Greg Kroah-Hartman To: Richard Genoud Cc: linux-kernel@vger.kernel.org, Nicolas Ferre , Radu Pirea , Sasha Levin , "stable # 4 . 4+" , Andy Shevchenko , Lee Jones Subject: Re: [PATCH 4.19 150/422] tty/serial: atmel: Change the driver to work under at91-usart MFD Message-ID: <20191119154544.GA1982025@kroah.com> References: <20191119051400.261610025@linuxfoundation.org> <20191119051408.360814564@linuxfoundation.org> <86754813-17ae-46c1-f222-1635c535668e@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Nov 19, 2019 at 02:17:16PM +0100, Richard Genoud wrote: > Le 19/11/2019 ? 13:01, Richard Genoud a ?crit?: > > Hi all, > > > > Le 19/11/2019 ? 06:15, Greg Kroah-Hartman a ?crit?: > >> From: Radu Pirea > >> > >> [ Upstream commit c24d25317a7c6bb3053d4c193b3cf57d1e9a3e4b ] > >> > >> This patch modifies the place where resources and device tree properties > >> are searched. > > > > Maybe I missed something, but I don't see why this is backported to stable. > > I don't think that this patch was send with a Cc: stable (I just came > > back from holidays, so I may be wrong :)) > > > > Moreover, it's part of a series that introduce "config MFD_AT91_USART", > > but grepping MFD_AT91_USART on stable-rc/linux-4.19.y only returns: > > drivers/tty/serial/Kconfig: select MFD_AT91_USART > > > > So I think this is a mistake (but how it got there ? it is by a bot or > > something ?) > Replying to myself :) > > Mystery solved, it was added by Sasha's bot/AI > [PATCH AUTOSEL 4.19 118/205] tty/serial: atmel: Change the driver to work under at91-usart MFD > > So Greg, you can safely drop this patch. Now dropped, thanks. greg k-h