linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-12-08 09:11:57 to 2017-12-20 10:10:50 UTC [more...]

[PATCH v4 00/36] Andes(nds32) Linux Kernel
 2017-12-20 10:10 UTC  (51+ messages)
` [PATCH v4 01/36] asm-generic/io.h: move ioremap_nocache/ioremap_uc/ioremap_wc/ioremap_wt out of ifndef CONFIG_MMU
` [PATCH v4 02/36] earlycon: add reg-offset to physical address before mapping
` [PATCH v4 03/36] nds32: Assembly macros and definitions
` [PATCH v4 04/36] nds32: Kernel booting and initialization
` [PATCH v4 05/36] nds32: Exception handling
` [PATCH v4 07/36] nds32: MMU initialization
` [PATCH v4 08/36] nds32: MMU fault handling and page table management
` [PATCH v4 09/36] nds32: Cache and TLB routines
` [PATCH v4 10/36] nds32: Process management
` [PATCH v4 11/36] nds32: IRQ handling
` [PATCH v4 12/36] nds32: Atomic operations
` [PATCH v4 13/36] nds32: Device specific operations
` [PATCH v4 14/36] nds32: DMA mapping API
  ` [PATCH v4 06/36] nds32: MMU definitions
  ` [PATCH v4 15/36] nds32: ELF definitions
` [PATCH v4 16/36] nds32: System calls handling
` [PATCH v4 17/36] nds32: VDSO support
` [PATCH v4 18/36] nds32: Signal handling support
` [PATCH v4 19/36] nds32: Library functions
` [PATCH v4 20/36] nds32: Debugging support
` [PATCH v4 21/36] nds32: L2 cache support
` [PATCH v4 22/36] nds32: Loadable modules
` [PATCH v4 23/36] nds32: Generic timers support
` [PATCH v4 24/36] nds32: Device tree support
` [PATCH v4 25/36] nds32: Miscellaneous header files
` [PATCH v4 26/36] nds32: defconfig
` [PATCH v4 27/36] nds32: Build infrastructure
` [PATCH v4 28/36] MAINTAINERS: Add nds32
` [PATCH v4 29/36] dt-bindings: nds32 CPU Bindings
` [PATCH v4 30/36] dt-bindings: nds32 SoC Bindings
` [PATCH v4 31/36] dt-bindings: interrupt-controller: Andestech Internal Vector Interrupt Controller
` [PATCH v4 32/36] irqchip: Andestech Internal Vector Interrupt Controller driver
` [PATCH v4 33/36] net: faraday add nds32 support
` [PATCH v4 34/36] clocksource/drivers/atcpit100: Add andestech atcpit100 timer
` [PATCH v4 35/36] clocksource/drivers/atcpit100: VDSO support
` [PATCH v4 36/36] dt-bindings: timer: Add andestech atcpit100 timer binding doc

[-next PATCH 0/4] sysfs and DEVICE_ATTR_<foo>
 2017-12-20  9:59 UTC  (12+ messages)
` [-next PATCH 2/4] treewide: Use DEVICE_ATTR_RW
    ` [alsa-devel] "

[PATCH v15 1/5] serdev: Make .remove in struct serdev_device_driver optional
 2017-12-20  4:00 UTC  (2+ messages)
` [PATCH v15 2/5] serdev: Introduce devm_serdev_device_open()

Have my PA8800 back online... (serial port missing on v4.14)
 2017-12-19 10:53 UTC  (6+ messages)

[PATCH v3 00/33] Andes(nds32) Linux Kernel Port
 2017-12-19  6:56 UTC  (53+ messages)
` [PATCH v3 04/33] nds32: Kernel booting and initialization
` [PATCH v3 05/33] nds32: Exception handling
` [PATCH v3 07/33] nds32: MMU initialization
` [PATCH v3 09/33] nds32: Cache and TLB routines
` [PATCH v3 14/33] nds32: DMA mapping API
` [PATCH v3 15/33] nds32: ELF definitions
` [PATCH v3 16/33] nds32: System calls handling
` [PATCH v3 17/33] nds32: VDSO support
` [PATCH v3 18/33] nds32: Signal handling support
` [PATCH v3 20/33] nds32: Debugging support
` [PATCH v3 21/33] nds32: L2 cache support
` [PATCH v3 22/33] nds32: Loadable modules
` [PATCH v3 23/33] nds32: Generic timers support
` [PATCH v3 24/33] nds32: Device tree support
` [PATCH v3 25/33] nds32: Miscellaneous header files
` [PATCH v3 26/33] nds32: defconfig
` [PATCH v3 27/33] nds32: Build infrastructure
` [PATCH v3 28/33] MAINTAINERS: Add nds32
` [PATCH v3 29/33] dt-bindings: nds32 CPU Bindings
` [PATCH v3 30/33] dt-bindings: nds32 SoC Bindings
` [PATCH v3 31/33] dt-bindings: interrupt-controller: Andestech Internal Vector Interrupt Controller
  ` [PATCH v3 19/33] nds32: Library functions
  ` [PATCH v3 32/33] irqchip: Andestech Internal Vector Interrupt Controller driver
` [PATCH v3 33/33] net: faraday add nds32 support

[PATCH] jsm_tty: Fix a possible null pointer dereference in two functions
 2017-12-18 17:14 UTC  (10+ messages)
        `  "
            ` jsm_tty: Deletion of a null pointer check in two functions?

[PATCH RESEND] serdev: ttyport: do not used keyed wakeup in write_wakeup
 2017-12-18 11:28 UTC  (2+ messages)

[PATCH 0/8] serdev: receive_buf and locking fixes
 2017-12-18 11:03 UTC  (8+ messages)
` [PATCH 8/8] serdev: ttyport: do not used keyed wakeup in write_wakeup

[PATCH] tty: serial: sh-sci: Add default for number of ports for compile-testing
 2017-12-18  8:50 UTC 

[PATCH 0/2] serial: stm32: fix name conflict
 2017-12-18  8:31 UTC  (4+ messages)
` [PATCH 1/2] serial: stm32: add default console

[tty:tty-next 23/34] include/linux/kconfig.h:5:10: fatal error: generated/autoconf.h: No such file or directory
 2017-12-17 11:57 UTC  (2+ messages)

[patch v14 0/4] JTAG driver introduction
 2017-12-15  1:34 UTC  (8+ messages)
  ` [patch v14 1/4] drivers: jtag: Add JTAG core driver
  ` [patch v14 2/4] drivers: jtag: Add Aspeed SoC 24xx and 25xx families JTAG master driver
  ` [patch v14 3/4] Documentation: jtag: Add bindings for "
` [patch v14 4/4] Documentation: jtag: Add ABI documentation

[PATCH v2 0/2] acpi, x86: Add SPCR table support
 2017-12-14 15:49 UTC  (11+ messages)
` [PATCH v2 1/2] acpi, spcr: Make SPCR avialable to other architectures
` [PATCH v2 2/2] acpi, x86: Use SPCR table for earlycon on x86

[PATCH v5 0/3] Add andestech atcpit100 timer
 2017-12-13  6:06 UTC  (6+ messages)
` [PATCH v5 1/3] clocksource/drivers/atcpit100: "
` [PATCH v5 2/3] clocksource/drivers/atcpit100: VDSO support
` [PATCH v5 3/3] dt-bindings: timer: Add andestech atcpit100 timer binding doc

[PATCH] serial: forbid 8250 on s390
 2017-12-12 17:50 UTC  (5+ messages)

[PATCH 1/1] tty: serial: imx: allow breaks to be received when using dma
 2017-12-11 20:52 UTC  (3+ messages)

[PATCH 0/2] acpi, x86: Add SPCR table support
 2017-12-11 14:42 UTC  (10+ messages)
` [PATCH 1/2] acpi, spcr: Make SPCR avialable to other architectures

[PATCH] serial: bfin_uart: Delete an error message for a failed memory allocation in bfin_serial_probe()
 2017-12-09 21:11 UTC 

[PATCH] serial: fsl_lpuart: Delete an error message for a failed memory allocation in lpuart_start_rx_dma()
 2017-12-09 20:41 UTC 

[PATCH 0/3] tty/serial/ifx6x60: Adjustments for five function implementations
 2017-12-09 19:13 UTC  (4+ messages)
` [PATCH 1/3] serial: ifx6x60: Delete an error message for a failed memory allocation in ifx_spi_spi_probe()
` [PATCH 2/3] serial: ifx6x60: Improve a size determination "
` [PATCH 3/3] serial: ifx6x60: Add some spaces for better code readability

[PATCH 0/3] tty/serial/ioc3: Adjustments for three function implementations
 2017-12-09 18:06 UTC  (4+ messages)
` [PATCH 1/3] serial: ioc3: Delete error messages for a failed memory allocation in ioc3uart_probe()
` [PATCH 2/3] serial: ioc3: Improve size determinations "
` [PATCH 3/3] serial: ioc3: Adjust two function calls together with a variable assignment

[PATCH 0/5] tty: serial: sh-sci: Hide driver specific config questions
 2017-12-09  8:54 UTC  (7+ messages)
` [PATCH/RFC 5/5] ARM: shmobile: defconfig: Disable CONFIG_EMBEDDED

[PATCH 0/3] tty/serial/ioc4: Adjustments for four function implementations
 2017-12-08 21:53 UTC  (4+ messages)
` [PATCH 1/3] serial: ioc4: Delete error messages for a failed memory allocation in two functions
` [PATCH 2/3] serial: ioc4: Improve four size determinations
` [PATCH 3/3] serial: ioc4: Adjust three function calls together with a variable assignment

[PATCH 0/3] tty/serial/max3100: Adjustments for max3100_probe()
 2017-12-08 20:13 UTC  (4+ messages)
` [PATCH 1/3] serial: max3100: Delete an error message for a failed memory allocation in max3100_probe()
` [PATCH 2/3] serial: max3100: Improve a size determination "
` [PATCH 3/3] serial: max3100: Improve unlocking of a mutex "

[PATCH] serial: max310x: Delete an error message for a failed memory allocation in max310x_probe()
 2017-12-08 19:52 UTC  (2+ messages)

[PATCH 0/4] tty/serial/pch_uart: Adjustments for four function implementations
 2017-12-08 18:12 UTC  (5+ messages)
` [PATCH 1/4] serial: pch_uart: Delete an error message for a failed memory allocation in dma_handle_tx()
` [PATCH 2/4] serial: pch_uart: Use kcalloc() "
` [PATCH 3/4] serial: pch_uart: Delete an unnecessary return statement in two functions
` [PATCH 4/4] serial: pch_uart: Improve a size determination in pch_uart_init_port()

[PATCH] serial: sc16is7xx: Delete an error message for a failed memory allocation in sc16is7xx_probe()
 2017-12-08 16:42 UTC 

[PATCH 0/2] serial-Tegra: Adjustments for two function implementations
 2017-12-08 10:42 UTC  (7+ messages)
` [PATCH 1/2] serial: tegra: Delete an error message for a failed memory allocation in tegra_uart_probe()
` [PATCH 2/2] serial: tegra: Fix a typo in a comment line


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).