From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Breathitt Gray Subject: Re: [PATCH v5 2/4] gpio: Allow PC/104 devices on X86_64 Date: Tue, 31 May 2016 07:23:06 -0400 Message-ID: <20160531112251.GA5674@sophia> References: <61880bededb77bbc3ea3422e48ce717d2a2ff489.1464380034.git.vilhelm.gray@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Greg KH , Linus Walleij Cc: Andrew Morton , x86@kernel.org, "linux-next@vger.kernel.org" , "linux-gpio@vger.kernel.org" , "linux-iio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , linux-watchdog@vger.kernel.org, Stephen Rothwell , Guenter Roeck , Alexandre Courbot List-Id: linux-gpio@vger.kernel.org On Tue, May 31, 2016 at 10:41:49AM +0200, Linus Walleij wrote: >On Sat, May 28, 2016 at 12:08 AM, William Breathitt Gray > wrote: > >> With the introduction of the ISA_BUS_API Kconfig option, ISA-style >> drivers may be built for X86_64 architectures. This patch changes the >> ISA Kconfig option dependency of the PC/104 drivers to ISA_BUS_API, thus >> allowing them to build for X86_64 as they are expected to. >> >> Cc: Alexandre Courbot >> Cc: Linus Walleij >> Reviewed-by: Guenter Roeck >> Signed-off-by: William Breathitt Gray > >Acked-by: Linus Walleij > >Or should I apply this directly to the GPIO tree? > >Yours, >Linus Walleij Greg K-H, Would you be able to pick up this entire patchset via driver-core; I figure that tree is the most appropriate to receive any core ISA bus driver changes (unless you see a more fitting path to take). If possible, I'd like this patchset to find its way into one of the coming release candidates in order to resolve the regression mentioned in the cover letter: as of 4.7-rc1, the drivers which switched to utilize the ISA bus driver are now restricted to X86_32 despite being allowed in X86_64 in the 4.6 release. Thanks, William Breathitt Gray