From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Renninger Subject: Re: [PATCH 2/3] ACPI: Remove old /proc/acpi/event interface Date: Thu, 04 Jul 2013 09:49:02 +0200 Message-ID: <1513052.oSjeLTGJqb@skinner.arch.suse.de> References: <1372855719-34315-1-git-send-email-trenn@suse.de> <1372855719-34315-3-git-send-email-trenn@suse.de> <1545278.bq6oSR27Gq@vostro.rjw.lan> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7Bit Return-path: In-Reply-To: <1545278.bq6oSR27Gq@vostro.rjw.lan> Sender: linux-acpi-owner@vger.kernel.org To: "Rafael J. Wysocki" Cc: linux-kernel@vger.kernel.org, linux-acpi@vger.kernel.org, platform-driver-x86@vger.kernel.org, ibm-acpi-devel@lists.sourceforge.net, rui.zhang@intel.com, lenb@kernel.org, Matthew Garrett , Henrique de Moraes Holschuh List-Id: platform-driver-x86.vger.kernel.org On Wednesday, July 03, 2013 11:56:27 PM Rafael J. Wysocki wrote: > On Wednesday, July 03, 2013 02:48:38 PM Thomas Renninger wrote: > > It is quite some time that this one is deprecated. > > Get rid of it. > > > > If there should really some important user be overseen it could get > > reverted and worked on the userspace program first. But it is time to do > > something to get rid of this old stuff... > > Does this patch depend on the other patches in this series? I should have split this up in two submit requests...: [PATCH 1/3] x86 microcode: Remove old MICROCODE_OLD_INTERFACE is independent from the other two, but [PATCH 2/3] ACPI: Remove old /proc/acpi/event interface and [PATCH 3/3] platform thinkpad: Remove deprecated hotkey_report_mode parameter should go in together. Thomas