All of lore.kernel.org
 help / color / mirror / Atom feed
* How to correctly load a driver without device tree?
@ 2018-06-20  6:36 kipade
  2018-06-20  8:01 ` Greg KH
  0 siblings, 1 reply; 7+ messages in thread
From: kipade @ 2018-06-20  6:36 UTC (permalink / raw)
  To: kernelnewbies

Now, most of kernel device are initialized by its driver according by
what described within device tree block. Here, the dtb was parsed
and used during kernel booting. If so, I want to load a device driver
after kernel booting using insmod, there would be no device tree
block present, so, the device would not be configured correctly.
so, how to make it usable?

Regards,
kipade.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20180620/a3b1604a/attachment.html>

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-06-21  0:33 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-20  6:36 How to correctly load a driver without device tree? kipade
2018-06-20  8:01 ` Greg KH
2018-06-20  8:30   ` kipade
2018-06-20  8:58     ` Gajjar Akash
2018-06-21  0:31       ` kipade
2018-06-20 12:31     ` Greg KH
2018-06-21  0:33       ` kipade

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.