index
:
starfive-tech/u-boot.git
Fedora_JH7100_2021.04
Fedora_JH7100_2021.07
Fedora_JH7100_upstream
Fedora_JH7100_upstream_devel
JH7100_Multimedia_V0.1.0
JH7100_VisionFive_OH_dev
JH7100_VisionFive_devel
JH7100_starlight_multimedia
JH7100_upstream
JH7100_upstream_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_devel-v3.9.3
dubhe_fpga_dev_v2023.10
master
rtthread_AMP
visionfive_devel
StarFive Tech U-Boot for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
serial
/
serial-uclass.c
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-12
Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...
Tom Rini
1
-1
/
+1
2021-10-12
cmd: bind: Fix driver binding on a device
Patrice Chotard
1
-1
/
+1
2021-10-02
serial: Remove extraneous SYS_MALLOC_F check
Tom Rini
1
-4
/
+0
2021-08-02
global: Convert simple_strtoul() with decimal to dectoul()
Simon Glass
1
-1
/
+1
2021-07-06
dm: define LOG_CATEGORY for all uclass
Patrick Delaunay
1
-0
/
+2
2021-02-02
common: Drop asm/global_data.h from common header
Simon Glass
1
-0
/
+1
2021-01-16
drivers: serial: probe all uart devices
Vabhav Sharma
1
-0
/
+9
2021-01-05
dm: core: Access device flags through functions
Simon Glass
1
-1
/
+1
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
1
-1
/
+1
2020-10-22
common: rename getc() to getchar()
Heinrich Schuchardt
1
-1
/
+1
2020-08-06
drivers: serial: Make serial_initialize return int
Ovidiu Panait
1
-2
/
+2
2020-05-19
common: Drop linux/delay.h from common header
Simon Glass
1
-0
/
+1
2020-04-16
serial: Set baudrate on boot
Sean Anderson
1
-0
/
+1
2020-02-06
dm: core: Create a new header file for 'compat' features
Simon Glass
1
-0
/
+1
2019-12-03
dm: serial: Handle "stdout-path" with ":options" correctly
Bin Meng
1
-17
/
+19
2019-08-12
env: Rename environment.h to env_internal.h
Simon Glass
1
-1
/
+1
2019-01-15
dm: serial: Adjust serial_getinfo() to use proper API
Simon Glass
1
-6
/
+3
2019-01-15
dm: serial: Adjust serial_setconfig() to use proper API
Simon Glass
1
-6
/
+3
2019-01-15
dm: serial: Adjust serial_getconfig() to use proper API
Simon Glass
1
-6
/
+3
2018-12-05
dm: serial: Introduce ->getinfo() callback
Andy Shevchenko
1
-0
/
+21
2018-12-05
dm: serial: Add ->getconfig() callback
Andy Shevchenko
1
-0
/
+16
2018-11-14
dm: core: Respect drivers with the DM_FLAG_PRE_RELOC flag in lists_bind_fdt()
Bin Meng
1
-1
/
+1
2018-11-09
dm: Fix typo - missed semicolon
Andy Shevchenko
1
-1
/
+1
2018-10-09
serial: Allow serial to be absent in TPL
Simon Glass
1
-0
/
+4
2018-09-11
dm: serial: Replace setparity by setconfig
Patrice Chotard
1
-0
/
+16
2018-09-11
serial: protect access to serial rx buffer
Patrick Delaunay
1
-0
/
+3
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
1
-2
/
+1
2018-01-29
serial: Make full device search optional
Alexander Graf
1
-0
/
+13
2018-01-28
serial: Use next serial device if probing fails
Alexander Graf
1
-6
/
+19
2017-08-24
serial: serial-uclass: Add generic serial RX buffer support
Stefan Roese
1
-2
/
+46
2017-07-31
dm: console: Check for serial devices properly
Simon Glass
1
-1
/
+1
2017-07-27
spl: make SPL and normal u-boot stage use independent SYS_MALLOC_F_LEN
Andy Yan
1
-2
/
+2
2017-07-11
dm: serial: Add livetree support
Simon Glass
1
-3
/
+15
2017-07-11
dm: serial: Separate out the core serial-device finding code
Simon Glass
1
-40
/
+44
2017-07-06
serial: make serial_stub_* to static functions
Masahiro Yamada
1
-4
/
+7
2017-06-01
dm: core: Update lists_bind_fdt() to use ofnode
Simon Glass
1
-1
/
+2
2017-05-17
serial: serial-uclass: Use force parameter in stdio_deregister_dev()
Stefan Roese
1
-1
/
+1
2016-10-24
Convert CONFIG_SYS_STDIO_DEREGISTER to Kconfig
Simon Glass
1
-1
/
+1
2016-07-15
dm: serial: Add support for of-platdata
Simon Glass
1
-1
/
+7
2016-03-17
x86: Allow use of serial soon after relocation
Simon Glass
1
-1
/
+1
2016-03-15
dm: serial-uclass: Move a carriage return before a line feed
Alison Wang
1
-2
/
+3
2016-01-12
dm: serial: Allow the UART driver to be dropped from the image
Simon Glass
1
-1
/
+3
2015-12-11
dm: serial: Minor coding style cleanup of some comments
Stefan Roese
1
-10
/
+10
2015-11-04
dm: serial: Deal with stdout-path with an alias
Simon Glass
1
-5
/
+25
2015-08-18
of: clean up OF_CONTROL ifdef conditionals
Masahiro Yamada
1
-2
/
+2
2015-08-10
dm: serial: Add a REQUIRE_SERIAL_CONSOLE option for boards with no serial port
Hans de Goede
1
-3
/
+17
2015-08-05
dm: serial: Correct logic in serial_find_console_or_panic()
Simon Glass
1
-1
/
+1
2015-06-11
sandbox: Move CONFIG_SANDBOX_SERIAL to Kconfig
Simon Glass
1
-2
/
+3
2015-06-11
dm: serial: Don't support CONFIG_CONS_INDEX with device tree
Simon Glass
1
-32
/
+37
2015-04-23
dm: Add a panic_str() function to reduce code size
Simon Glass
1
-1
/
+1
[next]