index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial-uclass.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
env: Rename environment.h to env_internal.h
Simon Glass
2019-08-11
1
-1
/
+1
*
dm: serial: Adjust serial_getinfo() to use proper API
Simon Glass
2019-01-14
1
-6
/
+3
*
dm: serial: Adjust serial_setconfig() to use proper API
Simon Glass
2019-01-14
1
-6
/
+3
*
dm: serial: Adjust serial_getconfig() to use proper API
Simon Glass
2019-01-14
1
-6
/
+3
*
dm: serial: Introduce ->getinfo() callback
Andy Shevchenko
2018-12-05
1
-0
/
+21
*
dm: serial: Add ->getconfig() callback
Andy Shevchenko
2018-12-05
1
-0
/
+16
*
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
2018-11-14
1
-1
/
+1
*
dm: Fix typo - missed semicolon
Andy Shevchenko
2018-11-09
1
-1
/
+1
*
serial: Allow serial to be absent in TPL
Simon Glass
2018-10-09
1
-0
/
+4
*
dm: serial: Replace setparity by setconfig
Patrice Chotard
2018-09-10
1
-0
/
+16
*
serial: protect access to serial rx buffer
Patrick Delaunay
2018-09-10
1
-0
/
+3
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
serial: Make full device search optional
Alexander Graf
2018-01-29
1
-0
/
+13
*
serial: Use next serial device if probing fails
Alexander Graf
2018-01-28
1
-6
/
+19
*
serial: serial-uclass: Add generic serial RX buffer support
Stefan Roese
2017-08-24
1
-2
/
+46
*
dm: console: Check for serial devices properly
Simon Glass
2017-07-31
1
-1
/
+1
*
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
2017-07-27
1
-2
/
+2
*
dm: serial: Add livetree support
Simon Glass
2017-07-11
1
-3
/
+15
*
dm: serial: Separate out the core serial-device finding code
Simon Glass
2017-07-11
1
-40
/
+44
*
serial: make serial_stub_* to static functions
Masahiro Yamada
2017-07-06
1
-4
/
+7
*
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
2017-06-01
1
-1
/
+2
*
serial: serial-uclass: Use force parameter in stdio_deregister_dev()
Stefan Roese
2017-05-17
1
-1
/
+1
*
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
Simon Glass
2016-10-23
1
-1
/
+1
*
dm: serial: Add support for of-platdata
Simon Glass
2016-07-14
1
-1
/
+7
*
x86: Allow use of serial soon after relocation
Simon Glass
2016-03-17
1
-1
/
+1
*
dm: serial-uclass: Move a carriage return before a line feed
Alison Wang
2016-03-14
1
-2
/
+3
*
dm: serial: Allow the UART driver to be dropped from the image
Simon Glass
2016-01-12
1
-1
/
+3
*
dm: serial: Minor coding style cleanup of some comments
Stefan Roese
2015-12-10
1
-10
/
+10
*
dm: serial: Deal with stdout-path with an alias
Simon Glass
2015-11-04
1
-5
/
+25
*
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
2015-08-18
1
-2
/
+2
*
dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port
Hans de Goede
2015-08-10
1
-3
/
+17
*
dm: serial: Correct logic in serial_find_console_or_panic()
Simon Glass
2015-08-05
1
-1
/
+1
*
sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig
Simon Glass
2015-06-10
1
-2
/
+3
*
dm: serial: Don't support CONFIG_CONS_INDEX with device tree
Simon Glass
2015-06-10
1
-32
/
+37
*
dm: Add a panic_str() function to reduce code size
Simon Glass
2015-04-23
1
-1
/
+1
*
dm: core: Add dev_get_uclass_priv() to access uclass private data
Simon Glass
2015-04-16
1
-2
/
+2
*
dm: serial: remove bogus include <ns16550.h>
Masahiro Yamada
2015-03-25
1
-2
/
+0
*
dm: Add support for all targets which requires MANUAL_RELOC
Michal Simek
2015-02-12
1
-0
/
+16
*
dm: core: Add a flag to control sequence numbering
Simon Glass
2015-01-29
1
-0
/
+1
*
fdt: remove fdtdec_get_alias_node() function
Masahiro Yamada
2014-11-27
1
-1
/
+1
*
Merge git://git.denx.de/u-boot-dm
Tom Rini
2014-11-24
1
-3
/
+74
|
\
|
*
dm: Allow stdio registration to be dropped
Simon Glass
2014-11-21
1
-3
/
+7
|
*
dm: serial: Support changing the baud rate
Simon Glass
2014-11-21
1
-0
/
+67
*
|
dm: serial: Move current serial port pointer to global_data
Simon Glass
2014-11-21
1
-16
/
+19
|
/
*
dm: serial: consolidate common code more
Masahiro Yamada
2014-10-23
1
-38
/
+41
*
dm: serial: remove unnecessary casting
Masahiro Yamada
2014-10-23
1
-6
/
+2
*
dm: serial: fix console putc
Masahiro Yamada
2014-10-23
1
-3
/
+3
*
dm: serial: Support CONFIG_CONS_INDEX if available
Simon Glass
2014-10-23
1
-1
/
+10
*
dm: serial: Reset the watchdog while waiting in getc()
Simon Glass
2014-10-23
1
-0
/
+5
*
dm: serial: Put common code into separate functions
Simon Glass
2014-10-22
1
-15
/
+17
[next]