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=-3.8 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS 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 22C18C43381 for ; Mon, 4 Jan 2021 14:23:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E1B2C224DF for ; Mon, 4 Jan 2021 14:23:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726950AbhADOXX (ORCPT ); Mon, 4 Jan 2021 09:23:23 -0500 Received: from mga18.intel.com ([134.134.136.126]:41541 "EHLO mga18.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727136AbhADOXX (ORCPT ); Mon, 4 Jan 2021 09:23:23 -0500 IronPort-SDR: wgJTmMLQxDJVKKmi1OIxT84TW6B72vi0/EmldmCsvubIFzp8AfCOJPaOjBCwqhIxDS8W6Opl9b RcHdVIgPYQWg== X-IronPort-AV: E=McAfee;i="6000,8403,9853"; a="164663910" X-IronPort-AV: E=Sophos;i="5.78,474,1599548400"; d="scan'208";a="164663910" Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 06:21:37 -0800 IronPort-SDR: NT5EU6BdnlKXUmrf92jY7a1WScdEL203majc2OtfViqgWT+QGzDYaLTaBTPBawvakkNWYZbFlk De+Uf43wnYwA== X-IronPort-AV: E=Sophos;i="5.78,474,1599548400"; d="scan'208";a="360792986" Received: from smile.fi.intel.com (HELO smile) ([10.237.68.40]) by orsmga002-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 04 Jan 2021 06:21:31 -0800 Received: from andy by smile with local (Exim 4.94) (envelope-from ) id 1kwQki-001avi-5n; Mon, 04 Jan 2021 16:22:32 +0200 Date: Mon, 4 Jan 2021 16:22:32 +0200 From: Andy Shevchenko To: Daniel Scally Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, linux-media@vger.kernel.org, devel@acpica.org, gregkh@linuxfoundation.org, rjw@rjwysocki.net, sergey.senozhatsky@gmail.com, mchehab@kernel.org, lenb@kernel.org, yong.zhi@intel.com, sakari.ailus@linux.intel.com, bingbu.cao@intel.com, tian.shu.qiu@intel.com, robert.moore@intel.com, erik.kaneda@intel.com, pmladek@suse.com, rostedt@goodmis.org, linux@rasmusvillemoes.dk, laurent.pinchart+renesas@ideasonboard.com, jacopo+renesas@jmondi.org, kieran.bingham+renesas@ideasonboard.com, hverkuil-cisco@xs4all.nl, m.felsch@pengutronix.de, niklas.soderlund+renesas@ragnatech.se, slongerbeam@gmail.com, heikki.krogerus@linux.intel.com, linus.walleij@linaro.org, Laurent Pinchart Subject: Re: [PATCH v4 14/15] include: media: v4l2-fwnode: Include v4l2_fwnode_bus_type Message-ID: <20210104142232.GV4077@smile.fi.intel.com> References: <20210103231235.792999-1-djrscally@gmail.com> <20210103231235.792999-15-djrscally@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210103231235.792999-15-djrscally@gmail.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-acpi@vger.kernel.org On Sun, Jan 03, 2021 at 11:12:34PM +0000, Daniel Scally wrote: > V4L2 fwnode bus types are enumerated in v4l2-fwnode.c, meaning they aren't > available to the rest of the kernel. Move the enum to the corresponding > header so that I can use the label to refer to those values. Since it seems v5 will be the case, can you drop 'include: ' prefix in the Subject line? -- With Best Regards, Andy Shevchenko