Re: [patch -linus] regmap: REMAP_IRQ should select IRQ_DOMAIN itself

From: Mark Brown
Date: Thu May 24 2012 - 05:37:40 EST


On Wed, May 23, 2012 at 06:12:18PM -0700, David Rientjes wrote:

> you did it with a bogus commit message that insists this is only a
> randconfig issue when in reality you never tested enabling
> CONFIG_MFD_PALMAS without CONFIG_IRQ_DOMAIN when you merged 4af8be67fd99
> ("regmap: Convert regmap_irq to use irq_domain").

JFTR all randconfig means is that it doesn't seem like a configuration a
human is likely to generate for use on an actual system as opposed to
build coverage - in this case the driver is for the PMIC for some new
ARM SoCs so it's unlikely that someone would want to run the driver on a
system that doesn't have DT (and hence IRQ domains) enabled.

With this sort of dependency error failures are generally either in
configurations you'd expect people to want to run (which obviously
affect users), in allXconfig builds (which get run a lot for all sorts
of reasons and so are urgent even if it's unlikely people will use them
in production) or in randconfig builds (which should work and are
potentially sensible configurations but can also turn up combinations
that aren't that realistic). All of these should be fixed if they
break.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/