Re: [PATCH 1/7] spi: Add support for device table matching
- From: Anton Vorontsov <avorontsov@xxxxxxxxxxxxx>
- Date: Thu, 30 Jul 2009 06:12:50 +0400
On Thu, Jul 30, 2009 at 02:40:50AM +0400, Anton Vorontsov wrote:
[...]
- If you don't store "id" in the device struct, you'll have
to look up the device table twice (at first during bus->match(),
and second time in drivers' probe() hook, i.e.
probe(struct bus_dev *dev) {
id = bus_get_devid(dev); /* here */
}
Hm... actually, we're doing this anyway, but in spi core.
So, doing something like spi_get_device_id() might be a good
idea.
Thanks,
--
Anton Vorontsov
email: cbouatmailru@xxxxxxxxx
irc://irc.freenode.net/bd2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
- References:
- [PATCH 0/7] Device table matching for SPI subsystem
- From: Anton Vorontsov
- [PATCH 1/7] spi: Add support for device table matching
- From: Anton Vorontsov
- Re: [PATCH 1/7] spi: Add support for device table matching
- From: Ben Dooks
- Re: [PATCH 1/7] spi: Add support for device table matching
- From: Anton Vorontsov
- Re: [PATCH 1/7] spi: Add support for device table matching
- From: Anton Vorontsov
- [PATCH 0/7] Device table matching for SPI subsystem
- Prev by Date: Re: Bug in kernel 2.6.31, Slow wb_kupdate writeout
- Next by Date: Re: [patch -mm v2] mm: introduce oom_adj_child
- Previous by thread: Re: [PATCH 1/7] spi: Add support for device table matching
- Next by thread: [PATCH 2/7] mtd: m25p80: Convert to device table matching
- Index(es):
Relevant Pages
|