]> Git Repo - J-u-boot.git/commit
pwm, imx6: add support for pwm modul on imx6
authorHeiko Schocher <[email protected]>
Fri, 18 Jul 2014 04:07:19 +0000 (06:07 +0200)
committerStefano Babic <[email protected]>
Wed, 23 Jul 2014 10:25:42 +0000 (12:25 +0200)
commitb2f97cf279c54c51741539455116ec3393a871ea
tree8f193654de90dcd7b2f0928db887a38204b0f9bc
parentaafe4020c1d0c0f989b68f839d66ffc66df6ab9e
pwm, imx6: add support for pwm modul on imx6

add basic support for the pwm modul found on imx6.
Pieces of this code are based on linux code from drivers/pwm/pwm-imx.c
Commit "cd3de83f1476 Linux 3.16-rc4"

Signed-off-by: Heiko Schocher <[email protected]>
Acked-by: Stefano Babic <[email protected]>
Cc: Wolfgang Denk <[email protected]>
README
drivers/Makefile
drivers/pwm/Makefile [new file with mode: 0644]
drivers/pwm/pwm-imx-util.c [new file with mode: 0644]
drivers/pwm/pwm-imx-util.h [new file with mode: 0644]
drivers/pwm/pwm-imx.c [new file with mode: 0644]
This page took 0.039002 seconds and 4 git commands to generate.