linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-11-12 14:33:53 to 2015-11-20 16:30:13 UTC [more...]

[PATH RESEND v2 00/10] tty: xuartps: Fix lock ups
 2015-11-20 16:30 UTC  (14+ messages)
` [PATH RESEND v2 01/10] tty: xuartps: Beautify read-modify writes
` [PATH RESEND v2 02/10] tty: xuartps: Use spinlock to serialize HW access
` [PATH RESEND v2 03/10] tty: xuartps: Always enable transmitter in start_tx
` [PATH RESEND v2 04/10] tty: xuartps: Clear interrupt status register in shutdown
` [PATH RESEND v2 05/10] tty: xuartps: Improve startup function
` [PATH RESEND v2 06/10] tty: xuartps: Keep lock for whole ISR
` [PATH RESEND v2 07/10] tty: xuartps: Acquire port lock for shutdown
` [PATH RESEND v2 08/10] tty: xuartps: Move RX path into helper function
` [PATH RESEND v2 09/10] tty: xuartps: Only handle RX IRQs when RX is enabled
` [PATH RESEND v2 10/10] tty: xuartps: Cleanup: Reformat if-else

[PATCH v2 00/16] serial: sh-sci: Clock Cleanups
 2015-11-20 16:27 UTC  (20+ messages)
  ` [PATCH v2 01/16] serial: sh-sci: Drop the interface clock
` [PATCH v2 02/16] sh: Rename sci_ick and sci_fck clock to fck
` [PATCH v2 03/16] sh: Remove sci_ick clock alias
` [PATCH v2 04/16] ARM: shmobile: sh73a0 dtsi: Rename the serial port clock to fck
` [PATCH v2 05/16] ARM: shmobile: r7s72100 "
` [PATCH v2 06/16] ARM: shmobile: r8a73a4 "
` [PATCH v2 07/16] ARM: shmobile: r8a7740 "
` [PATCH v2 08/16] ARM: shmobile: r8a7778 "
` [PATCH v2 09/16] ARM: shmobile: r8a7779 "
` [PATCH v2 10/16] ARM: shmobile: r8a7790 "
` [PATCH v2 11/16] ARM: shmobile: r8a7791 "
` [PATCH v2 12/16] ARM: shmobile: r8a7793 "
` [PATCH v2 13/16] ARM: shmobile: r8a7794 "
` [PATCH v2 14/16] arm64: renesas: r8a7795 "
` [PATCH v2 15/16] h8300: dts: "
` [PATCH v2 16/16] serial: sh-sci: Drop the sci_fck clock fallback

[PATCH 00/25] serial: sh-sci: Add external clock and BRG Support
 2015-11-20 15:33 UTC  (61+ messages)
  ` [PATCH 01/25] serial: sh-sci: Update DT binding documentation for external clock input
  ` [PATCH 02/25] serial: sh-sci: Update DT binding documentation for BRG support
` [PATCH 03/25] serial: sh-sci: Drop useless check for zero sampling_rate
` [PATCH 04/25] serial: sh-sci: Grammar s/Get ... for/Get ... from/
` [PATCH 05/25] serial: sh-sci: Drop unused frame_len parameter for sci_baud_calc_hscif()
` [PATCH 06/25] serial: sh-sci: Don't overwrite clock selection in serial_console_write()
` [PATCH 07/25] serial: sh-sci: Convert from clk_get() to devm_clk_get()
` [PATCH 08/25] serial: sh-sci: Make unsigned values in sci_baud_calc_hscif() unsigned
` [PATCH 09/25] serial: sh-sci: Avoid overflow in sci_baud_calc_hscif()
` [PATCH 10/25] serial: sh-sci: Improve bit rate error calculation for HSCIF
` [PATCH 11/25] serial: sh-sci: Avoid calculating the receive margin "
` [PATCH 12/25] serial: sh-sci: Merge sci_scbrr_calc() and sci_baud_calc_hscif()
` [PATCH 13/25] serial: sh-sci: Take into account sampling rate for max baud rate
` [PATCH 14/25] serial: sh-sci: Add BRG register definitions
` [PATCH 15/25] serial: sh-sci: Replace struct sci_port_info by type/regtype encoding
` [PATCH 16/25] serial: sh-sci: Correct SCIF type on RZ/A1H
` [PATCH 17/25] serial: sh-sci: Correct SCIF type on R-Car for BRG
` [PATCH 18/25] serial: sh-sci: Prepare for multiple clocks and baud rate generators
` [PATCH 19/25] serial: sh-sci: Add support for optional external (H)SCK input
` [PATCH 20/25] serial: sh-sci: Add support for optional BRG on (H)SCIF
` [PATCH 21/25] ARM: shmobile: r8a7791 dtsi: Add BRG support for (H)SCIF
` [PATCH 22/25] ARM: shmobile: koelsch dts: Enable SCIF_CLK frequency and pins
` [PATCH 23/25] arm64: renesas: r8a7795 dtsi: Add BRG support for (H)SCIF
` [PATCH 24/25] arm64: renesas: salvator-x dts: Enable SCIF_CLK frequency and pins
` [PATCH 25/25] sh: sh7734: Correct SCIF type for BRG

[PATCH v2 1/3] serial: xuartps: Spliting the ISR into smaller routines
 2015-11-20 14:43 UTC  (4+ messages)
` [PATCH v2 2/3] serial: xuartps: Rewrite the interrupt handling logic
` [PATCH v2 3/3] serial: xuartps: Do not enable parity error interrupt

[PATCH 00/13] dmaengine + omap drivers: support fro deferred probing
 2015-11-20 14:08 UTC  (30+ messages)
` [PATCH 02/13] dmaengine: Introduce dma_request_slave_channel_compat_reason()

[PATCH 00/12] Prepare amba-pl011 for ZTE UART support
 2015-11-19 14:10 UTC  (20+ messages)
` [PATCH 01/12] tty: amba-pl011: add register accessor functions
` [PATCH 02/12] tty: amba-pl011: convert accessor functions to take uart_amba_port
` [PATCH 03/12] tty: amba-pl011: add helper to detect split LCRH register
` [PATCH 04/12] tty: amba-pl011: prepare REG_* register indexes
` [PATCH 05/12] tty: amba-pl011: add register lookup table
` [PATCH 06/12] tty: amba-pl011: add register offset table to vendor data
` [PATCH 07/12] tty: amba-pl011: add ST register offset table
` [PATCH 08/12] tty: amba-pl011: clean up LCR register offsets
` [PATCH 09/12] tty: amba-pl011: remove ST micro registers from standard table
` [PATCH 10/12] tty: amba-pl011: add support for 32-bit register access
` [PATCH 11/12] tty: amba-pl011: add support for ZTE UART (EXPERIMENTAL)
` [PATCH 12/12] tty: amba-pl011: switch to using relaxed IO accessors

[PATCH v3 0/5] tty: Introduce software RS485 direction control support
 2015-11-18 19:49 UTC  (21+ messages)
` [PATCH v3 2/5] tty: Introduce SER_RS485_SOFTWARE read-only flag for struct serial_rs485
` [PATCH v3 3/5] tty: Implement default fallback serial8250_rs485_config
` [PATCH v3 4/5] tty: Move serial8250_stop_rx in front of serial8250_start_tx
` [PATCH v3 5/5] tty: Add software emulated RS485 support for 8250

AMLogic Meson serial driver fixes
 2015-11-18 14:41 UTC  (10+ messages)
` [PATCH 1/9] ARM: meson: serial: release region on port release
` [PATCH 2/9] ARM: meson: serial: don't reset port on uart startup
` [PATCH 3/9] ARM: meson: serial: tx_empty fails to check for transmitter busy
` [PATCH 4/9] ARM: meson: serial: ensure console port uart enabled
` [PATCH 5/9] ARM: meson: serial: only disable tx irq on stop
` [PATCH 6/9] ARM: meson: serial: use meson_uart_tx_empty() to wait for empty
` [PATCH 7/9] ARM: meson: serial: disable rx/tx irqs during console write
` [PATCH 8/9] ARM: meson: serial: ensure tx irq on if more work to do
` [PATCH 9/9] ARM: meson: serial: check for tx-irq enabled in irq code

[PATCH] [media] move media platform data to linux/platform_data/media
 2015-11-17 20:46 UTC  (6+ messages)

MFD device driver on top of UART/RS232
 2015-11-17 14:16 UTC  (4+ messages)

[PATCH 0/6] serial: fixes and cleanups
 2015-11-17  0:29 UTC  (10+ messages)
` [PATCH 1/6] serial: export fsl8250_handle_irq
` [PATCH 2/6] serial: fsl-lpuart: move SERIAL_EARLYCON dependency to console
` [PATCH 3/6] serial: mid8250: select CONFIG_RATIONAL
` [PATCH 4/6] serial: remove NWP serial support
` [PATCH 5/6] serial: of: CONFIG_SERIAL_8250 is always set
` [PATCH 6/6] serial: 8250: move of_serial code to 8250 directory

[PATCH] serial: imx: fix clk_prepare/unprepare usage
 2015-11-16 14:11 UTC  (6+ messages)

[PATCH] serial: imx: fix a possible NULL dereference
 2015-11-16 12:14 UTC  (2+ messages)

Linux 4.4-rc1
 2015-11-16  5:27 UTC 

[PATCH -next] serial: etraxfs-uart: Fix crash
 2015-11-16  0:42 UTC  (6+ messages)

[PATCH] bcm63xx_uart: Use the device name when registering an interrupt
 2015-11-15 16:14 UTC 

[PATCH v2 1/3] tty: Introduce UART_CAP_HW485
 2015-11-13  8:35 UTC  (6+ messages)
` [PATCH v2 3/3] tty: Add software emulated RS485 support for 8250

[PATCH] serial: 8250_mid: Add missing dependency
 2015-11-13  1:31 UTC  (2+ messages)


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