UPSTREAM-PEND: Introduce TI EHRPWM/EPWM driver#29
Merged
Conversation
natto1784
marked this pull request as draft
April 9, 2026 13:02
natto1784
marked this pull request as ready for review
April 10, 2026 06:02
Use uint32_t to allow larger offsets in place of the existing uint16_t configuration. PR: 106755 Signed-off-by: Amneesh Singh <amneesh@ti.com> --- Backport notes: - Dropped syscon_shell.c changes since it is not present on 4.3.0
Add a specifier space for configuring timebase clock for TI's Enhanced PWM via syscon. PR: 88757 Signed-off-by: Amneesh Singh <amneesh@ti.com>
This is the driver for EPWM/EHRPWM module of TI SoCs. It only uses Action Qualifier submodule currently. PR: 88757 Signed-off-by: Amneesh Singh <amneesh@ti.com> --- Backport notes: - Fixed conflicts in Kconfig and CMakeLists.txt
Add DT nodes for TI's Enhanced PWM. This requires addition of a syscon node as well to configure the timebase clock. PR: 88757 Signed-off-by: Amneesh Singh <amneesh@ti.com> --- Backport notes: - Resolved device tree conflicts
Add DT nodes for TI's Enhanced PWM. This requires addition of a syscon node as well to configure the timebase clock. PR: 88757 Signed-off-by: Amneesh Singh <amneesh@ti.com> --- Backport notes: - Resolved device tree conflicts
soumya-TI
merged commit Apr 15, 2026
f0cd5b6
into
TexasInstruments:v4.3.0-ti-next
7 of 9 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Downstream dependency
Dependency overlap with #21
Patches
This PR consists of patches sent over two separate PR
PR1: 106755
PR2: 88757