On Thu, Apr 10, 2014 at 3:41 PM, Rob Herring <[email protected]> wrote: > From: Rob Herring <[email protected]> > > We attempt to search for compatible strings which use a variable > token in the documented name such as <chip> or <soc>. While this > was attempted to be handled, it's utterly broken. > > The desired forms of matching are: > > vendor,<chip>-* > vendor,name<part#>-* > > For <chip>, lower case characters and numbers are permitted. For > <part#>, only numeric values are allowed. > > With this change, the number of missing compatible strings reported in > arch/arm/boot/dts is reduced from 1071 to 960. > > Reported-by: Alexandre Belloni <[email protected]> > Signed-off-by: Rob Herring <[email protected]> > Cc: Florian Vaussard <[email protected]> > Cc: Joe Perches <[email protected]> > Cc: Andy Whitcroft <[email protected]> > Cc: Andrew Morton <[email protected]>
As I came up with about the same patch while investigating why it didn't work for me: Tested-by: Geert Uytterhoeven <[email protected]> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- [email protected] 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-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

