From: David Daney <ddaney@caviumnetworks.com>
To: "Steven J. Hill" <steven.hill@cavium.com>,
Rob Herring <robh@kernel.org>, Jon Hunter <jonathanh@nvidia.com>
Cc: <linux-mips@linux-mips.org>, <ralf@linux-mips.org>,
David Daney <david.daney@cavium.com>,
<devicetree@vger.kernel.org>
Subject: Re: [PATCH] MIPS: Octeon: mark GPIO controller node not populated IRQ, init.
Date: Thu, 25 Aug 2016 15:20:55 -0700 [thread overview]
Message-ID: <57BF6F47.4030803@caviumnetworks.com> (raw)
In-Reply-To: <422712ab-4b0d-2b6d-4600-b917c2d327a9@cavium.com>
On 08/25/2016 02:22 PM, Steven J. Hill wrote:
> We clear the OF_POPULATED flag for the GPIO controller node, otherwise
> the GPIO lines used by the MMC driver are never probed.
>
> Fixes: 15cc2ed6dcf9 ("of/irq: Mark initialised interrupt controllers as populated")
> Signed-off-by: Steven J. Hill <Steven.Hill@cavium.com>
> ---
> arch/mips/cavium-octeon/octeon-irq.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/mips/cavium-octeon/octeon-irq.c b/arch/mips/cavium-octeon/octeon-irq.c
> index 5a9b87b..41d12d4 100644
> --- a/arch/mips/cavium-octeon/octeon-irq.c
> +++ b/arch/mips/cavium-octeon/octeon-irq.c
> @@ -1619,6 +1619,13 @@ static int __init octeon_irq_init_gpio(
> return -ENOMEM;
> }
>
> + /*
> + * Clear the OF_POPULATED flag that was set above for the
Can we s/above/in of_irq_init()/ to be less ambiguous?
> + * GPIO controller so that the lines used by the MMC driver
I suspect that it is not just MMC that was broken by commit
15cc2ed6dcf9. Can we get a real description of exactly which kernel
facilities are impacted? Is it all GPIO, or what?
> + * will not be skipped.
> + */
> + of_node_clear_flag(gpio_node, OF_POPULATED);
> +
> return 0;
> }
> /*
>
WARNING: multiple messages have this Message-ID (diff)
From: David Daney <ddaney@caviumnetworks.com>
To: "Steven J. Hill" <steven.hill@cavium.com>,
Rob Herring <robh@kernel.org>, Jon Hunter <jonathanh@nvidia.com>
Cc: linux-mips@linux-mips.org, ralf@linux-mips.org,
David Daney <david.daney@cavium.com>,
devicetree@vger.kernel.org
Subject: Re: [PATCH] MIPS: Octeon: mark GPIO controller node not populated IRQ, init.
Date: Thu, 25 Aug 2016 15:20:55 -0700 [thread overview]
Message-ID: <57BF6F47.4030803@caviumnetworks.com> (raw)
Message-ID: <20160825222055.mSGP8PTciAGe_0PtDVmmEKX8qn6aaRYZQ_TLwv2m6hg@z> (raw)
In-Reply-To: <422712ab-4b0d-2b6d-4600-b917c2d327a9@cavium.com>
On 08/25/2016 02:22 PM, Steven J. Hill wrote:
> We clear the OF_POPULATED flag for the GPIO controller node, otherwise
> the GPIO lines used by the MMC driver are never probed.
>
> Fixes: 15cc2ed6dcf9 ("of/irq: Mark initialised interrupt controllers as populated")
> Signed-off-by: Steven J. Hill <Steven.Hill@cavium.com>
> ---
> arch/mips/cavium-octeon/octeon-irq.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/mips/cavium-octeon/octeon-irq.c b/arch/mips/cavium-octeon/octeon-irq.c
> index 5a9b87b..41d12d4 100644
> --- a/arch/mips/cavium-octeon/octeon-irq.c
> +++ b/arch/mips/cavium-octeon/octeon-irq.c
> @@ -1619,6 +1619,13 @@ static int __init octeon_irq_init_gpio(
> return -ENOMEM;
> }
>
> + /*
> + * Clear the OF_POPULATED flag that was set above for the
Can we s/above/in of_irq_init()/ to be less ambiguous?
> + * GPIO controller so that the lines used by the MMC driver
I suspect that it is not just MMC that was broken by commit
15cc2ed6dcf9. Can we get a real description of exactly which kernel
facilities are impacted? Is it all GPIO, or what?
> + * will not be skipped.
> + */
> + of_node_clear_flag(gpio_node, OF_POPULATED);
> +
> return 0;
> }
> /*
>
WARNING: multiple messages have this Message-ID (diff)
From: David Daney <ddaney-M3mlKVOIwJVv6pq1l3V1OdBPR1lH4CV8@public.gmane.org>
To: "Steven J. Hill"
<steven.hill-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>,
Rob Herring <robh-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
Jon Hunter <jonathanh-DDmLM1+adcrQT0dZR+AlfA@public.gmane.org>
Cc: linux-mips-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org,
ralf-6z/3iImG2C8G8FEW9MqTrA@public.gmane.org,
David Daney <david.daney-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>,
devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
Subject: Re: [PATCH] MIPS: Octeon: mark GPIO controller node not populated IRQ, init.
Date: Thu, 25 Aug 2016 15:20:55 -0700 [thread overview]
Message-ID: <57BF6F47.4030803@caviumnetworks.com> (raw)
In-Reply-To: <422712ab-4b0d-2b6d-4600-b917c2d327a9-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
On 08/25/2016 02:22 PM, Steven J. Hill wrote:
> We clear the OF_POPULATED flag for the GPIO controller node, otherwise
> the GPIO lines used by the MMC driver are never probed.
>
> Fixes: 15cc2ed6dcf9 ("of/irq: Mark initialised interrupt controllers as populated")
> Signed-off-by: Steven J. Hill <Steven.Hill-YGCgFSpz5w/QT0dZR+AlfA@public.gmane.org>
> ---
> arch/mips/cavium-octeon/octeon-irq.c | 7 +++++++
> 1 file changed, 7 insertions(+)
>
> diff --git a/arch/mips/cavium-octeon/octeon-irq.c b/arch/mips/cavium-octeon/octeon-irq.c
> index 5a9b87b..41d12d4 100644
> --- a/arch/mips/cavium-octeon/octeon-irq.c
> +++ b/arch/mips/cavium-octeon/octeon-irq.c
> @@ -1619,6 +1619,13 @@ static int __init octeon_irq_init_gpio(
> return -ENOMEM;
> }
>
> + /*
> + * Clear the OF_POPULATED flag that was set above for the
Can we s/above/in of_irq_init()/ to be less ambiguous?
> + * GPIO controller so that the lines used by the MMC driver
I suspect that it is not just MMC that was broken by commit
15cc2ed6dcf9. Can we get a real description of exactly which kernel
facilities are impacted? Is it all GPIO, or what?
> + * will not be skipped.
> + */
> + of_node_clear_flag(gpio_node, OF_POPULATED);
> +
> return 0;
> }
> /*
>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
next prev parent reply other threads:[~2016-08-25 22:21 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-25 21:22 [PATCH] MIPS: Octeon: mark GPIO controller node not populated IRQ, init Steven J. Hill
2016-08-25 22:20 ` David Daney [this message]
2016-08-25 22:20 ` David Daney
2016-08-25 22:20 ` David Daney
2016-08-25 22:40 ` Aaro Koskinen
2016-08-25 22:40 ` Aaro Koskinen
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=57BF6F47.4030803@caviumnetworks.com \
--to=ddaney@caviumnetworks.com \
--cc=david.daney@cavium.com \
--cc=devicetree@vger.kernel.org \
--cc=jonathanh@nvidia.com \
--cc=linux-mips@linux-mips.org \
--cc=ralf@linux-mips.org \
--cc=robh@kernel.org \
--cc=steven.hill@cavium.com \
/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.