-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Phytium PWM support #148
Phytium PWM support #148
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
||
return phytium_pwm_set_parameter(priv); | ||
} | ||
static int pwm_phytium_probe(struct platform_device *pdev) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
少了个空行嘛
207ec6f
to
3b300ac
Compare
在 X86 上编译错误 ,之前的ARM架构宏还需要保留 |
Generic PWM framework driver for the PWM controller found on Phytium SoCs. Signed-off-by: xu yan <[email protected]> Signed-off-by: Chen Zhenhua <[email protected]> Signed-off-by: Wang Yinfeng <[email protected]> Signed-off-by: lanhengyu1395 <[email protected]>
/ok-to-test |
deepin pr auto reviewAdd support for Phytium SoC PWM driver git-svn-id: 0ff597fd157e6f4fc38580e8d64ab130330d241@2142 13273008-0d34-0410-b5e6-96231b3b80d8 |
剩余审查意见: read_cpuid_implementor方法在一个cpu中不同core有除了飞腾implementor时有其他implementor时可能失效,当前暂时无此种情况。 |
Generic PWM framework driver for the PWM controller found on Phytium SoCs.