From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758313AbbGQOqa (ORCPT ); Fri, 17 Jul 2015 10:46:30 -0400 Received: from devils.ext.ti.com ([198.47.26.153]:52125 "EHLO devils.ext.ti.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757844AbbGQOq2 (ORCPT ); Fri, 17 Jul 2015 10:46:28 -0400 Message-ID: <55A91671.2000202@ti.com> Date: Fri, 17 Jul 2015 10:51:29 -0400 From: Vitaly Andrianov User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Linus Walleij CC: "linux-gpio@vger.kernel.org" , "linux-kernel@vger.kernel.org" , Alexandre Courbot , Sekhar Nori , Grygorii Strashko , Muralidharan Karicheri Subject: Re: [PATCH v2] gpio/davinci: add interrupt support for GPIOs 16-31 References: <1435861890-23147-1-git-send-email-vitalya@ti.com> In-Reply-To: Content-Type: text/plain; charset="utf-8"; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 07/17/2015 08:16 AM, Linus Walleij wrote: > On Thu, Jul 2, 2015 at 8:31 PM, Vitaly Andrianov wrote: > >> Interrupts for GPIOs 16 through 31 are enabled by bit 1 in the >> "binten" register (offset 8). Previous versions of GPIO only >> used bit 0, which enables GPIO 0-15 interrupts. >> >> Signed-off-by: Vitaly Andrianov >> Reviewed-by: Grygorii Strashko >> --- >> History >> >> v2. >> - use GENMASK to set binten. Thanks to Nori Sekhar's. > > This version applied for v4.3 with Sekhar's review tag. > > Yours, > Linus Walleij > Thank you.