-
Notifications
You must be signed in to change notification settings - Fork 0
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
sunxi-pwm: Fix broken PWM_SUNXI_ENHANCE driver #25
Conversation
Recent changes in the kernel make the patch unusable for drm/sun4i/sun4i_hdmi_enc.c.
For the indentation issues, can have a commit to change the driver into tab ident |
@chraac Good health! If you don't mind, can I clean up the history a bit? |
You don't have to worry. I'll do it myself. |
sure, gonna squash all the versions into one and clear the commit log. |
6cf034c
to
c0594a6
Compare
4dbc838
to
be8aaf1
Compare
@chraac Thank you very much. |
Cool! Do you mind merge this PR into your branch? Now I've squash all changes into one commit. |
a20c297
to
54d2934
Compare
@chraac PR is merged in cmdline. |
Background
In PR armbian#6617, we've added the ethernet and pwm driver for zero2w for kernel version 6.6 and 6.7, now in 6.10, the pwm drvier interface have been changed that makes our driver failed to compile, here's a PR to fix that.
Changes:
driver-allwinner-h618-emac.patch
, now ethernet on zero2w works wellHow Has This Been Tested?