messages from 2015-11-17 14:16:50 to 2015-11-30 22:52:53 UTC [more...]
[PATCH 00/28] MIPS Boston board support
2015-11-30 22:52 UTC (4+ messages)
` [PATCH 01/28] serial: earlycon: allow MEM32 I/O for DT earlycon
The console log is doubled if earlycon is enabled
2015-11-30 17:10 UTC (6+ messages)
[PATCH v2 0/1] serial: imx: fix a possible NULL dereference
2015-11-29 17:03 UTC (3+ messages)
` [PATCH v2 1/1] "
[PATCH] serial: earlycon: Add missing spinlock initialization
2015-11-28 2:15 UTC (2+ messages)
[PATCH] serial: sh-sci: Add device tree support for r8a779[23]
2015-11-27 1:20 UTC
[RFC PATCH 00/10] Support for Cortex-M Prototyping System
2015-11-25 20:07 UTC (19+ messages)
` [RFC PATCH 01/10] dt-bindings: document the MPS2 timer bindings
` [RFC PATCH 02/10] clockevents/drivers: add MPS2 Timer driver
` [RFC PATCH 03/10] dt-bindings: document the MPS2 UART bindings
` [RFC PATCH 04/10] serial: mps2-uart: add MPS2 UART driver
` [RFC PATCH 05/10] serial: mps2-uart: add support for early console
` [RFC PATCH 06/10] ARM: mps2: introduce MPS2 platform
` [RFC PATCH 07/10] ARM: mps2: add low-level debug support
` [RFC PATCH 08/10] ARM: configs: add MPS2 defconfig
` [RFC PATCH 09/10] ARM: dts: introduce MPS2 AN385/AN386
` [RFC PATCH 10/10] ARM: dts: introduce MPS2 AN399/AN400
[PATCH v2] drivers/tty/serial: make tegra_serial_handle_break() static
2015-11-25 17:50 UTC
[PATCH] drivers/tty/serial: make tegra_serial_handle_break() static
2015-11-25 11:27 UTC
[PATCH] serial: ifx6x60: avoid uninitialized variable use
2015-11-25 10:07 UTC (2+ messages)
[PATH RESEND v2 00/10] tty: xuartps: Fix lock ups
2015-11-24 7:26 UTC (22+ 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-24 2:44 UTC (21+ 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-24 2:43 UTC (62+ 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
AMLogic Meson serial driver fixes
2015-11-23 11:52 UTC (11+ 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
` [linux-meson] AMLogic Meson serial driver fixes
[GIT PULL] TTY/Serial fixes for 4.4-rc2
2015-11-22 22:30 UTC (2+ messages)
[GIT PULL] TTY/Serial fixes for 4.4-rc2
2015-11-22 22:30 UTC
[PATCH LINUX v3 00/10] tty: xuartps: Fix lock ups
2015-11-22 2:59 UTC (11+ messages)
` [PATCH LINUX v3 01/10] tty: xuartps: Beautify read-modify writes
` [PATCH LINUX v3 02/10] tty: xuartps: Use spinlock to serialize HW access
` [PATCH LINUX v3 03/10] tty: xuartps: Don't consider circular buffer when enabling transmitter
` [PATCH LINUX v3 04/10] tty: xuartps: Clear interrupt status register in shutdown
` [PATCH LINUX v3 05/10] tty: xuartps: Improve startup function
` [PATCH LINUX v3 06/10] tty: xuartps: Keep lock for whole ISR
` [PATCH LINUX v3 07/10] tty: xuartps: Acquire port lock for shutdown
` [PATCH LINUX v3 08/10] tty: xuartps: Move RX path into helper function
` [PATCH LINUX v3 09/10] tty: xuartps: Only handle RX IRQs when RX is enabled
` [PATCH LINUX v3 10/10] tty: xuartps: Cleanup: Reformat if-else
[PATCH 00/14] Initial Microchip PIC32MZDA Support
2015-11-21 0:17 UTC (2+ messages)
` [PATCH 10/14] serial: pic32_uart: Add PIC32 uart driver
[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 (3+ messages)
` [PATCH 05/12] tty: amba-pl011: add register lookup table
[PATCH v3 0/5] tty: Introduce software RS485 direction control support
2015-11-18 19:49 UTC (10+ messages)
` [PATCH v3 2/5] tty: Introduce SER_RS485_SOFTWARE read-only flag for struct serial_rs485
[PATCH] [media] move media platform data to linux/platform_data/media
2015-11-17 20:46 UTC (3+ messages)
MFD device driver on top of UART/RS232
2015-11-17 14:16 UTC (4+ messages)
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).