summaryrefslogtreecommitdiffstats
path: root/common/console.c
Commit message (Expand)AuthorAgeFilesLines
* console: flush consoles on newline when debuggingAhmad Fatoum2024-03-131-1/+4
* console: move ARCH_HAS_CTRLC into KconfigAhmad Fatoum2023-11-211-1/+1
* console: implement of_console_by_stdout_path helperAhmad Fatoum2023-09-221-0/+17
* console: don't fixup baud rate into earlycon stringAhmad Fatoum2023-05-231-2/+2
* Rename struct device_d to deviceSascha Hauer2023-01-101-2/+2
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-101-1/+1
* console: add new $global.bootm.earlycon parameterAhmad Fatoum2022-06-091-0/+17
* Merge branch 'for-next/riscv'Sascha Hauer2021-10-071-4/+6
|\
| * console: support set baudrate for fixed baudrate driversAntony Pavlov2021-10-041-4/+6
* | console: add new CONFIG_CONSOLE_DISABLE_INPUT optionRouven Czerwinski2021-10-051-5/+7
|/
* console: respect baudrate specified in device-tree stdout-pathAhmad Fatoum2021-06-281-10/+10
* console: unconditionally run resched() in ctrlc()Ahmad Fatoum2021-03-171-2/+2
* common: poller: replace explicit calls to poller_call() with resched()Ahmad Fatoum2021-03-171-2/+2
* common: replace license statements with SPDX-License-IdentifiersAhmad Fatoum2020-11-271-11/+1
* magicvar: Replace BAREBOX_MAGICVAR_NAMED with BAREBOX_MAGICVARSascha Hauer2020-10-021-2/+2
* treewide: remove references to CREDITSUwe Kleine-König2020-04-271-3/+0
* console: disallow opening for writing when no write method definedAhmad Fatoum2019-10-141-0/+3
* console: set default console_device devnameDavid Dgien2019-09-091-0/+3
* console: fix out-of-bounds read in dputc(/dev/*, ...)Ahmad Fatoum2019-09-021-10/+9
* console: return number of characters written in fops_writeSascha Hauer2019-08-051-1/+1
* console: forbid ctrlc during startupSascha Hauer2019-04-241-0/+24
* Shell: Handle aborting loops betterSascha Hauer2019-04-241-5/+23
* 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
|/