Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1383399
| From | Laxman Dewangan <ldewangan@nvidia.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH V3 0/4] gpio: tegra: Cleanups and support fro debounce |
| Date | 2016-04-20 15:50 +0200 |
| Message-ID | <rq0FX-fr-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Add support for the debounce as Tegra210 support debounce in HW. Also do the clenaups to remove all global variables. 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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH V3 0/4] gpio: tegra: Cleanups and support fro debounce Laxman Dewangan <ldewangan@nvidia.com> - 2016-04-20 15:50 +0200
[PATCH V3 1/4] gpio: tegra: Don't open code of_device_get_match_data() Laxman Dewangan <ldewangan@nvidia.com> - 2016-04-20 15:50 +0200
[PATCH V3 3/4] gpio: tegra: Get rid of all file scoped global variables Laxman Dewangan <ldewangan@nvidia.com> - 2016-04-20 15:50 +0200
Re: [PATCH V3 3/4] gpio: tegra: Get rid of all file scoped global variables Stephen Warren <swarren@wwwdotorg.org> - 2016-04-21 20:40 +0200
Re: [PATCH V3 3/4] gpio: tegra: Get rid of all file scoped global variables Laxman Dewangan <ldewangan@nvidia.com> - 2016-04-21 20:50 +0200
Re: [PATCH V3 3/4] gpio: tegra: Get rid of all file scoped global variables Stephen Warren <swarren@wwwdotorg.org> - 2016-04-21 21:40 +0200
[PATCH V3 2/4] gpio: tegra: Make of_device_id compatible data to constant Laxman Dewangan <ldewangan@nvidia.com> - 2016-04-20 15:50 +0200
Re: [PATCH V3 2/4] gpio: tegra: Make of_device_id compatible data to constant Stephen Warren <swarren@wwwdotorg.org> - 2016-04-21 20:40 +0200
csiph-web