RE: [PATCH 2/6] net: can: xilinx_can: Fix flags field initialization for axi can and canps

2019-10-09 Thread Appana Durga Kedareswara Rao
Hi Marc, > On 10/9/19 6:01 AM, Appana Durga Kedareswara Rao wrote: > > Hi, > > > > > >> On 18.3.2019 13.32, Appana Durga Kedareswara rao wrote: > >>> AXI CAN IP and CANPS IP supports tx fifo empty feature, this patch > >>> updates the flags field for the same. > >>> > >>> Signed-off-by: Appana

Re: [PATCH 2/6] net: can: xilinx_can: Fix flags field initialization for axi can and canps

2019-10-09 Thread Marc Kleine-Budde
On 10/9/19 6:01 AM, Appana Durga Kedareswara Rao wrote: > Hi, > > >> On 18.3.2019 13.32, Appana Durga Kedareswara rao wrote: >>> AXI CAN IP and CANPS IP supports tx fifo empty feature, this patch >>> updates the flags field for the same. >>> >>> Signed-off-by: Appana Durga Kedareswara rao >>>

RE: [PATCH 2/6] net: can: xilinx_can: Fix flags field initialization for axi can and canps

2019-10-08 Thread Appana Durga Kedareswara Rao
Hi, > On 18.3.2019 13.32, Appana Durga Kedareswara rao wrote: > > AXI CAN IP and CANPS IP supports tx fifo empty feature, this patch > > updates the flags field for the same. > > > > Signed-off-by: Appana Durga Kedareswara rao > > > > --- > > drivers/net/can/xilinx_can.c | 2 ++ > > 1 file

Re: [PATCH 2/6] net: can: xilinx_can: Fix flags field initialization for axi can and canps

2019-10-04 Thread Anssi Hannula
On 18.3.2019 13.32, Appana Durga Kedareswara rao wrote: > AXI CAN IP and CANPS IP supports tx fifo empty feature, this patch updates > the flags field for the same. > > Signed-off-by: Appana Durga Kedareswara rao > --- > drivers/net/can/xilinx_can.c | 2 ++ > 1 file changed, 2 insertions(+) > >