Re: [PATCH V2 0/3] Add RS-485 support and fix RTS/CTS implementation

2015-06-12 Thread Greg KH
On Mon, Jun 08, 2015 at 11:28:13AM +0530, Bhuvanchandra DV wrote: > Hello, > > Ping! > > On 06/01/2015 10:51 AM, Bhuvanchandra DV wrote: 7 days later? Please be patient... -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to

Re: [PATCH V2 0/3] Add RS-485 support and fix RTS/CTS implementation

2015-06-12 Thread Greg KH
On Mon, Jun 08, 2015 at 11:28:13AM +0530, Bhuvanchandra DV wrote: Hello, Ping! On 06/01/2015 10:51 AM, Bhuvanchandra DV wrote: 7 days later? Please be patient... -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to majord...@vger.kernel.org

Re: [PATCH V2 0/3] Add RS-485 support and fix RTS/CTS implementation

2015-06-07 Thread Bhuvanchandra DV
Hello, Ping! On 06/01/2015 10:51 AM, Bhuvanchandra DV wrote: Changes since V1: Use common get/set mctrl control methods for both lpuart, lpuart32 and fix indention. Bhuvanchandra DV (3): ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins tty: serial: fsl_lpuart: remove

Re: [PATCH V2 0/3] Add RS-485 support and fix RTS/CTS implementation

2015-06-07 Thread Bhuvanchandra DV
Hello, Ping! On 06/01/2015 10:51 AM, Bhuvanchandra DV wrote: Changes since V1: Use common get/set mctrl control methods for both lpuart, lpuart32 and fix indention. Bhuvanchandra DV (3): ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins tty: serial: fsl_lpuart: remove

[PATCH V2 0/3] Add RS-485 support and fix RTS/CTS implementation

2015-05-31 Thread Bhuvanchandra DV
Changes since V1: Use common get/set mctrl control methods for both lpuart, lpuart32 and fix indention. Bhuvanchandra DV (3): ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins tty: serial: fsl_lpuart: remove RTS/CTS control from set/get_mctrl tty: serial: fsl_lpuart: Add

[PATCH V2 0/3] Add RS-485 support and fix RTS/CTS implementation

2015-05-31 Thread Bhuvanchandra DV
Changes since V1: Use common get/set mctrl control methods for both lpuart, lpuart32 and fix indention. Bhuvanchandra DV (3): ARM: dts: colibri-vf: Add pinmux for UART_0 aka UART_A RTS/CTS pins tty: serial: fsl_lpuart: remove RTS/CTS control from set/get_mctrl tty: serial: fsl_lpuart: Add