* Atmel SoCs and the newly added CONFIG_DELAY_DEVICE_PROBES option
@ 2015-10-16 18:11 Sylvain Rochet
2015-10-16 19:29 ` Tomeu Vizoso
0 siblings, 1 reply; 3+ messages in thread
From: Sylvain Rochet @ 2015-10-16 18:11 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
FYI, to save you a git bisect, the recently added
CONFIG_DELAY_DEVICE_PROBES (enabled by default) breaks Atmel SoCs.
For a few of quickly noticeable issues:
- PM is not working: at91_pm_sram_init: sram pool unavailable!
- Watchdog is not even probed
- on -ek boards the wm8904 is not probed either.
Disabling CONFIG_DELAY_DEVICE_PROBES fixes all issues.
Tomeu, what should I provide to help find out what's happening ?
Sylvain
^ permalink raw reply [flat|nested] 3+ messages in thread
* Atmel SoCs and the newly added CONFIG_DELAY_DEVICE_PROBES option
2015-10-16 18:11 Atmel SoCs and the newly added CONFIG_DELAY_DEVICE_PROBES option Sylvain Rochet
@ 2015-10-16 19:29 ` Tomeu Vizoso
2015-10-16 21:54 ` Alexandre Belloni
0 siblings, 1 reply; 3+ messages in thread
From: Tomeu Vizoso @ 2015-10-16 19:29 UTC (permalink / raw)
To: linux-arm-kernel
On 16 October 2015 at 20:11, Sylvain Rochet <sylvain.rochet@finsecur.com> wrote:
> Hi,
>
> FYI, to save you a git bisect, the recently added
> CONFIG_DELAY_DEVICE_PROBES (enabled by default) breaks Atmel SoCs.
>
> For a few of quickly noticeable issues:
> - PM is not working: at91_pm_sram_init: sram pool unavailable!
> - Watchdog is not even probed
> - on -ek boards the wm8904 is not probed either.
>
> Disabling CONFIG_DELAY_DEVICE_PROBES fixes all issues.
>
> Tomeu, what should I provide to help find out what's happening ?
Hi Sylvain, I believe I can do some testing via kernelci on those
boards, latest on monday.
It will probably involve moving some initcalls, and probing more kinds
of devices on-demand. Sometimes the proper solution is to move code
from initcalls into proper drivers which can defer their probe if some
dependency isn't there at that point, but that's likely to be more
invasive than wanted at this point.
Regards,
Tomeu
> Sylvain
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
^ permalink raw reply [flat|nested] 3+ messages in thread
* Atmel SoCs and the newly added CONFIG_DELAY_DEVICE_PROBES option
2015-10-16 19:29 ` Tomeu Vizoso
@ 2015-10-16 21:54 ` Alexandre Belloni
0 siblings, 0 replies; 3+ messages in thread
From: Alexandre Belloni @ 2015-10-16 21:54 UTC (permalink / raw)
To: linux-arm-kernel
On 16/10/2015 at 21:29:25 +0200, Tomeu Vizoso wrote :
> On 16 October 2015 at 20:11, Sylvain Rochet <sylvain.rochet@finsecur.com> wrote:
> > Hi,
> >
> > FYI, to save you a git bisect, the recently added
> > CONFIG_DELAY_DEVICE_PROBES (enabled by default) breaks Atmel SoCs.
> >
> > For a few of quickly noticeable issues:
> > - PM is not working: at91_pm_sram_init: sram pool unavailable!
> > - Watchdog is not even probed
> > - on -ek boards the wm8904 is not probed either.
> >
> > Disabling CONFIG_DELAY_DEVICE_PROBES fixes all issues.
> >
> > Tomeu, what should I provide to help find out what's happening ?
>
> Hi Sylvain, I believe I can do some testing via kernelci on those
> boards, latest on monday.
>
This also probably broke PM on i.mx5 and i.mx6 (and I think socfpga)
boards as they use the sram driver the same way. That is why sram_init
is a postcore_initcall.
> It will probably involve moving some initcalls, and probing more kinds
> of devices on-demand. Sometimes the proper solution is to move code
> from initcalls into proper drivers which can defer their probe if some
> dependency isn't there at that point, but that's likely to be more
> invasive than wanted at this point.
>
I guess that the PM code will be really difficult to move into drivers
but I'd be happy to see that done on AT91 as this is the only thing left
in mach-at91.
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-16 21:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-16 18:11 Atmel SoCs and the newly added CONFIG_DELAY_DEVICE_PROBES option Sylvain Rochet
2015-10-16 19:29 ` Tomeu Vizoso
2015-10-16 21:54 ` Alexandre Belloni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).