Commit Graph

433 Commits (30181266b74f10fd901b0fc01c974a1196f8829d)

Author SHA1 Message Date
Masahiro Yamada bac644675a dm: serial: fix console putc 11 years ago
Masahiro Yamada 3fdd0bb2b0 serial: add static directive to local functions 11 years ago
Masahiro Yamada 86256b796e dm: move platform data headers to include/dm/platform_data 11 years ago
Simon Glass e98a03ca68 dm: x86: Convert coreboot serial to use driver model 11 years ago
Simon Glass 1f77690e16 dm: serial: ns16550: Add a cast to the I/O operations 11 years ago
Simon Glass 0bf249511f dm: omap: serial: Add driver model support 11 years ago
Simon Glass 91155c6560 dm: serial: Support CONFIG_CONS_INDEX if available 11 years ago
Simon Glass 11c1a87893 dm: ns16550: Correct the probe logic for platform data 11 years ago
Simon Glass 167efe01bc dm: ns16550: Use an address instead of a pointer for the uart base 11 years ago
Simon Glass aea2be2012 dm: serial: ns16550: Correct logic for checking for character 11 years ago
Simon Glass c487fd476c dm: serial: Reset the watchdog while waiting in getc() 11 years ago
Simon Glass 8a9cd5ad6f dm: serial: Support driver model in pl01x driver 11 years ago
Simon Glass aed2fbef5e dm: serial: Tidy up the pl01x driver 11 years ago
Simon Glass a8ba569cba dm: imx: serial: Support driver model in the MXC serial driver 11 years ago
Simon Glass b8893327e9 dm: serial: Put common code into separate functions 11 years ago
Simon Glass 73e256c2ac dm: exynos: Move serial to driver model 11 years ago
Hans de Goede 4a74298c54 serial-uclass: Fix compilation error 11 years ago
Hans de Goede 32d019265d stdio: Add force parameter to stdio_deregister 11 years ago
Masahiro Yamada 7f368553fc serial: add UniPhier serial driver 11 years ago
Masahiro Yamada c79cba37b3 cosmetic: replace MIN, MAX with min, max 11 years ago
Masahiro Yamada ed36323f6d kconfig: add blank Kconfig files 11 years ago
Simon Glass 59990bf0ea dm: serial: Don't require device tree to configure a console 11 years ago
Simon Glass 858530a8c0 dm: tegra: Enable driver model for serial 11 years ago
Simon Glass 12e431b277 dm: serial: Add driver model support for ns16550 11 years ago
Simon Glass 8bbe33c829 dm: serial: Collect common baud rate code in ns16550 11 years ago
Simon Glass fa54eb1243 dm: serial: Move baud rate calculation to ns16550.c 11 years ago
Simon Glass 72e98228c3 sandbox: serial: Support a coloured console 11 years ago
Simon Glass 890fcefe2e sandbox: Convert serial driver to use driver model 11 years ago
Simon Glass 57d92753d4 dm: Add a uclass for serial devices 11 years ago
Simon Glass addf9513d0 serial: Set up the 'priv' pointer when creating a serial device 11 years ago
Stefan Agner 89e69fd4a9 arm: vf610: lpuart: disable FIFO on initializaton 11 years ago
Stefan Agner a3db78d887 arm: vf610: lpuart: fix status register handling 11 years ago
Jingchang Lu 6209e14cb0 serial: lpuart: add 32-bit registers lpuart support 11 years ago
Thomas Chou 3a55a56662 serial: move nios2-yanu.h into opencores_yanu driver 11 years ago
Thomas Chou 8645071006 nios2: divide nios2-io.h into each specific drivers and remove it 11 years ago
Masahiro Yamada 8ac22a60e2 omap: clean-up dead configs 11 years ago
Nobuhiro Iwamatsu 53022c3113 serial: sh: Add support External Clock mode 11 years ago
Nobuhiro Iwamatsu 1a223c9324 serial: sh: Add support DL and CKS register for R8A7794 11 years ago
Khoronzhuk, Ivan 7c38764606 keystone2: use CONFIG_SOC_KEYSTONE in common places 11 years ago
Nobuhiro Iwamatsu 2f972a3c62 serial: sh: Add support R8A7794 11 years ago
Simon Glass 093f79ab88 Add a flag indicating when the serial console is ready 11 years ago
Simon Glass 709ea543b9 stdio: Pass device pointer to stdio methods 11 years ago
Masahiro Yamada 5b9587ae31 serial: ns16550: use a const variable instead of macro 11 years ago
Masahiro Yamada f8c7c2033d serial: ns16550: use DIV_ROUND_CLOSEST macro to compute the divisor 11 years ago
Masahiro Yamada 841977df21 serial: ns16550: drop CONFIG_OMAP1610 from the special case 11 years ago
Eric Nelson 3a56482590 serial_mxc: disable new features of autobaud detection 11 years ago
Karicheri, Muralidharan d57dee5787 serial: nsl16550: add hw flow control support 11 years ago
Masahiro Yamada 8e2615752e bd_info: remove bi_barudrate member from struct bd_info 11 years ago
Michal Simek 0986546582 serial: zynq: Fix typo in suffix function name 11 years ago
Michal Simek 891655ebc1 serial: zynq: Remove sparse warnings 11 years ago