From: Nicolas Pitre on
On Wed, 30 Jun 2010, Christoph Egger wrote:

> SA1101 doesn't exist in Kconfig, therefore removing all
> references for it from the source code.
>
> Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de>

Acked-by: Nicolas Pitre <nico(a)fluxnic.net>

> ---
> arch/arm/mach-sa1100/include/mach/SA-1101.h | 925 --------------------------
> arch/arm/mach-sa1100/include/mach/hardware.h | 4 -
> 2 files changed, 0 insertions(+), 929 deletions(-)
> delete mode 100644 arch/arm/mach-sa1100/include/mach/SA-1101.h
>
[...]


Nicolas
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Marek Vasut on
Dne St 30. června 2010 18:57:43 Nicolas Pitre napsal(a):
> On Wed, 30 Jun 2010, Christoph Egger wrote:
> > SA1101 doesn't exist in Kconfig, therefore removing all
> > references for it from the source code.
> >
> > Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de>
>
> Acked-by: Nicolas Pitre <nico(a)fluxnic.net>

You're dropping support for a whole CPU here ... is the code redundant or
something ?
>
> > ---
> >
> > arch/arm/mach-sa1100/include/mach/SA-1101.h | 925
> > -------------------------- arch/arm/mach-sa1100/include/mach/hardware.h
> > | 4 -
> > 2 files changed, 0 insertions(+), 929 deletions(-)
> > delete mode 100644 arch/arm/mach-sa1100/include/mach/SA-1101.h
>
> [...]
>
>
> Nicolas
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel(a)lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
From: Nicolas Pitre on
On Wed, 30 Jun 2010, Marek Vasut wrote:

> Dne St 30. června 2010 18:57:43 Nicolas Pitre napsal(a):
> > On Wed, 30 Jun 2010, Christoph Egger wrote:
> > > SA1101 doesn't exist in Kconfig, therefore removing all
> > > references for it from the source code.
> > >
> > > Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de>
> >
> > Acked-by: Nicolas Pitre <nico(a)fluxnic.net>
>
> You're dropping support for a whole CPU here ... is the code redundant or
> something ?

The SA1101 is not a CPU. It is a companion chipset for the SA1100. And
so far we have no target using it in the tree, and that isn't likely to
change more than 10 years after the chip availability. Needless to say
that the SA1101 has long been unavailable either.

We also have support for the SA1111 which is a similar companion chipset
for the SA1110. This is not going away as at least the Neponset
expansion board for the Assabet development board is using a SA1111.


Nicolas
From: Marek Vasut on
Dne St 30. června 2010 20:59:05 Nicolas Pitre napsal(a):
> On Wed, 30 Jun 2010, Marek Vasut wrote:
> > Dne St 30. června 2010 18:57:43 Nicolas Pitre napsal(a):
> > > On Wed, 30 Jun 2010, Christoph Egger wrote:
> > > > SA1101 doesn't exist in Kconfig, therefore removing all
> > > > references for it from the source code.
> > > >
> > > > Signed-off-by: Christoph Egger <siccegge(a)cs.fau.de>
> > >
> > > Acked-by: Nicolas Pitre <nico(a)fluxnic.net>
> >
> > You're dropping support for a whole CPU here ... is the code redundant or
> > something ?
>
> The SA1101 is not a CPU. It is a companion chipset for the SA1100. And
> so far we have no target using it in the tree, and that isn't likely to
> change more than 10 years after the chip availability. Needless to say
> that the SA1101 has long been unavailable either.
>
> We also have support for the SA1111 which is a similar companion chipset
> for the SA1110. This is not going away as at least the Neponset
> expansion board for the Assabet development board is using a SA1111.
>
>
> Nicolas

Oh I see. Thanks for clearing that.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo(a)vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/