]> git.baikalelectronics.ru Git - kernel.git/commit
i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
authorLee Jones <lee.jones@linaro.org>
Thu, 5 Sep 2019 19:24:12 +0000 (20:24 +0100)
committerWolfram Sang <wsa@the-dreams.de>
Sat, 28 Sep 2019 17:47:04 +0000 (19:47 +0200)
commitddee285424a0ea86100052e070a8c1a122fb300b
tree65c5b3adc3cdd995e5a2e7d02f1aba6c5eda7bba
parent3e123d2f1b31fdf1e21b20e041fec55c1a76a93b
i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630

We have a production-level laptop (Lenovo Yoga C630) which is exhibiting
a rather horrific bug.  When I2C HID devices are being scanned for at
boot-time the QCom Geni based I2C (Serial Engine) attempts to use DMA.
When it does, the laptop reboots and the user never sees the OS.

Attempts are being made to debug the reason for the spontaneous reboot.
No luck so far, hence the requirement for this hot-fix.  This workaround
will be removed once we have a viable fix.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Tested-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Signed-off-by: Wolfram Sang <wsa@the-dreams.de>
drivers/i2c/busses/i2c-qcom-geni.c