summaryrefslogtreecommitdiffstats
path: root/drivers/serial
Commit message (Expand)AuthorAgeFilesLines
* sandbox: retire CONFIG_LINUX symbol in favor of CONFIG_SANDBOXAhmad Fatoum2020-11-271-1/+1
* Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-141-5/+1
|\
| * treewide: Use driver macroSascha Hauer2020-09-291-5/+1
* | driver: migrate some from dev_get_drvdata to device_get_match_dataAhmad Fatoum2020-10-091-4/+2
* | treewide: fix unterminated of_device_id[] reported by CoccinelleAhmad Fatoum2020-10-021-0/+1
|/
* serial: imx: set CTS if DT property "linux, rs485-enabled-at-boot-time" is pr...Oleksij Rempel2020-09-231-0/+8
* Merge branch 'for-next/misc'Sascha Hauer2020-07-272-39/+11
|\
| * treewide: Convert files covered by ARM copyright to SPDXUwe Kleine-König2020-07-142-39/+11
* | serial: i.MX: Add i.MX8MP compatibleSascha Hauer2020-07-141-0/+3
|/
* serial: stm: set linux_console_nameMichael Grzeschik2020-06-031-0/+1
* serial: amba-pl011: set linux_console_nameMichael Grzeschik2020-06-031-0/+1
* serial: Add flush function to NS16550 driverDavid Dgien2020-06-031-0/+12
* Merge branch 'for-next/mxs'Sascha Hauer2020-05-141-0/+1
|\
| * serial: mxs auart: Set Linux console nameSascha Hauer2020-05-071-0/+1
* | Merge branch 'for-next/misc'Sascha Hauer2020-05-1412-34/+0
|\ \
| * | treewide: remove references to CREDITSUwe Kleine-König2020-04-2712-34/+0
| |/
* / drivers: explicitly select dependency STMP_DEVICE for i.MX23/28 driversAhmad Fatoum2020-05-081-0/+1
|/
* serial: ns16550_pci: Use %pa to print resource_size_tSascha Hauer2020-04-011-4/+4
* serial: imx: Add imx8mm compatibleSascha Hauer2020-02-191-0/+3
* serial: ns16550_pci: fix possible read of uninitialized variableAhmad Fatoum2020-02-141-6/+0
* serial: cadence: move register definitions into header fileLucas Stach2020-01-141-36/+5
* serial: add support for PCI NS16550 UARTsAhmad Fatoum2019-12-093-0/+5320
* Merge branch 'for-next/efi'Sascha Hauer2019-11-072-11/+125
|\
| * serial: efi-stdio: Add simple_text_input_ex_protocol backendAhmad Fatoum2019-10-232-10/+123
| * serial: efi-stdio: replace globals with handles in priv structAhmad Fatoum2019-10-231-2/+3
* | serial: cadence: fix serial_flushLucas Stach2019-11-041-1/+1
|/
* Merge branch 'for-next/bfin'Sascha Hauer2019-10-173-138/+0
|\
| * serial: Remove blackfin driverSascha Hauer2019-09-123-138/+0
* | serial: Remove NETX serial driverSascha Hauer2019-09-233-167/+0
|/
* Merge branch 'for-next/misc'Sascha Hauer2019-09-122-4/+6
|\
| * console: fix out-of-bounds read in dputc(/dev/*, ...)Ahmad Fatoum2019-09-022-4/+6
* | serial: atmel: set linux_console_nameOleksij Rempel2019-08-211-0/+1
* | serial: stm32: set linux_console_nameAhmad Fatoum2019-08-211-0/+1
|/
* Merge branch 'for-next/misc'Sascha Hauer2019-07-121-0/+3
|\
| * serial: ns16550: support reg-offset device-tree propertyMarcin Niestroj2019-07-021-0/+3
* | serial: ar933x: set linux_console_nameAntony Pavlov2019-06-261-0/+1
|/
* serial_ns16550: readd support for mvebu armada 38xUwe Kleine-König2019-06-071-0/+3
* ARM: stm32mp1: Add serial driverSascha Hauer2019-03-114-0/+299
* serial_ns16550: add raspberry pi compatible and initRouven Czerwinski2019-02-051-0/+28
* serial_ns16550: handle default reg-io-widthRouven Czerwinski2019-02-051-23/+23
* Merge branch 'for-next/missing-prototypes'Sascha Hauer2019-01-151-1/+1
|\
| * serial: amba-pl011: fix "no previous prototype for 'pl011_init_port'" warningAntony Pavlov2019-01-101-1/+1
* | Merge branch 'for-next/misc'Sascha Hauer2019-01-151-1/+1
|\ \
| * | serial: amba-pl011: Fix regulator_get() return checkAndrey Smirnov2018-12-171-1/+1
| |/
* | serial: clps711x: Determine device name from device treeAlexander Shiyan2018-12-201-0/+9
* | serial: clps711x: Use DIV_ROUND_CLOSEST() for baudrate calculationAlexander Shiyan2018-12-201-1/+1
* | serial: clps711x: Switch to SPDX identifierAlexander Shiyan2018-12-201-10/+2
* | serial: clps711x: Change compatible stringAlexander Shiyan2018-12-201-1/+1
|/
* serdev: select POLLERLucas Stach2018-12-041-0/+1
* serial: lpuart: Avoid division by zero when requested baudrate isAndrey Smirnov2018-08-131-5/+8