summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial portHans de Goede2015-08-102-3/+28
* exynos: Enable the debug UART in SPLSimon Glass2015-08-051-0/+2
* exynos: Add debug UART support for Samsung S5P serialSimon Glass2015-08-052-0/+32
* exynos: serial: Refactor init code for debug UARTSimon Glass2015-08-051-12/+24
* efi: Add a serial driverSimon Glass2015-08-053-0/+167
* x86: Move CONFIG_X86_SERIAL to KconfigSimon Glass2015-08-051-0/+10
* dm: serial: Correct logic in serial_find_console_or_panic()Simon Glass2015-08-051-1/+1
* ns16550: Improve debug UART so it can work with 32-bit accessSimon Glass2015-07-211-15/+21
* arm: dcc: Add uart dcc support for armv8Siva Durga Prasad Paladugu2015-07-071-0/+16
* sandbox: Move CONFIG_SANDBOX_SERIAL to KconfigSimon Glass2015-06-102-2/+23
* dm: serial: Don't support CONFIG_CONS_INDEX with device treeSimon Glass2015-06-101-32/+37
* dm: ns16550: Support CONFIG_SYS_NS16550_MEM32 with driver modelSimon Glass2015-06-101-0/+4
* ARM: UniPhier: update the vendor name of UniPhier in KconfigMasahiro Yamada2015-05-311-2/+3
* ARM: UniPhier: replace <asm/io.h> with <linux/io.h>Masahiro Yamada2015-05-311-4/+2
* Revert "Revert "stm32f4: fix serial output""Tom Rini2015-05-271-0/+3
* Revert "stm32f4: fix serial output"Tom Rini2015-05-101-3/+0
* serial: fdt: add device tree support for pl01xVikas Manocha2015-05-101-1/+29
* stm32f4: add serial print portkunhuahuang2015-05-101-12/+59
* stm32f4: fix serial outputkunhuahuang2015-05-101-0/+4
* Merge branch 'u-boot/master' into 'u-boot-arm/master'Albert ARIBAUD2015-05-059-21/+173
|\
| * Merge branch 'zynq' of git://www.denx.de/git/u-boot-microblazeTom Rini2015-04-291-1/+7
| |\
| | * serial: zynq: Add support for slow emulation platformMichal Simek2015-04-291-1/+7
| * | serial: ns16550: Remove hard-coded baud_divisor settingAxel Lin2015-04-281-1/+0
| |/
| * Merge branch 'master' of git://git.denx.de/u-boot-dmTom Rini2015-04-233-16/+32
| |\
| | * dm: Add a panic_str() function to reduce code sizeSimon Glass2015-04-231-1/+1
| | * serial: ns16550: Remove unnecessary init on UART setupSimon Glass2015-04-221-1/+0
| | * dm: ns16550: Support non-byte register spacing with driver modelSimon Glass2015-04-221-4/+6
| | * serial: ns16550: Add an option to specify the debug UART register shiftSimon Glass2015-04-222-10/+25
| * | stm32f4: Add serial driverrev13@wp.pl2015-04-223-0/+120
| |/
| * serial: pl01x: fix PL010 regressionLinus Walleij2015-04-211-2/+11
| * common: Make sure arch-specific map_sysmem() is definedJoe Hershberger2015-04-182-0/+2
| * dm: core: Add dev_get_uclass_priv() to access uclass private dataSimon Glass2015-04-161-2/+2
* | fix ARM DCC support for ARMv7 based cores (e.g. CortexA)Alexander Merkle2015-04-161-2/+2
|/
* serial-arc: switch to DMAlexey Brodkin2015-04-031-32/+70
* serial/serial_arc: set registers address during compilationAlexey Brodkin2015-04-031-2/+1
* dm: serial: remove bogus include <ns16550.h>Masahiro Yamada2015-03-251-2/+0
* ARM: UniPhier: adjust device trees for business transferMasahiro Yamada2015-03-151-3/+4
* serial: ns16550: Fix build error due to a typoAxel Lin2015-03-021-1/+1
* Merge branch 'master' of git://git.denx.de/u-boot-uniphierTom Rini2015-03-011-32/+32
|\
| * serial: UniPhier: move LCR register setting to probe functionMasahiro Yamada2015-03-011-9/+11
| * serial: UniPhier: use 32 bit register accessMasahiro Yamada2015-03-011-28/+26
* | Merge branch 'master' of git://git.denx.de/u-boot-shTom Rini2015-03-012-3/+4
|\ \ | |/ |/|
| * serial: sh: fix internal clock source on SCIFVladimir Barinov2015-02-251-2/+3
| * serial: sh: Remove invalid UTF-8 characterNobuhiro Iwamatsu2015-02-251-1/+1
* | ARM: remove cm4008 and cm41xx board supportMasahiro Yamada2015-02-243-124/+0
|/
* serial: ns16550: Support debug UARTSimon Glass2015-02-192-2/+61
* serial: ns16550: Add access functions that don't need platdataSimon Glass2015-02-191-18/+30
* serial: Support an early UART for debuggingSimon Glass2015-02-191-0/+46
* dm: Add support for all targets which requires MANUAL_RELOCMichal Simek2015-02-121-0/+16
* dm: sh: serial: Add support driver modelNobuhiro Iwamatsu2015-02-122-113/+238
OpenPOWER on IntegriCloud