summaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/efi'Sascha Hauer2014-08-071-0/+29
|\
| * console: Add puts callback to console devicesSascha Hauer2014-07-111-0/+29
* | console: Allow persistent device namesSascha Hauer2014-07-111-2/+8
|/
* console: Set Linux console parameter automaticallySascha Hauer2014-01-221-1/+28
* treewide: Add missing includesSascha Hauer2013-11-081-0/+1
* Merge branch 'for-next/login'Sascha Hauer2013-10-071-0/+6
|\
| * login: disable input console if password wrongJean-Christophe PLAGNIOL-VILLARD2013-09-191-0/+6
* | console: drop f_caps and check the function pointer getc/putc insteadJean-Christophe PLAGNIOL-VILLARD2013-09-211-8/+10
|/
* Merge branch 'for-next/omap'Sascha Hauer2013-09-051-4/+4
|\
| * rework debug_llSascha Hauer2013-09-051-4/+4
* | console: fix console without CONFIG_PARAMETERJan Luebbe2013-08-261-2/+6
|/
* Force set console baudrate at enable timeAlexey Galakhov2013-07-101-2/+11
* common: console: Fix possible null pointer dereferenceAlexander Shiyan2013-07-091-14/+13
* console: Use dev_add_param_int for baudrate parameterSascha Hauer2013-04-111-18/+8
* console: consolidate common console codeSascha Hauer2013-02-131-85/+0
* drivers/base: fix corrupt device treeSascha Hauer2012-12-121-1/+1
* console: display Switch to console [csxx] when switching from debug_ll to rea...Jean-Christophe PLAGNIOL-VILLARD2012-10-301-0/+3
* console: use debug_ll before the console is availableJean-Christophe PLAGNIOL-VILLARD2012-10-301-0/+2
* console/of: evaluate linux,stdout-path propertySascha Hauer2012-10-091-0/+3
* console: Cleanup console activationSascha Hauer2012-10-091-25/+26
* switch all platform_bus device/driver registering to platform_driver/device_r...Jean-Christophe PLAGNIOL-VILLARD2012-10-041-1/+1
* Treewide: remove address of the Free Software FoundationSascha Hauer2012-09-171-4/+0
* Use DEVICE_ID_DYNAMIC where applicableSascha Hauer2012-04-161-1/+1
* console: use container_of instead of type_dataSascha Hauer2012-02-251-3/+4
* console: make it work without mallocSascha Hauer2012-01-261-17/+32
* poller_call: move from getc to is_timeoutJean-Christophe PLAGNIOL-VILLARD2012-01-041-2/+0
* Merge branch 'next'Sascha Hauer2011-12-071-6/+18
|\
| * console: add console unregisteringRobert Jarzmik2011-12-051-6/+18
* | fprintf: remove unused variableSascha Hauer2011-12-071-2/+1
|/
* fix fprintf prototype and return valueSascha Hauer2011-11-111-3/+2
* console: fix return values of puts functionsSascha Hauer2011-11-111-4/+10
* remove EARLY_INIT and EARLY_CONSOLE supportSascha Hauer2011-09-271-33/+3
* console: make console device a child of the hardware deviceSascha Hauer2011-08-151-0/+2
* fix console fifo (and loadb/loady commands)Alexey Galakhov2011-05-161-11/+16
* move version_string to seperate fileSascha Hauer2011-04-111-8/+2
* Fix default baudrate settingJuergen Beisert2011-01-181-1/+2
* Add generic poll infrastructureMarc Kleine-Budde2010-12-201-0/+5
* version_string: sparse fixesSascha Hauer2010-10-211-2/+0
* console: sparse fixesSascha Hauer2010-10-211-2/+4
* console: set device_d id at -1Jean-Christophe PLAGNIOL-VILLARD2010-09-241-0/+1
* rename __initdata to __early_initdataSascha Hauer2010-09-201-2/+2
* rework device parametersSascha Hauer2010-06-171-19/+21
* list: remove duplicated list.hSascha Hauer2009-11-031-1/+1
* console: partly revert 84688dfdb4aecc8296b4fef9bc657335d7b9ade5Sascha Hauer2009-09-251-1/+0
* console: make locally used function staticSascha Hauer2009-09-251-2/+3
* console: Fix line endingsSascha Hauer2009-08-131-2/+2
* get rid of device idsSascha Hauer2009-07-211-1/+5
* console: buffer characters before console is initializedSascha Hauer2009-05-131-10/+21
* console: rename console_buffer to console_input_bufferSascha Hauer2009-05-131-5/+11
* Flush consoles before exitingSascha Hauer2009-03-191-0/+11