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=-5.3 required=3.0 tests=BAYES_00,DKIM_INVALID, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A, SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 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 E6E82C433DF for ; Thu, 13 Aug 2020 18:35:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id BE3D920716 for ; Thu, 13 Aug 2020 18:35:43 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=fail reason="signature verification failed" (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="H4oTw6Xt" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726249AbgHMSfk (ORCPT ); Thu, 13 Aug 2020 14:35:40 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:52132 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726167AbgHMSfk (ORCPT ); Thu, 13 Aug 2020 14:35:40 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 0FFCDC061757; Thu, 13 Aug 2020 11:35:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=Content-Transfer-Encoding:Content-Type: In-Reply-To:MIME-Version:Date:Message-ID:From:References:Cc:To:Subject:Sender :Reply-To:Content-ID:Content-Description; bh=R0TbUVnS+LBBcuAR5BFfn8q7iOgSSh24gcpRLah9OLo=; b=H4oTw6XtpdFTxq8jH4skOl/Obx 7T2pjjbWEHuXzIh6AneSVgk+JsCeOx0xxuyyOJYfF6gaq8PYVAQ7BZ61WmlbQuK4qvMJoHNdtk1jg 0zVgPF9bNw0X3pl5vmyCNlS4mF6hJio0o4xdaoWaHLs37972RVDYJLdOJTB9qZ4CeLofmJQso83pA ouIZA9fms+mII3oTTo2TizKYpMPGggJB2uPpNS6FdRLuTwKaLwI0U7NbXFJWZ2SpTtitKheKXx1D6 RuaCHB/yWTgzIsMKuqxrSjnGMLTYoHhufSjtpd5iPQPhcwGpC/EoQjomZY+EfDkLWlxorTRuIanVY d0/mtl+g==; Received: from [2601:1c0:6280:3f0::19c2] by casper.infradead.org with esmtpsa (Exim 4.92.3 #3 (Red Hat Linux)) id 1k6I4c-0002EY-Od; Thu, 13 Aug 2020 18:35:35 +0000 Subject: Re: linux-next: Tree for Aug 13 (drivers/media/i2c/max9286.c) To: Stephen Rothwell , Linux Next Mailing List Cc: Linux Kernel Mailing List , linux-media , Jacopo Mondi , Kieran Bingham , Laurent Pinchart , =?UTF-8?Q?Niklas_S=c3=b6derlund?= References: <20200813165846.27887669@canb.auug.org.au> From: Randy Dunlap Message-ID: <17a1c5aa-2f38-c84d-bf2d-485862dc0615@infradead.org> Date: Thu, 13 Aug 2020 11:35:30 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.10.0 MIME-Version: 1.0 In-Reply-To: <20200813165846.27887669@canb.auug.org.au> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 7bit Sender: linux-next-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-next@vger.kernel.org On 8/12/20 11:58 PM, Stephen Rothwell wrote: > Hi all, > > News: The merge window has opened, so please do not add any v5.10 > related material to your linux-next included branches until after the > merge window closes again. > > Changes since 20200812: > on x86_64: # CONFIG_GPIOLIB is not set ../drivers/media/i2c/max9286.c: In function 'max9286_register_gpio': ../drivers/media/i2c/max9286.c:1033:6: error: 'struct gpio_chip' has no member named 'of_node' gpio->of_node = dev->of_node; -- ~Randy Reported-by: Randy Dunlap