All of lore.kernel.org
 help / color / mirror / Atom feed
From: "David Lanzendörfer" <david.lanzendoerfer@o2s.ch>
To: Pavel Machek <pavel@ucw.cz>,
	linux-arm-kernel@lists.infradead.org,
	linux-arm-msm@vger.kernel.org
Subject: Re: Keyboard for HTC-Dream
Date: Fri, 3 Sep 2010 17:01:31 +0200	[thread overview]
Message-ID: <201009031701.34609.david.lanzendoerfer@o2s.ch> (raw)
In-Reply-To: <20100816055540.GA1455@ucw.cz>

[-- Attachment #1: Type: Text/Plain, Size: 1416 bytes --]

Hi
Following thing:
I've now imported board-trout-keypad.c from android kernel
and modded the includepaths to make it build.
It also shows me over already running usb ethernet
over dmesg, that the GPIO matrix gets loaded but.
Following occurs:
--------dmesg--------
[   24.800000] gpiomatrix: set_irq_wake failed for input 42, irq 106
[   24.810000] gpiomatrix: set_irq_wake failed for input 41, irq 105
[   24.810000] gpiomatrix: set_irq_wake failed for input 40, irq 104
[   24.820000] gpiomatrix: set_irq_wake failed for input 39, irq 103
[   24.830000] gpiomatrix: set_irq_wake failed for input 38, irq 102
[   24.840000] gpiomatrix: set_irq_wake failed for input 37, irq 101
[   24.850000] gpiomatrix: set_irq_wake failed for input 36, irq 100
[   24.860000] GPIO Matrix Keypad Driver: Start keypad matrix for trout-keypad-qwertz in interrupt mode
[   24.870000] setting trigger mode 3 for irq 84 failed (msm_gpio_irq_set_type+0x0/0x118)
[   24.880000] gpio_event_input_request_irqs: request_irq failed for input 20, irq 84
[   24.890000] GPIO Input Driver: Start gpio inputs for trout-keypad-qwertz in polling mode
[   24.900000] GPIO Input Driver: Start gpio inputs for trout-keypad-qwertz in polling mode
[   24.910000] input: trout-keypad-qwertz as /devices/virtual/input/input0
------------------------
And as soon as I try to type something, the kernel totaly freezes.

Any idea?

best regards
	leviathan

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 198 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: david.lanzendoerfer@o2s.ch (David Lanzendörfer)
To: linux-arm-kernel@lists.infradead.org
Subject: Keyboard for HTC-Dream
Date: Fri, 3 Sep 2010 17:01:31 +0200	[thread overview]
Message-ID: <201009031701.34609.david.lanzendoerfer@o2s.ch> (raw)
In-Reply-To: <20100816055540.GA1455@ucw.cz>

Hi
Following thing:
I've now imported board-trout-keypad.c from android kernel
and modded the includepaths to make it build.
It also shows me over already running usb ethernet
over dmesg, that the GPIO matrix gets loaded but.
Following occurs:
--------dmesg--------
[   24.800000] gpiomatrix: set_irq_wake failed for input 42, irq 106
[   24.810000] gpiomatrix: set_irq_wake failed for input 41, irq 105
[   24.810000] gpiomatrix: set_irq_wake failed for input 40, irq 104
[   24.820000] gpiomatrix: set_irq_wake failed for input 39, irq 103
[   24.830000] gpiomatrix: set_irq_wake failed for input 38, irq 102
[   24.840000] gpiomatrix: set_irq_wake failed for input 37, irq 101
[   24.850000] gpiomatrix: set_irq_wake failed for input 36, irq 100
[   24.860000] GPIO Matrix Keypad Driver: Start keypad matrix for trout-keypad-qwertz in interrupt mode
[   24.870000] setting trigger mode 3 for irq 84 failed (msm_gpio_irq_set_type+0x0/0x118)
[   24.880000] gpio_event_input_request_irqs: request_irq failed for input 20, irq 84
[   24.890000] GPIO Input Driver: Start gpio inputs for trout-keypad-qwertz in polling mode
[   24.900000] GPIO Input Driver: Start gpio inputs for trout-keypad-qwertz in polling mode
[   24.910000] input: trout-keypad-qwertz as /devices/virtual/input/input0
------------------------
And as soon as I try to type something, the kernel totaly freezes.

Any idea?

best regards
	leviathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20100903/aa7613f1/attachment.sig>

  parent reply	other threads:[~2010-09-03 14:58 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-08-07 11:07 Keyboard for HTC-Dream David Lanzendörfer
2010-08-07 11:07 ` David Lanzendörfer
2010-08-16  5:55 ` Pavel Machek
2010-08-16  5:55   ` Pavel Machek
2010-08-17 14:12   ` David Lanzendörfer
2010-09-03 15:01   ` David Lanzendörfer [this message]
2010-09-03 15:01     ` David Lanzendörfer
2010-09-03 15:44     ` Gregory Bean
2010-09-03 15:44       ` Gregory Bean
2010-09-03 17:30       ` David Lanzendörfer
2010-09-03 17:30         ` David Lanzendörfer
2010-09-03 17:55       ` David Lanzendörfer
2010-09-03 18:44         ` Gregory Bean
2010-09-14 20:51         ` Daniel Walker

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=201009031701.34609.david.lanzendoerfer@o2s.ch \
    --to=david.lanzendoerfer@o2s.ch \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-arm-msm@vger.kernel.org \
    --cc=pavel@ucw.cz \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.