Re: [U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config

2013-12-18 Thread Sourav Poddar

On Thursday 19 December 2013 12:25 PM, Jagan Teki wrote:

On Thu, Dec 19, 2013 at 11:48 AM, Sourav Poddar  wrote:

On Thursday 19 December 2013 11:41 AM, Jagan Teki wrote:

On Thu, Dec 19, 2013 at 10:36 AM, Sourav Poddar
wrote:

Jagan,
On Thursday 14 November 2013 09:01 PM, Sourav Poddar wrote:

Hi Jagan,
Here are the miscellaneous fix and config update for dra7 qspi flash.

Patch series adds:
Add BAR config in dra7 config file.
Set spi controller device control registers before
doing a memory mapped read.

Patches available here:
git://gitorious.org/u-boot-shared/u-boot-qspi.git debug_dra_qspi

Tested on dra7 evm with qspi boot.

Sourav Poddar (2):
 config: dra7_evm: Add Bank Address Register(BAR) config
 driver: mtd: sf_ops: claim bus while doing memcpy

drivers/mtd/spi/sf_ops.c |6 ++
include/configs/dra7xx_evm.h |1 +
2 files changed, 7 insertions(+), 0 deletions(-)


Ping on this.
This are miscellaneous fixes for dra7 qspi uboot.
Can you pick this up ?

What is this series - I couldn't find it on patchwork.
You sent a series with 0/5 and these two are part of that is it?


This is a differnet series for dra7 soc, it has miscellaneous cleanup
and fixes.

The other series (0/5) is for qspi on am43x soc

Applied to u-boot-spi/master


Thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config

2013-12-18 Thread Jagan Teki
On Thu, Dec 19, 2013 at 11:48 AM, Sourav Poddar  wrote:
> On Thursday 19 December 2013 11:41 AM, Jagan Teki wrote:
>>
>> On Thu, Dec 19, 2013 at 10:36 AM, Sourav Poddar
>> wrote:
>>>
>>> Jagan,
>>> On Thursday 14 November 2013 09:01 PM, Sourav Poddar wrote:

 Hi Jagan,
 Here are the miscellaneous fix and config update for dra7 qspi flash.

 Patch series adds:
 Add BAR config in dra7 config file.
 Set spi controller device control registers before
 doing a memory mapped read.

 Patches available here:
 git://gitorious.org/u-boot-shared/u-boot-qspi.git debug_dra_qspi

 Tested on dra7 evm with qspi boot.

 Sourav Poddar (2):
 config: dra7_evm: Add Bank Address Register(BAR) config
 driver: mtd: sf_ops: claim bus while doing memcpy

drivers/mtd/spi/sf_ops.c |6 ++
include/configs/dra7xx_evm.h |1 +
2 files changed, 7 insertions(+), 0 deletions(-)

>>> Ping on this.
>>> This are miscellaneous fixes for dra7 qspi uboot.
>>> Can you pick this up ?
>>
>> What is this series - I couldn't find it on patchwork.
>> You sent a series with 0/5 and these two are part of that is it?
>>
> This is a differnet series for dra7 soc, it has miscellaneous cleanup
> and fixes.
>
> The other series (0/5) is for qspi on am43x soc

Applied to u-boot-spi/master

-- 
Thanks,
Jagan.

Jagannadha Sutradharudu Teki,
E: jagannadh.t...@gmail.com, P: +91-9676773388
Engineer - System Software Hacker
U-boot - SPI Custodian and Zynq APSOC
Ln: http://www.linkedin.com/in/jaganteki
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config

2013-12-18 Thread Sourav Poddar

On Thursday 19 December 2013 11:41 AM, Jagan Teki wrote:

On Thu, Dec 19, 2013 at 10:36 AM, Sourav Poddar  wrote:

Jagan,
On Thursday 14 November 2013 09:01 PM, Sourav Poddar wrote:

Hi Jagan,
Here are the miscellaneous fix and config update for dra7 qspi flash.

Patch series adds:
Add BAR config in dra7 config file.
Set spi controller device control registers before
doing a memory mapped read.

Patches available here:
git://gitorious.org/u-boot-shared/u-boot-qspi.git debug_dra_qspi

Tested on dra7 evm with qspi boot.

Sourav Poddar (2):
config: dra7_evm: Add Bank Address Register(BAR) config
driver: mtd: sf_ops: claim bus while doing memcpy

   drivers/mtd/spi/sf_ops.c |6 ++
   include/configs/dra7xx_evm.h |1 +
   2 files changed, 7 insertions(+), 0 deletions(-)


Ping on this.
This are miscellaneous fixes for dra7 qspi uboot.
Can you pick this up ?

What is this series - I couldn't find it on patchwork.
You sent a series with 0/5 and these two are part of that is it?


This is a differnet series for dra7 soc, it has miscellaneous cleanup
and fixes.

The other series (0/5) is for qspi on am43x soc
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config

2013-12-18 Thread Jagan Teki
On Thu, Dec 19, 2013 at 10:36 AM, Sourav Poddar  wrote:
> Jagan,
> On Thursday 14 November 2013 09:01 PM, Sourav Poddar wrote:
>>
>> Hi Jagan,
>> Here are the miscellaneous fix and config update for dra7 qspi flash.
>>
>> Patch series adds:
>> Add BAR config in dra7 config file.
>> Set spi controller device control registers before
>> doing a memory mapped read.
>>
>> Patches available here:
>> git://gitorious.org/u-boot-shared/u-boot-qspi.git debug_dra_qspi
>>
>> Tested on dra7 evm with qspi boot.
>>
>> Sourav Poddar (2):
>>config: dra7_evm: Add Bank Address Register(BAR) config
>>driver: mtd: sf_ops: claim bus while doing memcpy
>>
>>   drivers/mtd/spi/sf_ops.c |6 ++
>>   include/configs/dra7xx_evm.h |1 +
>>   2 files changed, 7 insertions(+), 0 deletions(-)
>>
> Ping on this.
> This are miscellaneous fixes for dra7 qspi uboot.
> Can you pick this up ?

What is this series - I couldn't find it on patchwork.
You sent a series with 0/5 and these two are part of that is it?

-- 
Thanks,
Jagan.
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config

2013-12-18 Thread Sourav Poddar

Jagan,
On Thursday 14 November 2013 09:01 PM, Sourav Poddar wrote:

Hi Jagan,
Here are the miscellaneous fix and config update for dra7 qspi flash.

Patch series adds:
Add BAR config in dra7 config file.
Set spi controller device control registers before
doing a memory mapped read.

Patches available here:
git://gitorious.org/u-boot-shared/u-boot-qspi.git debug_dra_qspi

Tested on dra7 evm with qspi boot.

Sourav Poddar (2):
   config: dra7_evm: Add Bank Address Register(BAR) config
   driver: mtd: sf_ops: claim bus while doing memcpy

  drivers/mtd/spi/sf_ops.c |6 ++
  include/configs/dra7xx_evm.h |1 +
  2 files changed, 7 insertions(+), 0 deletions(-)


Ping on this.
This are miscellaneous fixes for dra7 qspi uboot.
Can you pick this up ?
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [UBOOT][PATCH 0/2] misc fix for memory mapped support, dra config

2013-11-25 Thread Sourav Poddar

Hi Jagan,
On Thursday 14 November 2013 09:01 PM, Sourav Poddar wrote:

Hi Jagan,
Here are the miscellaneous fix and config update for dra7 qspi flash.

Patch series adds:
Add BAR config in dra7 config file.
Set spi controller device control registers before
doing a memory mapped read.

Patches available here:
git://gitorious.org/u-boot-shared/u-boot-qspi.git debug_dra_qspi

Tested on dra7 evm with qspi boot.

Can these patches be picked?

Sourav Poddar (2):
   config: dra7_evm: Add Bank Address Register(BAR) config
   driver: mtd: sf_ops: claim bus while doing memcpy

  drivers/mtd/spi/sf_ops.c |6 ++
  include/configs/dra7xx_evm.h |1 +
  2 files changed, 7 insertions(+), 0 deletions(-)



___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot