This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from db5ccb9eb231 Merge tag 'cxl-for-6.8' of git://git.kernel.org/pub/scm/li [...] new 2539b15d504c hwmon: (npcm750-pwm-fan) Fix crash observed when instantia [...] new da3c45c721e2 Merge tag 'hwmon-for-v6.8-p2' of git://git.kernel.org/pub/ [...] new c1b9f2c66eed vdpa: Fix an error handling path in eni_vdpa_probe() new ab78ffe1ff7d vhost-vdpa: account iommu allocations new d2c4f1928a3f virtio_net: fix missing dma unmap for resize new dff4fa0e5785 virtio: Add support for no-reset virtio PCI PM new c271fcd9095f vdpa: Remove usage of the deprecated ida_simple_xx() API new b12fbc3f787e virtio_balloon: stay awake while adjusting balloon new 35967bdcff32 virtio_pmem: support feature SHMEM_REGION new 95e7249691f0 scsi: virtio_scsi: Add mq_poll support new c7e194402be3 vdpa: Track device suspended state new a09483c4065f vdpa: Block vq property changes in DRIVER_OK new ef067191f73c vdpa/mlx5: Expose resumable vq capability new 651cdaa9c028 vdpa/mlx5: Allow modifying multiple vq fields in one modif [...] new 145096937b8a vdpa/mlx5: Introduce per vq and device resume new 9b23417825df vdpa/mlx5: Mark vq addrs for modification in hw vq new 60c43b3f6b4e vdpa/mlx5: Mark vq state for modification in hw vq new f756dd3e2a4c vdpa/mlx5: Use vq suspend/resume during .set_map new a06bd11b18fd vdpa/mlx5: Introduce reference counting to mrs new f16d65124380 vdpa/mlx5: Add mkey leak detection new 0b7359ccddaa Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linu [...] new 2159bd4e9057 memblock: Return NUMA_NO_NODE instead of -1 to improve cod [...] new 77c9622d87d2 Merge tag 'memblock-v6.8-rc1' of git://git.kernel.org/pub/ [...] new 3dc2f209208d swiotlb: check alloc_size before the allocation of a new m [...] new 7c65aa3cc072 dma-debug: fix kernel-doc warnings new 17e232b6d2fe Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infrad [...] new 87f33a1b8f7e dt-bindings: backlight: mp3309c: Remove two required properties new 2e914516a58c backlight: mp3309c: Add support for MPS MP3309C new 58793f263abc backlight: pwm_bl: Use dev_err_probe new ab47505ce45b backlight: mp3309c: Fix uninitialized local variable new 64d9799d6dd0 backlight: ili922x: Drop kernel-doc for local macros new 769ff5283f0d backlight: ili922x: Add an error code check in ili922x_write() new 7d84a63a39b7 backlight: hx8357: Convert to agnostic GPIO API new 21c91bb93677 Merge tag 'backlight-next-6.8' of git://git.kernel.org/pub [...] new 678164a5f0ec pwm: bcm2835: Remove duplicate call to clk_rate_exclusive_put() new a297d07b9a1e pwm: Fix out-of-bounds access in of_pwm_single_xlate() new 9320fc509b87 pwm: jz4740: Don't use dev_err_probe() in .request() new 5c9350698362 Merge tag 'pwm/for-6.8-2' of gitolite.kernel.org:pub/scm/l [...] new c8fb5a52b977 gpio: rtd: Fix signedness bug in probe new 314c020c4ed3 dt-bindings: gpio: xilinx: Fix node address in gpio new d460e9c20751 gpio: mlxbf3: add an error code check in mlxbf3_gpio_probe new 832b371097eb gpiolib: Fix scope-based gpio_device refcounting new 62b38f30a00f gpio: EN7523: fix kernel-doc warnings new efb8235bfdbe gpiolib: revert the attempt to protect the GPIO device lis [...] new 345513583974 Merge tag 'gpio-fixes-for-v6.8-rc1' of git://git.kernel.or [...]
The 45 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/gpio/xlnx,gpio-xilinx.yaml | 2 +- .../bindings/leds/backlight/mps,mp3309c.yaml | 10 +- MAINTAINERS | 7 + drivers/gpio/gpio-en7523.c | 6 +- drivers/gpio/gpio-mlxbf3.c | 2 + drivers/gpio/gpio-rtd.c | 15 +- drivers/gpio/gpiolib-of.c | 4 +- drivers/gpio/gpiolib-sysfs.c | 45 ++- drivers/gpio/gpiolib-sysfs.h | 6 - drivers/gpio/gpiolib.c | 133 +++--- drivers/gpio/gpiolib.h | 2 - drivers/hwmon/npcm750-pwm-fan.c | 7 +- drivers/nvdimm/virtio_pmem.c | 36 +- drivers/pwm/core.c | 2 +- drivers/pwm/pwm-bcm2835.c | 4 +- drivers/pwm/pwm-jz4740.c | 7 +- drivers/scsi/virtio_scsi.c | 78 +++- drivers/vdpa/alibaba/eni_vdpa.c | 6 +- drivers/vdpa/mlx5/core/mlx5_vdpa.h | 10 +- drivers/vdpa/mlx5/core/mr.c | 69 +++- drivers/vdpa/mlx5/net/mlx5_vnet.c | 209 +++++++++- drivers/vdpa/vdpa.c | 4 +- drivers/vhost/vdpa.c | 26 +- drivers/video/backlight/Kconfig | 11 + drivers/video/backlight/Makefile | 1 + drivers/video/backlight/hx8357.c | 74 +--- drivers/video/backlight/ili922x.c | 8 +- drivers/video/backlight/mp3309c.c | 444 +++++++++++++++++++++ drivers/video/backlight/pwm_bl.c | 34 +- drivers/virtio/virtio_balloon.c | 57 ++- drivers/virtio/virtio_pci_common.c | 34 +- include/linux/gpio/driver.h | 2 +- include/linux/mlx5/mlx5_ifc.h | 3 +- include/linux/mlx5/mlx5_ifc_vdpa.h | 4 + include/uapi/linux/virtio_pmem.h | 7 + kernel/dma/debug.c | 3 +- kernel/dma/swiotlb.c | 3 + mm/memblock.c | 2 +- 38 files changed, 1123 insertions(+), 254 deletions(-) create mode 100644 drivers/video/backlight/mp3309c.c