Home
last modified time | relevance | path

Searched hist:a020ed7521a9737bcf3e34eb880867c60c3c68d0 (Results 1 – 1 of 1) sorted by relevance

/linux/include/linux/spi/
H A Dspi.hdiff a020ed7521a9737bcf3e34eb880867c60c3c68d0 Tue Apr 04 00:49:04 CEST 2006 David Brownell <david-b@pacbell.net> [PATCH] SPI: busnum == 0 needs to work

We need to be able to have a "SPI bus 0" matching chip numbering; but
that number was wrongly used to flag dynamic allocation of a bus number.

This patch resolves that issue; now negative numbers trigger dynamic alloc.

It also updates the how-to-write-a-controller-driver overview to mention
this stuff.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>