summaryrefslogtreecommitdiff
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-2516-16/+16
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-252-2/+2
* Merge https://gitlab.denx.de/u-boot/custodians/u-boot-riscvWIP/24Jul2020Tom Rini2020-07-241-1/+1
|\
| * serial: Fix SIFIVE debug serial dependencyMichal Simek2020-07-241-1/+1
* | Revert "Merge tag 'dm-pull-20jul20' of git://git.denx.de/u-boot-dm"Tom Rini2020-07-2418-18/+18
|/
* treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada2020-07-2016-16/+16
* treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2020-07-202-2/+2
* Convert CONFIG_MXC_UART to KconfigTom Rini2020-07-171-1/+2
* Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini2020-07-111-43/+47
|\
| * serial: uniphier: enable FIFOMasahiro Yamada2020-07-111-0/+7
| * serial: uniphier: flush transmitter before changing hardware settingsMasahiro Yamada2020-07-111-0/+8
| * serial: uniphier: use register macros instead of structureMasahiro Yamada2020-07-111-43/+32
* | core: add support for U_BOOT_DRIVER_ALIASWalter Lozano2020-07-091-0/+4
* | drivers: rename drivers to match compatible stringWalter Lozano2020-07-091-4/+6
|/
* serial: Add missing Kconfig dependencies for debug consolesMichal Simek2020-06-041-0/+13
* serial: Convert ARM_DCC to KconfigTom Rini2020-06-041-0/+6
* common: Drop linux/bitops.h from common headerWIP/2020-05-18-reduce-size-of-common.hSimon Glass2020-05-1814-0/+14
* common: Drop linux/delay.h from common headerSimon Glass2020-05-185-0/+5
* common: Drop log.h from common headerSimon Glass2020-05-189-0/+9
* arm: bcm283x: serial: Move ofdata reading to probe() methodSimon Glass2020-05-122-16/+17
* uart: pl011: Add proper DM clock supportAndre Przywara2020-05-071-16/+33
* arm: dts: sync dts for Action Semi S900Amit Singh Tomar2020-04-241-1/+0
* serial: actions: add compatible stringAmit Singh Tomar2020-04-241-0/+1
* Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini2020-04-161-0/+1
|\
| * serial: Set baudrate on bootSean Anderson2020-04-161-0/+1
* | serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko2020-04-161-0/+2
* | dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko2020-04-161-0/+1
|/
* serial: zynq: Change uart initialization logicMichal Simek2020-04-061-5/+6
* serial: ns16550: Fix ordering of getting base addressBin Meng2020-04-041-17/+22
* serial: mcfuart: renaming to a more appropriate nameAngelo Durgehello2020-03-132-1/+1
* serial: mcfuart: fix uart port indexAngelo Durgehello2020-03-131-2/+2
* serial_lpuart: make clock failure less verboseGiulio Benetti2020-03-091-1/+1
* serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()Wolfgang Wallner2020-03-051-12/+28
* Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2020-02-1112-1/+14
|\
| * dm: core: Create a new header file for 'compat' featuresSimon Glass2020-02-058-0/+8
| * dm: core: Require users of devres to include the headerSimon Glass2020-02-055-1/+6
* | serial: serial_cortina: add UART DM driver for CAxxxx SoCsJason Li2020-02-073-0/+172
|/
* x86: serial: Add a coreboot serial driverSimon Glass2020-02-043-0/+58
* serial: ns16550: Support run-time configurationSimon Glass2020-02-042-8/+92
* serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström2020-01-241-0/+7
* common: Move hang() to the same header as panic()Simon Glass2020-01-172-0/+2
* common: Move clock functions into a new fileSimon Glass2020-01-174-0/+4
* common: Drop floppy disk supportSimon Glass2020-01-171-6/+1
* Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson2020-01-151-0/+3
* serial_lpuart: add support for i.MXRTGiulio Benetti2020-01-141-4/+11
* serial_lpuart: add clock enable if CONFIG_CLK is definedGiulio Benetti2020-01-141-0/+16
* serial: sandbox: support UnicodeHeinrich Schuchardt2019-12-101-1/+1
* Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini2019-12-031-17/+19
|\
| * dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng2019-12-021-17/+19
* | Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb2019-12-031-1/+1