]> git.baikalelectronics.ru Git - kernel.git/commit
drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is complete
authorLiu Gang <b34182@freescale.com>
Wed, 2 Nov 2011 20:39:05 +0000 (13:39 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 2 Nov 2011 23:07:01 +0000 (16:07 -0700)
commit6b8162aeacb94b98da3688fe2ed81ecd3af8de8e
treefc2aa71ab687411e3413353fc0ed70463d929c3e
parent77ed4ec85d44fc87d731b13e0c303e80bcc072d5
drivers/rapidio/rio-scan.c: use discovered bit to test if enumeration is complete

The discovered bit in PGCCSR register indicates if the device has been
discovered by system host.  In Rapidio systems, some agent devices can also
be master devices.  They can issue requests into the system.

Signed-off-by: Liu Gang <Gang.Liu@freescale.com>
Acked-by: Alexandre Bounine <alexandre.bounine@idt.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/rapidio/rio-scan.c