gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist
Hans de Goede authored
[ Upstream commit 2727315d ]

The Terra Pad 1061 has the usual micro-USB-B id-pin handler, but instead
of controlling the actual micro-USB-B it turns the 5V boost for the
tablet's USB-A connector and its keyboard-cover connector off.

The actual micro-USB-B connector on the tablet is wired for charging only,
and its id pin is *not* connected to the GPIO which is used for the
(broken) id-pin event handler in the DSDT.

While at it not only add a comment why the Terra Pad 1061 is on the
blacklist, but also fix the missing comment for the Minix Neo Z83-4 entry.

Fixes: 61f7f7c8

 ("gpiolib: acpi: Add gpiolib_acpi_run_edge_events_on_boot option and blacklist")
Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Reviewed-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: default avatarMika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by:...
d6000c7f
Name Last commit Last update
Documentation USB: documentation: flags on usb-storage versus UAS
arch powerpc: Fix vDSO clock_getres()
block blk-mq: make sure that line break can be printed
certs Replace magic for trusting the secondary keyring with #define
crypto crypto: user - fix memory leak in crypto_report
drivers gpiolib: acpi: Add Terra Pad 1061 to the run_edge_events_on_boot_blacklist
firmware License cleanup: add SPDX GPL-2.0 license identifier to files with no license
fs gfs2: fix glock reference problem in gfs2_trans_remove_revoke
include mfd: rk808: Fix RK818 ID template
init fork: fix some -Wmissing-prototypes warnings
ipc ipc/mqueue.c: only perform resource calculation if user valid
kernel kernel/module.c: wakeup processes in module_wq on module unload
lib lib: raid6: fix awk build warnings
mm mm/shmem.c: cast the type of unmap_start to u64
net sunrpc: fix crash when cache_head become valid before update
samples vfio-mdev/samples: Use u8 instead of char for handle functions
scripts modpost: skip ELF local symbols during section mismatch check
security apparmor: delete the dentry in aafs_remove() to avoid a leak
sound ASoC: Jack: Fix NULL pointer dereference in snd_soc_jack_report
tools usbip: tools: fix fd leakage in the function of read_attr_usbip_status
usr kbuild: clean compressed initramfs image
virt KVM: arm/arm64: vgic: Don't rely on the wrong pending table
.cocciconfig scripts: add Linux .cocciconfig for coccinelle
.get_maintainer.ignore Add hch to .get_maintainer.ignore
.gitattributes .gitattributes: set git diff driver for C source code files
.gitignore
.mailmap
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README
Linux kernel
============

This file was moved to Documentation/admin-guide/README.rst

Please notice that there are several guides for kernel developers and users.
These guides can be rendered in a number of formats, like HTML and PDF.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.
See Documentation/00-INDEX for a list of what is contained in each file.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.