summaryrefslogtreecommitdiff
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
|/
* serial: mxc: Add iMX6SX compatible stringMarek Vasut2019-06-111-0/+1
* Merge tag 'u-boot-stm32-20190523' of https://github.com/pchotard/u-bootTom Rini2019-05-241-2/+1
|\
| * serial: stm32: remove watchog reset in debug putcPatrick Delaunay2019-05-231-1/+1
| * serial: stm32: remove unnecessary tracePatrick Delaunay2019-05-231-1/+0
* | drivers: serial: mcfuart: add DT supportAngelo Dureghello2019-05-242-78/+36
|/
* Merge branch 'master' of git://git.denx.de/u-boot-socfpgaTom Rini2019-05-131-4/+1
|\
| * serial: altera_uart: convert to livetreeSimon Goldschmidt2019-05-101-4/+1
* | sh: sh3: Remove CPU supportMarek Vasut2019-05-101-67/+8
* | sh: sh2: Remove CPU supportMarek Vasut2019-05-101-8/+1
* | serial: sh: Drop assorted SH3, SH4, SH5 macrosMarek Vasut2019-05-102-115/+8
* | serial: sh: Drop RTS7751R2D supportMarek Vasut2019-05-101-5/+0
* | serial: sh: Drop SH2007 supportMarek Vasut2019-05-101-8/+2
* | serial: sh: Drop H8 supportMarek Vasut2019-05-101-84/+0
|/
* Merge branch 'master' of git://git.denx.de/u-boot-sunxiTom Rini2019-05-081-1/+1
|\
| * serial: sifive: Change include orderJagan Teki2019-05-091-1/+1
* | serial: sh: Add RZ/A1 supportMarek Vasut2019-05-072-1/+5
* | sh: 7785: Remove CPU supportMarek Vasut2019-05-072-6/+1
* | sh: 7724: Remove CPU supportMarek Vasut2019-05-071-12/+3
* | rockchip: use 'arch-rockchip' as header file pathKever Yang2019-05-011-1/+1
|/
* serial: atmel_usart: Use fixed clock value in SPL version with DM_SERIALStefan Roese2019-04-092-0/+21
* imx: serial_mxc: use CONFIG_IS_ENABLED instead of ifdefAdam Ford2019-03-131-2/+2
* drivers: serial_sifive: Skip baudrate config if no input clockAtish Patra2019-02-271-16/+16
* drivers: serial_sifive: Fix baud rate calculationAtish Patra2019-02-271-2/+26
* imx: serial_mxc: disable ri and dcd irq in dte modeMax Krummenacher2019-02-151-4/+9
* drivers: serial: dm: Enable DM_FLAG_PRE_RELOC in SBSA pl011 uart driverVabhav Sharma2019-02-091-2/+0
* serial_arc: Allocate buffer for private dataAlexey Brodkin2019-01-251-0/+1
* Merge tag 'dm-pull-15jan19' of git://git.denx.de/u-boot-dmTom Rini2019-01-151-18/+9
|\
| * dm: serial: Adjust serial_getinfo() to use proper APISimon Glass2019-01-141-6/+3
| * dm: serial: Adjust serial_setconfig() to use proper APISimon Glass2019-01-141-6/+3
| * dm: serial: Adjust serial_getconfig() to use proper APISimon Glass2019-01-141-6/+3