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 14F04C0015E for ; Tue, 18 Jul 2023 14:21:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232653AbjGROVm (ORCPT ); Tue, 18 Jul 2023 10:21:42 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:45524 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232773AbjGROVl (ORCPT ); Tue, 18 Jul 2023 10:21:41 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AA9E1171A; Tue, 18 Jul 2023 07:21:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1689690096; x=1721226096; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=jTsXgXwlkog6FCZK88toyY4s8+rrS2VC81SjBh8qxrY=; b=Hwjgh05HZSitMBQvaNIL6+sWJjQYmrDm70h8VdTtt0D01NYZ8jcZ0gci YAO72MIrFaL5syZnxM9jwS3vyrOotcbHpO8FutTzFGO/6H40fMYn4CkUO Wky+Rgk/1jEDCK/bn3RNZyZaagtTBfcx7p7ygQXkby+l9Qh8rF8DHSspD f1Cp7wkJenfRlq3zI07OpOrPzpE4hNz+YPDobvEhx05XChOaCLqLQUoFj Nf9xrVK341daVN9cGU6WjhnYZdxQhNtv1MeHxxCYAhZBVwc/e3qKWDxxE 92Lo1UQQ+p4TX9DqBUx/iNT9x7wHU30ysKlIlzqVGK4TJb+FgYwXaBpqY Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10775"; a="432398451" X-IronPort-AV: E=Sophos;i="6.01,214,1684825200"; d="scan'208";a="432398451" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 18 Jul 2023 07:21:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10775"; a="717608162" X-IronPort-AV: E=Sophos;i="6.01,214,1684825200"; d="scan'208";a="717608162" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 18 Jul 2023 07:21:06 -0700 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1qLlZY-00GsSI-1Q; Tue, 18 Jul 2023 17:21:04 +0300 Date: Tue, 18 Jul 2023 17:21:04 +0300 From: Andy Shevchenko To: Henning Schild Cc: Lee Jones , Hans de Goede , Wim Van Sebroeck , Guenter Roeck , linux-kernel@vger.kernel.org, linux-leds@vger.kernel.org, platform-driver-x86@vger.kernel.org, linux-watchdog@vger.kernel.org, Pavel Machek , Mark Gross , Tobias Schaffner Subject: Re: [PATCH 2/3] leds: simatic-ipc-leds: default config switch to platform switch Message-ID: References: <20230718105213.1275-1-henning.schild@siemens.com> <20230718105213.1275-3-henning.schild@siemens.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230718105213.1275-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 Tue, Jul 18, 2023 at 12:52:12PM +0200, Henning Schild wrote: > If a user did choose to enable Siemens Simatic platform support they > likely want the LED drivers to be enabled without having to flip more > config switches. So we make the LED drivers config switch default to > the platform driver switches value. Same as per previous patch. -- With Best Regards, Andy Shevchenko