Skip to content

Commit

Permalink
Merge tag 'intel-pinctrl-v5.17-5' of gitolite.kernel.org:pub/scm/linu…
Browse files Browse the repository at this point in the history
…x/kernel/git/pinctrl/intel into fixes

intel-pinctrl for v5.17-5

* Revert misplaced ID

The following is an automated git shortlog grouped by driver:

tigerlake:
 -  Revert "Add Alder Lake-M ACPI ID"
  • Loading branch information
Linus Walleij committed Feb 19, 2022
2 parents d1e972a + 6f66db2 commit 486c2d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/pinctrl/intel/pinctrl-tigerlake.c
Original file line number Diff line number Diff line change
Expand Up @@ -749,7 +749,6 @@ static const struct acpi_device_id tgl_pinctrl_acpi_match[] = {
{ "INT34C5", (kernel_ulong_t)&tgllp_soc_data },
{ "INT34C6", (kernel_ulong_t)&tglh_soc_data },
{ "INTC1055", (kernel_ulong_t)&tgllp_soc_data },
{ "INTC1057", (kernel_ulong_t)&tgllp_soc_data },
{ }
};
MODULE_DEVICE_TABLE(acpi, tgl_pinctrl_acpi_match);
Expand Down

0 comments on commit 486c2d1

Please sign in to comment.