From mboxrd@z Thu Jan 1 00:00:00 1970 From: danielhilst@gmail.com (Daniel Hilst Selli) Date: Tue, 10 Jun 2014 15:57:27 -0300 Subject: spi_board_info and module automatic load Message-ID: <53975517.9060403@gmail.com> To: kernelnewbies@lists.kernelnewbies.org List-Id: kernelnewbies.lists.kernelnewbies.org I register a spi_board_info on my board-*.c file as this http://pastebin.com/nUGuvt71 Then create my module named mydevice.ko Is this enought to get the module loaded automatically or I'm missing something? Cheers