Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751047AbdGZHDp (ORCPT ); Wed, 26 Jul 2017 03:03:45 -0400 Received: from mail-oi0-f68.google.com ([209.85.218.68]:36832 "EHLO mail-oi0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750816AbdGZHDo (ORCPT ); Wed, 26 Jul 2017 03:03:44 -0400 MIME-Version: 1.0 In-Reply-To: References: <20170721220142.3400093-1-arnd@arndb.de> From: Arnd Bergmann Date: Wed, 26 Jul 2017 09:03:43 +0200 X-Google-Sender-Auth: _croL5e-fKB6TvzGWA4kEyJ5x8U Message-ID: Subject: Re: [PATCH] spi: document broadcom qspi driver as broken To: Kamal Dasu Cc: Mark Brown , Cyrille Pitchen , Geert Uytterhoeven , Hauke Mehrtens , linux-spi , Linux Kernel Mailing List Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 533 Lines: 15 On Tue, Jul 25, 2017 at 11:39 PM, Kamal Dasu wrote: > Arnd, Cyrille, > > I am working on fixing spi-bcm-qspi.c as per Cyrill's suggestion as > mentioned here : https://patchwork.kernel.org/patch/9624585/. > And remove the use of SPINOR_OP_READ* and there by remove need to > include spi-nor.h. Ok, thanks a lot! Do you think your fix will be applicable to stable backports, or should we add a simple dependency first for the stable kernels and remove that dependency again with the proper fix? Arnd