mirror-linux/drivers/platform/x86
Linus Torvalds 55cb93fd24 Driver core changes for 6.13-rc1
Here is a small set of driver core changes for 6.13-rc1.
 
 Nothing major for this merge cycle, except for the 2 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
 
 As mentioned above, there is 2 merge conflicts with your tree, one is
 where the file is removed (easy enough to resolve), the second is a
 build time error, that has been found in linux-next and the fix can be
 seen here:
 	https://lore.kernel.org/r/20241107212645.41252436@canb.auug.org.au
 
 Other than that, the changes here have been in linux-next with no other
 reported issues.
 
 Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
 -----BEGIN PGP SIGNATURE-----
 
 iG0EABECAC0WIQT0tgzFv3jCIUoxPcsxR9QN2y37KQUCZ0lEog8cZ3JlZ0Brcm9h
 aC5jb20ACgkQMUfUDdst+ym+0ACgw6wN+LkLVIHWhxTq5DYHQ0QCxY8AoJrRIcKe
 78h0+OU3OXhOy8JGz62W
 =oI5S
 -----END PGP SIGNATURE-----

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()
  ...
2024-11-29 11:43:29 -08:00
..
amd Driver core changes for 6.13-rc1 2024-11-29 11:43:29 -08:00
dell platform-drivers-x86 for v6.13-1 2024-11-20 14:07:55 -08:00
hp platform-drivers-x86 for v6.13-1 2024-11-20 14:07:55 -08:00
intel Driver core changes for 6.13-rc1 2024-11-29 11:43:29 -08:00
siemens platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
x86-android-tablets Input updates for v6.13-rc0 2024-11-25 10:31:39 -08:00
Kconfig ACPI: EC: make EC support compile-time conditional 2024-10-24 17:47:15 +02:00
Makefile platform/x86: Add new MeeGoPad ANX7428 Type-C Cross Switch driver 2024-05-15 10:07:11 +02:00
acer-wireless.c
acer-wmi.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
acerhdf.c platform/x86: acerhdf: Use the .should_bind() thermal zone callback 2024-08-22 17:43:14 +02:00
adv_swbutton.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
amilo-rfkill.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
apple-gmux.c
asus-laptop.c asus-laptop: prefer strscpy() over strcpy() 2024-10-10 13:30:46 +03:00
asus-nb-wmi.c hwmon fixes for v6.11-rc7 2024-09-05 16:57:36 +02:00
asus-tf103c-dock.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
asus-wireless.c
asus-wmi.c platform-drivers-x86 for v6.13-1 2024-11-20 14:07:55 -08:00
asus-wmi.h platform/x86: asus-wmi: Fix spurious rfkill on UX8406MA 2024-08-26 14:34:00 +03:00
barco-p50-gpio.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
classmate-laptop.c platform/x86: classmate-laptop: Replace snprintf in show functions with sysfs_emit 2024-10-21 13:40:12 +03:00
compal-laptop.c platform/x86: compal-laptop: use sysfs_emit() instead of sprintf() 2024-10-29 15:54:41 +02:00
dual_accel_detect.h
eeepc-laptop.c platform/x86: eeepc-laptop: use sysfs_emit() instead of sprintf() 2024-10-25 17:31:50 +03:00
eeepc-wmi.c platform/x86: eeepc-wmi: Use backlight power constants 2024-08-12 16:27:11 +02:00
firmware_attributes_class.c platform/x86: add missing MODULE_DESCRIPTION() macros 2024-06-24 13:33:20 +02:00
firmware_attributes_class.h
fujitsu-laptop.c platform/x86: fujitsu-laptop: Use backlight power constants 2024-08-12 16:27:14 +02:00
fujitsu-tablet.c
gigabyte-wmi.c
gpd-pocket-fan.c
hdaps.c
huawei-wmi.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
ibm_rtl.c platform/x86: add missing MODULE_DESCRIPTION() macros 2024-06-24 13:33:20 +02:00
ideapad-laptop.c platform-drivers-x86 for v6.13-1 2024-11-20 14:07:55 -08:00
ideapad-laptop.h platform/x86: ideapad-laptop: move ACPI helpers from header to source file 2024-08-12 17:37:23 +02:00
inspur_platform_profile.c platform/x86: wmi: Mark simple WMI drivers as legacy-free 2024-04-08 17:45:35 +02:00
intel_ips.c drm next for 6.11-rc1: 2024-07-18 09:34:02 -07:00
intel_ips.h
intel_scu_ipc.c platform/x86: intel_scu_ipc: Save a copy of the entire struct intel_scu_ipc_data 2024-10-22 11:34:09 +03:00
intel_scu_ipcutil.c platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asm 2024-09-11 14:26:03 +02:00
intel_scu_pcidrv.c platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asm 2024-09-11 14:26:03 +02:00
intel_scu_pltdrv.c platform/x86: intel_scu_ipc: Move intel_scu_ipc.h out of arch/x86/include/asm 2024-09-11 14:26:03 +02:00
intel_scu_wdt.c platform/x86: intel_scu_wdt: Move intel_scu_wdt.h to x86 subfolder 2024-09-11 14:26:08 +02:00
lenovo-wmi-camera.c platform/x86: add lenovo WMI camera button driver 2024-04-08 15:21:36 +02:00
lenovo-ymc.c platform/x86: lenovo-ymc: Ignore the 0x0 state 2024-09-04 20:17:31 +02:00
lenovo-yoga-tab2-pro-1380-fastcharger.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
lenovo-yogabook.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
lg-laptop.c platform/x86: wmi: Pass event data directly to legacy notify handlers 2024-09-05 17:21:59 +02:00
meegopad_anx7428.c platform/x86: Add new MeeGoPad ANX7428 Type-C Cross Switch driver 2024-05-15 10:07:11 +02:00
meraki-mx100.c
mlx-platform.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
msi-ec.c
msi-ec.h
msi-laptop.c platform/x86: msi-laptop: Use sysfs_emit() to replace sprintf() 2024-04-29 10:52:03 +02:00
msi-wmi-platform.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
msi-wmi.c platform/x86: wmi: Pass event data directly to legacy notify handlers 2024-09-05 17:21:59 +02:00
mxm-wmi.c
nvidia-wmi-ec-backlight.c
p2sb.c platform/x86: p2sb: Cache correct PCI bar for P2SB on Gemini Lake 2024-11-18 13:53:03 +02:00
panasonic-laptop.c platform/x86: panasonic-laptop: Return errno correctly in show callback 2024-11-18 13:52:31 +02:00
pcengines-apuv2.c
pmc_atom.c
quickstart.c move asm/unaligned.h to linux/unaligned.h 2024-10-02 17:23:23 -04:00
samsung-laptop.c platform/x86: samsung-laptop: Use backlight power constants 2024-08-12 16:27:36 +02:00
samsung-q10.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
sel3350-platform.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
serdev_helpers.h
serial-multi-instantiate.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
silicom-platform.c
sony-laptop.c minmax: make generic MIN() and MAX() macros available everywhere 2024-07-28 15:49:18 -07:00
system76_acpi.c
think-lmi.c platform/x86: think-lmi: Multi-certificate support 2024-10-29 14:00:14 +02:00
think-lmi.h platform/x86: think-lmi: Multi-certificate support 2024-10-29 14:00:14 +02:00
thinkpad_acpi.c platform/x86: thinkpad_acpi: Fix for ThinkPad's with ECFW showing incorrect fan speed 2024-11-06 12:48:42 +01:00
topstar-laptop.c
toshiba-wmi.c platform/x86: wmi: Pass event data directly to legacy notify handlers 2024-09-05 17:21:59 +02:00
toshiba_acpi.c platform/x86: toshiba_acpi: Fix array out-of-bounds access 2024-07-10 16:12:12 +02:00
toshiba_bluetooth.c platform/x86/toshiba_bluetooth: drop owner assignment 2024-04-08 16:16:56 +02:00
toshiba_haps.c platform/x86/toshiba_haps: drop owner assignment 2024-04-08 16:16:56 +02:00
touchscreen_dmi.c platform/x86: touchscreen_dmi: add nanote-next quirk 2024-09-14 17:57:35 +02:00
uv_sysfs.c platform/x86: add missing MODULE_DESCRIPTION() macros 2024-06-24 13:33:20 +02:00
winmate-fm07-keys.c
wireless-hotkey.c platform/x86: add missing MODULE_DESCRIPTION() macros 2024-06-24 13:33:20 +02:00
wmi-bmof.c
wmi.c platform/x86: wmi: Introduce to_wmi_driver() 2024-10-29 15:44:23 +02:00
xiaomi-wmi.c platform/x86: xiaomi-wmi: Drop unnecessary NULL checks 2024-04-08 17:45:35 +02:00
xo1-rfkill.c platform/x86: Switch back to struct platform_driver::remove() 2024-10-17 12:39:32 +03:00
xo15-ebook.c