All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: rm9200: remake the BGA as default version
@ 2012-12-23 18:07 Jean-Christophe PLAGNIOL-VILLARD
  2012-12-23 19:21 ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Jean-Christophe PLAGNIOL-VILLARD @ 2012-12-23 18:07 UTC (permalink / raw)
  To: linux-arm-kernel

as we are supposed to just have to specify when we use the PQFP version

since commit 3e90772f76010c315474bde59eaca7cc4c94d645
ARM: at91: fix at91rm9200 soc subtype handling

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Cc: stable at kernel.org
---

 arch/arm/mach-at91/setup.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/mach-at91/setup.c b/arch/arm/mach-at91/setup.c
index 19cdd0b..28750c5 100644
--- a/arch/arm/mach-at91/setup.c
+++ b/arch/arm/mach-at91/setup.c
@@ -105,6 +105,8 @@ static void __init soc_detect(u32 dbgu_base)
 	switch (socid) {
 	case ARCH_ID_AT91RM9200:
 		at91_soc_initdata.type = AT91_SOC_RM9200;
+		if (at91_soc_initdata.subtype == AT91_SOC_SUBTYPE_NONE)
+			at91_soc_initdata.subtype = AT91_SOC_RM9200_BGA;
 		at91_boot_soc = at91rm9200_soc;
 		break;
 
-- 
1.7.10.4

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

* [PATCH] ARM: at91: rm9200: remake the BGA as default version
  2012-12-23 18:07 [PATCH] ARM: at91: rm9200: remake the BGA as default version Jean-Christophe PLAGNIOL-VILLARD
@ 2012-12-23 19:21 ` Sergei Shtylyov
  2012-12-25 11:37   ` Sergei Shtylyov
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Shtylyov @ 2012-12-23 19:21 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 23-12-2012 22:07, Jean-Christophe PLAGNIOL-VILLARD wrote:

> as we are supposed to just have to specify when we use the PQFP version

> since commit 3e90772f76010c315474bde59eaca7cc4c94d645
> ARM: at91: fix at91rm9200 soc subtype handling

> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
> Cc: stable at kernel.org

    The new address is stable at vger.kernel.org. Don't know if the old one works 
still...

WBR, Sergei

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

* [PATCH] ARM: at91: rm9200: remake the BGA as default version
  2012-12-23 19:21 ` Sergei Shtylyov
@ 2012-12-25 11:37   ` Sergei Shtylyov
  0 siblings, 0 replies; 3+ messages in thread
From: Sergei Shtylyov @ 2012-12-25 11:37 UTC (permalink / raw)
  To: linux-arm-kernel

Hello.

On 23-12-2012 23:21, Sergei Shtylyov wrote:

>> as we are supposed to just have to specify when we use the PQFP version

>> since commit 3e90772f76010c315474bde59eaca7cc4c94d645
>> ARM: at91: fix at91rm9200 soc subtype handling

>> Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
>> Cc: stable at kernel.org

>     The new address is stable at vger.kernel.org. Don't know if the old one works
> still...

    Apparently it doesn't as I got a denial from server.

WBR, Sergei

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

end of thread, other threads:[~2012-12-25 11:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-23 18:07 [PATCH] ARM: at91: rm9200: remake the BGA as default version Jean-Christophe PLAGNIOL-VILLARD
2012-12-23 19:21 ` Sergei Shtylyov
2012-12-25 11:37   ` Sergei Shtylyov

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.