index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial-uclass.c
Age
Commit message (
Expand
)
Author
2017-07-31
dm: console: Check for serial devices properly
Simon Glass
2017-07-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
2017-07-11
dm: serial: Add livetree support
Simon Glass
2017-07-11
dm: serial: Separate out the core serial-device finding code
Simon Glass
2017-07-06
serial: make serial_stub_* to static functions
Masahiro Yamada
2017-06-01
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-05-17
serial: serial-uclass: Use force parameter in stdio_deregister_dev()
Stefan Roese
2016-10-23
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
Simon Glass
2016-07-14
dm: serial: Add support for of-platdata
Simon Glass
2016-03-17
x86: Allow use of serial soon after relocation
Simon Glass
2016-03-14
dm: serial-uclass: Move a carriage return before a line feed
Alison Wang
2016-01-12
dm: serial: Allow the UART driver to be dropped from the image
Simon Glass
2015-12-10
dm: serial: Minor coding style cleanup of some comments
Stefan Roese
2015-11-04
dm: serial: Deal with stdout-path with an alias
Simon Glass
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-10
dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port
Hans de Goede
2015-08-05
dm: serial: Correct logic in serial_find_console_or_panic()
Simon Glass
2015-06-10
sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig
Simon Glass
2015-06-10
dm: serial: Don't support CONFIG_CONS_INDEX with device tree
Simon Glass
2015-04-23
dm: Add a panic_str() function to reduce code size
Simon Glass
2015-04-16
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-03-25
dm: serial: remove bogus include <ns16550.h>
Masahiro Yamada
2015-02-12
dm: Add support for all targets which requires MANUAL_RELOC
Michal Simek
2015-01-29
dm: core: Add a flag to control sequence numbering
Simon Glass
2014-11-27
fdt: remove fdtdec_get_alias_node() function
Masahiro Yamada
2014-11-24
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-11-21
dm: Allow stdio registration to be dropped
Simon Glass
2014-11-21
dm: serial: Support changing the baud rate
Simon Glass
2014-11-21
dm: serial: Move current serial port pointer to global_data
Simon Glass
2014-10-23
dm: serial: consolidate common code more
Masahiro Yamada
2014-10-23
dm: serial: remove unnecessary casting
Masahiro Yamada
2014-10-23
dm: serial: fix console putc
Masahiro Yamada
2014-10-23
dm: serial: Support CONFIG_CONS_INDEX if available
Simon Glass
2014-10-23
dm: serial: Reset the watchdog while waiting in getc()
Simon Glass
2014-10-22
dm: serial: Put common code into separate functions
Simon Glass
2014-10-10
serial-uclass: Fix compilation error
Hans de Goede
2014-10-06
stdio: Add force parameter to stdio_deregister
Hans de Goede
2014-09-23
dm: serial: Don't require device tree to configure a console
Simon Glass
2014-09-10
dm: Add a uclass for serial devices
Simon Glass