Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
MultiTracksDotCom
/
linux-imx
Public
forked from
nxp-imx/linux-imx
Notifications
You must be signed in to change notification settings
Fork
9
Star
2
Code
Pull requests
2
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
MT-149180: add basic ipc/extcon mechanism to send usb events from the stm through the kernel
- #41
#41
Draft
Overdr0ne
wants to merge 32 commits into
MultiTracksDotCom:develop
MultiTracksDotCom/linux-imx:develop
from
Overdr0ne:MT-149180
Overdr0ne/linux-imx:MT-149180
Copy head branch name to clipboard
Conversation
Commits
32
(32)
Checks
Files changed
Draft
MT-149180: add basic ipc/extcon mechanism to send usb events from the stm through the kernel
#41
Overdr0ne
wants to merge 32 commits into
MultiTracksDotCom:develop
MultiTracksDotCom/linux-imx:develop
from
Overdr0ne:MT-149180
Overdr0ne/linux-imx:MT-149180
Copy head branch name to clipboard
Commits
Commits on Jul 9, 2026
extcon: Add STM32 SPI IPC driver
Show description for 718ba91
Overdr0ne
committed
718ba91
View commit details
Copy full SHA for 718ba91
Browse repository at this point
arm64: configs: Enable STM32 SPI IPC extcon driver
Show description for 6fc6a6f
Overdr0ne
committed
6fc6a6f
View commit details
Copy full SHA for 6fc6a6f
Browse repository at this point
arm64: dts: freescale: Add STM32 SPI IPC and extcon nodes
Show description for 579eca8
Overdr0ne
committed
579eca8
View commit details
Copy full SHA for 579eca8
Browse repository at this point
extcon: Kconfig: select CRC8 and improve stm32-ipc help description
Overdr0ne
committed
ba8eea0
View commit details
Copy full SHA for ba8eea0
Browse repository at this point
extcon: stm32-ipc: remove unused GPIO header
Overdr0ne
committed
2cedf5c
View commit details
Copy full SHA for 2cedf5c
Browse repository at this point
extcon: stm32-ipc: fallback to safe disconnected state error
Overdr0ne
committed
7ee736b
View commit details
Copy full SHA for 7ee736b
Browse repository at this point
extcon: stm32-ipc: Use dev_dbg in threaded IRQ to avoid log flooding
Overdr0ne
committed
d24f351
View commit details
Copy full SHA for d24f351
Browse repository at this point
extcon: stm32-ipc: create per-device debugfs to avoid collisions
Overdr0ne
committed
97c4e67
View commit details
Copy full SHA for 97c4e67
Browse repository at this point
extcon: stm32-ipc: implement CRC-8/length validation on SPI packets
Overdr0ne
committed
2398ab9
View commit details
Copy full SHA for 2398ab9
Browse repository at this point
extcon: stm32-ipc: replace magic numbers with enum and defines
Overdr0ne
committed
813a866
View commit details
Copy full SHA for 813a866
Browse repository at this point
extcon: stm32-ipc: add Kconfig dependency on OF
Show description for fa00235
Overdr0ne
committed
fa00235
View commit details
Copy full SHA for fa00235
Browse repository at this point
extcon: stm32-ipc: fix declarations after statements
Show description for a76fffd
Overdr0ne
committed
a76fffd
View commit details
Copy full SHA for a76fffd
Browse repository at this point
extcon: stm32-ipc: validate port-id DT property
Show description for 4033d42
Overdr0ne
committed
4033d42
View commit details
Copy full SHA for 4033d42
Browse repository at this point
extcon: stm32-ipc: use dev_warn_ratelimited
Show description for a18f363
Overdr0ne
committed
a18f363
View commit details
Copy full SHA for a18f363
Browse repository at this point
extcon: stm32-ipc: initialize CRC-8 table once
Show description for af22146
Overdr0ne
committed
af22146
View commit details
Copy full SHA for af22146
Browse repository at this point
extcon: stm32-ipc: fix debugfs lifetime management
Show description for 7db84be
Overdr0ne
committed
7db84be
View commit details
Copy full SHA for 7db84be
Browse repository at this point
extcon: stm32-ipc: cache states to reduce churn
Show description for 57f6c94
Overdr0ne
committed
57f6c94
View commit details
Copy full SHA for 57f6c94
Browse repository at this point
extcon: stm32-ipc: rate-limit SPI transfer error logs
Show description for 9d2588b
Overdr0ne
committed
9d2588b
View commit details
Copy full SHA for 9d2588b
Browse repository at this point
extcon: stm32-ipc: warn on unmatched connector ports
Show description for 39b5db7
Overdr0ne
committed
39b5db7
View commit details
Copy full SHA for 39b5db7
Browse repository at this point
extcon: stm32-ipc: clean up debugfs to avoid UAF
Show description for f61e32c
Overdr0ne
committed
f61e32c
View commit details
Copy full SHA for f61e32c
Browse repository at this point
extcon: stm32-ipc: register platform driver first
Show description for 9ec6b44
Overdr0ne
committed
9ec6b44
View commit details
Copy full SHA for 9ec6b44
Browse repository at this point
extcon: stm32-ipc: pass device struct directly
Show description for 371883f
Overdr0ne
committed
371883f
View commit details
Copy full SHA for 371883f
Browse repository at this point
Commits on Jul 13, 2026
extcon: stm32-ipc: fix debugfs double-free on unbind
Show description for 8e20baa
Overdr0ne
committed
8e20baa
View commit details
Copy full SHA for 8e20baa
Browse repository at this point
dt-bindings: extcon: add multitracks,stm32-spi-ipc
Show description for 2bfa6ab
Overdr0ne
committed
2bfa6ab
View commit details
Copy full SHA for 2bfa6ab
Browse repository at this point
arm64: dts: freescale: mt-connect: wire both extcon phandles
Show description for 49b1080
Overdr0ne
committed
49b1080
View commit details
Copy full SHA for 49b1080
Browse repository at this point
extcon: stm32-ipc: track connector match via a flag
Show description for 35dd274
Overdr0ne
committed
35dd274
View commit details
Copy full SHA for 35dd274
Browse repository at this point
extcon: stm32-ipc: take IRQ trigger type from DT
Show description for e3f6b79
Overdr0ne
committed
e3f6b79
View commit details
Copy full SHA for e3f6b79
Browse repository at this point
arm64: dts: freescale: mt-connect: fix STM IPC interrupt to GPIO4_IO29
Show description for 04586ee
Overdr0ne
committed
04586ee
View commit details
Copy full SHA for 04586ee
Browse repository at this point
extcon: stm32-ipc: require the attention interrupt
Show description for 0715ac6
Overdr0ne
committed
0715ac6
View commit details
Copy full SHA for 0715ac6
Browse repository at this point
extcon: stm32-ipc: clean up comments and line lengths
Show description for bc6331c
Overdr0ne
committed
bc6331c
View commit details
Copy full SHA for bc6331c
Browse repository at this point
arm64: dts: freescale: mt-connect: drop redundant ECSPI2 SS0 pinmux
Show description for 0c7d705
Overdr0ne
committed
0c7d705
View commit details
Copy full SHA for 0c7d705
Browse repository at this point
extcon: stm32-ipc: narrow irq handler lock scope
Show description for 18f9826
Overdr0ne
committed
18f9826
View commit details
Copy full SHA for 18f9826
Browse repository at this point
You can’t perform that action at this time.