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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 6961CC77B75 for ; Mon, 15 May 2023 21:41:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S242392AbjEOVlm (ORCPT ); Mon, 15 May 2023 17:41:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:36914 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S245218AbjEOVll (ORCPT ); Mon, 15 May 2023 17:41:41 -0400 Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEA3D618D; Mon, 15 May 2023 14:41:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684186900; x=1715722900; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=YT+jpmKKG29CORJ7DZIqHysBrg87OzibafnqwKC9Ue4=; b=Q3yUqvqQJidAFvNpjgOWVZUoE6qc+cmObM04KPF0nivZzUM0qgGlRJwr 1zI1zdyCZM4GRVL/ME9hacVx6HIbsYFZvjcDZz4V+OBPwjUN+gS8jGx0o +L13Esl12taOFBqj1IHQgO2Ao7FJj3435l85xycD3BY4Ev/K+xqXXtZq4 ykj+JVcJoZolUcW2MztFIegubmfl7p2cxaKWk38R/KmdwVnJRxKqJccOm 44NQsUMeIlsPJ+KDVfNmZxFUOJEKDFSYdbjvrFit720CEPz1z3t8X+WPx umJyDKS8S/kbYK5fMtZ04CmWTNMudH3rFhOd6jKdnjLOX3TmpKc42vo1j A==; X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="350155543" X-IronPort-AV: E=Sophos;i="5.99,277,1677571200"; d="scan'208";a="350155543" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by fmsmga104.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 May 2023 14:41:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="695184571" X-IronPort-AV: E=Sophos;i="5.99,277,1677571200"; d="scan'208";a="695184571" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 15 May 2023 14:41:32 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pyfwg-000753-2M; Tue, 16 May 2023 00:41:30 +0300 Date: Tue, 16 May 2023 00:41:30 +0300 From: Andy Shevchenko To: Henning Schild Cc: Pavel Machek , Lee Jones , Hans de Goede , Mark Gross , linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, platform-driver-x86@vger.kernel.org Subject: Re: [PATCH v3 2/3] leds: simatic-ipc-leds-gpio: split up into multiple drivers Message-ID: References: <20230515150352.30925-1-henning.schild@siemens.com> <20230515150352.30925-3-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230515150352.30925-3-henning.schild@siemens.com> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-leds@vger.kernel.org On Mon, May 15, 2023 at 05:03:51PM +0200, Henning Schild wrote: > In order to clearly describe the dependencies between the GPIO > controller drivers and the users the driver is split up into a core, > two drivers and a common header. AFAIU the GPIO lookup tables need a terminator entry. -- With Best Regards, Andy Shevchenko