Geert Uytterhoeven
2014-06-11 08:12:21 UTC
Hi Morimoto-san,
CC devicetree, alsa-devel
On Wed, Jun 11, 2014 at 9:40 AM, Kuninori Morimoto
grep asahi-kasei sound/soc/codecs/*
sound/soc/codecs/ak4104.c: { .compatible = "asahi-kasei,ak4104", },
sound/soc/codecs/ak4554.c: { .compatible = "asahi-kasei,ak4554" },
sound/soc/codecs/ak4642.c: { .compatible = "asahi-kasei,ak4642", .data = &ak4642_drvdata},
sound/soc/codecs/ak4642.c: { .compatible = "asahi-kasei,ak4643", .data = &ak4643_drvdata},
sound/soc/codecs/ak4642.c: { .compatible = "asahi-kasei,ak4648", .data = &ak4648_drvdata},
sound/soc/codecs/ak5386.c: { .compatible = "asahi-kasei,ak5386", },
ak4642 driver can't probe by "ak";
That's bad. And all but one of these match entries have been added
_after_ the addition of "ak" to vendor-prefixes.txt...
Outside sound, there's also "asahi-kasei,ak8975" vs. "ak,ak8975".
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ***@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
CC devicetree, alsa-devel
On Wed, Jun 11, 2014 at 9:40 AM, Kuninori Morimoto
On Wed, Jun 11, 2014 at 8:54 AM, Kuninori Morimoto
Documentation/devicetree/bindings/vendor-prefixes.txt
says
ak Asahi Kasei Corp.
I know, but,+ compatible = "asahi-kasei,ak4643";
As Sergei already commented,Documentation/devicetree/bindings/vendor-prefixes.txt
says
ak Asahi Kasei Corp.
grep asahi-kasei sound/soc/codecs/*
sound/soc/codecs/ak4104.c: { .compatible = "asahi-kasei,ak4104", },
sound/soc/codecs/ak4554.c: { .compatible = "asahi-kasei,ak4554" },
sound/soc/codecs/ak4642.c: { .compatible = "asahi-kasei,ak4642", .data = &ak4642_drvdata},
sound/soc/codecs/ak4642.c: { .compatible = "asahi-kasei,ak4643", .data = &ak4643_drvdata},
sound/soc/codecs/ak4642.c: { .compatible = "asahi-kasei,ak4648", .data = &ak4648_drvdata},
sound/soc/codecs/ak5386.c: { .compatible = "asahi-kasei,ak5386", },
ak4642 driver can't probe by "ak";
_after_ the addition of "ak" to vendor-prefixes.txt...
Outside sound, there's also "asahi-kasei,ak8975" vs. "ak,ak8975".
My code is based on "code", not "document"
Gr{oetje,eeting}s,Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ***@linux-m68k.org
In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
-- Linus Torvalds
--
To unsubscribe from this list: send the line "unsubscribe linux-sh" in
the body of a message to ***@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html