From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-yk0-f180.google.com ([209.85.160.180]:34826 "EHLO mail-yk0-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946877AbcBRQ2N (ORCPT ); Thu, 18 Feb 2016 11:28:13 -0500 Date: Thu, 18 Feb 2016 11:28:11 -0500 From: Tejun Heo To: Gabor Juhos Cc: linux-ide@vger.kernel.org, Alban Bedel , Ralf Baechle , Arnd Bergmann , stable@vger.kernel.org Subject: Re: [PATCH] pata-rb532-cf: get rid of the irq_to_gpio() call Message-ID: <20160218162811.GA13177@mtj.duckdns.org> References: <1455710300-30920-1-git-send-email-juhosg@openwrt.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1455710300-30920-1-git-send-email-juhosg@openwrt.org> Sender: stable-owner@vger.kernel.org List-ID: On Wed, Feb 17, 2016 at 12:58:20PM +0100, Gabor Juhos wrote: > The RB532 platform specific irq_to_gpio() implementation has been > removed with commit 832f5dacfa0b ("MIPS: Remove all the uses of > custom gpio.h"). Now the platform uses the generic stub which causes > the following error: Applied to libata/for-4.5-fixes. As for the gpiod API conversion, please do that in separate patches. Thanks. -- tejun