| Message ID | CACRpkdZCkfNW1XO7BKhHZAERNZ8DjmECsiyAx+KE=1jgcr+MWA@mail.gmail.com |
|---|---|
| State | New |
| Headers | show
Return-Path: <linux-gpio-owner@vger.kernel.org> X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id C80B8140276 for <incoming@patchwork.ozlabs.org>; Tue, 3 Feb 2015 00:53:41 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754780AbbBBNxk (ORCPT <rfc822;incoming@patchwork.ozlabs.org>); Mon, 2 Feb 2015 08:53:40 -0500 Received: from mail-ob0-f176.google.com ([209.85.214.176]:39091 "EHLO mail-ob0-f176.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754233AbbBBNxk (ORCPT <rfc822; linux-gpio@vger.kernel.org>); Mon, 2 Feb 2015 08:53:40 -0500 Received: by mail-ob0-f176.google.com with SMTP id wo20so7971089obc.7 for <linux-gpio@vger.kernel.org>; Mon, 02 Feb 2015 05:53:39 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to:cc :content-type; bh=eZYrzRh5YuvyzBcN/slGyn+Nk+wv5J20sOg3kbroNAs=; b=bf5nA+jW0KMt7V9Hd/aE00F61Z5qk3YaHKuBwY0MEXJv/OiP9z5x+AsG33fVM7andx EgEkWJRD3V9V/hRLJerNsD8LsUFGrZY1YsaJLt1u+bzMmdau498KJYq2418dOe5Tsvdy EWyXqZi5/kfx65hWyalc2ZLvJCkCP0OoqsFW9hdNm6oS/Cns4TgtN5vBi5ReMq8SgqwI QzS2AukIBatE0pFKPneTI5zcM2wU6QxC2O21Cp6hiUDFdSOyjpVwun4mbaAnFaGM+N1s MBkAl84SJngWSf1f12SgeeC43luBCgkT3ql/O8/4xHZzrIfE9vNZUv9+2y64FdoXtu7T DKrA== X-Gm-Message-State: ALoCoQkg9qGzDzSKBhlG+lGcI7pcCNkfrOCtQg5QOuMyEJYzw3G6TCn/xa4BwzYxu2tzpib3A0e2 MIME-Version: 1.0 X-Received: by 10.60.118.74 with SMTP id kk10mr12190107oeb.20.1422885218907; Mon, 02 Feb 2015 05:53:38 -0800 (PST) Received: by 10.182.142.69 with HTTP; Mon, 2 Feb 2015 05:53:38 -0800 (PST) Date: Mon, 2 Feb 2015 14:53:38 +0100 Message-ID: <CACRpkdZCkfNW1XO7BKhHZAERNZ8DjmECsiyAx+KE=1jgcr+MWA@mail.gmail.com> Subject: [GIT PULL] GPIO fixes for v3.19 last take From: Linus Walleij <linus.walleij@linaro.org> To: Linus Torvalds <torvalds@linux-foundation.org> Cc: "linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>, "linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>, Johan Hovold <johan@kernel.org>, Sonic Zhang <sonic.adi@gmail.com>, Tony Lindgren <tony@atomide.com> Content-Type: text/plain; charset=UTF-8 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: <linux-gpio.vger.kernel.org> X-Mailing-List: linux-gpio@vger.kernel.org |
Hi Linus, there is a high bug-spot activity in GPIO this merge window, much due to Johan Hovolds spearheading into actually exercising the removal path for GPIO chips, something that was never really exercised before. The other two fixes are augmenting erroneous behaviours in two specific drivers for minor systems. I know it's late, but please pull this in for v3.19. Yours, Linus Walleij The following changes since commit 26bc420b59a38e4e6685a73345a0def461136dce: Linux 3.19-rc6 (2015-01-25 20:04:41 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio.git tags/gpio-v3.19-5 for you to fetch changes up to 49d2ca84e433dab854c7a866bc6add09cfab682d: gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low (2015-01-30 10:29:33 +0100) ---------------------------------------------------------------- Yet more GPIO fixes for the v3.19 series: - Two fixes stabilizing that which was never stable before: removal of GPIO chips, now let's stop leaking memory. - Make sure OMAP IRQs are usable when the irqchip API is used orthogonally to the gpiochip API. - Provide a default GPIO base for the mcp23s08 driver. ---------------------------------------------------------------- Johan Hovold (2): gpio: sysfs: fix memory leak in gpiod_export_link gpio: sysfs: fix memory leak in gpiod_sysfs_set_active_low Sonic Zhang (1): gpio: mcp23s08: handle default gpio base Tony Lindgren (1): gpio: omap: Fix bad device access with setup_irq() drivers/gpio/gpio-mcp23s08.c | 17 ++++++++++------- drivers/gpio/gpio-omap.c | 39 +++++++++++++++++++++++++++++++++------ drivers/gpio/gpiolib-sysfs.c | 3 ++- 3 files changed, 45 insertions(+), 14 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html