This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from fdce29602f86 Merge tag 'drm-next-2021-02-26' of git://anongit.freedeskt [...] new d9b2a2bbbb4d block: Add n64 cart driver new f1e19224f594 n64: use pr_fmt to avoid duplicate string new 9ee8c9a1c752 n64: move module info at the end new e39e31326305 n64: move module param at the top new 2ce503b35dce n64: use enums for reg new 857f6fde1c6e n64: use sector SECTOR_SHIFT instead 512 new 82a0c13a08d8 n64: remove curly brackets new 37772f9136f4 n64: cosmetics changes new 0d424780852e n64: cleanup n64cart_probe() new 13d41b537df7 n64: store dev instance into disk private data new 49387f628840 vmlinux.lds.h: catch even more instrumentation symbols into .data new faf3c25e51a7 mips: bmips: init clocks earlier new 057a14d610cf arch: mips: update references to current linux-mips list new a6525b999970 Merge tag 'mips_5.12_1' of git://git.kernel.org/pub/scm/li [...] new 02cc6b495dd6 virtio-mem: Assign boolean values to a bool variable new 437944126004 vdpa_sim_net: Make mac address array static new fd70a406a344 vdpa: Extend routine to accept vdpa device name new 33b347503f01 vdpa: Define vdpa mgmt device, ops and a netlink interface new 903f7bcaedb8 vdpa: Enable a user to add and delete a vdpa device new bc0d90ee021f vdpa: Enable user to query vdpa device info new a3c06ae158dd vdpa_sim_net: Add support for user supported devices new 489084dd3f7e vhost scsi: alloc vhost_scsi with kvzalloc() to avoid delay new 64f2087aaa2c virtio-pci: do not access iomem via struct virtio_pci_devi [...] new b5d580945087 virtio-pci: split out modern device new 117a9de2826c virtio-pci-modern: factor out modern device initialization logic new 324903708838 virtio-pci-modern: introduce vp_modern_remove() new 1a5c85f16594 virtio-pci-modern: introduce helper to set config vector new e3669129fdcd virtio-pci-modern: introduce helpers for setting and getti [...] new 0b0177089c60 virtio-pci-modern: introduce helpers for setting and getti [...] new ed2a73dbab13 virtio-pci-modern: introduce vp_modern_generation() new 3fbda9c1a675 virtio-pci-modern: introduce vp_modern_set_queue_vector() new e1b0fa2e386d virtio-pci-modern: introduce vp_modern_queue_address() new dc2e64819837 virtio-pci-modern: introduce helper to set/get queue_enable new 75658afbab57 virtio-pci-modern: introduce helper for setting/geting queue size new 6e52fc446d32 virtio-pci-modern: introduce helper for getting queue nums new 1bfd84134c88 virtio-pci-modern: introduce helper to get notification offset new 8000a6b602a4 virito-pci-modern: rename map_capability() to vp_modern_ma [...] new fd502729fbbf virtio-pci: introduce modern device module new 1628c6877f37 virtio_vdpa: don't warn when fail to disable vq new d1e9aa9c34a7 virtio-blk: support per-device queue depth new a6829c350ec6 virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT. new 95efabf077ba virtio_net: Fix fall-through warnings for Clang new dcfde1635e76 vdpa/mlx5: fix param validation in mlx5_vdpa_get_config() new 0c4aeb4b5087 virtio_mmio: fix one typo new 16c10bede8b3 virtio-input: add multi-touch support new ffc1759676be Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new a2bc9b21fd3f pwm: Remove ZTE ZX driver new d9b657a5cdbd pwm: rockchip: Enable APB clock during register access whi [...] new d5d8d675865c pwm: rockchip: rockchip_pwm_probe(): Remove superfluous cl [...] new c9f809d0db69 pwm: rockchip: Replace "bus clk" with "PWM clk" new d21ba5d6217b pwm: rockchip: Eliminate potential race condition when probing new 11be938ae003 pwm: rockchip: Enable clock before calling clk_get_rate() new 72d6b2459dbd pwm: iqs620a: Fix overflow and optimize calculations new 28208c7b4a2c pwm: iqs620a: Correct a stale state variable new 9a9dd7e47351 pwm: lpc18xx-sct: remove unneeded semicolon new 2c87f7a38f93 Merge tag 'pwm/for-5.12-rc1' of git://git.kernel.org/pub/s [...]
The 56 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: Documentation/devicetree/bindings/pwm/pwm-zx.txt | 22 - arch/mips/bmips/setup.c | 2 +- arch/mips/kernel/r4k-bugs64.c | 2 +- arch/mips/lib/iomap-pci.c | 2 +- arch/mips/sgi-ip32/ip32-irq.c | 2 +- drivers/block/Kconfig | 6 + drivers/block/Makefile | 1 + drivers/block/n64cart.c | 178 +++++++ drivers/block/virtio_blk.c | 11 +- drivers/net/virtio_net.c | 1 + drivers/pwm/Kconfig | 10 - drivers/pwm/Makefile | 1 - drivers/pwm/pwm-iqs620a.c | 94 ++-- drivers/pwm/pwm-lpc18xx-sct.c | 2 +- drivers/pwm/pwm-rockchip.c | 32 +- drivers/pwm/pwm-zx.c | 278 ----------- drivers/vdpa/Kconfig | 1 + drivers/vdpa/ifcvf/ifcvf_main.c | 2 +- drivers/vdpa/mlx5/net/mlx5_vnet.c | 4 +- drivers/vdpa/vdpa.c | 503 ++++++++++++++++++- drivers/vdpa/vdpa_sim/vdpa_sim.c | 3 +- drivers/vdpa/vdpa_sim/vdpa_sim.h | 2 + drivers/vdpa/vdpa_sim/vdpa_sim_net.c | 98 +++- drivers/vhost/scsi.c | 9 +- drivers/virtio/Kconfig | 9 + drivers/virtio/Makefile | 1 + drivers/virtio/virtio_input.c | 26 +- drivers/virtio/virtio_mem.c | 2 +- drivers/virtio/virtio_mmio.c | 2 +- drivers/virtio/virtio_pci_common.h | 22 +- drivers/virtio/virtio_pci_modern.c | 506 +++---------------- drivers/virtio/virtio_pci_modern_dev.c | 599 +++++++++++++++++++++++ drivers/virtio/virtio_vdpa.c | 3 +- include/asm-generic/vmlinux.lds.h | 2 +- include/linux/vdpa.h | 44 +- include/linux/virtio_pci_modern.h | 111 +++++ include/uapi/linux/vdpa.h | 40 ++ 37 files changed, 1747 insertions(+), 886 deletions(-) delete mode 100644 Documentation/devicetree/bindings/pwm/pwm-zx.txt create mode 100644 drivers/block/n64cart.c delete mode 100644 drivers/pwm/pwm-zx.c create mode 100644 drivers/virtio/virtio_pci_modern_dev.c create mode 100644 include/linux/virtio_pci_modern.h create mode 100644 include/uapi/linux/vdpa.h