Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1813402imm; Thu, 2 Aug 2018 01:12:55 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeFQZSbrBwpAgivzdM7HE0lnti8TNc09LXlwZOOzqTr2aKs4vN+Rc9kynP6w8c7eF6v+XHJ X-Received: by 2002:a62:9dcc:: with SMTP id a73-v6mr1774641pfk.249.1533197574991; Thu, 02 Aug 2018 01:12:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533197574; cv=none; d=google.com; s=arc-20160816; b=DSpIp1tgqc8hjxjFsdIU0B+Xg4R/ZlSOLatknvCFiTT2QEEpgtbYnUgCicAOfrHoEf Gab15FpE6eSwb+fUozoRabdJfvWNlFu92M4Sq9V/sPmclNc/iNBtbHC0Nx3GjVAZToOK xLxwLCN34TeS/GJVuIF5yAecF+bvGhZaXcfMFdAfuwC0QwI4GL+c35TSw5BWfVWEepjI e/ToVukErYwOhV7vOQvFM9+rMRvR5FGVhkB+EQCn7ZjO/Fj3lA2msH/twhNR7RCh1ueu c2MAdhGN1uCYnVCizDTfO8MsdpuMwmB+Auj9h6+MOfCW0iQith0rxKPHM196/8pVUtQX qeug== 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-disposition:mime-version:references:message-id:subject:cc :to:from:date:arc-authentication-results; bh=GWVPruntqoRILzYVh4kG+2OEO1k8K/WxT7EUJgWad8k=; b=VqrWuYXh57fD+b97ySp65WmUSPwoRf/kaDzRkYoVWor+oxlgkflrkTQY0AONS0lbiR 6FUmt2fB81iAVwo1BJ6CswdFy3odx7OqpzkrYhL9Im3udIvb0gYHV6FGRT6HMOmWsczc dTfqeZpBw40Mc45k6CBjC0dej/flA6pw35AM9CCvlVivDStjtff99hyo1zyMsa1bOkTy vfWIN1LCmpCAUMmJkss3lCfyMbS1YGJAosZJ2NPUY8ly3D4TlMF0bHqo/qsvAVmncEdt SM/PX5mBzlo5eYz4U9jQf5lYTM0Mo5dDdedFSnZAP3t7t6FGlNC2eqtA7otQWjNPleLj EhoA== ARC-Authentication-Results: i=1; mx.google.com; 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 j135-v6si1328615pfd.207.2018.08.02.01.12.40; Thu, 02 Aug 2018 01:12:54 -0700 (PDT) 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; 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 S1731650AbeHBKBY (ORCPT + 99 others); Thu, 2 Aug 2018 06:01:24 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:37918 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726739AbeHBKBY (ORCPT ); Thu, 2 Aug 2018 06:01:24 -0400 Received: from localhost (D57E6652.static.ziggozakelijk.nl [213.126.102.82]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id E0250CC3; Thu, 2 Aug 2018 08:11:23 +0000 (UTC) Date: Thu, 2 Aug 2018 10:11:21 +0200 From: Greg KH To: Radu Pirea Cc: broonie@kernel.org, nicolas.ferre@microchip.com, alexandre.belloni@bootlin.com, lee.jones@linaro.org, richard.genoud@gmail.com, robh+dt@kernel.org, mark.rutland@arm.com, linux-spi@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, devicetree@vger.kernel.org, linux-serial@vger.kernel.org Subject: Re: [PATCH v11 6/6] tty/serial: atmel: change the driver to work under at91-usart mfd Message-ID: <20180802081121.GA26520@kroah.com> References: <20180713164736.26028-1-radu.pirea@microchip.com> <20180713164736.26028-7-radu.pirea@microchip.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180713164736.26028-7-radu.pirea@microchip.com> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jul 13, 2018 at 07:47:36PM +0300, Radu Pirea wrote: > This patch modifies the place where resources and device tree properties > are searched. > > Signed-off-by: Radu Pirea > Reviewed-by: Andy Shevchenko > Acked-by: Richard Genoud > Acked-by: Nicolas Ferre Acked-by: Greg Kroah-Hartman