Hello, I have spi device which is registered using spi_register_board_info(), and I would like to get a pointer to this device in some other kernel module. Is there a simple way to get a pointer to pointer to a device , so that we can use it from other module ? (something like i2c_get_adapter for i2c) Regards, Ran