This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from f005de0183de Merge tag 'powerpc-4.19-3' of https://git.kernel.org/pub/s [...] new 823f18f8b860 regulator: bd71837: Disable voltage monitoring for LDO3/4 new ef394f3fbecb regulator: da9063: fix DT probing with constraints new 3edd79cf5a44 regulator: Fix 'do-nothing' value for regulators without s [...] new fb6de923ca33 regulator: fix crash caused by null driver data new 8f0566118e2d Merge tag 'regulator-v4.19-rc5' of https://git.kernel.org/ [...] new 7001cab1dabc spi: tegra20-slink: explicitly enable/disable clock new 1723c3155f11 spi: gpio: Fix copy-and-paste error new ffa69d6a16f6 spi: sh-msiof: Fix invalid SPI use during system suspend new 31a5fae4c5a0 spi: sh-msiof: Fix handling of write value for SISTR register new c1ca59c22c56 spi: rspi: Fix invalid SPI use during system suspend new 8dbbaa47b96f spi: rspi: Fix interrupted DMA transfers new 60489f085574 spi: spi-mem: Add missing description for data.nbytes field new c949a8e8b43f spi: spi-mem: Move the DMA-able constraint doc to the kern [...] new 2f19e7a7e63a Merge tag 'spi-fix-v4.19-rc5' of https://git.kernel.org/pu [...] new b8a946d8dc24 Input: gpio-keys - fix a documentation index issue new 49f62249a957 Input: egalax_ts - add system wakeup support new 9e62df51be99 Input: atakbd - fix Atari keymap new 52d2c7bf7c90 Input: atakbd - fix Atari CapsLock behaviour new 91a97507323e Input: elantech - enable middle button of touchpad on Thin [...] new 4fef1250eafd Input: uinput - allow for max == min during input_absinfo [...] new e704966c45e4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/l [...]
The 21 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/input/gpio-keys.txt | 2 +- drivers/input/keyboard/atakbd.c | 74 ++++++++-------------- drivers/input/misc/uinput.c | 2 +- drivers/input/mouse/elantech.c | 2 + drivers/input/touchscreen/egalax_ts.c | 6 ++ drivers/regulator/bd71837-regulator.c | 19 ++++++ drivers/regulator/core.c | 4 +- drivers/regulator/of_regulator.c | 2 - drivers/spi/spi-gpio.c | 4 +- drivers/spi/spi-rspi.c | 34 ++++++++-- drivers/spi/spi-sh-msiof.c | 28 +++++++- drivers/spi/spi-tegra20-slink.c | 31 ++++++--- include/linux/mfd/rohm-bd718x7.h | 33 +++++++++- include/linux/regulator/machine.h | 6 +- include/linux/spi/spi-mem.h | 7 +- 15 files changed, 178 insertions(+), 76 deletions(-)