3fcd3f191c092251ebbf5b1b92892ad2eac8fc7f
Since MU now is NOT in WU irq domain, so there is no irq_set_wake callback available, below message will come out during kernel boot up: imx8mu_init: set_irq_wake failed: -6 GIC/MU now are powered off during suspend, so it is unnecessary to call irq_set_irq_wake() for MU, we can remove it to avoid the failure message. Signed-off-by: Anson Huang <Anson.Huang@nxp.com> Reviewed-by: Robin Gong <yibin.gong@nxp.com>
…
…
…
…
…
…
…
…
…
…
…
…
…
…
Linux kernel ============ This file was moved to Documentation/admin-guide/README.rst Please notice that there are several guides for kernel developers and users. These guides can be rendered in a number of formats, like HTML and PDF. In order to build the documentation, use ``make htmldocs`` or ``make pdfdocs``. There are various text files in the Documentation/ subdirectory, several of them using the Restructured Text markup notation. See Documentation/00-INDEX for a list of what is contained in each file. Please read the Documentation/process/changes.rst file, as it contains the requirements for building and running the kernel, and information about the problems which may result by upgrading your kernel.
Description
Languages
C
97.2%
Assembly
2.2%
Makefile
0.3%
Perl
0.1%