Re: [1/2] pps: client: use new parport device model

2018-03-05 Thread Greg Kroah-Hartman
On Mon, Mar 05, 2018 at 09:45:21PM +, Sudip Mukherjee wrote: > On Sun, Jan 28, 2018 at 11:22:08PM +, Sudip Mukherjee wrote: > > Modify pps client driver to use the new parallel port device model. > > In that process, added an index to mention the device number when we > > have more than one

Re: [1/2] pps: client: use new parport device model

2018-03-05 Thread Sudip Mukherjee
On Sun, Jan 28, 2018 at 11:22:08PM +, Sudip Mukherjee wrote: > Modify pps client driver to use the new parallel port device model. > In that process, added an index to mention the device number when we > have more than one parallel port. > > Signed-off-by: Sudip Mukherjee > Acked-by: Rodolfo

Re: [PATCH 1/2] pps: client: use new parport device model

2018-01-29 Thread Rodolfo Giometti
On 29/01/18 00:22, Sudip Mukherjee wrote: Modify pps client driver to use the new parallel port device model. In that process, added an index to mention the device number when we have more than one parallel port. Signed-off-by: Sudip Mukherjee Acked-by: Rodolfo Giometti -- HCE Engineering

[PATCH 1/2] pps: client: use new parport device model

2018-01-28 Thread Sudip Mukherjee
Modify pps client driver to use the new parallel port device model. In that process, added an index to mention the device number when we have more than one parallel port. Signed-off-by: Sudip Mukherjee --- Tested on qemu with two parallel ports. drivers/pps/clients/pps_parport.c | 21 +