Re: [PATCH v1 0/2] reset: small cleanups for x86
| Newsgroups | gmane.comp.boot-loaders.u-boot |
|---|---|
| Message-ID | <aoS68ZxFH2Oh+OyL__31875.2658132993$1787083543$gmane$org@kraken> |
On Wed, Jul 29, 2026 at 01:38:24AM -0700, Denis Mukhin via U-Boot wrote: > This is small cleanup series for x86 reset device driver. > > Patch 1 introduces a small fixup for the x86 reset driver. > Patch 2 introduces a small fixup for the x86 EFI reset driver. > > Denis Mukhin (2): > reset: x86: Use cpu_hlt() in pch_sysreset_power_off() > reset: x86: Use cpu_hlt() in efi_reset_system() > > drivers/sysreset/sysreset_x86.c | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) Just following up on that mini-cleanup series. This is re-submission of the reviewed patches originally posted here: https://lore.kernel.org/u-boot/[email protected]/ https://lore.kernel.org/u-boot/[email protected]/ Thanks, Denis