Re: [PATCH] ssb: Do not disable PCI host on non-Mips
From: James Hogan <jhogan@kernel.org>
Date: 2018-01-26 17:45:37
Also in:
linux-mips
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: James Hogan <jhogan@kernel.org>
Date: 2018-01-26 17:45:37
Also in:
linux-mips
On Fri, Jan 26, 2018 at 07:01:49PM +0200, Kalle Valo wrote:
Kalle Valo [off-list ref] writes:quoted
James Hogan [off-list ref] writes:quoted
On Fri, Jan 26, 2018 at 10:38:01AM +0100, Sven Joachim wrote:quoted
After upgrading an old laptop to 4.15-rc9, I found that the eth0 and wlan0 interfaces had disappeared. It turns out that the b43 and b44 drivers require SSB_PCIHOST_POSSIBLE which depends on PCI_DRIVERS_LEGACY, a config option that only exists on Mips. Fixes: 58eae1416b80 ("ssb: Disable PCI host for PCI_DRIVERS_GENERIC") Cc: stable@vger.org Signed-off-by: Sven Joachim <redacted>Whoops, thats a very good point. I hadn't twigged that PCI_DRIVERS_LEGACY was MIPS specific (one of the disadvantages of using "tig grep" I suppose!). Reviewed-by: James Hogan <jhogan@kernel.org> I think this is obviously correct, so it'd be great to squeeze it into 4.15 final.I'm not sure if I'm able to get it to 4.15 as it has go via the net tree, and we have only two days before the (likely) final release, but I'll try.Too late, Dave already sent his last pull request for 4.15. This will be in 4.16.
Okay, thanks anyway (and sorry again!). Cheers James