Received: by 2002:ac0:a5a6:0:0:0:0:0 with SMTP id m35-v6csp2545976imm; Mon, 10 Sep 2018 02:53:29 -0700 (PDT) X-Google-Smtp-Source: ANB0Vdbos9RRgWjiNkcekEBZce8yOom0nh/PaMFLwtyqMke+hS7n5ZhMtQW+7Pimx9LocOo4Dy8A X-Received: by 2002:a63:845:: with SMTP id 66-v6mr21216964pgi.352.1536573209818; Mon, 10 Sep 2018 02:53:29 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1536573209; cv=none; d=google.com; s=arc-20160816; b=A0/Mj2lNJt61qSQgnlDHsE4NqZrfmMRvrQ8NNjA/gl+qTBf5psC/vFhlwWMH8i4Yxa gaYs+D67NwwzVdB51m0/ScG1xjyzEJm7AmtWrqWoQ4VaYq2qSGIMExPti+vEfcWaHbJ0 JExb3Z+JSVPdK8yZ3gIeqXlHUfb3tlpf7AB/bEgTQX718gJleBA9hJh3czIEgwuGltnk BPLZR5t0DcP5BjxB4f6oQmr8jIdP3ifRvtNByoaCI/Nz7c+UAQK1JyiatG2QAx17xrey CPrGVMMOtmmltyd5Yvai1QS/7z8wEZpTXKB/dEoz7r7XYfL3qyqY1EnTF2NV0UonC/qr 1RwA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding :content-language:in-reply-to:mime-version:user-agent:date :message-id:organization:from:references:cc:to:subject; bh=eVNm12oQrqJcHJ0o/ISkpwGHDm1521Zc5ZxNyDbwuDk=; b=Nq1pG7HrQ+hh0h77TjYqauNCPeB4o6X9+01Gs1+oqj3ILSj9hbnwl9zV+M+66hlayL 1GO3Vnis2hg5XU2u8T8TFlHZGlsnOg5D2JARgJsWP+UxA2gYCHqFaZKrjLUD/cgplesN 2ySSjLAJR8nvwl0Tepvw1aHKyO5/9uMwN/SkvNO2gP/2SgvGHZSlo/r9k6o/Ax9Ls8rU yQ+jnSJvcibRvQFjVZ7UluLGfjsK2xHtkoo3R8cMD9VQgE9vwh0kulhlaLF4w42dqQ5K RVpmVM+g7tQ9J9IyByPEyCo20XHjmd2ymHU7F6DCBKk+a1t+95rx0j3Tlgtir9tnrpMx c/vA== 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 u186-v6si17278297pfu.263.2018.09.10.02.53.14; Mon, 10 Sep 2018 02:53:29 -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 S1728087AbeIJOpA (ORCPT + 99 others); Mon, 10 Sep 2018 10:45:00 -0400 Received: from esa3.microchip.iphmx.com ([68.232.153.233]:49331 "EHLO esa3.microchip.iphmx.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726738AbeIJOpA (ORCPT ); Mon, 10 Sep 2018 10:45:00 -0400 X-IronPort-AV: E=Sophos;i="5.53,355,1531810800"; d="scan'208";a="19658441" Received: from smtpout.microchip.com (HELO email.microchip.com) ([198.175.253.82]) by esa3.microchip.iphmx.com with ESMTP/TLS/DHE-RSA-AES256-SHA; 10 Sep 2018 02:51:46 -0700 Received: from [10.159.245.112] (10.10.76.4) by chn-sv-exch03.mchp-main.com (10.10.76.49) with Microsoft SMTP Server id 14.3.352.0; Mon, 10 Sep 2018 02:51:46 -0700 Subject: Re: [PATCH v12 0/6] Driver for at91 usart in spi mode To: Lee Jones , Radu Pirea CC: , , , , , , , , , , , , , , , References: <20180904111310.4049-1-radu_nicolae.pirea@upb.ro> <20180910094817.GJ28860@dell> From: Nicolas Ferre Organization: microchip Message-ID: <2a8ccc95-bbf0-2211-0f88-c5a594600d34@microchip.com> Date: Mon, 10 Sep 2018 11:51:42 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: <20180910094817.GJ28860@dell> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Lee, On 10/09/2018 at 11:48, Lee Jones wrote: > On Tue, 04 Sep 2018, Radu Pirea wrote: >> Well, this is the 12th version of this patch series. >> In this version I fixed a warning from kbuild-robot and I have no idea >> how I forgot to add static in declaration of that functions. Also I >> fixed the example for the SPI driver in bindings. > > Okay great. So which patches still require Acks? None I would say: everything's ready to be integrated into your MFD tree as you proposed some time ago. We are looking forward seeing this series integrated in linux-next as soon as possible. Best regards, Nicolas >> Radu Pirea (6): >> MAINTAINERS: add at91 usart mfd driver >> dt-bindings: add binding for atmel-usart in SPI mode >> mfd: at91-usart: added mfd driver for usart >> MAINTAINERS: add at91 usart spi driver >> spi: at91-usart: add driver for at91-usart as spi >> tty/serial: atmel: change the driver to work under at91-usart mfd > -- Nicolas Ferre