summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-14devpts: comment devpts_mntget()Christian Brauner1-0/+18
2018-03-14devpts: resolve devpts bind-mountsChristian Brauner1-10/+16
2018-03-14devpts: hoist out check for DEVPTS_SUPER_MAGICChristian Brauner1-11/+15
2018-03-09serial: 8250: Add Nuvoton NPCM UARTJoel Stanley4-0/+38
2018-03-09serial: mxs-auart: disable clks of Alphascale ASM9260Alexey Khoroshilov1-13/+23
2018-03-09serial: 8250_dw: Switch to use acpi_dev_present()Andy Shevchenko1-11/+5
2018-03-09serial: imx: consistently use imx_uart_ as prefix for all functionsUwe Kleine-König1-213/+213
2018-03-09serial: imx: don't prepare to send if no data is availableUwe Kleine-König1-0/+3
2018-03-09serial: imx: Fix handling of TC irq in combination with DMAUwe Kleine-König1-6/+20
2018-03-09serial: imx: Also enable the aging timer in PIO modeUwe Kleine-König1-3/+12
2018-03-09serial: imx: ensure that RX irqs are off if RX is offUwe Kleine-König1-28/+64
2018-03-09serial: imx: Stop to receive in .stop_rx()Uwe Kleine-König1-9/+0
2018-03-09serial: imx: setup fifo waterlevel before enabling aging timerUwe Kleine-König1-2/+2
2018-03-09serial: imx: use u32 variables with matching names for registersUwe Kleine-König1-167/+179
2018-03-09serial: imx: simplify check that prevents starting PIO when DMA is in useUwe Kleine-König1-2/+1
2018-03-09serial: imx: simplify some conditions related to dmaUwe Kleine-König1-3/+3
2018-03-09serial: imx: implement shadow registers for UCRx and UFCRUwe Kleine-König1-1/+59
2018-03-09serial: imx: add wrappers for writel and readlUwe Kleine-König1-184/+199
2018-03-09tty: New RISC-V SBI console driverPalmer Dabbelt3-0/+71
2018-02-28serial: imx: document functions that are called with port.lock takenUwe Kleine-König1-12/+11
2018-02-28serial: imx: Rename register fields to match newer reference manualsUwe Kleine-König1-9/+9
2018-02-28serial, pci_ids: Move duplicate IDs to PCI IDs databaseAndy Shevchenko3-6/+3
2018-02-28serial: xuartps: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-1/+1
2018-02-28serial: sirf: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+5
2018-02-28serial: sh-sci: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2018-02-28serial: samsung: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-02-28serial: pxa: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-02-28serial: mxs-auart: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+4
2018-02-28serial: imx: Fix out-of-bounds access through serial port indexGeert Uytterhoeven1-0/+6
2018-02-28serial: fsl_lpuart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+4
2018-02-28serial: arc_uart: Fix out-of-bounds access through DT aliasGeert Uytterhoeven1-0/+5
2018-02-28serial: imx: drop check for enabled dma in .startupUwe Kleine-König1-1/+1
2018-02-28serial: imx: simplify tracking of dma being initializedUwe Kleine-König1-8/+4
2018-02-28serial: imx: Only handle irqs that are actually enabledUwe Kleine-König1-6/+32
2018-02-28serial: imx: rename variables to match the register namesUwe Kleine-König1-11/+10
2018-02-28serial: imx: drop if that always evaluates to trueUwe Kleine-König1-2/+1
2018-02-28serial: mvebu-uart: remove duplicated bit-wise or of STAT_FRM_ERRColin Ian King1-1/+1
2018-02-28tty: serial: imx: allow breaks to be received when using dmaTroy Kisky1-7/+14
2018-02-28serial: 8250_dw: Allow TX FIFO to drain before writing to UART_LCRJoshua Scott1-0/+18
2018-02-28serial: sh-sci: use hrtimer for receive timeoutUlrich Hecht1-17/+30
2018-02-28serial: 8250: 8250_omap: Fix throttling when DMA is enabledVignesh R1-1/+10
2018-02-28serial: 8250: Don't service RX FIFO if interrupts are disabledVignesh R1-1/+2
2018-02-28DT: serial: renesas,sci-serial: document R8A77980 bindingsSergei Shtylyov1-0/+2
2018-02-28gpio: serial: max310x: Use HW type for gpio_chip's labelJan Kundrát1-1/+1
2018-02-28serial: altera: set RRDY flag also without irqUwe Kleine-König1-10/+10
2018-02-28serial: altera: don't enable any irq if the device doesn't feature an irqUwe Kleine-König1-8/+22
2018-02-28serial: altera: ensure port->regshift is honored consistentlyUwe Kleine-König1-6/+6
2018-02-28console: Drop added "static" for newport_conKees Cook1-1/+1
2018-02-27console: Expand dummy functions for CFIKees Cook5-48/+121
2018-02-27console: Fill in struct consw argument namesKees Cook1-26/+32