al177 / esp8089

Linux kernel module driver for the ESP8089 WiFi chip
GNU General Public License v2.0
180 stars 114 forks source link

Integration with kernel tree #28

Closed pablogs9 closed 4 years ago

pablogs9 commented 5 years ago

I'm trying to compile this module for a embedded device including it in our kernel tree branch. Does anyone knows how must be the Makefile rewriten to be included in Kbuild system and the .ko files generated for MODPOST?

al177 commented 5 years ago

The original driver this is based on is an in-tree driver released as part of Rockchip tablet kernel sources. If you look at the earliest few commits, you can see where I converted the in kernel driver into a module.

CRImier commented 5 years ago

@pablogs9 you will likely want to see this commit: https://github.com/Icenowy/esp8089/commit/5586b6aac8e7e7da4b0b8439e9c3876f11d8da90

zoobab commented 5 years ago

What about submitting this linux driver upstream?

al177 commented 5 years ago

@zoobab I would love to see this mainlined, but I don't have any experience doing so. Given the trouble others with more experience have had in getting this driver accepted, I don't think this is the driver to cut my upstream submission teeth on.