Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1174737
| From | Grant Likely <grant.likely@secretlab.ca> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH v1 03/10] mfd: Have child devices point to their firmware nodes |
| Date | 2015-06-30 22:30 +0200 |
| Message-ID | <pHakh-4aX-13@gated-at.bofh.it> (permalink) |
| References | <pH5aV-54y-11@gated-at.bofh.it> <pH5aV-54y-15@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
On Tue, 30 Jun 2015 16:55:01 +0200
, Tomeu Vizoso <tomeu.vizoso@collabora.com>
wrote:
> This is needed by platform-independent code that needs to do something
> with devices based on the data provided by the firmware.
>
> Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com>
Acked-by: Grant Likely <grant.likely@linaro.org>
> ---
>
> drivers/mfd/mfd-core.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/mfd/mfd-core.c b/drivers/mfd/mfd-core.c
> index 14fd5cb..e2422ea 100644
> --- a/drivers/mfd/mfd-core.c
> +++ b/drivers/mfd/mfd-core.c
> @@ -158,6 +158,7 @@ static int mfd_add_device(struct device *parent, int id,
> for_each_child_of_node(parent->of_node, np) {
> if (of_device_is_compatible(np, cell->of_compatible)) {
> pdev->dev.of_node = np;
> + pdev->dev.fwnode = &pdev->dev.of_node->fwnode;
> break;
> }
> }
> --
> 2.4.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
Re: [PATCH v1 03/10] mfd: Have child devices point to their firmware nodes Grant Likely <grant.likely@secretlab.ca> - 2015-06-30 22:30 +0200
csiph-web