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=-2.3 required=3.0 tests=DKIM_SIGNED,DKIM_VALID, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, T_DKIMWL_WL_HIGH,USER_AGENT_MUTT 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 87A89C28CC7 for ; Mon, 10 Jun 2019 14:09:51 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5C09E20862 for ; Mon, 10 Jun 2019 14:09:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560175791; bh=ZAdzIptRY5irvM99E4Rd4sa4j4ZDbKjnWVOozitc7jA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=yVVCefXxLKxUjxXfbYNHR0SyrJlyr5fudBb4wyEwmbTO+Cy0jD8cTznyjasTxNfLm 7f2CBsVr2WkZMmbXFJMwqnzy6yazIR+Ls9RZ3zkXuy71y0u52HtyeV+Ja8dPGoZXhe 5swIz/MESSmRJ5T9Vy1lrH1GZ/kfxSJolMS7Oqi8= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390728AbfFJOJu (ORCPT ); Mon, 10 Jun 2019 10:09:50 -0400 Received: from mail.kernel.org ([198.145.29.99]:40082 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2389171AbfFJOJu (ORCPT ); Mon, 10 Jun 2019 10:09:50 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 1F01F207E0; Mon, 10 Jun 2019 14:09:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1560175789; bh=ZAdzIptRY5irvM99E4Rd4sa4j4ZDbKjnWVOozitc7jA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=mUWo8Wug7Wud6ryWjivz2LO3St7mSAblmp81R6eSmB9pMqPwNqr9/hEvrQtoKgD8r 2SI8V7RcQCjJMZsl9MuOpLwLMKaFMv7Vd7tOO07735Cotp0leXUGw/rND9MJUH4cUB sR3w/GcCm4K4H571eyof1Ot/MQnVh4RdsCBp/TpU= Date: Mon, 10 Jun 2019 16:09:47 +0200 From: Greg KH To: Sven Van Asbroeck Cc: devel@driverdev.osuosl.org, YueHaibing , Linux Kernel Mailing List Subject: Re: [PATCH v2 -next] staging: fieldbus: Fix build error without CONFIG_REGMAP_MMIO Message-ID: <20190610140947.GB18627@kroah.com> References: <20190528142912.13224-1-yuehaibing@huawei.com> <3f4c1d4c-656b-8266-38c4-3f7c36a2bd7e@huawei.com> <20190528155956.GA21964@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.0 (2019-05-25) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Jun 10, 2019 at 08:51:10AM -0400, Sven Van Asbroeck wrote: > Hello Greg, just a friendly ping regarding this patch. It got my Reviewed-by tag > two weeks ago, no further feedback from anyone. Is there anything you would > like us to do before queuing this? > > Link to v2 that got the Reviewed-by: > https://lkml.org/lkml/2019/5/28/609 > > On Tue, May 28, 2019 at 1:31 PM Sven Van Asbroeck wrote: > > For the v2 patch: > > Reviewed-by: Sven Van Asbroeck Odd, sorry, must have fell through the cracks, I'll pick it up now. thanks, greg k-h