Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: AsahiLinux/linux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: asahi
Choose a base ref
...
head repository: IntegralPilot/linux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: asahi
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 30, 2025

  1. power: supply: macsmc: Add M3 generation power events

    The Apple M3 machines, and potentially M1/M2 machines with
    updated SMC firmware generate a new set of SMC events
    starting with 0x7113 when cables are plugged or unplugged.
    Without this patch, the kernel logs "Unknown charger event" errors,
    and the power status may not update immediately.
    
    The event structure is 0x7113[Port][Status].
    Observed on M3:
    - Port 0 (USB-C): 0x711300xx
    - Port 1 (USB-C): 0x711301xx
    - Port 2 (MagSafe): 0x711302xx
    - Disconnect: 0x7113ffxx
    
    Status 0x04 indicates a stable connection, while 0x02/0x03 appear
    during negotiation.
    
    This patch handles these events and triggers a power_supply_changed
    notification.
    
    Signed-off-by: Michael Reeves <michael.reeves077@gmail.com>
    IntegralPilot committed Dec 30, 2025
    Configuration menu
    Copy the full SHA
    63ced5f View commit details
    Browse the repository at this point in the history
Loading