Re: [RFC PATCH 0/2] serial: Hack up 8520.c for evil device tree hookin.
From: Alan Cox <hidden>
Date: 2011-03-17 01:46:20
Also in:
linux-devicetree, lkml
From: Alan Cox <hidden>
Date: 2011-03-17 01:46:20
Also in:
linux-devicetree, lkml
is correct. When I put the code in my board's serial.c file, I am not so lucky. To get the initialization order correct, I add a notifier chain to 8250.c
Can't you use a late_initcall ? or indeed we could make the 8250 core functionality only init first ? Alan