Re: [PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-02-10 Thread Linus Walleij
On Mon, Jan 25, 2016 at 5:37 PM, Andrew F. Davis wrote: > Add generic parallel-in/serial-out shift register GPIO driver. > > This includes SPI compatible devices like SN74165 serial-out shift > registers and the SN65HVS88x series of industrial serializers that can > be read over the SPI bus and

Re: [PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-02-10 Thread Linus Walleij
On Mon, Jan 25, 2016 at 5:37 PM, Andrew F. Davis wrote: > Add generic parallel-in/serial-out shift register GPIO driver. > > This includes SPI compatible devices like SN74165 serial-out shift > registers and the SN65HVS88x series of industrial serializers that can > be read over the

Re: [PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-02-02 Thread Sean Nyekjær
On 2016-02-01 15:52, Andrew F. Davis wrote: On 01/29/2016 12:31 AM, Sean Nyekjær wrote: On 2016-01-25 17:37, Andrew F. Davis wrote: Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the

Re: [PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-02-02 Thread Sean Nyekjær
On 2016-02-01 15:52, Andrew F. Davis wrote: On 01/29/2016 12:31 AM, Sean Nyekjær wrote: On 2016-01-25 17:37, Andrew F. Davis wrote: Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the

Re: [PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-02-01 Thread Andrew F. Davis
On 01/29/2016 12:31 AM, Sean Nyekjær wrote: On 2016-01-25 17:37, Andrew F. Davis wrote: Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the SN65HVS88x series of industrial serializers that can be

Re: [PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-02-01 Thread Andrew F. Davis
On 01/29/2016 12:31 AM, Sean Nyekjær wrote: On 2016-01-25 17:37, Andrew F. Davis wrote: Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the SN65HVS88x series of industrial serializers that can be

Re: [PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-01-28 Thread Sean Nyekjær
On 2016-01-25 17:37, Andrew F. Davis wrote: Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the SN65HVS88x series of industrial serializers that can be read over the SPI bus and used for GPI

Re: [PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-01-28 Thread Sean Nyekjær
On 2016-01-25 17:37, Andrew F. Davis wrote: Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the SN65HVS88x series of industrial serializers that can be read over the SPI bus and used for GPI

[PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-01-25 Thread Andrew F. Davis
Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the SN65HVS88x series of industrial serializers that can be read over the SPI bus and used for GPI (General Purpose Input). Signed-off-by: Andrew F.

[PATCH v2 2/2] gpio: Add driver for SPI serializers

2016-01-25 Thread Andrew F. Davis
Add generic parallel-in/serial-out shift register GPIO driver. This includes SPI compatible devices like SN74165 serial-out shift registers and the SN65HVS88x series of industrial serializers that can be read over the SPI bus and used for GPI (General Purpose Input). Signed-off-by: Andrew F.