summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* efi: flesh out EFI definitions in headerAhmad Fatoum2024-03-051-2/+2
* efi-stdio: wait for extended input key event when using extended inputAhmad Fatoum2024-03-051-5/+14
* efi-stdio: fix wait_for_event argumentAhmad Fatoum2024-03-051-1/+1
* efi: rename efi_simple_input_interface to efi_simple_text_input_protocolAhmad Fatoum2024-03-051-1/+1
* efi: use efi_handle_t where appropriateAhmad Fatoum2024-03-051-1/+1
* efi: payload: rename CONFIG_EFI_BOOTUP to CONFIG_EFI_PAYLOADAhmad Fatoum2024-03-051-2/+2
* serial: lpuart32: fix rx stall on FIFO overflowSascha Hauer2024-02-291-9/+12
* serial: ns16550: add support for half duplex rs485Pierre-Olivier Huard2024-02-082-0/+13
* serial: ns16550: add basic support for rs485Pierre-Olivier Huard2024-02-082-2/+34
* Merge branch 'for-next/misc'Sascha Hauer2023-11-271-2/+2
|\
| * serial: stm32: support probing with missing clock providerAhmad Fatoum2023-11-231-2/+2
* | Merge branch 'for-next/k3'Sascha Hauer2023-11-271-0/+6
|\ \
| * | serial: ns16550: Add support for UARTs on K3 SoCsSascha Hauer2023-11-031-0/+6
| |/
* / serial: Add lpuart32 driverSascha Hauer2023-11-173-0/+190
|/
* mfd: syscon: do not include regmap.h from mfd/syscon.hAhmad Fatoum2023-10-231-0/+1
* nios2: remove arch remains from driversDenis Orlov2023-07-034-205/+0
* treewide: add MODULE_DEVICE_TABLE markersAhmad Fatoum2023-06-1313-0/+13
* treewide: drop trailing spaceAhmad Fatoum2023-05-021-1/+1
* 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
|\