commit | 1044c180de4ba426aa5fb1b4b13b5f219ddb7105 | [log] [tgz] |
---|---|---|
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Jul 06 14:10:23 2012 +0100 |
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | Fri Jul 06 14:16:16 2012 +0100 |
tree | 498879b6fe9de31960e8b914be70203a1c8a9223 | |
parent | e8790ab4ce2a46505a8e1479645414425dbc81f0 [diff] |
regmap: Add hook for printk logging for debugging during early init 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>