Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752374AbeABJTk (ORCPT + 1 other); Tue, 2 Jan 2018 04:19:40 -0500 Received: from mail-it0-f65.google.com ([209.85.214.65]:36652 "EHLO mail-it0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751910AbeABJTh (ORCPT ); Tue, 2 Jan 2018 04:19:37 -0500 X-Google-Smtp-Source: ACJfBotEqnVcfSLlTD5hVCPSsqkXnqNSTPkeYxsKGVVRyBIF8UpS9GEL0fw+0MyhTkDjy77rTMYN6nIPOwm7hmH4F/w= MIME-Version: 1.0 In-Reply-To: References: From: Linus Walleij Date: Tue, 2 Jan 2018 10:19:36 +0100 Message-ID: Subject: Re: [PATCH 3/3] gpio: Change ISA_BUS_API dependency to selection To: William Breathitt Gray Cc: "Maciej S. Szmigiero" , linux-gpio@vger.kernel.org, linux-iio@vger.kernel.org, LINUXWATCHDOG , "linux-kernel@vger.kernel.org" Content-Type: text/plain; charset="UTF-8" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Return-Path: On Tue, Jan 2, 2018 at 10:18 AM, Linus Walleij wrote: > On Thu, Dec 28, 2017 at 5:02 PM, William Breathitt Gray > wrote: > >> The ISA_BUS_API Kconfig option enables the compilation of the ISA bus >> driver. The ISA bus driver does not perform any hardware interaction, >> and is instead just a thin layer of software abstraction to eliminate >> boilerplate code common to ISA-style device drivers. Since ISA_BUS_API >> has no dependencies and does not jeopardize the integrity of the system >> when enabled, drivers should select it when the ISA bus driver >> functionality is needed. >> >> Cc: Linus Walleij >> Signed-off-by: William Breathitt Gray > > Patch applied. Ooops there are newer patches, backed it out. Yours, Linus Walleij