daniel-santos / mcp2210-linux

MCP2210 driver for linux
http://danielthesantos.blogspot.com/search/label/mcp2210
51 stars 31 forks source link

Creeks needs a mechanism to generate platform_data #6

Open daniel-santos opened 10 years ago

daniel-santos commented 10 years ago

This is a feature that ended up getting skipped over due to the number of ways that it could be designed & implemented. The core issue is that platform_data usually comes from some static source or from the device tree, which we don't have on a hot-plugged device like a USB peripheral. Thus, we need some mechanism to generate this from data on the EEPROM as well as supplying it from user-space.