diff options
| author | Linus Torvalds <torvalds@linux-foundation.org> | 2025-03-14 10:57:28 -1000 |
|---|---|---|
| committer | Linus Torvalds <torvalds@linux-foundation.org> | 2025-03-14 10:57:28 -1000 |
| commit | 83158b21ae9a1a5c8285c3d542981bae914e26b6 (patch) | |
| tree | af711247b9173963a79ccecb0f21999b50b0921b /MAINTAINERS | |
| parent | 6efcfe105c7ace776e011bd82e4f781876fdb38e (diff) | |
| parent | 03fc0a2dc9f8c292fad8a1bcfb6d1f0dec1824be (diff) | |
| download | ath-83158b21ae9a1a5c8285c3d542981bae914e26b6.tar.gz | |
Merge tag 'platform-drivers-x86-v6.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86
Pull x86 platform driver fixes from Ilpo Järvinen:
"Fixes and new HW support.
The diff is a bit larger than I'd prefer at this point due to
unwinding the amd/pmf driver's error handling properly instead of
calling a deinit function that was a can full of worms.
Summary:
- amd/pmf:
- Fix error handling in amd_pmf_init_smart_pc()
- Fix missing hidden options for Smart PC
- surface: aggregator_registry: Add Support for Surface Pro 11"
* tag 'platform-drivers-x86-v6.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86:
MAINTAINERS: Update Ike Panhc's email address
platform/x86/amd: pmf: Fix missing hidden options for Smart PC
platform/surface: aggregator_registry: Add Support for Surface Pro 11
platform/x86/amd/pmf: fix cleanup in amd_pmf_init_smart_pc()
Diffstat (limited to 'MAINTAINERS')
| -rw-r--r-- | MAINTAINERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 625f3758c8800..b71945082a0d6 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11141,7 +11141,7 @@ S: Maintained F: drivers/i2c/busses/i2c-icy.c IDEAPAD LAPTOP EXTRAS DRIVER -M: Ike Panhc <ike.pan@canonical.com> +M: Ike Panhc <ikepanhc@gmail.com> L: platform-driver-x86@vger.kernel.org S: Maintained W: http://launchpad.net/ideapad-laptop |
