This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 7e0165b2f1a9 Merge branch 'akpm' (patches from Andrew) new eb45f2110b03 pinctrl: aspeed-g6: Fix LPC/eSPI mux configuration new 6ba2fd391ac5 pinctrl: pinmux: fix a possible null pointer in pinmux_can [...] new 40ecab551232 pinctrl: baytrail: Really serialize all register accesses new b30b736a2b3d pinctrl: baytrail: Update North Community pin list new ed3c15646251 pinctrl: baytrail: Add GPIO <-> pin mapping ranges via callback new ca8a958e2acb pinctrl: baytrail: Pass irqchip when adding gpiochip new 82d9beb4b7f7 pinctrl: cherryview: Split out irq hw-init into a separate [...] new bd90633a5c54 pinctrl: cherryview: Add GPIO <-> pin mapping ranges via callback new b9a19bdbc843 pinctrl: cherryview: Pass irqchip when adding gpiochip new a64556654b77 Merge tag 'intel-pinctrl-v5.5-2' of git://git.kernel.org/p [...] new d5a362149c4d pinctrl: Modify Kconfig to fix linker error new 9e65527ac3ba pinctrl: ingenic: Fixup PIN_CONFIG_OUTPUT config new 7190a23a58b7 Merge tag 'pinctrl-v5.5-3' of git://git.kernel.org/pub/scm [...] new 547fc228755d usb: typec: fusb302: Fix an undefined reference to 'extcon [...] new 64cc3f12d1c7 USB: EHCI: Do not return -EPIPE when hub is disconnected new d986294ee55d usbip: Fix receive error in vhci-hcd when using scatter-gather new aabb5b833872 usbip: Fix error path of vhci_recv_ret_submit() new 6056a0f8ede2 usb: xhci: Fix build warning seen with CONFIG_PM=n new 7181aba14639 Merge tag 'usb-5.5-rc3' of git://git.kernel.org/pub/scm/li [...] new 0e4f7f920a5c tty: serial: msm_serial: Fix lockup for sysrq and oops new abeb2e9414d7 serial: sprd: Add clearing break interrupt operation new fb2b90014d78 tty: link tty and port before configuring it as console new cb47b9f8630a tty/serial: atmel: fix out of range clock divider handling new 1a4ee8673a77 Merge tag 'tty-5.5-rc3' of git://git.kernel.org/pub/scm/li [...] new ab42b48f32d4 staging: comedi: gsc_hpdi: check dma_alloc_coherent() retu [...] new d3aa8de6b5d0 staging: axis-fifo: add unspecified HAS_IOMEM dependency new b0ac999ebe37 staging: wfx: fix the cache of rate policies on interface reset new 89606bb3a928 staging: wfx: fix case of lack of tx_retry_policies new 5eee614700e0 staging: wfx: fix counter overflow new d77280311d92 staging: wfx: use boolean appropriately new fcde3e6ba57f staging: wfx: firmware does not support more than 32 total [...] new cefc2033627f staging: wfx: fix rate control handling new 2e12ab7f0509 staging: wfx: ensure that retry policy always fallbacks to [...] new 1a6ae3edcd6a staging: wfx: detect race condition in WEP authentication new 632441134d0f staging: wfx: fix hif_set_mfp() with big endian hosts new c05c403b1d12 staging: wfx: fix wrong error message new 107aff96d36f Merge tag 'staging-5.5-rc3' of git://git.kernel.org/pub/sc [...] new 018e0e3594f7 habanalabs: rate limit error msg on waiting for CS new 68a1fdf2451f habanalabs: remove variable 'val' set but not used new 97583f1d43b4 Merge tag 'misc-habanalabs-fixes-2019-12-14' of git://peop [...] new e4de2a5d51f9 intel_th: pci: Add Comet Lake PCH-V support new 88385866bab8 intel_th: pci: Add Elkhart Lake SOC support new ab832e38e4f0 intel_th: Fix freeing IRQs new 05b686b573cf intel_th: msu: Fix window switching without windows new 4aa37c463764 random: don't forget compat_ioctl on urandom new 6398b9fc818e Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/ [...]
The 46 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: drivers/char/random.c | 1 + drivers/hwtracing/intel_th/core.c | 7 +- drivers/hwtracing/intel_th/intel_th.h | 2 + drivers/hwtracing/intel_th/msu.c | 14 +- drivers/hwtracing/intel_th/pci.c | 10 ++ drivers/misc/habanalabs/command_submission.c | 5 +- drivers/misc/habanalabs/context.c | 2 +- drivers/misc/habanalabs/goya/goya.c | 15 +- drivers/pinctrl/Kconfig | 1 + drivers/pinctrl/aspeed/pinctrl-aspeed-g6.c | 24 ++-- drivers/pinctrl/intel/pinctrl-baytrail.c | 200 +++++++++++++++------------ drivers/pinctrl/intel/pinctrl-cherryview.c | 107 ++++++++------ drivers/pinctrl/pinctrl-ingenic.c | 2 +- drivers/pinctrl/pinmux.c | 2 +- drivers/staging/axis-fifo/Kconfig | 2 +- drivers/staging/comedi/drivers/gsc_hpdi.c | 10 ++ drivers/staging/wfx/data_tx.c | 35 +++-- drivers/staging/wfx/data_tx.h | 5 +- drivers/staging/wfx/hif_tx_mib.h | 1 - drivers/staging/wfx/main.c | 2 +- drivers/staging/wfx/queue.c | 1 + drivers/staging/wfx/sta.c | 6 +- drivers/tty/serial/atmel_serial.c | 43 +++--- drivers/tty/serial/msm_serial.c | 13 +- drivers/tty/serial/serial_core.c | 1 + drivers/tty/serial/sprd_serial.c | 3 + drivers/tty/tty_port.c | 3 +- drivers/usb/host/ehci-q.c | 13 +- drivers/usb/host/xhci-pci.c | 2 +- drivers/usb/typec/tcpm/Kconfig | 1 + drivers/usb/usbip/usbip_common.c | 3 + drivers/usb/usbip/vhci_rx.c | 13 +- 32 files changed, 332 insertions(+), 217 deletions(-)