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
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 (
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
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
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
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
6 matches
Mail list logo