Re: [PATCH 3/4] net: dsa: microchip: fix interrupt mask

2019-08-27 Thread Razvan.Stefanescu
On 27/08/2019 15:51, Andrew Lunn wrote: > > On Tue, Aug 27, 2019 at 12:31:09PM +0300, Razvan Stefanescu wrote: >> Global Interrupt Mask Register comprises of Lookup Engine (LUE) Interrupt >> Mask (bit 31) and GPIO Pin Output Trigger and Timestamp Unit Interrupt >> Mask (bit 29). >> >> This corre

Re: [PATCH v2 10/10] staging: fsl-dpaa2/ethsw: do not force user to bring interface down

2019-08-13 Thread Razvan.Stefanescu
On 13/08/2019 11:54, Ioana Ciornei wrote: > Link settings can be changed only when the interface is down. Disable > and re-enable the interface, if necessary, behind the scenes so that we do > not force users to an if down/up sequence. > > Reported-by: Andrew Lunn > Signed-off-by: Ioana Ciornei

Re: [PATCH 2/2] tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped

2019-03-18 Thread Razvan.Stefanescu
On 18/03/2019 16:30, Richard Genoud wrote: >> +/* Start RX if flag was set and FIFO is empty */ >> +if (atmel_port->hd_start_rx) { >> +if (atmel_uart_readl(port, ATMEL_US_CSR) >> +& ATMEL_US_TXEMPTY) { >> +

Re: [PATCH 1/2] tty/serial: atmel: Add is_half_duplex helper

2019-03-18 Thread Razvan.Stefanescu
On 18/03/2019 15:41, Richard Genoud wrote: > [ adding Gil Weber in Cc: ] > > Le 15/03/2019 à 10:23, Razvan Stefanescu a écrit : >> Use a helper function to check that a port needs to use half duplex >> communication, replacing several occurrences of multi-line bit checking. >> >> Signed-off-by: