From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751435AbdFGPiu (ORCPT ); Wed, 7 Jun 2017 11:38:50 -0400 Received: from mga09.intel.com ([134.134.136.24]:44486 "EHLO mga09.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751072AbdFGPit (ORCPT ); Wed, 7 Jun 2017 11:38:49 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.39,311,1493708400"; d="scan'208";a="96671394" Date: Wed, 7 Jun 2017 18:38:42 +0300 From: Mika Westerberg To: Alan Cox Cc: linux-kernel@vger.kernel.org, torvalds@linux-foundation.org Subject: Re: Two regressions in 4.12-rc on Baytrail/T: #1 Pinctrol or WMI Message-ID: <20170607153842.GN3187@lahna.fi.intel.com> References: <20170607162044.4d6ba233@llwyncelyn.cymru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170607162044.4d6ba233@llwyncelyn.cymru> Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo User-Agent: Mutt/1.7.1 (2016-10-04) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 07, 2017 at 04:20:44PM +0100, Alan Cox wrote: > ASUS T100TA, BIOS 3.07, machine version is the variant with the windows > logo on the frame and no Energy Star logo. > > The first one is in the pin controller (or I guess WMI) which now spews > the (non fatal) > > [ 22.491352] Potential Error: Setting GPIO with direct_irq_en to output Yeah, this sounds like a bug in the BIOS. The direct_irq_en is set which means that the GPIO is routed directly to the IO-APIC (and is expected to be input) but the device in question (WMI?) probably has some ACPI method that uses the GPIO via ACPI Operation Region as output.