Add a very basic driver for the CS2100-CP Fractional-N Multipler chip.

This commit is contained in:
Gregory Nutt
2015-04-02 13:00:10 -06:00
parent 06866bb2c5
commit e78e762dd6
7 changed files with 964 additions and 3 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ struct boardioc_graphics_s
*
* boardctl() is non-standard OS interface to alleviate the problem. It
* basically circumvents the normal device driver ioctl interlace and allows
* the application to perform direction IOCTL-like calls to the board-specific
* the application to perform direct IOCTL-like calls to the board-specific
* logic. It is especially useful for setting up board operational and
* test configurations.
*