Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2016-09-20 Thread Michael Brandl
No sry, ports are not configured yet and I don't know which clock to use. I just created the structure looking on other implementations. That's what I neeed your help for! Michael On 19.09.2016 16:14, Armando Visconti wrote: Ciao Michael, Did you test it? It seems that all the platform

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2016-09-19 Thread Armando Visconti
Ciao Michael, Did you test it? It seems that all the platform related changes (pinmux, board file, ...) are there. Pls let us know, Armando On 09/19/2016 01:59 PM, Michael Brandl wrote: Ciao Armando, Hi Jagan, On Friday I found another driver implementation already on my desktop, by

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2016-09-14 Thread Jagan Teki
On Thu, Sep 8, 2016 at 7:51 PM, Michael Brandl wrote: > Dear U-Boot (SPI) Developers, > > this patch seems to be my only chance to get spi working without/before > Linux. > > I'm a student from Augsburg (Germany) experimenting with the Hikey Board > from 96boards. >

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2016-09-14 Thread Armando Visconti
Ciao Michael, On 09/08/2016 04:21 PM, Michael Brandl wrote: Dear U-Boot (SPI) Developers, this patch seems to be my only chance to get spi working without/before Linux. I wrote and used this code for u-boot for a asic specified by one of our customers. The patch was generic enough to be

[U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2016-09-08 Thread Michael Brandl
Dear U-Boot (SPI) Developers, this patch seems to be my only chance to get spi working without/before Linux. I'm a student from Augsburg (Germany) experimenting with the Hikey Board from 96boards. The hi6220 processor from HiSilicon isn't fully documented, there is just one document called

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2014-01-08 Thread Armando Visconti
Hello Jagan, Sorry for late reply. On 12/20/2013 8:03 PM, Jagan Teki wrote: On Fri, Oct 4, 2013 at 12:20 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Vipin, I have few quick comments, please fix it. Please use the u-boot-spi.git with master-probe branch for testing this driver. Let me

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2014-01-08 Thread Jagan Teki
On Wed, Jan 8, 2014 at 2:49 PM, Armando Visconti armando.visco...@st.com wrote: Hello Jagan, Sorry for late reply. On 12/20/2013 8:03 PM, Jagan Teki wrote: On Fri, Oct 4, 2013 at 12:20 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Vipin, I have few quick comments, please fix it.

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-12-20 Thread Jagan Teki
On Fri, Oct 4, 2013 at 12:20 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Hi Vipin, I have few quick comments, please fix it. Please use the u-boot-spi.git with master-probe branch for testing this driver. Let me know for any issues/concerns. On Wed, Jun 12, 2013 at 7:55 PM, Jagan Teki

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-10-04 Thread Jagan Teki
Couldn't find in master, can you provide the link atleast. On Fri, Oct 4, 2013 at 9:40 AM, Vipin Kumar vipin.ku...@st.com wrote: On 10/4/2013 1:22 AM, Jagan Teki wrote: Any update on this. This should already be in u-boot mainline Regards Vipin On Wed, Jun 12, 2013 at 9:25 PM, Armando

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-10-04 Thread Vipin Kumar
On 10/4/2013 11:32 AM, Jagan Teki wrote: Couldn't find in master, can you provide the link atleast. I am sorry. Got confused with something else You are right. It seems this is not merged yet May be I have to take this and send a pull request. Meanwhile, can you try taking this patch from

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-10-04 Thread Jagan Teki
Hi Vipin, I have few quick comments, please fix it. Please use the u-boot-spi.git with master-probe branch for testing this driver. Let me know for any issues/concerns. On Wed, Jun 12, 2013 at 7:55 PM, Jagan Teki jagannadh.t...@gmail.com wrote: Thanks for v6 sent. Have you tested this? on

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-10-03 Thread Jagan Teki
Any update on this. On Wed, Jun 12, 2013 at 9:25 PM, Armando Visconti armando.visco...@st.com wrote: On 06/12/2013 05:29 PM, Jagan Teki wrote: On Wed, Jun 12, 2013 at 8:49 PM, Armando Visconti armando.visco...@st.com wrote: But if you prefer to be on safer side I think we need to re-do

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-10-03 Thread Vipin Kumar
On 10/4/2013 1:22 AM, Jagan Teki wrote: Any update on this. This should already be in u-boot mainline Regards Vipin On Wed, Jun 12, 2013 at 9:25 PM, Armando Visconti armando.visco...@st.com wrote: On 06/12/2013 05:29 PM, Jagan Teki wrote: On Wed, Jun 12, 2013 at 8:49 PM, Armando

[U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-06-12 Thread Armando Visconti
This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has a 16bit wide and 8 locations deep TX/RX FIFO. Signed-off-by: Armando Visconti armando.visco...@st.com Signed-off-by: Vipin Kumar vipin.ku...@st.com Acked-by: Stefan Roese s...@denx.de ---

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-06-12 Thread Jagan Teki
Thanks for v6 sent. Have you tested this? on which board, include/configs/*.h file? -- Thanks, Jagan. On Wed, Jun 12, 2013 at 6:17 PM, Armando Visconti armando.visco...@st.com wrote: This patch adds the support for the ARM PL022 SPI controller for the standard variant (0x00041022), which has

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-06-12 Thread Armando Visconti
On 06/12/2013 04:25 PM, Jagan Teki wrote: Thanks for v6 sent. Have you tested this? on which board, include/configs/*.h file? No Jagan. I have not tested v6, as I currently don't have a spare board. Nevertheless, Vipin tested it up to v3. And he tested it on spear1340 evaluation board.

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-06-12 Thread Armando Visconti
But if you prefer to be on safer side I think we need to re-do some checks on a spare 1340 board... OK, maybe it is better to re-check again. I need to find some time and a spare board... I'll let you know, Arm ___ U-Boot mailing list

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-06-12 Thread Jagan Teki
On Wed, Jun 12, 2013 at 8:49 PM, Armando Visconti armando.visco...@st.com wrote: But if you prefer to be on safer side I think we need to re-do some checks on a spare 1340 board... OK, maybe it is better to re-check again. I need to find some time and a spare board... I'll let you know,

Re: [U-Boot] [PATCH v6] spi: pl022_spi: Add support for ARM PL022 spi controller

2013-06-12 Thread Armando Visconti
On 06/12/2013 05:29 PM, Jagan Teki wrote: On Wed, Jun 12, 2013 at 8:49 PM, Armando Visconti armando.visco...@st.com wrote: But if you prefer to be on safer side I think we need to re-do some checks on a spare 1340 board... OK, maybe it is better to re-check again. I need to find some time