03.08.2021 20:51, Saravana Kannan wrote:
So lets convert this driver to simple platform_device with probe(). Also use platform_get_ and devm_ family function to get/allocate resources and drop unused .compatible = "qeic".Yes, please!
Should I totally drop { .type = "qeic"}, or keep?