All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Marvell releases a public Armada 370 datasheet
@ 2014-06-10 15:24 Thomas Petazzoni
  2014-06-10 15:24 ` [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC Thomas Petazzoni
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2014-06-10 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

Marvell has very recently (last week) released a public version of the
datasheet for the Marvell Armada 370 SoC. This is a very good news for
all the developers and contributors interested by the Armada 370.

The following patch adds the reference to this specification in the
appropriate kernel documentation, where we already reference the
publicly available documentation for other Marvell SoCs.

The documentation for the Armada XP (another, more powerful SoC,
released approximately at the same time as the Armada 370) is not yet
publicly available, but hopefully it should also be released in the
near future as well.

Best regards,

Thomas

Thomas Petazzoni (1):
  Documentation: arm: add URLs to public datasheets for the Marvell
    Armada 370 SoC

 Documentation/arm/Marvell/README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

-- 
2.0.0

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

* [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC
  2014-06-10 15:24 [PATCH] Marvell releases a public Armada 370 datasheet Thomas Petazzoni
@ 2014-06-10 15:24 ` Thomas Petazzoni
  2014-06-10 17:23   ` Sebastian Hesselbarth
  2014-06-21  0:44   ` Jason Cooper
  2014-06-10 18:33 ` [PATCH] Marvell releases a public Armada 370 datasheet Willy Tarreau
  2014-06-11  8:26 ` Thomas Petazzoni
  2 siblings, 2 replies; 7+ messages in thread
From: Thomas Petazzoni @ 2014-06-10 15:24 UTC (permalink / raw)
  To: linux-arm-kernel

Marvell has very recently released a public version of the "Functional
specifications" and "Hardware specifications" datasheets for the
Marvell Armada 370 SoC. This allows contributors and developers not
under NDA with Marvell to get more details about this SoC than what
the current kernel code shows, and hopefully allows to improve the
support for this SoC in the mainline kernel, as well as in other
projects.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 Documentation/arm/Marvell/README | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README
index 963ec44..920dfd2 100644
--- a/Documentation/arm/Marvell/README
+++ b/Documentation/arm/Marvell/README
@@ -83,7 +83,9 @@ EBU Armada family
         88F6710
         88F6707
         88F6W11
-    Product Brief: http://www.marvell.com/embedded-processors/armada-300/assets/Marvell_ARMADA_370_SoC.pdf
+    Product Brief:   http://www.marvell.com/embedded-processors/armada-300/assets/Marvell_ARMADA_370_SoC.pdf
+    Hardware Spec:   http://www.marvell.com/embedded-processors/armada-300/assets/ARMADA370-datasheet.pdf
+    Functional Spec: http://www.marvell.com/embedded-processors/armada-300/assets/ARMADA370-FunctionalSpec-datasheet.pdf
 
   Armada 375 Flavors:
 	88F6720
-- 
2.0.0

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

* [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC
  2014-06-10 15:24 ` [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC Thomas Petazzoni
@ 2014-06-10 17:23   ` Sebastian Hesselbarth
  2014-06-21  0:44   ` Jason Cooper
  1 sibling, 0 replies; 7+ messages in thread
From: Sebastian Hesselbarth @ 2014-06-10 17:23 UTC (permalink / raw)
  To: linux-arm-kernel

On 06/10/2014 05:24 PM, Thomas Petazzoni wrote:
> Marvell has very recently released a public version of the "Functional
> specifications" and "Hardware specifications" datasheets for the
> Marvell Armada 370 SoC. This allows contributors and developers not
> under NDA with Marvell to get more details about this SoC than what
> the current kernel code shows, and hopefully allows to improve the
> support for this SoC in the mainline kernel, as well as in other
> projects.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Thomas,

great work convincing Marvell to release public datasheets! This not
only allows us to improve the support but also backup our reviews for
your patches, which IMHO is much more important.

Thanks a lot and

Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>

> ---
>  Documentation/arm/Marvell/README | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/Documentation/arm/Marvell/README b/Documentation/arm/Marvell/README
> index 963ec44..920dfd2 100644
> --- a/Documentation/arm/Marvell/README
> +++ b/Documentation/arm/Marvell/README
> @@ -83,7 +83,9 @@ EBU Armada family
>          88F6710
>          88F6707
>          88F6W11
> -    Product Brief: http://www.marvell.com/embedded-processors/armada-300/assets/Marvell_ARMADA_370_SoC.pdf
> +    Product Brief:   http://www.marvell.com/embedded-processors/armada-300/assets/Marvell_ARMADA_370_SoC.pdf
> +    Hardware Spec:   http://www.marvell.com/embedded-processors/armada-300/assets/ARMADA370-datasheet.pdf
> +    Functional Spec: http://www.marvell.com/embedded-processors/armada-300/assets/ARMADA370-FunctionalSpec-datasheet.pdf
>  
>    Armada 375 Flavors:
>  	88F6720
> 

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

* [PATCH] Marvell releases a public Armada 370 datasheet
  2014-06-10 15:24 [PATCH] Marvell releases a public Armada 370 datasheet Thomas Petazzoni
  2014-06-10 15:24 ` [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC Thomas Petazzoni
@ 2014-06-10 18:33 ` Willy Tarreau
  2014-06-11  8:26 ` Thomas Petazzoni
  2 siblings, 0 replies; 7+ messages in thread
From: Willy Tarreau @ 2014-06-10 18:33 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Thomas,

On Tue, Jun 10, 2014 at 05:24:37PM +0200, Thomas Petazzoni wrote:
> Hello,
> 
> Marvell has very recently (last week) released a public version of the
> datasheet for the Marvell Armada 370 SoC. This is a very good news for
> all the developers and contributors interested by the Armada 370.

Wow, many many thanks to the Marvell team for opening their mind on this
(and of course to you Thomas and Greg for convincing them). While I do
have access to this doc now (and it helped me fix a few issues already),
I expect that many enthousiast NAS owners will help improve the support
for these really nice chips!

Hoping that future chips will be documented much sooner next time!

Cheers,
Willy

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

* [PATCH] Marvell releases a public Armada 370 datasheet
  2014-06-10 15:24 [PATCH] Marvell releases a public Armada 370 datasheet Thomas Petazzoni
  2014-06-10 15:24 ` [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC Thomas Petazzoni
  2014-06-10 18:33 ` [PATCH] Marvell releases a public Armada 370 datasheet Willy Tarreau
@ 2014-06-11  8:26 ` Thomas Petazzoni
  2014-06-11  8:31   ` Andrew Lunn
  2 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2014-06-11  8:26 UTC (permalink / raw)
  To: linux-arm-kernel

Hello,

On Tue, 10 Jun 2014 17:24:37 +0200, Thomas Petazzoni wrote:

> Marvell has very recently (last week) released a public version of the
> datasheet for the Marvell Armada 370 SoC. This is a very good news for
> all the developers and contributors interested by the Armada 370.
> 
> The following patch adds the reference to this specification in the
> appropriate kernel documentation, where we already reference the
> publicly available documentation for other Marvell SoCs.
> 
> The documentation for the Armada XP (another, more powerful SoC,
> released approximately at the same time as the Armada 370) is not yet
> publicly available, but hopefully it should also be released in the
> near future as well.

One thing I forgot to mention and that Ezequiel Garcia reminded me is
that the Armada XP actually shares a lot of peripherals with the Armada
370. So the Armada 370 datasheet can also be very useful for people
working on Armada XP, since the vast majority of the peripherals are
essentially the same.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [PATCH] Marvell releases a public Armada 370 datasheet
  2014-06-11  8:26 ` Thomas Petazzoni
@ 2014-06-11  8:31   ` Andrew Lunn
  0 siblings, 0 replies; 7+ messages in thread
From: Andrew Lunn @ 2014-06-11  8:31 UTC (permalink / raw)
  To: linux-arm-kernel

> One thing I forgot to mention and that Ezequiel Garcia reminded me is
> that the Armada XP actually shares a lot of peripherals with the Armada
> 370. So the Armada 370 datasheet can also be very useful for people
> working on Armada XP, since the vast majority of the peripherals are
> essentially the same.

Hi Thomas

It is great to see that Marvell have released the document. Also the
success with getting the new SoCs into mainline so fast has been
really good. Lets hope device manufactures take the hint and use
mainline, not some hacked up branch.

As to shared peripherals between 370 and XP, could you make a quick
list of where they are different? The thermal sensor is one, if i
remember correctly, but that already has a driver. The list does not
need to be too detailed, it could be just "compatible/different" for
each peripheral. It is just enough to stop somebody bashing there head
against a brick wall because the registers are different and they
don't know it.

Thanks
	Andrew

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

* [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC
  2014-06-10 15:24 ` [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC Thomas Petazzoni
  2014-06-10 17:23   ` Sebastian Hesselbarth
@ 2014-06-21  0:44   ` Jason Cooper
  1 sibling, 0 replies; 7+ messages in thread
From: Jason Cooper @ 2014-06-21  0:44 UTC (permalink / raw)
  To: linux-arm-kernel

On Tue, Jun 10, 2014 at 05:24:38PM +0200, Thomas Petazzoni wrote:
> Marvell has very recently released a public version of the "Functional
> specifications" and "Hardware specifications" datasheets for the
> Marvell Armada 370 SoC. This allows contributors and developers not
> under NDA with Marvell to get more details about this SoC than what
> the current kernel code shows, and hopefully allows to improve the
> support for this SoC in the mainline kernel, as well as in other
> projects.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
> ---
>  Documentation/arm/Marvell/README | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Applied to mvebu/soc

thx,

Jason.

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

end of thread, other threads:[~2014-06-21  0:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-06-10 15:24 [PATCH] Marvell releases a public Armada 370 datasheet Thomas Petazzoni
2014-06-10 15:24 ` [PATCH] Documentation: arm: add URLs to public datasheets for the Marvell Armada 370 SoC Thomas Petazzoni
2014-06-10 17:23   ` Sebastian Hesselbarth
2014-06-21  0:44   ` Jason Cooper
2014-06-10 18:33 ` [PATCH] Marvell releases a public Armada 370 datasheet Willy Tarreau
2014-06-11  8:26 ` Thomas Petazzoni
2014-06-11  8:31   ` Andrew Lunn

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.