summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/task-analyzer.py
diff options
context:
space:
mode:
authorArmin Wolf <W_Armin@gmx.de>2025-11-10 12:12:53 +0100
committerIlpo Järvinen <ilpo.jarvinen@linux.intel.com>2025-11-10 19:13:29 +0200
commit97b726eb1dc2b4a2532544eb3da72bb6acbd39a3 (patch)
tree17e0c339d3919a8b73746f705c269dd211fd6ee0 /tools/perf/scripts/python/task-analyzer.py
parentc93433fd4e2bbbe7caa67b53d808b4a084852ff3 (diff)
downloadkernel-97b726eb1dc2b4a2532544eb3da72bb6acbd39a3.tar.gz
platform/x86: msi-wmi-platform: Fix typo in WMI GUID
The WMI driver core only supports GUID strings containing only uppercase characters, however the GUID string used by the msi-wmi-platform driver contains a single lowercase character. This prevents the WMI driver core from matching said driver to its WMI device. Fix this by turning the lowercase character into a uppercase character. Also update the WMI driver development guide to warn about this. Reported-by: Antheas Kapenekakis <lkml@antheas.dev> Fixes: 9c0beb6b29e7 ("platform/x86: wmi: Add MSI WMI Platform driver") Tested-by: Antheas Kapenekakis <lkml@antheas.dev> Signed-off-by: Armin Wolf <W_Armin@gmx.de> Link: https://patch.msgid.link/20251110111253.16204-3-W_Armin@gmx.de Reviewed-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com> Signed-off-by: Ilpo Järvinen <ilpo.jarvinen@linux.intel.com>
Diffstat (limited to 'tools/perf/scripts/python/task-analyzer.py')
0 files changed, 0 insertions, 0 deletions
>Grant Likely 2014-11-18of/base: Fix PowerPC address parsing hackBenjamin Herrenschmidt 2014-11-18of/address: Don't throw errors on absent ranges propertiesBenjamin Herrenschmidt 2014-11-04of: Request and map make argument name constantMatthias Brugger 2014-09-30of/pci: Fix the conversion of IO ranges into IO resourcesLiviu Dudau 2014-09-30of/pci: Move of_pci_range_to_resource() to of/address.cLiviu Dudau 2014-09-30of/pci: Add pci_register_io_range() and pci_pio_to_address()Liviu Dudau 2014-07-23of: Provide a function to request and map memoryMatthias Brugger 2014-06-05Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into nextLinus Torvalds 2014-05-13of: kill off of_can_translate_addressRob Herring 2014-05-05of: introduce of_dma_is_coherent() helperSantosh Shilimkar 2014-05-05of: introduce of_dma_get_range() helperGrygorii Strashko 2014-03-04Merge tag 'v3.14-rc5' into HEADGrant Likely 2014-02-20of: Allows to use the PCI translator without the PCI coreGregory CLEMENT 2014-02-05of: fix PCI bus match for PCIe slotsKleber Sacilotto de Souza 2013-12-30Revert "of/address: Handle #address-cells > 2 specially"Rob Herring 2013-11-07Merge remote-tracking branch 'grant/devicetree/next' into for-nextRob Herring 2013-10-24of/irq: Rename of_irq_map_* functions to of_irq_parse_*Grant Likely 2013-10-15of: Fix dereferencing node name in debug output to be safeGrant Likely 2013-10-09of: implement pci_address_to_pio as weak functionRob Herring 2013-07-04Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds 2013-07-04of: Fix address decoding on Bimini and js2x machinesBenjamin Herrenschmidt 2013-05-19of/pci: Provide support for parsing PCI DT ranges propertyAndrew Murray