aboutsummaryrefslogtreecommitdiff
path: root/drivers/serial
AgeCommit message (Expand)AuthorFilesLines
2020-07-20treewide: convert devfdt_get_addr() to dev_read_addr()Masahiro Yamada16-16/+16
2020-07-20treewide: convert (void *)devfdt_get_addr() to dev_read_addr_ptr()Masahiro Yamada2-2/+2
2020-07-17Convert CONFIG_MXC_UART to KconfigTom Rini1-1/+2
2020-07-11Merge tag 'uniphier-v2020.10' of https://gitlab.denx.de/u-boot/custodians/u-b...Tom Rini1-43/+47
2020-07-11serial: uniphier: enable FIFOMasahiro Yamada1-0/+7
2020-07-11serial: uniphier: flush transmitter before changing hardware settingsMasahiro Yamada1-0/+8
2020-07-11serial: uniphier: use register macros instead of structureMasahiro Yamada1-43/+32
2020-07-09core: add support for U_BOOT_DRIVER_ALIASWalter Lozano1-0/+4
2020-07-09drivers: rename drivers to match compatible stringWalter Lozano1-4/+6
2020-06-04serial: Add missing Kconfig dependencies for debug consolesMichal Simek1-0/+13
2020-06-04serial: Convert ARM_DCC to KconfigTom Rini1-0/+6
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass14-0/+14
2020-05-18common: Drop linux/delay.h from common headerSimon Glass5-0/+5
2020-05-18common: Drop log.h from common headerSimon Glass9-0/+9
2020-05-12arm: bcm283x: serial: Move ofdata reading to probe() methodSimon Glass2-16/+17
2020-05-07uart: pl011: Add proper DM clock supportAndre Przywara1-16/+33
2020-04-24arm: dts: sync dts for Action Semi S900Amit Singh Tomar1-1/+0
2020-04-24serial: actions: add compatible stringAmit Singh Tomar1-0/+1
2020-04-16Merge tag 'dm-pull-10apr20-take2' of git://git.denx.de/u-boot-dmTom Rini1-0/+1
2020-04-16serial: Set baudrate on bootSean Anderson1-0/+1
2020-04-16serial: ns16550: Provide UART base clock speed in ->getinfo()Andy Shevchenko1-0/+2
2020-04-16dm: serial: Add clock member to struct serial_device_infoAndy Shevchenko1-0/+1
2020-04-06serial: zynq: Change uart initialization logicMichal Simek1-5/+6
2020-04-04serial: ns16550: Fix ordering of getting base addressBin Meng1-17/+22
2020-03-13serial: mcfuart: renaming to a more appropriate nameAngelo Durgehello2-1/+1
2020-03-13serial: mcfuart: fix uart port indexAngelo Durgehello1-2/+2
2020-03-09serial_lpuart: make clock failure less verboseGiulio Benetti1-1/+1
2020-03-05serial: ns16550: Move PCI access from ofdata_to_platdata() to probe()Wolfgang Wallner1-12/+28
2020-02-11Merge tag 'dm-pull-6feb20' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini12-1/+14
2020-02-07serial: serial_cortina: add UART DM driver for CAxxxx SoCsJason Li3-0/+172
2020-02-05dm: core: Create a new header file for 'compat' featuresSimon Glass8-0/+8
2020-02-05dm: core: Require users of devres to include the headerSimon Glass5-1/+6
2020-02-04x86: serial: Add a coreboot serial driverSimon Glass3-0/+58
2020-02-04serial: ns16550: Support run-time configurationSimon Glass2-8/+92
2020-01-24serial: ns16550: Use old baud rate divisor for flushing if not givenPatrik Dahlström1-0/+7
2020-01-17common: Move hang() to the same header as panic()Simon Glass2-0/+2
2020-01-17common: Move clock functions into a new fileSimon Glass4-0/+4
2020-01-17common: Drop floppy disk supportSimon Glass1-6/+1
2020-01-15Add dependencies for MALLOC_F and OF_LIBFDTSean Anderson1-0/+3
2020-01-14serial_lpuart: add support for i.MXRTGiulio Benetti1-4/+11
2020-01-14serial_lpuart: add clock enable if CONFIG_CLK is definedGiulio Benetti1-0/+16
2019-12-10serial: sandbox: support UnicodeHeinrich Schuchardt1-1/+1
2019-12-03Merge tag 'dm-pull-3dec19' of https://gitlab.denx.de/u-boot/custodians/u-boot-dmTom Rini1-17/+19
2019-12-03Kconfig: make TPL_DM_SERIAL depend on TPL_DMThomas Hebb1-1/+1
2019-12-02serial: usb: Correct the usbtty_...() prototypesSimon Glass1-0/+1
2019-12-02dm: serial: Handle "stdout-path" with ":options" correctlyBin Meng1-17/+19
2019-11-24drivers: bcm283x: Set pre-location flag for OF_BOARDMatthias Brugger2-2/+2
2019-10-25serial: serial_mtk: add non-DM version for SPLWeijie Gao2-17/+187
2019-10-25serial: serial_mtk: enable FIFO and disable flow controlWeijie Gao1-0/+21
2019-10-09Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini1-1/+1