regmap: Add hook for printk logging for debugging during early init
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 6 Jul 2012 13:10:23 +0000 (14:10 +0100)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Fri, 6 Jul 2012 13:16:16 +0000 (14:16 +0100)
Sometimes for failures during very early init the trace infrastructure
isn't available early enough to be used.  For this sort of problem
defining LOG_DEVICE will add printks for basic register I/O on a specific
device, allowing trace to be extracted when the trace system doesn't come
up early enough to work with.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>

No differences found