Commit f5b4df9
committed
Merge branches 'acpi-pci', 'acpi-battery', 'acpi-ec' and 'acpi-apei'
Merge an ACPI PCI root driver update, ACPI battery driver updates, an
ACPI EC driver update and APEI updates for 6.16-rc1:
- Turn the acpi_pci_root_remap_iospace() fwnode_handle parameter into a
const pointer (Pei Xiao).
- Round battery capacity percengate in the ACPI battery driver to the
closest integer to avoid user confusion (shitao).
- Make the ACPI battery driver report the current as a negative number
to the power supply framework when the battery is discharging as
documented (Peter Marheine).
- Add TUXEDO InfinityBook Pro AMD Gen9 to the acpi_ec_no_wakeup[] list
to prevent spurious wakeups from suspend-to-idle (Werner Sembach).
- Convert the APEI EINJ driver to a faux device one (Sudeep Holla, Jon
Hunter).
- Remove redundant calls to einj_get_available_error_type() from the
APEI EINJ driver (Zaid Alali).
* acpi-pci:
ACPI: PCI: Constify fwnode_handle in acpi_pci_root_remap_iospace()
* acpi-battery:
ACPI: battery: negate current when discharging
ACPI: battery: Round capacity percengate to closest integer
* acpi-ec:
ACPI: EC: Add device to acpi_ec_no_wakeup[] qurik list
* acpi-apei:
ACPI: APEI: EINJ: Remove redundant calls to einj_get_available_error_type()
ACPI: APEI: EINJ: Fix probe error message
ACPI: APEI: EINJ: Transition to the faux device interface4 files changed
+49
-44
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
648 | 650 | | |
649 | 651 | | |
650 | 652 | | |
651 | | - | |
652 | | - | |
653 | 653 | | |
654 | | - | |
655 | | - | |
656 | | - | |
657 | 654 | | |
658 | | - | |
| 655 | + | |
659 | 656 | | |
660 | 657 | | |
661 | 658 | | |
| |||
678 | 675 | | |
679 | 676 | | |
680 | 677 | | |
681 | | - | |
682 | | - | |
| 678 | + | |
683 | 679 | | |
684 | 680 | | |
685 | 681 | | |
| |||
695 | 691 | | |
696 | 692 | | |
697 | 693 | | |
698 | | - | |
699 | | - | |
700 | | - | |
701 | | - | |
| 694 | + | |
702 | 695 | | |
703 | 696 | | |
704 | | - | |
705 | 697 | | |
706 | 698 | | |
707 | 699 | | |
| |||
749 | 741 | | |
750 | 742 | | |
751 | 743 | | |
752 | | - | |
| 744 | + | |
753 | 745 | | |
754 | 746 | | |
755 | 747 | | |
756 | 748 | | |
757 | 749 | | |
758 | | - | |
759 | | - | |
760 | | - | |
761 | | - | |
762 | | - | |
763 | 750 | | |
764 | 751 | | |
765 | 752 | | |
| |||
777 | 764 | | |
778 | 765 | | |
779 | 766 | | |
| 767 | + | |
| 768 | + | |
| 769 | + | |
| 770 | + | |
780 | 771 | | |
781 | 772 | | |
782 | 773 | | |
| |||
851 | 842 | | |
852 | 843 | | |
853 | 844 | | |
854 | | - | |
| 845 | + | |
855 | 846 | | |
856 | 847 | | |
857 | 848 | | |
| |||
872 | 863 | | |
873 | 864 | | |
874 | 865 | | |
875 | | - | |
| 866 | + | |
876 | 867 | | |
877 | 868 | | |
878 | 869 | | |
879 | 870 | | |
880 | 871 | | |
881 | 872 | | |
882 | | - | |
| 873 | + | |
| 874 | + | |
883 | 875 | | |
884 | | - | |
885 | | - | |
886 | | - | |
887 | 876 | | |
888 | 877 | | |
889 | 878 | | |
890 | 879 | | |
891 | | - | |
892 | | - | |
893 | | - | |
894 | | - | |
895 | | - | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
896 | 884 | | |
897 | | - | |
898 | | - | |
899 | | - | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
900 | 888 | | |
901 | | - | |
902 | | - | |
| 889 | + | |
903 | 890 | | |
904 | 891 | | |
905 | 892 | | |
906 | 893 | | |
907 | 894 | | |
908 | 895 | | |
909 | 896 | | |
910 | | - | |
| 897 | + | |
911 | 898 | | |
912 | | - | |
913 | 899 | | |
914 | 900 | | |
915 | 901 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
243 | 243 | | |
244 | 244 | | |
245 | 245 | | |
246 | | - | |
| 246 | + | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
| 253 | + | |
| 254 | + | |
| 255 | + | |
| 256 | + | |
| 257 | + | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
250 | 263 | | |
251 | 264 | | |
252 | 265 | | |
| |||
279 | 292 | | |
280 | 293 | | |
281 | 294 | | |
282 | | - | |
283 | | - | |
| 295 | + | |
| 296 | + | |
284 | 297 | | |
285 | 298 | | |
286 | 299 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2329 | 2329 | | |
2330 | 2330 | | |
2331 | 2331 | | |
| 2332 | + | |
| 2333 | + | |
| 2334 | + | |
| 2335 | + | |
| 2336 | + | |
| 2337 | + | |
2332 | 2338 | | |
2333 | 2339 | | |
2334 | 2340 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
861 | | - | |
| 861 | + | |
862 | 862 | | |
863 | 863 | | |
864 | 864 | | |
| |||
0 commit comments