summaryrefslogtreecommitdiff
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* 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
* | serial: usb: Correct the usbtty_...() prototypesSimon Glass2019-12-021-0/+1
|/
* drivers: bcm283x: Set pre-location flag for OF_BOARDMatthias Brugger2019-11-242-2/+2
* serial: serial_mtk: add non-DM version for SPLWeijie Gao2019-10-252-17/+187
* serial: serial_mtk: enable FIFO and disable flow controlWeijie Gao2019-10-251-0/+21
* Merge tag 'u-boot-imx-20191009' of https://gitlab.denx.de/u-boot/custodians/u...Tom Rini2019-10-091-1/+1
|\
| * serial: Kconfig: make MXC_UART usable for MX7 and IMX8MPeng Fan2019-10-081-1/+1
* | dm: pci: Add a function to read a PCI BARSimon Glass2019-10-081-30/+1
* | dm: core: Call ofdata_to_platdata() with of-platdataSimon Glass2019-10-081-0/+2
* | serial: ns16550: Allow serial to enabled/disabled in SPLSimon Glass2019-10-081-3/+3
|/
* serial: stm32: add Framing error supportPatrick Delaunay2019-08-272-2/+5
* Kconfig: Varios: Fix more SPL, TPL dependenciesAdam Ford2019-08-261-2/+2
* riscv : serial: use rx watermark to indicate rx data is presentSagar Shrikant Kadam2019-08-151-16/+7
* env: Rename environment.h to env_internal.hSimon Glass2019-08-112-2/+2
* env: Move env_get() to env.hSimon Glass2019-08-111-0/+1
* serial_lpuart: Fix config check issue when using clk driver in SPLYe Li2019-08-111-4/+4
* serial: mxc: Add compatibles to NXP's serial driver (for imx21 and imx53)Lukasz Majewski2019-07-191-0/+2
* IMX: serial: dm: Set DM_FLAG_PRE_RELOC in the IMX uart driverLukasz Majewski2019-07-191-2/+0
* Merge tag 'u-boot-stm32-20190712' of https://gitlab.denx.de/u-boot/custodians...Tom Rini2019-07-141-2/+2
|\
| * serial: stm32: Fix warnings when compiling with W=1Patrick Delaunay2019-07-121-2/+2
* | drivers: serial: lpuart: Enable Little Endian SupportVabhav Sharma2019-07-101-0/+4
|/