aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/imx_mcc
Commit message (Collapse)AuthorAge
* ENGR00320627 mcc: fix one compile errorRichard Zhu2014-07-01
| | | | | | | the delete of the tx_buf and tx_lock is not completed. remove the left codes, to fix the compile error. Signed-off-by: Richard Zhu <r65037@freescale.com>
* ENGR00320327 mcc: mcc posix pty interface demo driverRichard Zhu2014-06-30
| | | | | | | | | | | | | | | | | | | | | - /dev/ttyMCCp0 can be created. - use schedule delayed work to kick off the demo - one simple test app(mxc_mcc_tty_test.out) used to do the mcc pty interface demo tests. - m4 part of the mcc pingpong demo is required to be run on m4. - up to now, only the unsigned int decimal number is used in the tests. test how-to by the simple test app: ./mxc_mcc_tty_test.out /dev/ttyMCCp0 115200 R 1 512 & echo <your input> > /dev/ttyMCCp0 then <your input + 1> would be received the test app. Signed-off-by: Richard Zhu <r65037@freescale.com>
* ENGR00308382-1 mcc: add a9 linux mcc_demo driverRichard Zhu2014-04-16
| | | | | | | | | | | | | | | - based on sema4 driver, mcc stack, add the mcc_demo driver by sysfs. - mcc pingpong demo - mcc can demo NOTE: - rdc should be disabled in m4 mqx side, otherwise, a9 linux would fail to mount rootfs. - add the m4 related clks at linux side, because that the m4's clks would be turned off/on during linux boot up if they are not added at linux clk definitions. Signed-off-by: Richard Zhu <r65037@freescale.com>
* ENGR00308060-3 mcc: add sema4 driver required by mccRichard Zhu2014-04-16
- add linux sema4 driver, that mandatory required by mcc. - use volatile types in sema4 structure - align the port definiton a9 is 1, m4 is 2. Signed-off-by: Richard Zhu <r65037@freescale.com>