Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 09:33 PM, Sascha Silbe wrote: Sebastian Hesselbarthsebastian.hesselba...@gmail.com writes: Either orion_spi as it was named originally, or mv_spi as Prafulla suggested. Then move mpp (pinctrl) from kirkwood_spi to corresponding boards, switch to orion_/mv_spi, and remove

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 10:38 PM, Sascha Silbe wrote: Sebastian Hesselbarthsebastian.hesselba...@gmail.com writes: [...] I was under the impression that you resent the patches because you have a CuBox you want to get supported. Exactly. I'd like to see support for CuBox enter mainline U-Boot. However,

Re: [U-Boot] [PATCH v5 3/8] GPIO: add Dove support to Kirkwood GPIO driver

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 11:27 PM, Sascha Silbe wrote: The GPIO support of Dove is very similar to that on Kirkwood (and possibly orion5x as well). Instead of duplicating the code, we tweak the Kirkwood driver so it works for Dove, too. Signed-off-by: Sascha Silbet-ub...@infra-silbe.de --- [...] diff

Re: [U-Boot] [PATCH v5 1/8] ARM: dove: add support for Marvell Dove SoC

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 11:27 PM, Sascha Silbe wrote: This patch adds initial support for the armv7-based Marvell Dove SoC (88AP510). Signed-off-by: Sascha Silbet-ub...@infra-silbe.de --- v4-v5: some adjustments for the GPIO and SPI driver changes [...] diff --git

Re: [U-Boot] [PATCH v5 5/8] SPI: add Dove support to Kirkwood SPI driver

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 11:27 PM, Sascha Silbe wrote: The SPI support on Dove is very similar to that on Kirkwood (and possibly orion5x as well). Instead of duplicating the code, we tweak the Kirkwood driver so it works for Dove, too. Signed-off-by: Sascha Silbet-ub...@infra-silbe.de --- v4-v5: Modify

Re: [U-Boot] [PATCH v5 8/8] Boards: Add support for SolidRun CuBox

2013-06-25 Thread Sebastian Hesselbarth
On 06/25/2013 11:27 PM, Sascha Silbe wrote: With latest support for Marvell Dove SoC, add the SolidRun CuBox as the very first board with that SoC. Three variants are provided: 1. A regular SPI boot image for CuBox (1GiB) The CuBox (without Pro) has 1GiB of memory. 2. A regular SPI boot

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-12 Thread Sebastian Hesselbarth
On 06/12/2013 08:58 PM, Jagan Teki wrote: On 03-06-2013 23:50, Jagan Teki wrote: Looks ok to me as per coding style after a quick look. On Mon, May 27, 2013 at 12:06 AM, Sascha Silbe t-ub...@infra-silbe.de wrote: From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com This adds an SPI

Re: [U-Boot] [PATCH v4 05/10] SPI: Add Dove SPI driver

2013-06-12 Thread Sebastian Hesselbarth
On 06/12/2013 09:30 PM, Jagan Teki wrote: On Thu, Jun 13, 2013 at 12:56 AM, Sebastian Hesselbarth sebastian.hesselba...@gmail.com wrote: Is any of you even listening? Please do _not_ name it after Dove! It is compatible with _at least_ Kirkwood, Orion5x and MV78x00. Now is the chance to have

Re: [U-Boot] [PATCH v3 04/10] SPI: Add Orion SPI driver

2013-06-03 Thread Sebastian Hesselbarth
On 06/03/2013 07:31 PM, Sascha Silbe wrote: From: Sebastian Hesselbarth sebastian.hesselba...@gmail.com This adds an SPI driver for Marvell Dove SoCs. This driver is taken from kirkwood_spi but removes mpp configuration as dove has dedicated spi pins. As a future clean-up step, the code

Re: [U-Boot] [PATCH v2 01/10] ARM: dove: add support for Marvell Dove SoC

2013-03-03 Thread Sebastian Hesselbarth
Prafulla, thanks for the review. I added some notes below at your comments. On 02/11/2013 04:39 AM, Prafulla Wadaskar wrote: [...] diff --git a/arch/arm/cpu/armv7/dove/mpp.c b/arch/arm/cpu/armv7/dove/mpp.c new file mode 100644 index 000..ed24b38 --- /dev/null +++

Re: [U-Boot] [PATCH v3 02/10] GPIO: add gpio driver for Orion SoCs

2013-03-03 Thread Sebastian Hesselbarth
On 02/11/2013 04:39 AM, Prafulla Wadaskar wrote: -Original Message- From: Sebastian Hesselbarth [mailto:sebastian.hesselba...@gmail.com] Sent: 17 January 2013 00:55 To: Sebastian Hesselbarth Cc: u-boot@lists.denx.de; Rabeeh Khoury; Albert Aribaud; Prafulla Wadaskar; Andy Fleming; Joe

Re: [U-Boot] [PATCH v3 08/10] NET: mvgbe: add support for Dove

2013-03-03 Thread Sebastian Hesselbarth
On 02/11/2013 04:39 AM, Prafulla Wadaskar wrote: -Original Message- From: Sebastian Hesselbarth [mailto:sebastian.hesselba...@gmail.com] Sent: 17 January 2013 00:55 To: Sebastian Hesselbarth Cc: u-boot@lists.denx.de; Rabeeh Khoury; Albert Aribaud; Prafulla Wadaskar; Andy Fleming; Joe

Re: [U-Boot] [PATCH v3 00/10] Add Marvell Dove and SolidRun CuBox

2013-02-11 Thread Sebastian Hesselbarth
On 02/11/2013 04:39 AM, Prafulla Wadaskar wrote: -Original Message- From: Sebastian Hesselbarth [mailto:sebastian.hesselba...@gmail.com] Sent: 17 January 2013 00:55 To: Sebastian Hesselbarth Cc: u-boot@lists.denx.de; Rabeeh Khoury; Albert Aribaud; Prafulla Wadaskar; Andy Fleming; Joe

[U-Boot] [PATCH v3 00/10] Add Marvell Dove and SolidRun CuBox

2013-01-16 Thread Sebastian Hesselbarth
MAINTAINERS entry - also update kwboot.1 manpage v2-v3: - integrate kwboot patch from Daniel Stodden - rebase on release v2013.01 Sebastian Hesselbarth (10): ARM: dove: add support for Marvell Dove SoC GPIO: add gpio driver for Orion SoCs MMC: sdhci: Add support for dove sdhci SPI: Add Orion

[U-Boot] [PATCH v3 09/10] Boards: Add support for SolidRun CuBox

2013-01-16 Thread Sebastian Hesselbarth
With latest support for Marvell Dove SoC, add the SolidRun CuBox as the very first board with that SoC. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid

[U-Boot] [PATCH v3 08/10] NET: mvgbe: add support for Dove

2013-01-16 Thread Sebastian Hesselbarth
Marvell Dove also uses mvgbe as ethernet driver, therefore add support for Dove to reuse the current driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid

[U-Boot] [PATCH v3 05/10] block: mvsata: add dove include

2013-01-16 Thread Sebastian Hesselbarth
Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid

[U-Boot] [PATCH v3 06/10] NET: phy: add 88E1310 PHY initialization

2013-01-16 Thread Sebastian Hesselbarth
This adds PHY initialization for Marvell Alaska 88E1310 PHY. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b

[U-Boot] [PATCH v3 04/10] SPI: Add Orion SPI driver

2013-01-16 Thread Sebastian Hesselbarth
-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Andy Fleming aflem

[U-Boot] [PATCH v3 07/10] NET: mvgbe: add phylib support

2013-01-16 Thread Sebastian Hesselbarth
This add phylib support to the Marvell GBE driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc

[U-Boot] [PATCH v3 02/10] GPIO: add gpio driver for Orion SoCs

2013-01-16 Thread Sebastian Hesselbarth
of kirkwood and orion5x is appreciated. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: Prafulla Wadaskar

[U-Boot] [PATCH v3 10/10] tools: Add support for Dove to kwboot

2013-01-16 Thread Sebastian Hesselbarth
sequence sent by kwboot. This patch adds another cmdline option to allow to send a boot image without the boot sequence and adds support for Dove. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Signed-off-by: Daniel Stodden daniel.stod...@gmail.com --- Cc: u-boot@lists.denx.de Cc

Re: [U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot

2012-12-06 Thread Sebastian Hesselbarth
On 12/05/2012 11:15 PM, Daniel Stodden wrote: On Sun, 2012-12-02 at 20:15 +0100, Luka Perkov wrote: On Sun, Dec 02, 2012 at 03:36:22PM +0100, Sebastian Hesselbarth wrote: On Dove kwboot can also be used to boot an u-boot image into RAM. In contrast to Kirkwood, Dove does not support the UART

Re: [U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot

2012-12-06 Thread Sebastian Hesselbarth
On 12/06/2012 07:18 PM, Daniel Stodden wrote: On Thu, 2012-12-06 at 11:59 +0100, Sebastian Hesselbarth wrote: So finally, we have three options: - leave kwboot as is and hope the user will know about Dove's inability to use the boot sequence - add a note to usage() and kwboot that Dove doen't

[U-Boot] [PATCH v2 00/10] Add Marvell Dove and SolidRun CuBox

2012-12-04 Thread Sebastian Hesselbarth
MAINTAINERS entry - also update kwboot.1 manpage Sebastian Hesselbarth (10): ARM: dove: add support for Marvell Dove SoC GPIO: add gpio driver for Orion SoCs MMC: sdhci: Add support for dove sdhci SPI: Add Orion SPI driver block: mvsata: add dove include NET: phy: add 88E1310 PHY

[U-Boot] [PATCH v2 02/10] GPIO: add gpio driver for Orion SoCs

2012-12-04 Thread Sebastian Hesselbarth
of kirkwood and orion5x is appreciated. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: Prafulla Wadaskar

[U-Boot] [PATCH v2 05/10] block: mvsata: add dove include

2012-12-04 Thread Sebastian Hesselbarth
Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid

[U-Boot] [PATCH v2 06/10] NET: phy: add 88E1310 PHY initialization

2012-12-04 Thread Sebastian Hesselbarth
This adds PHY initialization for Marvell Alaska 88E1310 PHY. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b

[U-Boot] [PATCH v2 04/10] SPI: Add Orion SPI driver

2012-12-04 Thread Sebastian Hesselbarth
-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Andy Fleming aflem

[U-Boot] [PATCH v2 07/10] NET: mvgbe: add phylib support

2012-12-04 Thread Sebastian Hesselbarth
This add phylib support to the Marvell GBE driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc

[U-Boot] [PATCH v2 08/10] NET: mvgbe: add support for Dove

2012-12-04 Thread Sebastian Hesselbarth
Marvell Dove also uses mvgbe as ethernet driver, therefore add support for Dove to reuse the current driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid

[U-Boot] [PATCH v2 09/10] Boards: Add support for SolidRun CuBox

2012-12-04 Thread Sebastian Hesselbarth
With latest support for Marvell Dove SoC, add the SolidRun CuBox as the very first board with that SoC. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Changelog: v1-v2: - add MAINTAINERS entry and fix a typo Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth

[U-Boot] [PATCH v2 10/10] tools: Add support for Dove to kwboot

2012-12-04 Thread Sebastian Hesselbarth
sequence sent by kwboot. This patch adds another cmdline option to allow to send a boot image without the boot sequence and adds support for Dove. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Changelog: v1-v2: - also update kwboot.1 manpage Cc: u-boot@lists.denx.de Cc

[U-Boot] [PATCH 00/10] Add Marvell Dove and SolidRun CuBox

2012-12-02 Thread Sebastian Hesselbarth
for 88E1310 PHY and allow Dove to use the driver. (3) Patch 9 Add the SolidRun CuBox as the first board based on Marvell Dove SoC. (4) Patch 10 Add support for different UART boot mode found on Dove. Sebastian Hesselbarth (10): ARM: dove: add support for Marvell Dove SoC GPIO: add gpio driver

[U-Boot] [PATCH 02/10] GPIO: add gpio driver for Orion SoCs

2012-12-02 Thread Sebastian Hesselbarth
of kirkwood and orion5x is appreciated. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: Prafulla Wadaskar

[U-Boot] [PATCH 04/10] SPI: Add Orion SPI driver

2012-12-02 Thread Sebastian Hesselbarth
-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc: Prafulla Wadaskar prafu...@marvell.com Cc: Andy Fleming aflem

[U-Boot] [PATCH 05/10] block: mvsata: add dove include

2012-12-02 Thread Sebastian Hesselbarth
Dove SoC also uses mvsata, therefore add a SoC specific include to allow to reuse the mvsata ide driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid

[U-Boot] [PATCH 06/10] NET: phy: add 88E1310 PHY initialization

2012-12-02 Thread Sebastian Hesselbarth
This adds PHY initialization for Marvell Alaska 88E1310 PHY. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b

[U-Boot] [PATCH 07/10] NET: mvgbe: add phylib support

2012-12-02 Thread Sebastian Hesselbarth
This add phylib support to the Marvell GBE driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid-run.com Cc: Albert Aribaud albert.u.b...@aribaud.net Cc

[U-Boot] [PATCH 08/10] NET: mvgbe: add support for Dove

2012-12-02 Thread Sebastian Hesselbarth
Marvell Dove also uses mvgbe as ethernet driver, therefore add support for Dove to reuse the current driver. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid

[U-Boot] [PATCH 09/10] Boards: Add support for SolidRun CuBox

2012-12-02 Thread Sebastian Hesselbarth
With latest support for Marvell Dove SoC, add the SolidRun CuBox as the very first board with that SoC. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc: Rabeeh Khoury rab...@solid

[U-Boot] [PATCH 10/10] tools: Add support for Dove to kwboot

2012-12-02 Thread Sebastian Hesselbarth
sequence sent by kwboot. This patch adds another cmdline option to allow to send a boot image without the boot sequence and adds support for Dove. Signed-off-by: Sebastian Hesselbarth sebastian.hesselba...@gmail.com --- Cc: u-boot@lists.denx.de Cc: Sebastian Hesselbarth sebastian.hesselba...@gmail.com Cc