* [PATCH][MIPS] Enable SSB_DRIVER_EXTIF on BCM47XX platform
@ 2007-12-10 10:22 Aurelien Jarno
2007-12-11 10:30 ` [PATCH][MIPS] Kconfig fixes for " Aurelien Jarno
0 siblings, 1 reply; 3+ messages in thread
From: Aurelien Jarno @ 2007-12-10 10:22 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips
Hi,
arch/mips/bcm47xx/gpio.c uses ssb_extif_* functions. The patch below
makes sure those functions are available on the BCM47XX platform.
Aurelien
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c6fc405..e46b076 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -59,6 +59,7 @@ config BCM47XX
select SYS_SUPPORTS_LITTLE_ENDIAN
select SSB
select SSB_DRIVER_MIPS
+ select SSB_DRIVER_EXTIF
select GENERIC_GPIO
select SYS_HAS_EARLY_PRINTK
select CFE
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32@debian.org | aurelien@aurel32.net
`- people.debian.org/~aurel32 | www.aurel32.net
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [PATCH][MIPS] Kconfig fixes for BCM47XX platform
2007-12-10 10:22 [PATCH][MIPS] Enable SSB_DRIVER_EXTIF on BCM47XX platform Aurelien Jarno
@ 2007-12-11 10:30 ` Aurelien Jarno
2008-01-11 8:28 ` Aurelien Jarno
0 siblings, 1 reply; 3+ messages in thread
From: Aurelien Jarno @ 2007-12-11 10:30 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips
Hi,
The patch below fixes two problems for Kconfig on the BCM47xx platform:
- arch/mips/bcm47xx/gpio.c uses ssb_extif_* functions. Selecting
SSB_DRIVER_EXTIF makes sure those functions are available.
- arch/mips/pci/pci.c needs, when enabled, platform specific functions,
which are defined when SSB_PCICORE_HOSTMODE is enabled.
This patch replaces the one called "Enable SSB_DRIVER_EXTIF on BCM47XX
platform" posted yesterday.
Aurelien
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index c6fc405..b4ffcae 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -59,6 +59,8 @@ config BCM47XX
select SYS_SUPPORTS_LITTLE_ENDIAN
select SSB
select SSB_DRIVER_MIPS
+ select SSB_DRIVER_EXTIF
+ select SSB_PCICORE_HOSTMODE if PCI
select GENERIC_GPIO
select SYS_HAS_EARLY_PRINTK
select CFE
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32@debian.org | aurelien@aurel32.net
`- people.debian.org/~aurel32 | www.aurel32.net
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH][MIPS] Kconfig fixes for BCM47XX platform
2007-12-11 10:30 ` [PATCH][MIPS] Kconfig fixes for " Aurelien Jarno
@ 2008-01-11 8:28 ` Aurelien Jarno
0 siblings, 0 replies; 3+ messages in thread
From: Aurelien Jarno @ 2008-01-11 8:28 UTC (permalink / raw)
To: Ralf Baechle; +Cc: linux-mips
On Tue, Dec 11, 2007 at 11:30:34AM +0100, Aurelien Jarno wrote:
> Hi,
>
> The patch below fixes two problems for Kconfig on the BCM47xx platform:
> - arch/mips/bcm47xx/gpio.c uses ssb_extif_* functions. Selecting
> SSB_DRIVER_EXTIF makes sure those functions are available.
> - arch/mips/pci/pci.c needs, when enabled, platform specific functions,
> which are defined when SSB_PCICORE_HOSTMODE is enabled.
>
> This patch replaces the one called "Enable SSB_DRIVER_EXTIF on BCM47XX
> platform" posted yesterday.
>
> Aurelien
>
> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
>
> diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
> index c6fc405..b4ffcae 100644
> --- a/arch/mips/Kconfig
> +++ b/arch/mips/Kconfig
> @@ -59,6 +59,8 @@ config BCM47XX
> select SYS_SUPPORTS_LITTLE_ENDIAN
> select SSB
> select SSB_DRIVER_MIPS
> + select SSB_DRIVER_EXTIF
> + select SSB_PCICORE_HOSTMODE if PCI
> select GENERIC_GPIO
> select SYS_HAS_EARLY_PRINTK
> select CFE
>
Any news about this patch?
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32@debian.org | aurelien@aurel32.net
`- people.debian.org/~aurel32 | www.aurel32.net
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2008-01-11 8:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-10 10:22 [PATCH][MIPS] Enable SSB_DRIVER_EXTIF on BCM47XX platform Aurelien Jarno
2007-12-11 10:30 ` [PATCH][MIPS] Kconfig fixes for " Aurelien Jarno
2008-01-11 8:28 ` Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox