Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751761AbdFPElN (ORCPT ); Fri, 16 Jun 2017 00:41:13 -0400 Received: from mail-wm0-f68.google.com ([74.125.82.68]:36109 "EHLO mail-wm0-f68.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750827AbdFPElL (ORCPT ); Fri, 16 Jun 2017 00:41:11 -0400 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= To: Jonathan Woithe , Darren Hart , Andy Shevchenko Cc: platform-driver-x86@vger.kernel.org, linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/7] fujitsu-laptop: ACPI-related cleanups Date: Fri, 16 Jun 2017 06:40:51 +0200 Message-Id: <20170616044058.30443-1-kernel@kempniu.pl> X-Mailer: git-send-email 2.13.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 581 Lines: 15 In preparation for splitting fujitsu-laptop into two separate modules, I prepared two more cleanup series to minimize the amount of code being moved around. This first series contains all patches that touch ACPI in some way, which is why I am CCing linux-acpi as per Rafael's previous advice. This patch series was based on platform-driver-x86/for-next and tested on a Lifebook S7020. drivers/platform/x86/Kconfig | 10 -- drivers/platform/x86/fujitsu-laptop.c | 187 +++++++++------------------------- 2 files changed, 48 insertions(+), 149 deletions(-) -- 2.13.1