Home
last modified time | relevance | path

Searched hist:"304 e21bbeab0d208dc7e6142fb75db8a466d5217" (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/ssb/
H A Dpci.cdiff 304e21bbeab0d208dc7e6142fb75db8a466d5217 Fri Jul 01 20:35:28 CEST 2011 Sergei Shtylyov <sshtylyov@ru.mvista.com> ssb: PCI revision ID register is 8-bit wide

The SSB code reads PCI revision ID register as 16-bit entity while the register
is actually 8-bit only (the next 8 bits are the programming interface register).
Fix the read and make the 'rev' field of 'struct ssb_boardinfo' 8-bit as well,
to match the register size.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
/linux/include/linux/ssb/
H A Dssb.hdiff 304e21bbeab0d208dc7e6142fb75db8a466d5217 Fri Jul 01 20:35:28 CEST 2011 Sergei Shtylyov <sshtylyov@ru.mvista.com> ssb: PCI revision ID register is 8-bit wide

The SSB code reads PCI revision ID register as 16-bit entity while the register
is actually 8-bit only (the next 8 bits are the programming interface register).
Fix the read and make the 'rev' field of 'struct ssb_boardinfo' 8-bit as well,
to match the register size.

Signed-off-by: Sergei Shtylyov <sshtylyov@ru.mvista.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>