Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934269AbcJaGGM (ORCPT ); Mon, 31 Oct 2016 02:06:12 -0400 Received: from mail-oi0-f66.google.com ([209.85.218.66]:35160 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759537AbcJaGGK (ORCPT ); Mon, 31 Oct 2016 02:06:10 -0400 Date: Mon, 31 Oct 2016 01:06:06 -0500 From: Rob Herring To: Milo Kim Cc: Maxime Ripard , Chen-Yu Tsai , Mark Brown , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-spi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 3/4] spi: sun6i: Add binding for Allwinner H3 SPI controller Message-ID: <20161031060606.fk6vhfzyxie6ebg5@rob-hp-laptop> References: <20161028065412.23008-1-woogyom.kim@gmail.com> <20161028065412.23008-4-woogyom.kim@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161028065412.23008-4-woogyom.kim@gmail.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 658 Lines: 15 On Fri, Oct 28, 2016 at 03:54:11PM +0900, Milo Kim wrote: > H3 SPI has same architecture as A31 except FIFO capacity. > To configure the buffer size separately, compatible property should be > different. Optional DMA specifiers and example are added. > > Acked-by: Maxime Ripard > Cc: Mark Brown > Cc: Rob Herring > Cc: Chen-Yu Tsai > Signed-off-by: Milo Kim > --- > .../devicetree/bindings/spi/spi-sun6i.txt | 25 ++++++++++++++++++++-- > 1 file changed, 23 insertions(+), 2 deletions(-) Acked-by: Rob Herring