mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +00:00
39ce8150a0
There is a hardware issue in Intel Baytrail where concurrent GPIO register access might result reads of 0xffffffff and writes might get dropped completely. Prevent this from happening by taking the serializing lock in all places where it is possible that more than one thread might be accessing the hardware concurrently. Signed-off-by: Mika Westerberg <mika.westerberg@linux.intel.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org> |
||
---|---|---|
.. | ||
Kconfig | ||
Makefile | ||
pinctrl-baytrail.c | ||
pinctrl-cherryview.c | ||
pinctrl-intel.c | ||
pinctrl-intel.h | ||
pinctrl-sunrisepoint.c |