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=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 34EDDC433E1 for ; Fri, 29 May 2020 17:36:00 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 1352F2065F for ; Fri, 29 May 2020 17:36:00 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727820AbgE2Rf7 (ORCPT ); Fri, 29 May 2020 13:35:59 -0400 Received: from mail.baikalelectronics.com ([87.245.175.226]:50272 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725839AbgE2Rf5 (ORCPT ); Fri, 29 May 2020 13:35:57 -0400 Received: from localhost (unknown [127.0.0.1]) by mail.baikalelectronics.ru (Postfix) with ESMTP id 062A78030772; Fri, 29 May 2020 17:35:55 +0000 (UTC) X-Virus-Scanned: amavisd-new at baikalelectronics.ru Received: from mail.baikalelectronics.ru ([127.0.0.1]) by localhost (mail.baikalelectronics.ru [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id TmsV8aoEI2cj; Fri, 29 May 2020 20:35:54 +0300 (MSK) Date: Fri, 29 May 2020 20:35:53 +0300 From: Serge Semin To: Mark Brown CC: Serge Semin , Ekaterina Skachko , Feng Tang , , Thomas Bogendoerfer , Georgy Vlasov , Pavel Parkhomenko , Alexey Kolotnikov , , , Vadim Vlasov , Alexey Malahov , , Andy Shevchenko , Rob Herring , Ramil Zaripov , Arnd Bergmann , Maxim Kaurkin Subject: Re: [PATCH v6 00/16] spi: dw: Add generic DW DMA controller support Message-ID: <20200529173553.cynsoyndwfdekqkx@mobilestation> References: <20200529131205.31838-1-Sergey.Semin@baikalelectronics.ru> <159077271266.17043.13820488074564153429.b4-ty@kernel.org> <20200529172642.hcnvyzv2ocizsvpy@mobilestation> <20200529173325.GR4610@sirena.org.uk> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: <20200529173325.GR4610@sirena.org.uk> X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org On Fri, May 29, 2020 at 06:33:25PM +0100, Mark Brown wrote: > On Fri, May 29, 2020 at 08:26:42PM +0300, Serge Semin wrote: > > > You must have missed the patch 16: > > 0e8332aaf059 dt-bindings: spi: Convert DW SPI binding to DT schema > > As you can see it has been acked by Rob. So you can also merge it into your > > repo. Though It has to be rebased first due to the Dinh Nguyen patches > > recently merged in. Do you want me to do the rebasing? > > Please rebase. TBH I'd not noticed Rob's review so I just left it > waiting for that, there's such a huge backlog there it didn't occur to > me that it might've been reviewed. Ok. I'll do the rebasing shortly. (also have to add the optional reset properties into the bindings) -Sergey