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 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 for orion5x, kirkwood and dove could b

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

2013-06-03 Thread Sascha Silbe
Dear Jagan, Jagan Teki writes: >> I'd appreciate a review of the latest patch [1,2]. [...] >> [1] mid:1369593423-19763-6-git-send-email-t-ub...@infra-silbe.de >> [2] http://patchwork.ozlabs.org/patch/246468/ > > Thank you, means this v4 is the latest one? > http://patchwork.ozlabs.org/patch/2464

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

2013-06-03 Thread Jagan Teki
On Mon, Jun 3, 2013 at 11:01 PM, Sascha Silbe wrote: > Dear Jagan, > > Jagan Teki writes: > >> Does this tested on hw, please re-base the tree and send the next version >> patch. >> Let me know if it ok to review under current tree. > > I'd appreciate a review of the latest patch [1,2]. There ha

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

2013-06-03 Thread Sascha Silbe
Dear Jagan, Jagan Teki writes: > Does this tested on hw, please re-base the tree and send the next version > patch. > Let me know if it ok to review under current tree. I'd appreciate a review of the latest patch [1,2]. There have been no changes in master to the files touched by the patch sin

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

2013-06-02 Thread Jagan Teki
Hi, Does this tested on hw, please re-base the tree and send the next version patch. Let me know if it ok to review under current tree. -- Thanks, Jagan. On Mon, Feb 11, 2013 at 9:09 AM, Prafulla Wadaskar wrote: > > >> -Original Message- >> From: Sebastian Hesselbarth [mailto:sebastian.

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

2013-02-10 Thread Prafulla Wadaskar
> -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 Hershberger; Daniel Stodden; Luka Perkov

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

2013-01-16 Thread Sebastian Hesselbarth
This adds an SPI driver found on Marvell Orion SoCs. This driver is taken from kirkwood_spi but removes mpp configuration as dove has dedicated spi pins. To have a common driver for orion5x, kirkwood, and dove, mpp configuration should be handled in some cpu/board-specific setup. Signed-off-by: Se