summaryrefslogtreecommitdiffstats
path: root/include/console.h
Commit message (Collapse)AuthorAgeFilesLines
* rework device parametersSascha Hauer2010-06-171-6/+0
| | | | | | | | Change device parameters so that the memory management is in generic code. This also removes the need of storing statically initialized parameters as they are stored in a struct list_head for each device. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
| | | | | | | | We accidently have two list implementations in the tree: include/list.h and include/linux/list.h. This patch moves the latter (newer one) to include/linux/list.h. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* get rid of device idsSascha Hauer2009-07-211-0/+2
| | | | Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Flush consoles before exitingSascha Hauer2009-03-191-0/+1
| | | | | | | We use FIFOs on some devices, so flush them before exiting so we do not get funny characters in the output. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
* Use Linux Kernel list implementation for console devices insteadSascha Hauer2007-10-111-1/+5
| | | | of homegrown list.
* add early console for mpc5200Sascha Hauer2007-07-121-0/+12
|
* svn_rev_686Sascha Hauer2007-07-051-0/+5
| | | | implement console baudrate switching
* svn_rev_528Sascha Hauer2007-07-051-0/+2
|
* svn_rev_502Sascha Hauer2007-07-051-1/+9
| | | | complete multiple console support
* svn_rev_380Sascha Hauer2007-07-051-8/+13
| | | | add support for multipple consoles
* Initial revisionwdenk2000-11-121-0/+38