]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mfd: vexpress-sysreg: Don't skip initialization on probe
authorPawel Moll <pawel.moll@arm.com>
Tue, 27 Nov 2012 16:48:50 +0000 (16:48 +0000)
committerPawel Moll <pawel.moll@arm.com>
Thu, 24 Jan 2013 12:19:23 +0000 (12:19 +0000)
commit52666298aebe5e9ab28a773ee61d2ce81fa097bb
treeb9c22d4ebf71abdbf6eebb1b47942ee963dce9ab
parentab838bc9c2b9b3afc64d92928dfae9e09fa5b467
mfd: vexpress-sysreg: Don't skip initialization on probe

The vexpress-sysreg driver does not have to be initialized
early, when the platform doesn't require this. Unfortunately
in such case it wasn't initialized correctly - master site
lookup and config bridge registration were missing. Fixed now.

Signed-off-by: Pawel Moll <pawel.moll@arm.com>
drivers/mfd/vexpress-sysreg.c