Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1386246 > unrolled thread

[PATCH V5 0/4] gpio: tegra: Cleanups and support for debounce

Started byLaxman Dewangan <ldewangan@nvidia.com>
First post2016-04-25 13:00 +0200
Last post2016-04-25 13:00 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [PATCH V5 0/4] gpio: tegra: Cleanups and support for debounce Laxman Dewangan <ldewangan@nvidia.com> - 2016-04-25 13:00 +0200

#1386246 — [PATCH V5 0/4] gpio: tegra: Cleanups and support for debounce

FromLaxman Dewangan <ldewangan@nvidia.com>
Date2016-04-25 13:00 +0200
Subject[PATCH V5 0/4] gpio: tegra: Cleanups and support for debounce
Message-ID<rrMpc-4ls-7@gated-at.bofh.it>
Add support for the debounce as Tegra210 support debounce in HW.
Also do the clenaups to remove all global variables.

Changes from V3:
- Rearranging debounce registers and lock the DB CNT registers.
Changes from V4:
- Get rid of tegra_gpio_chip and tegra_irq_chip as global.

Laxman Dewangan (4):
  gpio: tegra: Don't open code of_device_get_match_data()
  gpio: tegra: Make of_device_id compatible data to constant
  gpio: tegra: Get rid of all file scoped global variables
  gpio: tegra: Add support for gpio debounce

 drivers/gpio/gpio-tegra.c | 407 +++++++++++++++++++++++++++++-----------------
 1 file changed, 261 insertions(+), 146 deletions(-)

-- 
2.1.4

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web