-
- Downloads
Merge tag 'driver-core-6.13-rc1' of...
Merge tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core Pull driver core updates from Greg KH: "Here is a small set of driver core changes for 6.13-rc1. Nothing major for this merge cycle, except for the two simple merge conflicts are here just to make life interesting. Included in here are: - sysfs core changes and preparations for more sysfs api cleanups that can come through all driver trees after -rc1 is out - fw_devlink fixes based on many reports and debugging sessions - list_for_each_reverse() removal, no one was using it! - last-minute seq_printf() format string bug found and fixed in many drivers all at once. - minor bugfixes and changes full details in the shortlog" * tag 'driver-core-6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (35 commits) Fix a potential abuse of seq_printf() format string in drivers cpu: Remove spurious NULL in attribute_group definition s390/con3215: Remove spurious NULL in attribute_group definition perf: arm-ni: Remove spurious NULL in attribute_group definition driver core: Constify bin_attribute definitions sysfs: attribute_group: allow registration of const bin_attribute firmware_loader: Fix possible resource leak in fw_log_firmware_info() drivers: core: fw_devlink: Fix excess parameter description in docstring driver core: class: Correct WARN() message in APIs class_(for_each|find)_device() cacheinfo: Use of_property_present() for non-boolean properties cdx: Fix cdx_mmap_resource() after constifying attr in ->mmap() drivers: core: fw_devlink: Make the error message a bit more useful phy: tegra: xusb: Set fwnode for xusb port devices drm: display: Set fwnode for aux bus devices driver core: fw_devlink: Stop trying to optimize cycle detection logic driver core: Constify attribute arguments of binary attributes sysfs: bin_attribute: add const read/write callback variants sysfs: implement all BIN_ATTR_* macros in terms of __BIN_ATTR() sysfs: treewide: constify attribute callback of bin_attribute::llseek() sysfs: treewide: constify attribute callback of bin_attribute::mmap() ...
Showing
- Documentation/driver-api/auxiliary_bus.rst 0 additions, 1 deletionDocumentation/driver-api/auxiliary_bus.rst
- arch/alpha/kernel/pci-sysfs.c 3 additions, 3 deletionsarch/alpha/kernel/pci-sysfs.c
- drivers/base/auxiliary.c 1 addition, 30 deletionsdrivers/base/auxiliary.c
- drivers/base/cacheinfo.c 5 additions, 10 deletionsdrivers/base/cacheinfo.c
- drivers/base/class.c 2 additions, 2 deletionsdrivers/base/class.c
- drivers/base/core.c 28 additions, 35 deletionsdrivers/base/core.c
- drivers/base/firmware_loader/main.c 3 additions, 4 deletionsdrivers/base/firmware_loader/main.c
- drivers/base/node.c 6 additions, 6 deletionsdrivers/base/node.c
- drivers/base/power/sysfs.c 9 additions, 8 deletionsdrivers/base/power/sysfs.c
- drivers/base/topology.c 20 additions, 20 deletionsdrivers/base/topology.c
- drivers/base/trace.h 3 additions, 3 deletionsdrivers/base/trace.h
- drivers/cdx/cdx.c 1 addition, 1 deletiondrivers/cdx/cdx.c
- drivers/cxl/port.c 1 addition, 1 deletiondrivers/cxl/port.c
- drivers/gpio/gpio-aspeed-sgpio.c 1 addition, 1 deletiondrivers/gpio/gpio-aspeed-sgpio.c
- drivers/gpio/gpio-aspeed.c 1 addition, 1 deletiondrivers/gpio/gpio-aspeed.c
- drivers/gpio/gpio-ep93xx.c 1 addition, 1 deletiondrivers/gpio/gpio-ep93xx.c
- drivers/gpio/gpio-hlwd.c 1 addition, 1 deletiondrivers/gpio/gpio-hlwd.c
- drivers/gpio/gpio-mlxbf2.c 1 addition, 1 deletiondrivers/gpio/gpio-mlxbf2.c
- drivers/gpio/gpio-omap.c 1 addition, 1 deletiondrivers/gpio/gpio-omap.c
- drivers/gpio/gpio-pca953x.c 1 addition, 1 deletiondrivers/gpio/gpio-pca953x.c
Loading
Please register or sign in to comment