Files
kernel-tenderloin-3.0/drivers
Feng Tang 2b9603a0d7 spi: enable spi_board_info to be registered after spi_master
Currently spi_register_board_info() has to be called before its related
spi_master be registered, otherwise these board info will be just ignored.

This patch will remove this order limit, it adds a global spi master list
like the existing global board info listr. Whenever a board info or a
spi_master is registered, the spi master list or board info list
will be scanned, and a new spi device will be created if there is a
master-board info match.

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
2010-10-21 23:52:16 -06:00
..
2010-09-28 23:30:38 -04:00
2010-10-13 15:43:10 -07:00
2010-10-14 11:16:40 -04:00
2010-10-07 12:02:50 +11:00
2010-10-07 14:08:55 +01:00
2010-10-20 04:38:59 +02:00