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=-8.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING, SPF_HELO_NONE,SPF_PASS autolearn=ham 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 1BB24C433E6 for ; Thu, 31 Dec 2020 09:11:38 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D94E722287 for ; Thu, 31 Dec 2020 09:11:37 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726492AbgLaJLW (ORCPT ); Thu, 31 Dec 2020 04:11:22 -0500 Received: from mail.baikalelectronics.com ([87.245.175.226]:35338 "EHLO mail.baikalelectronics.ru" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726232AbgLaJLW (ORCPT ); Thu, 31 Dec 2020 04:11:22 -0500 Date: Thu, 31 Dec 2020 12:10:34 +0300 From: Serge Semin To: Greg Kroah-Hartman CC: Serge Semin , , , kernel test robot , Randy Dunlap , Ramil Zaripov , Mark Brown , , Sasha Levin Subject: Re: [PATCH 5.10 134/717] spi: dw: fix build error by selecting MULTIPLEXER Message-ID: <20201231091034.bw733orqxwouijkf@mobilestation> References: <20201228125020.963311703@linuxfoundation.org> <20201228125027.369952724@linuxfoundation.org> <20201231084956.ckobqvr5mdpcdxkc@mobilestation> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Disposition: inline In-Reply-To: X-ClientProxiedBy: MAIL.baikal.int (192.168.51.25) To mail (192.168.51.25) Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Dec 31, 2020 at 09:51:21AM +0100, Greg Kroah-Hartman wrote: > On Thu, Dec 31, 2020 at 11:49:56AM +0300, Serge Semin wrote: > > Hello Greg, > > The next patch has been created to supersede the one you've applied: > > https://lore.kernel.org/linux-spi/20201127144612.4204-1-Sergey.Semin@baikalelectronics.ru/ > > Mark has already merged it in his repo. > > Ok, so should that one be queued up as well? Let us know the git commit > id of it when it reaches Linus's kernel and we will be glad to take it. I believe it is already there: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=7218838109fef61cdec988ff728e902d434c9cc5 Yeah, it's better to queue that patch up too, otherwise the build error will be indeed fixed by the commit you've merged in, but the probe procedure will still always fail. -Sergey > > thanks, > > greg k-h