Discussion:
Convert PCI drivers to be table driven
Lakhan Shiva
2018-04-30 05:11:15 UTC
Permalink
Hi All,

My name is Lakhan Kamireddy. I have been accepted to GSoC for the project
to Convert PCI drivers attachments to be table driven. We currently have a
devmatch infrastructure that gives us a way to match up hardware with
kernel modules. But, for devmatch to use them, they need to have their
device ID scans done via a table. The table needs to be decorated with
PNP_INFO tag.
Here we also need to automate testing of this drivers to make sure they
work somehow.

You can find my document below -
Lakhan Shiva
2018-04-30 05:12:19 UTC
Permalink
https://docs.google.com/document/d/1bB_2Hgadg-3CEgashcM85-MzIOqRXT9wIEEfAstbPlU/edit?usp=sharing

I would like to know if you have any feedback regarding this project - any
helpful reviews or ideas.

Thanks,
Lakhan Kamireddy
Post by Lakhan Shiva
Hi All,
My name is Lakhan Kamireddy. I have been accepted to GSoC for the project
to Convert PCI drivers attachments to be table driven. We currently have a
devmatch infrastructure that gives us a way to match up hardware with
kernel modules. But, for devmatch to use them, they need to have their
device ID scans done via a table. The table needs to be decorated with
PNP_INFO tag.
Here we also need to automate testing of this drivers to make sure they
work somehow.
You can find my document below -
Loading...