Message ID | 20230516114617.148963-1-michal.wilczynski@intel.com |
---|---|
Headers | show
Return-Path: <linux-acpi-owner@vger.kernel.org> 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 EAA3EC7EE2E for <linux-acpi@archiver.kernel.org>; Tue, 16 May 2023 11:46:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S233057AbjEPLqz (ORCPT <rfc822;linux-acpi@archiver.kernel.org>); Tue, 16 May 2023 07:46:55 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:41460 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S233061AbjEPLqn (ORCPT <rfc822;linux-acpi@vger.kernel.org>); Tue, 16 May 2023 07:46:43 -0400 Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 29E5C6A58 for <linux-acpi@vger.kernel.org>; Tue, 16 May 2023 04:46:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1684237593; x=1715773593; h=from:to:cc:subject:date:message-id:mime-version: content-transfer-encoding; bh=XYspxCqO5D4kWJBWip8vWqmnjagezUV8ah+tJqm3twA=; b=Kk4l27rmuSK/JJAHIQoSZ2yS1TPAeguCCe4k4jOVvWRn/XS5CsMR2uTZ bxsBiEmX8xYol69/uvIB9YU46dpK5DJgdOhVrjbRv1p52lYyh/a8Wmma3 7BmQ0Nk4cXF3GYI7SsZfMvWER2wDu5CZ7DBfIXvruMEasj2whol3JYQUw SpNYG2SOMGzGdrw8o809/cw70s8WVZPO6uC2zCSd6RL2ysNuihnX2Azd1 J64TIzz80lN2nmnE7ScsBzmq3j0HPHB0/hWuVcNvZ95rECO7DLtWo71XK 5IYJofjyFsEcGAi3Ffx19JLe526g5HHNxbk6ocKUhEhxikCdWJnfKg4K6 w==; X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="417111584" X-IronPort-AV: E=Sophos;i="5.99,278,1677571200"; d="scan'208";a="417111584" Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga105.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 May 2023 04:46:32 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6600,9927,10711"; a="731961773" X-IronPort-AV: E=Sophos;i="5.99,278,1677571200"; d="scan'208";a="731961773" Received: from hextor.igk.intel.com ([10.123.220.6]) by orsmga008-auth.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 16 May 2023 04:46:31 -0700 From: Michal Wilczynski <michal.wilczynski@intel.com> To: linux-acpi@vger.kernel.org Cc: rafael@kernel.org, Michal Wilczynski <michal.wilczynski@intel.com> Subject: [PATCH v2 00/34] Remove .notify callback in acpi_device_ops Date: Tue, 16 May 2023 13:45:43 +0200 Message-Id: <20230516114617.148963-1-michal.wilczynski@intel.com> X-Mailer: git-send-email 2.37.2 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: <linux-acpi.vger.kernel.org> X-Mailing-List: linux-acpi@vger.kernel.org |
Series |
Remove .notify callback in acpi_device_ops
|
expand
|