From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1759390AbdCVL3f (ORCPT ); Wed, 22 Mar 2017 07:29:35 -0400 Received: from mx1.redhat.com ([209.132.183.28]:51096 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759250AbdCVL31 (ORCPT ); Wed, 22 Mar 2017 07:29:27 -0400 DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com 8DC88C05AA42 Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx08.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=hdegoede@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com 8DC88C05AA42 From: Hans de Goede To: "Rafael J . Wysocki" , Len Brown , Lee Jones Cc: Hans de Goede , Andy Shevchenko , linux-acpi@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH 0/5] Intel PMIC: Intel PMIC mfd and OPRegion drivers must be built in Date: Wed, 22 Mar 2017 12:29:18 +0100 Message-Id: <20170322112923.20200-1-hdegoede@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.32]); Wed, 22 Mar 2017 11:29:27 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi All, Here is a series enforcing Intel PMIC mfd and OPRegion drivers to be built in, this is necessary so that the OPRegion handlers are registered before other drivers try to enter D0 which may require these OPRegion handlers. Note patches 4 & 5 are for drivers which have been submitted but not yet accepted in -next, so theoretically they could be squashed into the original patches, but I believe it is good to keep them as separate commits to have a git history which documents why these are builtin. The patches span both the mfd and ACPI subsystems but can me merged independently of each other I'm posting this as a single series as both sides are part of fixing the same issue. Regards, Hans