Re: [PATCH 00/19] ARM: imx legacy: move peripheral initializations to .init_late

2016-09-20 Thread Shawn Guo
On Mon, Sep 19, 2016 at 04:36:28AM +0300, Vladimir Zapolskiy wrote: > Vladimir Zapolskiy (19): > ARM: imx legacy: kzm: move peripheral initialization to .init_late > ARM: imx legacy: mx31lite: move peripheral initialization to .init_late > ARM: imx legacy: mx31ads: move peripheral

Re: [PATCH 00/19] ARM: imx legacy: move peripheral initializations to .init_late

2016-09-20 Thread Shawn Guo
On Mon, Sep 19, 2016 at 04:36:28AM +0300, Vladimir Zapolskiy wrote: > Vladimir Zapolskiy (19): > ARM: imx legacy: kzm: move peripheral initialization to .init_late > ARM: imx legacy: mx31lite: move peripheral initialization to .init_late > ARM: imx legacy: mx31ads: move peripheral

[PATCH 00/19] ARM: imx legacy: move peripheral initializations to .init_late

2016-09-18 Thread Vladimir Zapolskiy
The series moves registrations and initializations of all peripherals which are GPIO line consumers for all legacy (prior to DT) i.MX powered boards from .init_machine to .init_late init level. This is needed to proactively prevent boot time issues on the legacy boards due to the deprioritized

[PATCH 00/19] ARM: imx legacy: move peripheral initializations to .init_late

2016-09-18 Thread Vladimir Zapolskiy
The series moves registrations and initializations of all peripherals which are GPIO line consumers for all legacy (prior to DT) i.MX powered boards from .init_machine to .init_late init level. This is needed to proactively prevent boot time issues on the legacy boards due to the deprioritized