Show patches with: State = Action Required       |    Archived = No       |   4246 patches
« 1 2 ... 4 5 642 43 »
Patch Series S/W/F Date Submitter Delegate State
[4/4] serial: stm32: correct loop for dma error handling Add improvements for STM32 USART DMA TX --- 2022-01-04 Valentin Caron New
[1/2] serial: stm32: prevent TDR register overwrite when sending x_char serial: stm32: fix software flow control --- 2022-01-11 Valentin Caron New
[2/2] serial: stm32: fix software flow control transfer serial: stm32: fix software flow control --- 2022-01-11 Valentin Caron New
[1/3] serial: stm32: remove infinite loop possibility in putchar function serial: stm32: add earlycon and polling mode --- 2022-04-07 Valentin Caron New
serial: stm32: move dma_request_chan() before clk_prepare_enable() serial: stm32: move dma_request_chan() before clk_prepare_enable() --- 2022-11-18 Valentin Caron New
[v2,1/6] serial: stm32: avoid clearing DMAT bit during transfer serial: stm32: improve DMA pause and resume --- 2023-08-08 Valentin Caron New
[v2,2/6] serial: stm32: use DMAT as a configuration bit serial: stm32: improve DMA pause and resume --- 2023-08-08 Valentin Caron New
[v2,3/6] serial: stm32: modify parameter and rename stm32_usart_rx_dma_enabled serial: stm32: improve DMA pause and resume --- 2023-08-08 Valentin Caron New
[v2,4/6] serial: stm32: group dma pause/resume error handling into single function serial: stm32: improve DMA pause and resume --- 2023-08-08 Valentin Caron New
[v2,5/6] serial: stm32: replace access to DMAR bit by dmaengine_pause/resume serial: stm32: improve DMA pause and resume --- 2023-08-08 Valentin Caron New
[v2,6/6] serial: stm32: synchronize RX DMA channel in shutdown serial: stm32: improve DMA pause and resume --- 2023-08-08 Valentin Caron New
serial: stm32: add support for break control serial: stm32: add support for break control --- 2023-09-06 Valentin Caron New
[3/4] serial: stm32: change register's offset type from u8 to u16 serial: stm32: improve driver for stm32mp25 --- 2024-01-11 Valentin Caron New
[v2,1/4] serial: stm32: implement prescaler tuning to compute low baudrate serial: stm32: improve driver for stm32mp25 --- 2024-01-12 Valentin Caron New
[v2,2/4] serial: stm32: extend max number of U(S)ART to 9 serial: stm32: improve driver for stm32mp25 --- 2024-01-12 Valentin Caron New
[v2,4/4] serial: stm32: get FIFO size from hwcfg register serial: stm32: improve driver for stm32mp25 --- 2024-01-12 Valentin Caron New
[RFC,1/5] serdev: Add serdev_device_id [RFC,1/5] serdev: Add serdev_device_id --- 2020-10-26 Vaishnav M A New
[RFC,3/5] serdev: add of_ helper to get serdev controller [RFC,1/5] serdev: Add serdev_device_id --- 2020-10-26 Vaishnav M A New
[RFC,4/5] gnss: ubx add MODULE_DEVICE_TABLE(serdev) [RFC,1/5] serdev: Add serdev_device_id --- 2020-10-26 Vaishnav M A New
[v2] tty: serial: fsl_lpuart: minimum baud rate support [v2] tty: serial: fsl_lpuart: minimum baud rate support --- 2020-06-26 Vabhav Sharma New
[v6,2/4] tty: rename tty_kopen() and add new function tty_kopen_shared() leds: trigger: implement a tty trigger --- 2020-02-13 Uwe Kleine-König New
serial: omap: drop unused dt-bindings header serial: omap: drop unused dt-bindings header --- 2020-03-21 Uwe Kleine-König New
[v10,1/3] tty: rename tty_kopen() and add new function tty_kopen_shared() leds: trigger: implement a tty trigger --- 2020-12-18 Uwe Kleine-König New
[v10,2/3] tty: new helper function tty_get_icount() leds: trigger: implement a tty trigger --- 2020-12-18 Uwe Kleine-König New
[v10,3/3] leds: trigger: implement a tty trigger leds: trigger: implement a tty trigger --- 2020-12-18 Uwe Kleine-König New
[v3,4/5] amba: Make the remove callback return void amba: minor fix and various cleanups --- 2021-01-26 Uwe Kleine-König New
mailbox: arm_mhuv2: make remove callback return void mailbox: arm_mhuv2: make remove callback return void --- 2021-02-02 Uwe Kleine-König New
[1/2] leds: trigger: Fix error path to not unlock the unlocked mutex [1/2] leds: trigger: Fix error path to not unlock the unlocked mutex --- 2021-02-19 Uwe Kleine-König New
[v2,1/2] leds: trigger: Fix error path to not unlock the unlocked mutex [v2,1/2] leds: trigger: Fix error path to not unlock the unlocked mutex --- 2021-02-19 Uwe Kleine-König New
[v3,5/5] bus: Make remove callback return void Untitled series #143060 --- 2021-07-13 Uwe Kleine-König New
parisc: Make struct parisc_driver::remove() return void parisc: Make struct parisc_driver::remove() return void --- 2021-08-06 Uwe Kleine-König New
serial: 8250: Fix race condition in RTS-after-send handling serial: 8250: Fix race condition in RTS-after-send handling --- 2022-02-15 Uwe Kleine-König New
serial: 8250: Return early in .start_tx() if there are no chars to send serial: 8250: Return early in .start_tx() if there are no chars to send --- 2022-02-17 Uwe Kleine-König New
[571/606] serial: sc16is7xx: Convert to i2c's .probe_new() i2c: Complete conversion to i2c_probe_new --- 2022-11-18 Uwe Kleine-König New
serial: arc_uart: Drop empty platform remove function serial: arc_uart: Drop empty platform remove function --- 2022-12-12 Uwe Kleine-König New
[v2,3/9] serial: sc16is7xx: Convert to i2c's .probe_new() i2c: Switch .probe() to not take an id parameter --- 2023-02-26 Uwe Kleine-König New
[1/2] serial: stm32: Ignore return value of uart_remove_one_port() in .remove() serial: Make uart_remove_one_port() return void --- 2023-05-12 Uwe Kleine-König New
[2/2] serial: Make uart_remove_one_port() return void serial: Make uart_remove_one_port() return void --- 2023-05-12 Uwe Kleine-König New
serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE serial: 8250: Apply FSL workarounds also without SERIAL_8250_CONSOLE --- 2023-05-24 Uwe Kleine-König New
[2/3] serial: 8250: Clear IIR.RDI in serial8250_clear_fifos() serial: 8250-fsl: Two fixes --- 2023-05-24 Uwe Kleine-König New
serial: Switch i2c drivers back to use .probe() serial: Switch i2c drivers back to use .probe() --- 2023-05-25 Uwe Kleine-König New
serial: imx: Simplify compatibility handling serial: imx: Simplify compatibility handling --- 2023-09-11 Uwe Kleine-König New
[1/2] tty: hvc: Make hvc_remove() return no value tty: hvc: Convert to platform remove callback returning void --- 2023-11-05 Uwe Kleine-König New
[2/2] tty: hvc: hvc_opal: Convert to platform remove callback returning void tty: hvc: Convert to platform remove callback returning void --- 2023-11-05 Uwe Kleine-König New
[01/52] serial: 8250: omap: Don't skip resource freeing if pm_runtime_resume_and_get() failed serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[02/52] serial: sccnxp: Improve error message if regulator_disable() fails serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[04/52] serial: altera_jtaguart: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[06/52] serial: amba-pl011: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[07/52] serial: ar933x: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[08/52] serial: atmel: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[09/52] serial: bcm63xx: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[10/52] serial: clps711x: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[13/52] serial: esp32_acm: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[16/52] serial: fsl_lpuart: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[18/52] serial: lantiq: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[19/52] serial: liteuart: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[20/52] serial: lpc32xx_hs: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[22/52] serial: mcf: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[25/52] serial: mpc52xx: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[27/52] serial: mxs-auart: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[28/52] serial: omap: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[29/52] serial: owl: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[31/52] serial: qcom_geni: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[32/52] serial: rda: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[34/52] serial: samsung: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[35/52] serial: sccnxp: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[36/52] serial: tegra: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[37/52] serial: txx9: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[38/52] serial: sh-sci: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[40/52] serial: sprd: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[41/52] serial: st-asc: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[44/52] serial: sunplus: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[45/52] serial: sunsab: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[46/52] serial: sunsu: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[48/52] serial: tegra-tcu: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
[52/52] serial: xilinx_uartps: Convert to platform remove callback returning void serial: Convert to platform remove callback returning void --- 2023-11-10 Uwe Kleine-König New
serial: xilinx_uartps: Fix kernel doc about .remove()'s return code serial: xilinx_uartps: Fix kernel doc about .remove()'s return code --- 2023-11-17 Uwe Kleine-König New
serial: 8250-fsl: Only do the break workaround if IIR signals RLSI serial: 8250-fsl: Only do the break workaround if IIR signals RLSI --- 2023-12-13 Uwe Kleine-König New
[2/3] tty: goldfish: Convert to platform remove callback returning void tty: Convert to platform remove callback returning void --- 2024-02-18 Uwe Kleine-König New
tty: vt: conmakehash: Don't mention the full path of the input in output tty: vt: conmakehash: Don't mention the full path of the input in output --- 2024-03-11 Uwe Kleine-König New
serial: ami: Mark driver struct with __refdata to prevent section mismatch serial: ami: Mark driver struct with __refdata to prevent section mismatch --- 2024-03-29 Uwe Kleine-König New
serial: pmac_zilog: Drop usage of platform_driver_probe() serial: pmac_zilog: Drop usage of platform_driver_probe() --- 2024-03-29 Uwe Kleine-König New
[1/2] serial: stm32: Return IRQ_NONE in the ISR if no handling happend serial: stm32: Two fixes --- 2024-04-17 Uwe Kleine-König New
[2/2] serial: stm32: Reset .throttled state in .startup() serial: stm32: Two fixes --- 2024-04-17 Uwe Kleine-König New
serial: 8250_mid: Use pci_irq_vector() to get IRQ serial: 8250_mid: Use pci_irq_vector() to get IRQ --- 2021-08-17 Utkarsh Verma New
serial: 8250_exar: Add missing call to pci_free_irq_vectors() serial: 8250_exar: Add missing call to pci_free_irq_vectors() --- 2021-08-17 Utkarsh Verma New
serial: sh-sci: fix break handling for sysrq serial: sh-sci: fix break handling for sysrq --- 2021-08-16 Ulrich Hecht New
serial: samsung: Remove hard-coded major/minor numbers --- 2013-12-27 Tushar Behera New
[RESEND] serial: 8250_bcm7271: move spin_lock_irqsave to spin_lock in interrupt handler [RESEND] serial: 8250_bcm7271: move spin_lock_irqsave to spin_lock in interrupt handler --- 2022-08-22 tuo cao New
tty: serial: atmel: Check return code of dmaengine_submit() tty: serial: atmel: Check return code of dmaengine_submit() --- 2021-11-15 Tudor Ambarus New
[04/13] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending dmaengine: at_xdmac: Various fixes --- 2021-11-16 Tudor Ambarus New
[05/13] dmaengine: at_xdmac: Print debug message after realeasing the lock dmaengine: at_xdmac: Various fixes --- 2021-11-16 Tudor Ambarus New
[07/13] dmaengine: at_xdmac: Fix race for the tx desc callback dmaengine: at_xdmac: Various fixes --- 2021-11-16 Tudor Ambarus New
[10/13] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work() dmaengine: at_xdmac: Various fixes --- 2021-11-16 Tudor Ambarus New
[13/13] dmaengine: at_xdmac: Fix race over irq_status dmaengine: at_xdmac: Various fixes --- 2021-11-16 Tudor Ambarus New
[v2,03/13] tty: serial: atmel: Call dma_async_issue_pending() dmaengine: at_xdmac: Various fixes --- 2021-11-25 Tudor Ambarus New
[v2,06/13] dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie dmaengine: at_xdmac: Various fixes --- 2021-11-25 Tudor Ambarus New
[v2,08/13] dmaengine: at_xdmac: Move the free desc to the tail of the desc list dmaengine: at_xdmac: Various fixes --- 2021-11-25 Tudor Ambarus New
[v2,11/13] dmaengine: at_xdmac: Fix lld view setting dmaengine: at_xdmac: Various fixes --- 2021-11-25 Tudor Ambarus New
[01/13] dt-bindings: clock: google,gs101: fix CMU_TOP gate clock names GS101 Oriole: CMU_PERIC0 support and USI updates --- 2023-12-14 Tudor Ambarus New
« 1 2 ... 4 5 642 43 »