summaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* drivers: Introduce dev_set_name()Andrey Smirnov2018-10-181-2/+2
* Merge branch 'for-next/dts-warnings'Sascha Hauer2018-07-091-1/+1
|\
| * console: Update description for global.linux.bootargs.consoleSascha Hauer2018-06-191-1/+1
* | console: remove duplicate newline conversionSascha Hauer2018-06-191-3/+2
* | console: add missing newline conversion for putc_llSascha Hauer2018-06-191-0/+2
|/
* console: Add simplified 'serdev' framework from Linux kernelAndrey Smirnov2018-04-171-3/+21
* param: make parameter functions more consistentSascha Hauer2017-04-111-1/+1
* console: Use dev_add_param_stringSascha Hauer2017-04-111-26/+24
* console: fix usbserial re-connectAlexander Kurz2017-03-291-1/+3
* fix: console: expose consoles in devfsJean-Christophe PLAGNIOL-VILLARD2017-03-131-1/+1
* console: expose consoles in devfsBastian Stender2017-02-281-0/+53
* console: replace set_active by open/closeBastian Stender2017-02-281-2/+44
* console: Fix initial value of baudrate parameterSascha Hauer2016-05-261-1/+1
* stdio: Replace FILE functions with filedescriptor functionsSascha Hauer2016-04-151-10/+0
* stdio: rename getc to getcharSascha Hauer2016-04-151-5/+5
* string: Fix (v)asprintf prototypesSascha Hauer2016-04-151-2/+2
* barebox remote controlSascha Hauer2016-01-181-3/+22
* console: Set baudrate during registrationSascha Hauer2015-11-171-7/+4
* login: rework login mechanismSascha Hauer2015-08-281-6/+0
* console: When deactivating a console, flush it firstSascha Hauer2015-07-231-0/+3
* console: When switching baudrate print console nameSascha Hauer2015-06-091-2/+2
* console: Add functions to get/set baudrateSascha Hauer2015-06-091-5/+32
* console: Add functions to get/set active state of consoleSascha Hauer2015-06-091-34/+53
* console: allow to specify the device idJean-Christophe PLAGNIOL-VILLARD2015-01-131-1/+1
* console: Add set_active callbackSascha Hauer2014-12-171-0/+7
* 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