Staging
v0.6.0
https://github.com/torvalds/linux
Revision cec353f6c2c9ff003332a41ed37b55df88dfa9a5 authored by Linus Torvalds on 21 November 2019, 20:01:30 UTC, committed by Linus Torvalds on 21 November 2019, 20:01:30 UTC
Pull GPIO fixes from Linus Walleij:
 "A last set of small fixes for GPIO, this cycle was quite busy.

   - Fix debounce delays on the MAX77620 GPIO expander

   - Use the correct unit for debounce times on the BD70528 GPIO expander

   - Get proper deps for parallel builds of the GPIO tools

   - Add a specific ACPI quirk for the Terra Pad 1061"

* tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio:
  gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist
  tools: gpio: Correctly add make dependencies for gpio_utils
  gpio: bd70528: Use correct unit for debounce times
  gpio: max77620: Fixup debounce delays
2 parent s d324810 + cbdaa5e
History
Tip revision: cec353f6c2c9ff003332a41ed37b55df88dfa9a5 authored by Linus Torvalds on 21 November 2019, 20:01:30 UTC
Merge tag 'gpio-v5.4-5' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
Tip revision: cec353f
File Mode Size
Makefile -rw-r--r-- 613 bytes
asm-offsets.c -rw-r--r-- 4.0 KB
atomic.S -rw-r--r-- 985 bytes
cpu-probe.c -rw-r--r-- 1.7 KB
dumpstack.c -rw-r--r-- 1.0 KB
entry.S -rw-r--r-- 6.4 KB
ftrace.c -rw-r--r-- 4.4 KB
head.S -rw-r--r-- 492 bytes
irq.c -rw-r--r-- 426 bytes
module.c -rw-r--r-- 2.6 KB
perf_callchain.c -rw-r--r-- 2.9 KB
perf_event.c -rw-r--r-- 29.4 KB
perf_regs.c -rw-r--r-- 847 bytes
power.c -rw-r--r-- 517 bytes
process.c -rw-r--r-- 3.0 KB
ptrace.c -rw-r--r-- 8.2 KB
setup.c -rw-r--r-- 3.7 KB
signal.c -rw-r--r-- 6.1 KB
smp.c -rw-r--r-- 5.0 KB
stacktrace.c -rw-r--r-- 1.3 KB
syscall.c -rw-r--r-- 878 bytes
syscall_table.c -rw-r--r-- 397 bytes
time.c -rw-r--r-- 228 bytes
traps.c -rw-r--r-- 3.4 KB
vdso.c -rw-r--r-- 1.6 KB
vmlinux.lds.S -rw-r--r-- 1.1 KB

back to top