Message ID | 20231004162317.163488-1-hdegoede@redhat.com (mailing list archive) |
---|---|
Headers | show
Received: from lindbergh.monkeyblade.net (lindbergh.monkeyblade.net [23.128.96.19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 574191BDC3 for <linux-acpi@vger.kernel.org>; Wed, 4 Oct 2023 16:23:40 +0000 (UTC) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id DA9B1C0 for <linux-acpi@vger.kernel.org>; Wed, 4 Oct 2023 09:23:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1696436618; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=JAu2ukysrElUN908/D/qlaYLYBXX+YKBm95B/XP139Q=; b=EC4Vcub7hY7X+f0y8nTC8B22gXN31QyBvoiew7VTFzGvu3EE8GnwEsAxUpXLJiSvMW64T3 44LgDOd9wkyS1ik9A0RiXT02pUFjIAenRrjiBSRIs7SXauQ5MivAMmWoUqarkbaLmGfZBI CeIJfjJ3/nvInADp5BVB6f7E+ZwFskc= Received: from mimecast-mx02.redhat.com (mx-ext.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-488-IdgwnPq5PMWcAfBDGIKwCw-1; Wed, 04 Oct 2023 12:23:28 -0400 X-MC-Unique: IdgwnPq5PMWcAfBDGIKwCw-1 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.rdu2.redhat.com [10.11.54.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 08F831C0514C; Wed, 4 Oct 2023 16:23:28 +0000 (UTC) Received: from localhost.localdomain (unknown [10.39.192.89]) by smtp.corp.redhat.com (Postfix) with ESMTP id 3415B40C2015; Wed, 4 Oct 2023 16:23:26 +0000 (UTC) From: Hans de Goede <hdegoede@redhat.com> To: =?utf-8?q?Ilpo_J=C3=A4rvinen?= <ilpo.jarvinen@linux.intel.com>, Mika Westerberg <mika.westerberg@linux.intel.com>, Andy Shevchenko <andriy.shevchenko@linux.intel.com>, Bartosz Golaszewski <brgl@bgdev.pl>, Bartosz Golaszewski <bartosz.golaszewski@linaro.org>, Linus Walleij <linus.walleij@linaro.org> Cc: Hans de Goede <hdegoede@redhat.com>, platform-driver-x86@vger.kernel.org, Daniel Scally <djrscally@gmail.com>, linux-gpio@vger.kernel.org, linux-acpi@vger.kernel.org Subject: [PATCH v3 0/5] platform/x86: int3472: don't use gpiod_toggle_active_low() Date: Wed, 4 Oct 2023 18:23:12 +0200 Message-ID: <20231004162317.163488-1-hdegoede@redhat.com> Precedence: bulk X-Mailing-List: linux-acpi@vger.kernel.org List-Id: <linux-acpi.vger.kernel.org> List-Subscribe: <mailto:linux-acpi+subscribe@vger.kernel.org> List-Unsubscribe: <mailto:linux-acpi+unsubscribe@vger.kernel.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Scanned-By: MIMEDefang 3.1 on 10.11.54.1 X-Spam-Status: No, score=-2.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_NONE autolearn=unavailable autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net |
Series |
platform/x86: int3472: don't use gpiod_toggle_active_low()
|
expand
|