ithink.chan 841e85f048 重命名文件.
Signed-off-by: ithink.chan <chenyang@autoai.com>
2019-07-05 16:08:20 +08:00

569 B
Raw Blame History

Linux SPI 设备驱动开发x86平台

Platform

arch->x86->platform 下创建 board 文件。

Match

spi_register_board_info <------------------------+ | pxa2xx_spi_probe | devm_spi_register_controller | spi_register_controller | spi_match_controller_to_boardinfo <--+ bus_num 必须一致才会执行 spi_new_device()

补充 spidev 参考