[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1319833618-25190-1-git-send-email-s.hauer@pengutronix.de>
Date: Fri, 28 Oct 2011 22:26:57 +0200
From: Sascha Hauer <s.hauer@...gutronix.de>
To: linux-kernel@...r.kernel.org
Cc: Liam Girdwood <lrg@...com>,
Mark Brown <broonie@...nsource.wolfsonmicro.com>,
Linus Walleij <linus.walleij@...aro.org>,
Paul Mundt <lethal@...ux-sh.org>,
Tony Lindgren <tony@...mide.com>,
Mike Frysinger <vapier@...too.org>, linux-sh@...r.kernel.org,
linux-omap@...r.kernel.org, uclinux-dist-devel@...ckfin.uclinux.org
Subject: [PATCH] regulator: provide dummy supply support
Hi,
The following patch allows it for boards to register a dummy supply for
devices for which no software controllable regulator is available. The
current CONFIG_REGULATOR_DUMMY and (unused) regulator_use_dummy_regulator()
mechanisms only allow to provide a dummy regulator for *all* devices
for which no regulator is found. This would shadow real errors and thus
is not really an option for production kernels.
This patch may eventually superseed the current all-or-nothing approach.
This came to me while looking over Linus' smsc911x regulator support
patch and so I added all people affected by this patch to Cc.
Sascha
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists