You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Kevin Hilman
0aed043517
OMAP: GPIO: ensure debounce clocks are disabled during idle/suspend
...
If a GPIO bank has more than one GPIO with debounce enabled, the
debounce clock will not be fully disabled before going to
idle/suspend.
In the idle path, we just do a single clk_disable() of the bank's
debounce clock. If there are multiple debounce-enabled GPIOs in the
bank, that clocks usage count will be > 1, so the clk_disable() will
not actually disable the clock.
So the fix is to clk_disable() for every debounce-enabled GPIO in the
bank (and an equivalent clk_enable() of course.)
Signed-off-by: Kevin Hilman <khilman@deeprootsystems.com>
15 years ago
..
alpha
alpha: deal with multiple simultaneously pending signals
15 years ago
arm
OMAP: GPIO: ensure debounce clocks are disabled during idle/suspend
15 years ago
avr32
Make do_execve() take a const filename pointer
15 years ago
blackfin
Blackfin: bf52x/bf54x boards: drop unused nand page size
15 years ago
cris
Make do_execve() take a const filename pointer
15 years ago
frv
frv: double syscall restarts, syscall restart in sigreturn()
15 years ago
h8300
h8300: Fix missing consts in kernel_execve()
15 years ago
ia64
Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6
15 years ago
m32r
Make do_execve() take a const filename pointer
15 years ago
m68k
m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64
15 years ago
m68knommu
m68k,m68knommu: Wire up fanotify_init, fanotify_mark, and prlimit64
15 years ago
microblaze
Merge branch 'merge-devicetree' of git://git.secretlab.ca/git/linux-2.6
15 years ago
mips
compat: Make compat_alloc_user_space() incorporate the access_ok()
15 years ago
mn10300
MN10300: Fix up the IRQ names for the on-chip serial ports
15 years ago
parisc
compat: Make compat_alloc_user_space() incorporate the access_ok()
15 years ago
powerpc
compat: Make compat_alloc_user_space() incorporate the access_ok()
15 years ago
s390
compat: Make compat_alloc_user_space() incorporate the access_ok()
15 years ago
score
Make do_execve() take a const filename pointer
15 years ago
sh
Make do_execve() take a const filename pointer
15 years ago
sparc
compat: Make compat_alloc_user_space() incorporate the access_ok()
15 years ago
tile
Merge branch 'stable' of git://git.kernel.org/pub/scm/linux/kernel/git/cmetcalf/linux-tile
15 years ago
um
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input
15 years ago
x86
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
15 years ago
xtensa
Make do_execve() take a const filename pointer
15 years ago
.gitignore
…
Kconfig
…