Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1301401

Re: [PATCH] of/platform: export of_default_bus_match_table

From Arnd Bergmann <arnd@arndb.de>
Newsgroups linux.kernel
Subject Re: [PATCH] of/platform: export of_default_bus_match_table
Date 2016-01-05 11:20 +0100
Message-ID <qNwSC-GU-19@gated-at.bofh.it> (permalink)
References <qNpo5-3HU-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


On Tuesday 05 January 2016 11:17:53 Masahiro Yamada wrote:
> Currently, drivers/bus/uniphier-system-bus.c is kept from being a
> module due to the unresolved reference to of_default_bus_match_table.
> 
> Refer to commit 326ea45aa827 ("bus: uniphier: allow only built-in
> driver").
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---
> 
>  drivers/of/platform.c | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/of/platform.c b/drivers/of/platform.c
> index af98343..8d103e4 100644
> --- a/drivers/of/platform.c
> +++ b/drivers/of/platform.c
> @@ -31,6 +31,7 @@ const struct of_device_id of_default_bus_match_table[] = {
>  #endif /* CONFIG_ARM_AMBA */
>         {} /* Empty terminated list */
>  };
> +EXPORT_SYMBOL(of_default_bus_match_table);

I wonder if the uniphier bus should actually use the default
match table at all. Sorry for not having thought of that when
I did my patch.

What kinds of devices do you see below this bus? Do you have multiple
levels of devices? Are they all platform devices or could they
be AMBA?

	Arnd
--
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 | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH] of/platform: export of_default_bus_match_table Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-01-05 03:20 +0100
  Re: [PATCH] of/platform: export of_default_bus_match_table Arnd Bergmann <arnd@arndb.de> - 2016-01-05 11:20 +0100
    Re: [PATCH] of/platform: export of_default_bus_match_table Masahiro Yamada <yamada.masahiro@socionext.com> - 2016-01-05 12:00 +0100
      Re: [PATCH] of/platform: export of_default_bus_match_table Arnd Bergmann <arnd@arndb.de> - 2016-01-05 12:50 +0100
        Re: [PATCH] of/platform: export of_default_bus_match_table Rob Herring <robh+dt@kernel.org> - 2016-01-05 15:30 +0100

csiph-web