barebox/drivers/mfd
Andrey Smirnov c203958f3b syscon: Decrease driver registration priority
A number of devices on i.MX6 list "syscon" as second compatibility
string, among them, most importantly, is "iomuxv3" pinmux driver, which
gets probed at "postcore_initcall". Probing this driver at
"core_initcall" results in "syscon" driver usurping pinmux device and
preventing "iomuxv3" driver from loading and correctly initializing
pinmux of the system (which in turn results in a lot of sadness).

Moving this driver to be initialized at "device_initcall" time resolves
the issue.

Signed-off-by: Andrey Smirnov <andrew.smirnov@gmail.com>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2016-05-18 07:47:51 +02:00
..
act8846.c mfd: add act8846 driver 2014-04-29 08:12:32 +02:00
da9053.c mfd: da9053: remove references to nonexistent cdev member 2015-09-04 08:02:18 +02:00
da9063.c mfd: da9063: add da9063 watchdog and system restart driver 2015-08-28 08:35:51 +02:00
Kconfig mfd: da9053: add da9053 watchdog and system restart driver 2015-08-28 08:35:51 +02:00
lp3972.c I2C: Rename i2c_register_driver() for using with register_driver_macro() 2013-03-14 07:15:44 +01:00
Makefile mfd: da9053: add da9053 watchdog and system restart driver 2015-08-28 08:35:51 +02:00
mc9sdz60.c I2C: Rename i2c_register_driver() for using with register_driver_macro() 2013-03-14 07:15:44 +01:00
mc13xxx.c mfd: mc13xxx: Switch to regmap support 2016-02-05 14:32:16 +01:00
mc34704.c mfd: mc34704: Add DT support 2014-07-29 08:22:05 +02:00
stmpe-i2c.c string: Fix (v)asprintf prototypes 2016-04-15 12:21:45 +02:00
syscon.c syscon: Decrease driver registration priority 2016-05-18 07:47:51 +02:00
twl-core.c use loff_t for file offsets 2012-06-30 16:53:24 +02:00
twl4030.c I2C: Rename i2c_register_driver() for using with register_driver_macro() 2013-03-14 07:15:44 +01:00
twl6030.c I2C: Rename i2c_register_driver() for using with register_driver_macro() 2013-03-14 07:15:44 +01:00