Show patches with: Archived = No       |   6197 patches
« 1 2 3 461 62 »
Patch Series S/W/F Date Submitter Delegate State
[1/3] drivers/tty/serial/8250: simplify Aspeed VUART SIRQ polarity DT config [1/3] drivers/tty/serial/8250: simplify Aspeed VUART SIRQ polarity DT config --- 2021-03-30 Zev Weiss New
[2/3] dt-bindings: serial: 8250: update for aspeed,sirq-active-high [1/3] drivers/tty/serial/8250: simplify Aspeed VUART SIRQ polarity DT config --- 2021-03-30 Zev Weiss New
[v2,1/3] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense [v2,1/3] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-01 Zev Weiss Superseded
[v3,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense [v3,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-02 Zev Weiss Superseded
[v3,2/4] drivers/tty/serial/8250: refactor sirq and lpc address setting code [v3,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-02 Zev Weiss Superseded
[v3,3/4] drivers/tty/serial/8250: add aspeed,lpc-address and aspeed,sirq DT properties [v3,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-02 Zev Weiss Superseded
[v3,4/4] dt-bindings: serial: 8250: add aspeed,lpc-address and aspeed,sirq [v3,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-02 Zev Weiss Superseded
[v4,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense [v4,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-02 Zev Weiss Superseded
[v4,2/4] drivers/tty/serial/8250: refactor sirq and lpc address setting code [v4,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-02 Zev Weiss Superseded
[v4,3/4] drivers/tty/serial/8250: add aspeed,lpc-io-reg and aspeed,lpc-interrupts DT properties [v4,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-02 Zev Weiss Superseded
[v4,4/4] dt-bindings: serial: 8250: add aspeed,lpc-io-reg and aspeed,lpc-interrupts [v4,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense --- 2021-04-02 Zev Weiss Superseded
[v5,1/4] dt-bindings: serial: 8250: deprecate aspeed,sirq-polarity-sense serial: 8250_aspeed_vuart: generalized DT properties --- 2021-04-08 Zev Weiss New
[v5,2/4] drivers/tty/serial/8250: refactor sirq and lpc address setting code serial: 8250_aspeed_vuart: generalized DT properties --- 2021-04-08 Zev Weiss New
[v5,3/4] drivers/tty/serial/8250: add aspeed,lpc-io-reg and aspeed,lpc-interrupts DT properties serial: 8250_aspeed_vuart: generalized DT properties --- 2021-04-08 Zev Weiss New
[v5,4/4] dt-bindings: serial: 8250: add aspeed,lpc-io-reg and aspeed,lpc-interrupts serial: 8250_aspeed_vuart: generalized DT properties --- 2021-04-08 Zev Weiss Superseded
[v6,3/4] serial: 8250_aspeed_vuart: add aspeed,lpc-io-reg and aspeed,lpc-interrupts DT properties serial: 8250_aspeed_vuart: generalized DT properties --- 2021-04-12 Zev Weiss New
[v6,4/4] dt-bindings: serial: 8250: add aspeed,lpc-io-reg and aspeed,lpc-interrupts serial: 8250_aspeed_vuart: generalized DT properties --- 2021-04-12 Zev Weiss New
[1/3] serial: 8250_aspeed_vuart: factor out aspeed_vuart_{read,write}b() helper functions serial: 8250_aspeed_vuart: fix duplicate __release_region() on unbind --- 2021-05-10 Zev Weiss New
[2/3] serial: 8250_aspeed_vuart: initialize vuart->port in aspeed_vuart_probe() serial: 8250_aspeed_vuart: fix duplicate __release_region() on unbind --- 2021-05-10 Zev Weiss New
[3/3] serial: 8250_aspeed_vuart: use UPF_IOREMAP to set up register mapping serial: 8250_aspeed_vuart: fix duplicate __release_region() on unbind --- 2021-05-10 Zev Weiss New
serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type --- 2022-02-09 Zev Weiss New
[v2] serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type [v2] serial: 8250_aspeed_vuart: add PORT_ASPEED_VUART port type --- 2022-02-11 Zev Weiss New
[V2,1/6] tty: serial: meson: Drop the legacy compatible strings and clock code the UART driver compatible with the Amlogic Meson S4 --- 2021-12-29 Yu Tu New
[V2,2/6] tty: serial: meson: Request the register region in meson_uart_probe() the UART driver compatible with the Amlogic Meson S4 --- 2021-12-29 Yu Tu Superseded
[V2,3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic,meson-gx-uart. the UART driver compatible with the Amlogic Meson S4 --- 2021-12-29 Yu Tu New
[V2,4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible. the UART driver compatible with the Amlogic Meson S4 --- 2021-12-29 Yu Tu Superseded
[V2,5/6] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit the UART driver compatible with the Amlogic Meson S4 --- 2021-12-29 Yu Tu New
[V2,6/6] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe() the UART driver compatible with the Amlogic Meson S4 --- 2021-12-29 Yu Tu Superseded
[V3,1/6] tty: serial: meson: Drop the legacy compatible strings and clock code the UART driver compatible with the Amlogic Meson --- 2021-12-30 Yu Tu Superseded
[V3,2/6] tty: serial: meson: Request the register region in meson_uart_probe() the UART driver compatible with the Amlogic Meson --- 2021-12-30 Yu Tu Superseded
[V3,3/6] dt-bindings: serial: meson: Support S4 SoC uart. Also Drop compatible = amlogic,meson-gx-uart. the UART driver compatible with the Amlogic Meson --- 2021-12-30 Yu Tu Superseded
[V3,4/6] tty: serial: meson: The UART baud rate calculation is described using the common clock code. Also added S4 chip uart Compatible. the UART driver compatible with the Amlogic Meson --- 2021-12-30 Yu Tu New
[V3,5/6] tty: serial: meson: meson_uart_shutdown omit clear AML_UART_TX_EN bit the UART driver compatible with the Amlogic Meson --- 2021-12-30 Yu Tu Superseded
[V3,6/6] tty: serial: meson: Change request_irq to devm_request_irq and move devm_request_irq to meson_uart_probe() the UART driver compatible with the Amlogic Meson --- 2021-12-30 Yu Tu New
[V6,1/5] tty: serial: meson: Move request the register region to probe [V6,1/5] tty: serial: meson: Move request the register region to probe --- 2022-01-18 Yu Tu Superseded
[V6,3/5] tty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frame [V6,1/5] tty: serial: meson: Move request the register region to probe --- 2022-01-18 Yu Tu Superseded
[V6,5/5] tty: serial: meson: Added S4 SOC compatibility [V6,1/5] tty: serial: meson: Move request the register region to probe --- 2022-01-18 Yu Tu Superseded
[V7,1/6] tty: serial: meson: Move request the register region to probe Use CCF to describe the UART baud rate clock --- 2022-02-25 Yu Tu New
[V7,2/6] tty: serial: meson: Use devm_ioremap_resource to get register mapped memory Use CCF to describe the UART baud rate clock --- 2022-02-25 Yu Tu New
[V7,3/6] tty: serial: meson: Describes the calculation of the UART baud rate clock using a clock frame Use CCF to describe the UART baud rate clock --- 2022-02-25 Yu Tu New
[V7,4/6] tty: serial: meson: Make some bit of the REG5 register writable Use CCF to describe the UART baud rate clock --- 2022-02-25 Yu Tu New
[V7,5/6] tty: serial: meson: The system stuck when you run the stty command on the console to change the baud rate Use CCF to describe the UART baud rate clock --- 2022-02-25 Yu Tu New
[V7,6/6] tty: serial: meson: Added S4 SOC compatibility Use CCF to describe the UART baud rate clock --- 2022-02-25 Yu Tu New
[V2] tty: serial: meson: Fix the compile link error reported by kernel test robot [V2] tty: serial: meson: Fix the compile link error reported by kernel test robot --- 2022-02-28 Yu Tu Superseded
[V3] tty: serial: meson: Fix the compile link error reported by kernel test robot [V3] tty: serial: meson: Fix the compile link error reported by kernel test robot --- 2022-03-01 Yu Tu New
[2/3] tty: serial: meson: Added 12Mhz as the clock source for calculating baud rate Use DIV_ROUND_CLOSEST to calculate baud rate, --- 2022-04-07 Yu Tu New
[V2,1/2] tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in order to meet the baud rate requirements of special BT modules [V2,1/2] tty: serial: meson: Add a 12MHz internal clock rate to calculate baud rate in order to m... --- 2022-04-18 Yu Tu New
[01/34] lib/find: add atomic find_bit() primitives biops: add atomig find_bit() operations --- 2023-11-18 Yury Norov New
[20/34] tty: nozomi: optimize interrupt_handler() biops: add atomig find_bit() operations --- 2023-11-18 Yury Norov Superseded
[27/34] serial: sc12is7xx: optimize sc16is7xx_alloc_line() biops: add atomig find_bit() operations --- 2023-11-18 Yury Norov Superseded
[v2,02/35] lib/find: add test for atomic find_bit() ops bitops: add atomic find_bit() operations --- 2023-12-03 Yury Norov Superseded
[v2,22/35] tty: nozomi: optimize interrupt_handler() bitops: add atomic find_bit() operations --- 2023-12-03 Yury Norov New
[v3,02/35] lib/find: add test for atomic find_bit() ops bitops: add atomic find_bit() operations --- 2023-12-12 Yury Norov New
[v3,29/35] serial: sc12is7xx: optimize sc16is7xx_alloc_line() bitops: add atomic find_bit() operations --- 2023-12-12 Yury Norov New
[-next] serial: 8250_pci: Remove unused function get_pci_irq() [-next] serial: 8250_pci: Remove unused function get_pci_irq() --- 2020-09-09 Yue Haibing New
serial: mctrl_gpio: Fix passing zero to 'ERR_PTR' warning serial: mctrl_gpio: Fix passing zero to 'ERR_PTR' warning --- 2020-10-31 Yue Haibing New
[1/1] drivers:tty: fix return value check in asc_init_port [1/1] drivers:tty: fix return value check in asc_init_port --- 2023-07-17 Yuanjun Gong New
[3/5] pstore: add subdirs for multi-backends pstore: add tty frontend and multi-backend --- 2023-09-28 Yuanhe Shu New
[4/5] pstore: remove the module parameter "backend" pstore: add tty frontend and multi-backend --- 2023-09-28 Yuanhe Shu New
serial: 8250_bcm7271: Fix error handling in brcmuart_init() serial: 8250_bcm7271: Fix error handling in brcmuart_init() --- 2022-11-09 Yuan Can New
serial: sunsab: Fix error handling in sunsab_init() serial: sunsab: Fix error handling in sunsab_init() --- 2022-11-23 Yuan Can New
serial: clps711x: Fix error handling in uart_clps711x_init() serial: clps711x: Fix error handling in uart_clps711x_init() --- 2022-11-24 Yuan Can New
[DO,NOT,MERGE,v5,02/37] sh: Kconfig unified OF supported targets. Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato New
[DO,NOT,MERGE,v5,03/37] sh: Enable OF support for build and configuration. Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,06/37] sh: kernel/setup Update DT support. Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato New
[DO,NOT,MERGE,v5,10/37] sh: Common PCI Framework driver support. Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato New
[DO,NOT,MERGE,v5,14/37] clk: Compatible with narrow registers Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,16/37] irqchip: Add SH7751 INTC driver Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato New
[DO,NOT,MERGE,v5,21/37] dt-bindings: serial: renesas,scif: Add scif-sh7751. Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato New
[DO,NOT,MERGE,v5,24/37] dt-binding: sh: cpus: Add SH CPUs json-schema Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,25/37] dt-bindings: vendor-prefixes: Add iodata Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,27/37] dt-bindings: ata: ata-generic: Add new targets Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,29/37] sh: SH7751R SoC Internal peripheral definition dtsi. Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,30/37] sh: add RTS7751R2D Plus DTS Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato New
[DO,NOT,MERGE,v5,32/37] sh: Add IO DATA USL-5P dts Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,34/37] sh: Add dtbs target support. Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v5,36/37] sh: LANDISK OF defconfig Device Tree support for SH7751 based board --- 2023-12-05 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,01/37] sh: passing FDT address to kernel startup. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,02/37] sh: Kconfig unified OF supported targets. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,03/37] sh: Enable OF support for build and configuration. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,04/37] dt-bindings: interrupt-controller: Add header for Renesas SH3/4 INTC. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,05/37] sh: GENERIC_IRQ_CHIP support for CONFIG_OF=y Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,06/37] sh: kernel/setup Update DT support. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,07/37] sh: Fix COMMON_CLK support in CONFIG_OF=y. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,08/37] clocksource: sh_tmu: CLOCKSOURCE support. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,09/37] dt-bindings: timer: renesas,tmu: add renesas,tmu-sh7750 Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,10/37] sh: Common PCI Framework driver support. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,11/37] pci: pci-sh7751: Add SH7751 PCI driver Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,12/37] dt-bindings: pci: pci-sh7751: Add SH7751 PCI Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,13/37] dt-bindings: clock: sh7750-cpg: Add renesas,sh7750-cpg header. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,14/37] clk: Compatible with narrow registers Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,15/37] clk: renesas: Add SH7750/7751 CPG Driver Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
[DO,NOT,MERGE,v6,16/37] irqchip: Add SH7751 INTC driver Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,17/37] dt-bindings: interrupt-controller: renesas,sh7751-intc: Add json-schema Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,18/37] irqchip: SH7751 external interrupt encoder with enable gate. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,19/37] dt-bindings: interrupt-controller: renesas,sh7751-irl-ext: Add json-schema Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato New
[DO,NOT,MERGE,v6,20/37] serial: sh-sci: fix SH4 OF support. Device Tree support for SH7751 based board --- 2024-01-09 Yoshinori Sato Superseded
« 1 2 3 461 62 »