All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ssb: Reenable PCI host on !MIPS
@ 2018-01-26 23:58 Krzysztof Mazur
  2018-01-27  4:29 ` Kalle Valo
  0 siblings, 1 reply; 3+ messages in thread
From: Krzysztof Mazur @ 2018-01-26 23:58 UTC (permalink / raw
  To: Michael Buesch, linux-wireless, linux-kernel, James Hogan
  Cc: Guenter Roeck, Kalle Valo, Krzysztof Mazur

The commit 58eae1416b804d900014d84feadda7195007cc30
("ssb: Disable PCI host for PCI_DRIVERS_GENERIC") disabled
CONFIG_SSB_PCIHOST and CONFIG_SSB_B43_PCI_BRIDGE, which are
required for SSB-based b43 PCI cards, on everything except MIPS
with PCI_DRIVERS_LEGACY, including x86 (only MIPS defines
that config option). Reenable it.

Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
---
 drivers/ssb/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ssb/Kconfig b/drivers/ssb/Kconfig
index 71c73766ee22..3dc57414e06b 100644
--- a/drivers/ssb/Kconfig
+++ b/drivers/ssb/Kconfig
@@ -32,7 +32,7 @@ config SSB_BLOCKIO
 
 config SSB_PCIHOST_POSSIBLE
 	bool
-	depends on SSB && (PCI = y || PCI = SSB) && PCI_DRIVERS_LEGACY
+	depends on SSB && (PCI = y || PCI = SSB) && (!MIPS || PCI_DRIVERS_LEGACY)
 	default y
 
 config SSB_PCIHOST
-- 
2.16.0.rc1.238.g530d649a7

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] ssb: Reenable PCI host on !MIPS
  2018-01-26 23:58 [PATCH] ssb: Reenable PCI host on !MIPS Krzysztof Mazur
@ 2018-01-27  4:29 ` Kalle Valo
  2018-01-27  7:38   ` Krzysztof Mazur
  0 siblings, 1 reply; 3+ messages in thread
From: Kalle Valo @ 2018-01-27  4:29 UTC (permalink / raw
  To: Krzysztof Mazur
  Cc: Michael Buesch, linux-wireless, linux-kernel, James Hogan,
	Guenter Roeck

Krzysztof Mazur <krzysiek@podlesie.net> writes:

> The commit 58eae1416b804d900014d84feadda7195007cc30
> ("ssb: Disable PCI host for PCI_DRIVERS_GENERIC") disabled
> CONFIG_SSB_PCIHOST and CONFIG_SSB_B43_PCI_BRIDGE, which are
> required for SSB-based b43 PCI cards, on everything except MIPS
> with PCI_DRIVERS_LEGACY, including x86 (only MIPS defines
> that config option). Reenable it.
>
> Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>

I have already applied an identical patch but missed the deadline for
final 4.15:

https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/commit/?id=a9e6d44ddeccd3522670e641f1ed9b068e746ff7

That patch will go to 4.16 and from there to 4.15 via the stable tree.

-- 
Kalle Valo

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] ssb: Reenable PCI host on !MIPS
  2018-01-27  4:29 ` Kalle Valo
@ 2018-01-27  7:38   ` Krzysztof Mazur
  0 siblings, 0 replies; 3+ messages in thread
From: Krzysztof Mazur @ 2018-01-27  7:38 UTC (permalink / raw
  To: Kalle Valo
  Cc: Michael Buesch, linux-wireless, linux-kernel, James Hogan,
	Guenter Roeck

On Sat, Jan 27, 2018 at 06:29:18AM +0200, Kalle Valo wrote:
> Krzysztof Mazur <krzysiek@podlesie.net> writes:
> 
> > The commit 58eae1416b804d900014d84feadda7195007cc30
> > ("ssb: Disable PCI host for PCI_DRIVERS_GENERIC") disabled
> > CONFIG_SSB_PCIHOST and CONFIG_SSB_B43_PCI_BRIDGE, which are
> > required for SSB-based b43 PCI cards, on everything except MIPS
> > with PCI_DRIVERS_LEGACY, including x86 (only MIPS defines
> > that config option). Reenable it.
> >
> > Signed-off-by: Krzysztof Mazur <krzysiek@podlesie.net>
> 
> I have already applied an identical patch but missed the deadline for
> final 4.15:
> 
> https://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git/commit/?id=a9e6d44ddeccd3522670e641f1ed9b068e746ff7
> 
> That patch will go to 4.16 and from there to 4.15 via the stable tree.

Thanks,

Krzysiek

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-01-27  7:38 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-26 23:58 [PATCH] ssb: Reenable PCI host on !MIPS Krzysztof Mazur
2018-01-27  4:29 ` Kalle Valo
2018-01-27  7:38   ` Krzysztof Mazur

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.