LWN.net Logo

teach gpiolib about gpio debouncing

From:  felipe.balbi@nokia.com
To:  Linux OMAP Mailing List <linux-omap@vger.kernel.org>
Subject:  [PATCH 0/6] teach gpiolib about gpio debouncing
Date:  Mon, 17 May 2010 13:02:29 +0300
Message-ID:  <1274090554-19420-1-git-send-email-felipe.balbi@nokia.com>
Cc:  Linux Kernel Mailing List <linux-kernel@vger.kernel.org>, Tony Lindgren <tony@atomide.com>, David Brownell <david-b@pacbell.net>, Andrew Morton <akpm@linux-foundation.org>, Mark Brown <broonie@opensource.wolfsonmicro.com>, Felipe Balbi <felipe.balbi@nokia.com>
Archive-link:  Article, Thread

From: Felipe Balbi <felipe.balbi@nokia.com>

Hi all,

I'm resending this series since no-one has had any further
comments for quite some time.

Adding Andrew Morton to the loop also since David Brownell
didn't pick the patch neither comment to any version of it.

Felipe Balbi (5):
  gpiolib: introduce set_debounce method
  arm: omap: gpio: implement set_debounce method
  arm: omap: switch over to gpio_set_debounce
  arm: omap: remove the unused omap_gpio_set_debounce methods
  arm: omap: move all gpio defines to plat/gpio.h

 arch/arm/mach-omap2/board-3430sdp.c        |    4 +-
 arch/arm/mach-omap2/board-ldp.c            |    3 +-
 arch/arm/mach-omap2/board-omap3evm.c       |    4 +-
 arch/arm/mach-omap2/board-omap3pandora.c   |    4 +-
 arch/arm/mach-omap2/board-omap3touchbook.c |    3 +-
 arch/arm/plat-omap/gpio.c                  |  247 ++++++----------------------
 arch/arm/plat-omap/include/plat/gpio.h     |  143 ++++++++++++++++
 drivers/gpio/gpiolib.c                     |   43 +++++
 include/asm-generic/gpio.h                 |    5 +
 include/linux/gpio.h                       |    5 +
 10 files changed, 252 insertions(+), 209 deletions(-)

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Copyright © 2010, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds