Skip to content

Commit

Permalink
Added [dm-api] branch note.
Browse files Browse the repository at this point in the history
  • Loading branch information
scottellis committed Sep 27, 2011
1 parent 8dbd090 commit a38eab7
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,20 @@ Follow these steps to build.
$ cd omap3-pwm


NOTE: There is a [dm-api] branch that replaces the bit-banging ioremap
control of the timers to using the omap_dm_timer API. I only tested
on 2.6.39, but it compiles fine on 2.6.34 and 2.6.36. This will get merged
into the master branch when I get around to testing an earlier kernel.
Feel free to let me know if it works. Checkout the branch like this

$ git checkout -b dm-api origin/dm-api

NOTE:

There is a [dm-api] branch that replaces the bit-banging ioremap
control of the timers to using the omap_dm_timer API. I only tested
on 2.6.39 where it is working fine. It compiles on 2.6.34 and 2.6.36,
but I didn't do a real test. This will get merged into the [master]
branch when I get around to testing an earlier kernel. Feel free to
let me know if it works.
Checkout the branch like this

$ git checkout -b dm-api origin/dm-api




Expand Down

0 comments on commit a38eab7

Please sign in to comment.