messages from 2024-11-25 13:51:28 to 2024-12-06 20:03:00 UTC [more...]
[PATCH v3 00/13] Add support for SAMA7D65
2024-12-06 19:59 UTC (14+ messages)
` [PATCH v3 01/13] dt-bindings: ARM: at91: Document Microchip SAMA7D65 Curiosity
` [PATCH v3 02/13] dt-bindings: mfd: atmel,sama5d2-flexcom: add microchip,sama7d65-flexcom
` [PATCH v3 03/13] dt-bindings: atmel-sysreg: add sama7d65 RAM and PIT
` [PATCH v3 04/13] dt-bindings: serial: atmel,at91-usart: add microchip,sama7d65-usart
` [PATCH v3 05/13] dt-bindings: pinctrl: at91-pio4: add microchip,sama7d65-pinctrl
` [PATCH v3 06/13] dt-bindings: clocks: atmel,at91sam9x5-sckc: add sama7d65
` [PATCH v3 07/13] dt-bindings: clock: Add SAMA7D65 PMC compatible string
` [PATCH v3 08/13] clk: at91: sama7d65: add sama7d65 pmc driver
` [PATCH v3 09/13] ARM: dts: microchip: add sama7d65 SoC DT
` [PATCH v3 10/13] ARM: dts: at91: Add sama7d65 pinmux
` [PATCH v3 11/13] ARM: dts: microchip: add support for sama7d65_curiosity board
` [PATCH v3 12/13] ARM: configs: at91: sama7: add new SoC config
` [PATCH v3 13/13] ARM: at91: add new SoC sama7d65
[PATCH v2] serial: amba-pl011: Fix RTS handling in RS485 mode
2024-12-06 19:30 UTC
[PATCH 0/2] Optionally allow ttynull to be selected as a default console
2024-12-06 17:36 UTC (7+ messages)
` [PATCH 1/2] ttynull: Add an option to allow ttynull to be used as a console device
` [PATCH 2/2] tty: Change order of ttynull to be loaded sooner
[PATCH 0/1] tty: Handle HAS_IOPORT dependencies
2024-12-06 16:02 UTC (26+ messages)
` [PATCH 1/1] tty: serial: handle "
[PATCH v2] Documentation: move dev-tools debugging files to process/debugging/
2024-12-06 15:26 UTC (4+ messages)
[PATCH v3 0/8] Add support for the rest of Renesas RZ/G3S serial interfaces
2024-12-06 14:57 UTC (10+ messages)
` [PATCH v3 1/8] clk: renesas: r9a08g045: Add clock, reset and power domain for the remaining SCIFs
` [PATCH v3 2/8] serial: sh-sci: Check if TX data was written to device in .tx_empty()
` [PATCH v3 4/8] arm64: dts: renesas: r9a08g045: Add the remaining SCIF interfaces
` [PATCH v3 5/8] arm64: dts: renesas: rzg3s-smarc: Fix the debug serial alias
[PATCH v3 00/11] driver core: Constify API device_find_child()
2024-12-06 13:52 UTC (29+ messages)
` [PATCH v3 01/11] libnvdimm: Simplify nd_namespace_store() implementation
` [PATCH v3 02/11] slimbus: core: Constify slim_eaddr_equal()
` [PATCH v3 03/11] bus: fsl-mc: Constify fsl_mc_device_match()
` [PATCH v3 04/11] driver core: Constify API device_find_child() then adapt for various usages
` [PATCH v3 05/11] driver core: Simplify API device_find_child_by_name() implementation
` [PATCH v3 06/11] driver core: Remove match_any()
` [PATCH v3 07/11] slimbus: core: Simplify of_find_slim_device() implementation
` [PATCH v3 08/11] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v3 09/11] driver core: Introduce an device matching API device_match_type()
` [PATCH v3 10/11] cxl/pmem: Remove match_nvdimm_bridge()
` [PATCH v3 11/11] usb: typec: class: Remove both cable_match() and partner_match()
[PATCH] tty: serial: Work around warning backtrace in serial8250_set_defaults
2024-12-06 6:58 UTC (4+ messages)
[PATCH v1 0/7] Add support to load QUP SE firmware from
2024-12-05 15:59 UTC (20+ messages)
` [PATCH v1 1/7] dt-bindings: i2c: qcom,i2c-geni: Document DT properties for QUP firmware loading
` [PATCH v1 2/7] spi: dt-bindings: "
` [PATCH v1 3/7] dt-bindings: serial: "
` [PATCH v1 4/7] soc: qcom: geni-se:: Add support to load QUP SE Firmware via Linux subsystem
` [PATCH v1 5/7] i2c: qcom-geni: Load i2c qup Firmware from linux side
` [PATCH v1 6/7] spi: geni-qcom: Load spi "
` [PATCH v1 7/7] serial: qcom-geni: Load UART "
[PATCH] m68k: coldfire: Support resources for UART
2024-12-05 13:06 UTC (7+ messages)
[PATCH] serial: altera_uart: Use KBUILD_MODNAME
2024-12-05 9:11 UTC
[PATCH RFT 0/6] serial: sh-sci: Fixes for earlycon and keep_bootcon
2024-12-05 8:51 UTC (10+ messages)
` [PATCH RFT 1/6] serial: sh-sci: Check if TX data was written to device in .tx_empty()
` [PATCH RFT 2/6] serial: sh-sci: Drop __initdata macro for port_cfg
` [PATCH RFT 3/6] serial: sh-sci: Move runtime PM enable to sci_probe_single()
` [PATCH RFT 4/6] serial: sh-sci: Do not probe the serial port if its slot in sci_ports[] is in use
` [PATCH RFT 5/6] serial: sh-sci: Clean sci_ports[0] after at earlycon exit
` [PATCH RFT 6/6] serial: sh-sci: Increment the runtime usage counter for the earlycon device
[tty:tty-testing] BUILD SUCCESS 535a07698b8b3e6f305673102d297262cae2360a
2024-12-05 4:58 UTC
[tty:tty-linus] BUILD SUCCESS 7cc0e0a43a91052477c2921f924a37d9c3891f0c
2024-12-05 4:58 UTC
[PATCH v2 00/32] driver core: Constify API device_find_child() and adapt for various existing usages
2024-12-05 0:07 UTC (24+ messages)
` [PATCH v2 01/32] driver core: Constify API device_find_child()
` [PATCH v2 02/32] driver core: Introduce device_match_type() to match device with a device type
` [PATCH v2 03/32] drm/mediatek: Adapt for constified device_find_child()
` [PATCH v2 04/32] hwmon: "
` [PATCH v2 05/32] media: pci: mgb4: "
` [PATCH v2 06/32] thunderbolt: "
` [PATCH v2 07/32] gpio: sim: Remove gpio_sim_dev_match_fwnode()
` [PATCH v2 08/32] net: dsa: Adapt for constified device_find_child()
` [PATCH v2 09/32] pwm: "
` [PATCH v2 10/32] nvdimm: "
` [PATCH v2 11/32] libnvdimm: Simplify nd_namespace_store() implementation
[PATCH AUTOSEL 6.1 3/4] serial: 8250_dw: Add Sophgo SG2044 quirk
2024-12-04 22:24 UTC
[PATCH AUTOSEL 6.6 3/6] serial: 8250_dw: Add Sophgo SG2044 quirk
2024-12-04 22:24 UTC
[PATCH AUTOSEL 6.11 3/7] serial: 8250_dw: Add Sophgo SG2044 quirk
2024-12-04 22:23 UTC
[PATCH AUTOSEL 6.12 3/8] serial: 8250_dw: Add Sophgo SG2044 quirk
2024-12-04 22:23 UTC
[PATCH v1 0/2] serial: 8250_pci: Share WCH IDs
2024-12-04 22:08 UTC (6+ messages)
` [PATCH v1 1/2] serial: 8250_pci: Resolve WCH vendor ID ambiguity
` [PATCH v1 2/2] serial: 8250_pci: Share WCH IDs with parport_serial driver
[PATCH] serial: sh-sci: Use plain struct copy in early_console_setup()
2024-12-04 16:12 UTC (6+ messages)
[PATCH] serial: amba-pl011: Fix RTS handling in RS485 mode
2024-12-04 15:39 UTC (2+ messages)
[PATCH] serial: altera_jtaguart: Use KBUILD_MODNAME
2024-12-04 3:53 UTC (4+ messages)
` [PATCH v2] "
Query Regarding UART Controller Device Driver in Linux Kernel
2024-12-03 17:26 UTC (4+ messages)
[PATCH] serial: altera_jtaguart: Use device name when requesting IRQ
2024-12-03 14:02 UTC (2+ messages)
[PATCH] serial: altera_jtaguart: Use DRV_NAME to initialize uart_driver.driver_name
2024-12-03 13:14 UTC (3+ messages)
[PATCH v2 00/13] Add support for Renesas RZ/G3E SoC and SMARC-EVK platform
2024-12-03 10:49 UTC (2+ messages)
` [PATCH v2 01/13] dt-bindings: serial: renesas: Document RZ/G3E (r9a09g047) scif
[PATCH] serial: mpc52xx: Fix typo in mpc52xx_uart.c
2024-12-03 9:54 UTC
[RFC PATCH v2 3/4] irq: Introduce IRQ_HANDLED_MANY
2024-12-02 22:53 UTC (2+ messages)
[PATCH tty-next v3 0/6] convert 8250 to nbcon
2024-12-02 16:41 UTC (9+ messages)
` [PATCH tty-next v3 1/6] serial: 8250: Adjust the timeout for FIFO mode
[syzbot] [serial?] KASAN: slab-use-after-free Read in uart_write
2024-12-02 16:33 UTC
[PATCH 00/15] Add support for SAMA7D65
2024-12-02 15:23 UTC (3+ messages)
` [PATCH 04/15] dt-bindings: mmc: atmel,sama5d2-sdhci: add microchip,sama7d65-sdhci
[tty:tty-testing] BUILD SUCCESS 718632467d88e98816fa01ab12681ef1c2aa56f8
2024-12-01 4:03 UTC
[GIT PULL] TTY / Serial driver changes for 6.13-rc1 - try 2
2024-11-30 18:08 UTC (2+ messages)
[GIT PULL] TTY / Serial driver changes for 6.13-rc1
2024-11-30 18:08 UTC (10+ messages)
[PATCH tty-next v3 4/6] serial: 8250: Specify console context for rs485_start/stop_tx
2024-11-29 17:45 UTC (2+ messages)
[PATCH 0/9] Add support for the rest of Renesas RZ/G3S serial interfaces
2024-11-27 17:33 UTC (4+ messages)
` [PATCH 3/9] serial: sh-sci: Clean sci_ports[0] after at earlycon exit
kernel 6.8 and checking serial ports - failure to match driver name
2024-11-27 3:10 UTC
[syzbot] [serial?] INFO: task hung in console_callback (5)
2024-11-26 1:34 UTC
[PATCH 00/12] Add support for Renesas RZ/G3E SoC and SMARC-EVK platform
2024-11-25 18:50 UTC (3+ messages)
` [PATCH 01/12] dt-bindings: serial: renesas: Document RZ/G3E (r9a09g047) scif
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).