From: linux@rempel-privat.de (Oleksij Rempel)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v7 05/10] ARM: irqchip: mxs: add Alpascale ASM9260 support
Date: Tue, 21 Oct 2014 09:45:51 +0200 [thread overview]
Message-ID: <54460F2F.2080306@rempel-privat.de> (raw)
In-Reply-To: <alpine.DEB.2.11.1410210941100.5308@nanos>
Am 21.10.2014 um 09:42 schrieb Thomas Gleixner:
> On Tue, 21 Oct 2014, Oleksij Rempel wrote:
>
>> Am 21.10.2014 um 09:27 schrieb Thomas Gleixner:
>>> On Tue, 21 Oct 2014, Oleksij Rempel wrote:
>>>> static void icoll_unmask_irq(struct irq_data *d)
>>>> {
>>>> - __raw_writel(BM_ICOLL_INTR_ENABLE,
>>>> - icoll_priv.intr + SET_REG + HW_ICOLL_INTERRUPTn(d->hwirq));
>>>> + mutex_lock(&icoll_lock);
>>>
>>> And how's that supposed to work? You certainly did not run this code
>>> with even the simplest debugging options enabled. Not to talk about
>>> lockdep or such.
>>
>> Are there any check list what debugging options should be enabled?
>
> # ls Documentation | grep -i checklist
>
> Perhaps?
Thank you. Will recheck it.
I used this one
http://free-electrons.com/pub/conferences/2012/elce/arm-soc-checklist/arm-soc-checklist.pdf
--
Regards,
Oleksij
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 213 bytes
Desc: OpenPGP digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20141021/9f580c22/attachment.sig>
next prev parent reply other threads:[~2014-10-21 7:45 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-21 7:14 [PATCH v7 00/10] initial suport for Alphascale ASM9260 Oleksij Rempel
2014-10-21 7:14 ` [PATCH v7 01/10] ARM: add mach-asm9260 Oleksij Rempel
2014-10-21 7:14 ` [PATCH v7 02/10] ARM: add lolevel debug support for asm9260 Oleksij Rempel
2014-10-21 7:20 ` Thomas Gleixner
2014-10-21 7:41 ` Oleksij Rempel
2014-10-21 7:14 ` [PATCH v7 03/10] ARM: clk: add clk-asm9260 driver Oleksij Rempel
2014-10-21 7:14 ` [PATCH v7 04/10] ARM: irqchip: mxs: prepare driver for HW with different offsets Oleksij Rempel
2014-10-21 7:14 ` [PATCH v7 05/10] ARM: irqchip: mxs: add Alpascale ASM9260 support Oleksij Rempel
2014-10-21 7:27 ` Thomas Gleixner
2014-10-21 7:34 ` Oleksij Rempel
2014-10-21 7:42 ` Thomas Gleixner
2014-10-21 7:45 ` Oleksij Rempel [this message]
2014-10-21 7:14 ` [PATCH v7 06/10] ARM: clocksource: add asm9260_timer driver Oleksij Rempel
2014-11-19 9:31 ` Daniel Lezcano
2014-10-21 7:14 ` [PATCH v7 07/10] ARM: tty: mxs-auart: add initial Alphascale ASM9260 support Oleksij Rempel
2014-10-21 7:14 ` [PATCH v7 08/10] ARM: dts: add DT for Alphascale ASM9260 SoC Oleksij Rempel
2014-10-21 7:14 ` [PATCH v7 09/10] ARM: add alphascale,acc.txt bindings documentation Oleksij Rempel
2014-10-21 7:14 ` [PATCH v7 10/10] add Alphascale to vendor-prefixes.txt Oleksij Rempel
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=54460F2F.2080306@rempel-privat.de \
--to=linux@rempel-privat.de \
--cc=linux-arm-kernel@lists.infradead.org \
/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.