This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 71e56028173b Merge branch 'sched-urgent-for-linus' of git://git.kernel. [...] new a861594b1b7f ntb_netdev: fix sleep time mismatch new 7756e2b5d68c ntb: intel: fix return value for ndev_vec_mask() new 1b7619828d0c NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checks new 37a3e9693d44 ntb: idt: Set PCIe bus address to BARLIMITx new 846429bc998f ntb: ntb_transport: Mark expected switch fall-throughs new fc5d1829f9bf NTB: transport: Try harder to alloc an aligned MW buffer new 906e86b22dba ntb_netdev: Simplify remove with client device drvdata new 40070408f54e ntb: idt: Alter temperature read method new aed1b7b31154 ntb: idt: Add basic hwmon sysfs interface new b8babacbae62 ntb: idt: Discard temperature sensor IRQ handler new a662315d8ad9 ntb: idt: Alter the driver info comments new 04578e8441c5 Merge tag 'ntb-4.20' of git://github.com/jonmason/ntb new a7ad38b0dd3c clocksource/drivers/c-sky: Add C-SKY SMP timer new 732e5dca374d dt-bindings: timer: C-SKY Multi-processor timer new 33745c3cc588 clocksource/drivers/c-sky: Add gx6605s SOC system timer new ab1e77c3f590 dt-bindings: timer: gx6605s SOC timer new bff9a1076adf Merge branch 'clockevents/4.20-rc1' of https://git.linaro. [...] new 35e745244268 Merge branch 'timers-urgent-for-linus' of git://git.kernel [...] new c3be6577d82a SUNRPC: Use atomic(64)_t for seq_send(64) new d3787af289c8 NFS: fix spelling mistake, EACCESS -> EACCES new 4710e78940d8 Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/proj [...]
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: .../bindings/timer/csky,gx6605s-timer.txt | 42 +++ .../devicetree/bindings/timer/csky,mptimer.txt | 42 +++ drivers/clocksource/Kconfig | 18 ++ drivers/clocksource/Makefile | 2 + drivers/clocksource/timer-gx6605s.c | 154 ++++++++++ drivers/clocksource/timer-mp-csky.c | 173 +++++++++++ drivers/net/ntb_netdev.c | 30 +- drivers/ntb/hw/idt/Kconfig | 5 +- drivers/ntb/hw/idt/ntb_hw_idt.c | 327 +++++++++++++++++---- drivers/ntb/hw/idt/ntb_hw_idt.h | 87 +++++- drivers/ntb/hw/intel/ntb_hw_gen1.c | 2 +- drivers/ntb/ntb_transport.c | 88 ++++-- fs/nfs/nfs4proc.c | 2 +- include/linux/cpuhotplug.h | 1 + include/linux/sunrpc/gss_krb5.h | 7 +- net/sunrpc/auth_gss/gss_krb5_mech.c | 16 +- net/sunrpc/auth_gss/gss_krb5_seal.c | 28 +- net/sunrpc/auth_gss/gss_krb5_wrap.c | 4 +- 18 files changed, 878 insertions(+), 150 deletions(-) create mode 100644 Documentation/devicetree/bindings/timer/csky,gx6605s-timer.txt create mode 100644 Documentation/devicetree/bindings/timer/csky,mptimer.txt create mode 100644 drivers/clocksource/timer-gx6605s.c create mode 100644 drivers/clocksource/timer-mp-csky.c