Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp11152334pxu; Thu, 31 Dec 2020 01:14:31 -0800 (PST) X-Google-Smtp-Source: ABdhPJyAlm9NvMFvo9/ASX9mRwR9UFJb93Q5XfFCwwgBl+4knLkgkyuduI+WlCBa5lLNXM88E76M X-Received: by 2002:a17:906:5912:: with SMTP id h18mr52080490ejq.261.1609406071384; Thu, 31 Dec 2020 01:14:31 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1609406071; cv=none; d=google.com; s=arc-20160816; b=zqEY6shky2uc+44+dCC1mCjwe3Ghe3fkmvk8s4YsgpXc75IT+xqdEnnKfSd+PaZimT X6i4rB+l16Oqn5mu3iTUcXx6ZPDw58OPPDuFwAvQOqSsY111n2tJpuCcPsqrY2cDQCpO jNV67h/KKGPLRAT9VOKxGGF+XPrzgm3iSQfuvrJATDlC3WYCwOFZ2kOpUKBNUyKAI+ip H5r8sRBA/+9aIUytcgYSrLSRi1vFjj+hpMZ06+Kj2yosLGUpIuL30Olz+stCBSAcvKHN 32Yz+y/qUvXLEklOIVBC85gB4HEq9/CWXrBtqz/PTVSZVYDn1K9N9rzbkgeD2Wkf63ah CZIQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:in-reply-to:content-disposition:mime-version :references:message-id:subject:cc:to:from:date; bh=Rtrd57dWHF3jzMgR3y9yq6/BQmNho+BLWHwXNmSQ9pM=; b=RhpzzZYBNuJhMprjXAOki9EWzgUC6YanAGzkLaftorU49YDUGulgOja9WvCnkRPFI0 wNTq0wUvVDqb5pTogTq8bjBhDVO+OdyPo0aP415CGBI7mNjr1yALb5QvAOsynRb+Qsjc qyH/CUlG3oF2c4HmoZmO/G9p/+FUrl8BLBa7LsF/tRL8peUL3pQ4quo2YqY6aTmf40AC ywiufdybjXwARLUtxtrhmpeM8DyWiKVXeZjvpSxl9/lsiSIfhN66dsJNnUB8h/gEBPIn 47U3Iv9dgSnRFc9QBBdiA2LkFsw9LW+pHlcNVOAouVWDJJFdj14neLXxeYKqfVWB/yNU nwig== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id b14si25796265edw.332.2020.12.31.01.14.08; Thu, 31 Dec 2020 01:14:31 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726434AbgLaJLW (ORCPT + 99 others); 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