Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

2017-08-03 Thread kbuild test robot
Hi Danilo, [auto build test ERROR on input/next] [also build test ERROR on v4.13-rc3 next-20170803] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits/Danilo-Krummrich/serio-PS-2-gpio-bit-banging-dr

Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

2017-08-01 Thread danilokrummrich
On 2017-08-01 21:07, Dmitry Torokhov wrote: On Tue, Aug 01, 2017 at 08:51:40PM +0200, danilokrummr...@dk-develop.de wrote: On 2017-08-01 19:32, Dmitry Torokhov wrote: >On Tue, Aug 01, 2017 at 06:26:14AM +0200, Danilo Krummrich wrote: >>+ irq = gpio_to_irq(drvdata->gpio_clk); >>+ if (

Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

2017-08-01 Thread Dmitry Torokhov
On Tue, Aug 01, 2017 at 08:51:40PM +0200, danilokrummr...@dk-develop.de wrote: > On 2017-08-01 19:32, Dmitry Torokhov wrote: > >On Tue, Aug 01, 2017 at 06:26:14AM +0200, Danilo Krummrich wrote: > >>+ irq = gpio_to_irq(drvdata->gpio_clk); > >>+ if (!irq) { > >>+ dev_err(dev, "cannot ge

Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

2017-08-01 Thread danilokrummrich
Hi Dmitry, thank you for reviewing and giving your comments. On 2017-08-01 19:32, Dmitry Torokhov wrote: Hi Danilo, On Tue, Aug 01, 2017 at 06:26:14AM +0200, Danilo Krummrich wrote: This driver provides PS/2 serio bus support by implementing bit banging with the GPIO API. The GPIO pins, data

Re: [PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

2017-08-01 Thread Dmitry Torokhov
Hi Danilo, On Tue, Aug 01, 2017 at 06:26:14AM +0200, Danilo Krummrich wrote: > This driver provides PS/2 serio bus support by implementing bit banging > with the GPIO API. The GPIO pins, data and clock, can be configured with > a node in the device tree or by static platform data. > > Writing to

[PATCH v3] serio: PS/2 gpio bit banging driver for the serio bus

2017-07-31 Thread Danilo Krummrich
This driver provides PS/2 serio bus support by implementing bit banging with the GPIO API. The GPIO pins, data and clock, can be configured with a node in the device tree or by static platform data. Writing to a device is supported as well, though it is not recommended as the timings to be halt gi