diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2015-11-24 15:08:13 (GMT) |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2015-11-24 16:54:19 (GMT) |
commit | 86e57ca735a72b44aab90a649157a678b7069a6d (patch) | |
tree | e38a3ad8ad6d7428167f6275925545fb52560f37 /scripts/kallsyms.c | |
parent | 1affe5946f7293b3747bfe7ef25dc5cfe9869012 (diff) | |
download | linux-86e57ca735a72b44aab90a649157a678b7069a6d.tar.xz |
irqchip/renesas-intc-irqpin: Improve clock error handling and reporting
If the Renesas External IRQ Pin driver cannot find a functional clock,
it prints a warning, .e.g.
renesas_intc_irqpin fe78001c.interrupt-controller: unable to get clock
and continues, as the clock is optional, depending on the SoC type.
This warning may confuse users.
To fix this, add a flag to indicate that the clock is mandatory or
optional, and add a few more compatible entries:
- If the clock is mandatory (on R-Mobile A1 or SH-Mobile AG5), a
missing clock is now treated as a fatal error,
- If the clock is optional (on R-Car Gen1, or using the generic
"renesas,intc-irqpin" compatible value), the warning is no longer
printed.
This requires making struct intc_irqpin_irlm_config more generic by
renaming it to intc_irqpin_config, and adding a flag to indicate if IRLM
is needed.
The new clock flag is merged with the existing shared_irqs boolean into
a bitfield to save space.
Suggested-by: Magnus Damm <magnus.damm@gmail.com>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Link: https://lkml.kernel.org/r/1448377693-19597-1-git-send-email-geert+renesas@glider.be
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'scripts/kallsyms.c')
0 files changed, 0 insertions, 0 deletions