summaryrefslogtreecommitdiff
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/arm' into nextSascha Hauer2023-03-168-223/+9
|\
| * ARM: omap: usbboot: Enable USB communication when neededSascha Hauer2023-03-071-0/+6
| * ARM: digic: Move mach header files to include/mach/digicSascha Hauer2023-03-061-1/+1
| * ARM: omap: Move mach header files to include/mach/omapSascha Hauer2023-03-061-1/+1
| * ARM: pxa: Move mach header files to include/mach/pxaSascha Hauer2023-03-061-1/+1
| * ARM: mxs: remove unused mach/clock.hSascha Hauer2023-03-012-3/+0
| * serial: remove s3c driverSascha Hauer2023-03-013-217/+0
* | serial: ns16550: Fix device-tree probe and add proper teardownJules Maselbas2023-03-141-57/+61
|/
* serial: ns16550: move iomem/ioport init after clock initMaxim Kochetkov2023-02-211-7/+7
* Rename struct driver_d to driverSascha Hauer2023-01-1024-24/+24
* Rename struct device_d to deviceSascha Hauer2023-01-1025-38/+38
* Rename device_d::device_node to device_d::of_nodeSascha Hauer2023-01-105-12/+13
* serial: ns16550_pci: drop useless assignmentAhmad Fatoum2022-09-121-1/+1
* serial: ns16550: Reuse 48MHz default clock definition for non-DT OMAP boardsAlexander Shiyan2022-06-301-5/+5
* Merge branch 'for-next/rpi4'Sascha Hauer2022-06-291-4/+0
|\
| * serial: ns16550: rpi: remove ungating now done by proper clk driverAhmad Fatoum2022-06-171-4/+0
* | Merge branch 'for-next/omap'Sascha Hauer2022-06-292-11/+13
|\ \
| * | serial: Kconfig: Remove DRIVER_SERIAL_NS16550_OMAP_EXTENSIONS optionAlexander Shiyan2022-06-091-7/+0
| * | serial: ns16550: Remove redundant driver data for generic ns16550 variantsAlexander Shiyan2022-06-091-4/+0
| * | serial: ns16550: Adding compatibility for the AM437X platformsAlexander Shiyan2022-06-091-2/+15
| |/
* | Merge branch 'for-next/misc'Sascha Hauer2022-06-292-30/+28
|\ \
| * | serial: ns16550: Remove empty line after returnJules Maselbas2022-06-101-1/+0
| * | ARM: clps711x: Switch to devicetree usageAlexander Shiyan2022-06-101-29/+28
| |/
* | serial: lpuart: add $global.bootm.earlycon fixup supportAhmad Fatoum2022-06-091-0/+2
* | serial: litex: add linux console/earlycon fixup supportAhmad Fatoum2022-06-091-0/+3
* | serial: imx: add $global.bootm.earlycon fixup supportAhmad Fatoum2022-06-091-0/+2
* | serial: atmel: add $global.bootm.earlycon fixup supportAhmad Fatoum2022-06-091-0/+3
* | serial: amba-pl011: add $global.bootm.earlycon fixup supportAhmad Fatoum2022-06-092-0/+4
* | serial: ns16550: add $global.bootm.earlycon fixup supportAhmad Fatoum2022-06-091-0/+21
|/
* serial: ns16550: Reuse 16550 serial for tegra UARTAlexander Shiyan2022-04-251-11/+3
* serial: stm32: bail if clock_get_rate returns zeroAhmad Fatoum2022-02-231-0/+2
* Merge branch 'for-next/stm32'Sascha Hauer2022-02-181-2/+2
|\
| * ARM: stm32mp: allow driver reuse for STM32 MCUsAhmad Fatoum2022-02-011-2/+2
* | serial: cadence: add ZynqMP compatiblesMichael Tretter2022-02-031-0/+6
|/
* serial: amba-pl011: reset controller on pl011_setbaudrate()Oleksij Rempel2022-01-171-17/+24
* Merge branch 'for-next/misc'Sascha Hauer2021-12-1516-16/+16
|\
| * drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-225-5/+5
| * drivers: migrate "GPL-2.0" license identifiers to SPDX 2.0Roland Hieber2021-11-2212-12/+12
* | efi-stdio: Support different text modesSascha Hauer2021-12-131-20/+44
* | efi-stdio: Implement setting cursor visibilitySascha Hauer2021-12-131-1/+12
* | efi-stdio: implement getting the cursor positionSascha Hauer2021-12-131-2/+12
* | efi-stdio: limit set_cursor to screen size boundariesSascha Hauer2021-12-131-2/+5
* | efi-stdio: implement input buffering with a kfifoSascha Hauer2021-12-131-11/+12
* | efi-stdio: Fix '\b' handlingSascha Hauer2021-12-131-0/+7
* | efi-stdio: Implement efi_console_putc() using efi_console_puts()Sascha Hauer2021-12-131-11/+5
* | efi-stdio: Fix tab printingSascha Hauer2021-12-131-1/+8
* | efi-stdio: Fix out of bounds error in putsSascha Hauer2021-12-131-21/+39
* | efi-stdio: improve escape sequence parsingSascha Hauer2021-12-131-66/+89
* | efi-stdio: fix escape sequence end detectionSascha Hauer2021-12-131-9/+16
* | efi-stdio: return bytes actually consumedSascha Hauer2021-12-131-9/+9