public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] Pull request - zynq
@ 2013-04-30  9:49 Michal Simek
  2013-04-30 14:50 ` Tom Rini
  2013-05-10  9:34 ` Albert ARIBAUD
  0 siblings, 2 replies; 5+ messages in thread
From: Michal Simek @ 2013-04-30  9:49 UTC (permalink / raw)
  To: u-boot

Hi Tom and Albert,

please pull this patchset related to arm zynq to your tree.
I haven't got any ACK for gem and platform changes but the whole patchset
was reviewed by Tom.
Also not all patches are ARM core specific but they are affecting
zynq platform that's why I think it can go directly to Tom tree.

Please let me know if you have any problem with it. I can create more
branches with specific patches which should go through specific trees.

I have removed fpga related patch because I have some others pending fpga
patches and I will group them together.

Thanks,
Michal


The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:

  Prepare v2013.04 (2013-04-19 10:25:43 -0400)

are available in the git repository at:

  git://www.denx.de/git/u-boot-microblaze.git zynq

for you to fetch changes up to 8934f7846501070a5b01c1fab5db27559e9d70d1:

  i2c: zynq: Add support for Xilinx Zynq (2013-04-30 11:39:28 +0200)

----------------------------------------------------------------
David Andrey (3):
      arm: zynq: U-Boot udelay < 1000 FIX
      net: gem: Pass phy address to init
      net: gem: Preserve clk on emio interface

Michal Simek (11):
      arm: zynq: Rename XPSS_ prefix to ZYNQ_ for hardcoded SoC addresses
      zynq: Move scutimer baseaddr to hardware.h
      net: phy: Define Marvell 88e1518 phy
      net: gem: Remove WRAP bit from TX buffer description
      net: gem: Simplify return path in zynq_gem_recv
      net: gem: Do not initialize BDs again
      net: gem: Fix gem driver on 1Gbps LAN
      zynq: Move macros to hardware.h
      net: gem: Add support for phy autodetection
      mmc: Add support for Xilinx Zynq sdhci controller
      i2c: zynq: Add support for Xilinx Zynq

 arch/arm/cpu/armv7/zynq/slcr.c             |  26 ++++++++
 arch/arm/cpu/armv7/zynq/timer.c            |  49 ++++++++++++---
 arch/arm/include/asm/arch-zynq/hardware.h  |  26 +++++---
 arch/arm/include/asm/arch-zynq/sys_proto.h |   4 ++
 board/xilinx/zynq/board.c                  |  29 ++++++++-
 drivers/i2c/Makefile                       |   1 +
 drivers/i2c/zynq_i2c.c                     | 306 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 drivers/mmc/Makefile                       |   1 +
 drivers/mmc/zynq_sdhci.c                   |  40 ++++++++++++
 drivers/net/phy/marvell.c                  |  11 ++++
 drivers/net/zynq_gem.c                     | 199 +++++++++++++++++++++++++++++++++++++++++-----------------
 include/configs/zynq.h                     |  33 ++++++++--
 include/netdev.h                           |   2 +-
 13 files changed, 644 insertions(+), 83 deletions(-)
 create mode 100644 drivers/i2c/zynq_i2c.c
 create mode 100644 drivers/mmc/zynq_sdhci.c


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130430/6151d969/attachment.pgp>

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

* [U-Boot] Pull request - zynq
  2013-04-30  9:49 [U-Boot] Pull request - zynq Michal Simek
@ 2013-04-30 14:50 ` Tom Rini
  2013-05-01  7:45   ` Michal Simek
  2013-05-10  9:34 ` Albert ARIBAUD
  1 sibling, 1 reply; 5+ messages in thread
From: Tom Rini @ 2013-04-30 14:50 UTC (permalink / raw)
  To: u-boot

On Tue, Apr 30, 2013 at 11:49:33AM +0200, Michal Simek wrote:

> Hi Tom and Albert,
> 
> please pull this patchset related to arm zynq to your tree.
> I haven't got any ACK for gem and platform changes but the whole patchset
> was reviewed by Tom.
> Also not all patches are ARM core specific but they are affecting
> zynq platform that's why I think it can go directly to Tom tree.
> 
> Please let me know if you have any problem with it. I can create more
> branches with specific patches which should go through specific trees.
> 
> I have removed fpga related patch because I have some others pending fpga
> patches and I will group them together.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
> 
>   Prepare v2013.04 (2013-04-19 10:25:43 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git zynq
> 
> for you to fetch changes up to 8934f7846501070a5b01c1fab5db27559e9d70d1:
> 
>   i2c: zynq: Add support for Xilinx Zynq (2013-04-30 11:39:28 +0200)
> 
> ----------------------------------------------------------------
> David Andrey (3):
>       arm: zynq: U-Boot udelay < 1000 FIX
>       net: gem: Pass phy address to init
>       net: gem: Preserve clk on emio interface
> 
> Michal Simek (11):
>       arm: zynq: Rename XPSS_ prefix to ZYNQ_ for hardcoded SoC addresses
>       zynq: Move scutimer baseaddr to hardware.h
>       net: phy: Define Marvell 88e1518 phy
>       net: gem: Remove WRAP bit from TX buffer description
>       net: gem: Simplify return path in zynq_gem_recv
>       net: gem: Do not initialize BDs again
>       net: gem: Fix gem driver on 1Gbps LAN
>       zynq: Move macros to hardware.h
>       net: gem: Add support for phy autodetection
>       mmc: Add support for Xilinx Zynq sdhci controller
>       i2c: zynq: Add support for Xilinx Zynq
> 
>  arch/arm/cpu/armv7/zynq/slcr.c             |  26 ++++++++
>  arch/arm/cpu/armv7/zynq/timer.c            |  49 ++++++++++++---
>  arch/arm/include/asm/arch-zynq/hardware.h  |  26 +++++---
>  arch/arm/include/asm/arch-zynq/sys_proto.h |   4 ++
>  board/xilinx/zynq/board.c                  |  29 ++++++++-
>  drivers/i2c/Makefile                       |   1 +
>  drivers/i2c/zynq_i2c.c                     | 306 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/mmc/Makefile                       |   1 +
>  drivers/mmc/zynq_sdhci.c                   |  40 ++++++++++++
>  drivers/net/phy/marvell.c                  |  11 ++++
>  drivers/net/zynq_gem.c                     | 199 +++++++++++++++++++++++++++++++++++++++++-----------------
>  include/configs/zynq.h                     |  33 ++++++++--
>  include/netdev.h                           |   2 +-
>  13 files changed, 644 insertions(+), 83 deletions(-)
>  create mode 100644 drivers/i2c/zynq_i2c.c
>  create mode 100644 drivers/mmc/zynq_sdhci.c

Unless Albert really doesn't want this, I'm fine going through his tree
as it's all ARM related.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130430/be3ecf4b/attachment.pgp>

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

* [U-Boot] Pull request - zynq
  2013-04-30 14:50 ` Tom Rini
@ 2013-05-01  7:45   ` Michal Simek
  2013-05-10  8:13     ` Albert ARIBAUD
  0 siblings, 1 reply; 5+ messages in thread
From: Michal Simek @ 2013-05-01  7:45 UTC (permalink / raw)
  To: u-boot

On 04/30/2013 04:50 PM, Tom Rini wrote:
> On Tue, Apr 30, 2013 at 11:49:33AM +0200, Michal Simek wrote:
> 
>> Hi Tom and Albert,
>>
>> please pull this patchset related to arm zynq to your tree.
>> I haven't got any ACK for gem and platform changes but the whole patchset
>> was reviewed by Tom.
>> Also not all patches are ARM core specific but they are affecting
>> zynq platform that's why I think it can go directly to Tom tree.
>>
>> Please let me know if you have any problem with it. I can create more
>> branches with specific patches which should go through specific trees.
>>
>> I have removed fpga related patch because I have some others pending fpga
>> patches and I will group them together.
>>
>> Thanks,
>> Michal
>>
>>
>> The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
>>
>>   Prepare v2013.04 (2013-04-19 10:25:43 -0400)
>>
>> are available in the git repository at:
>>
>>   git://www.denx.de/git/u-boot-microblaze.git zynq
>>
>> for you to fetch changes up to 8934f7846501070a5b01c1fab5db27559e9d70d1:
>>
>>   i2c: zynq: Add support for Xilinx Zynq (2013-04-30 11:39:28 +0200)
>>
>> ----------------------------------------------------------------
>> David Andrey (3):
>>       arm: zynq: U-Boot udelay < 1000 FIX
>>       net: gem: Pass phy address to init
>>       net: gem: Preserve clk on emio interface
>>
>> Michal Simek (11):
>>       arm: zynq: Rename XPSS_ prefix to ZYNQ_ for hardcoded SoC addresses
>>       zynq: Move scutimer baseaddr to hardware.h
>>       net: phy: Define Marvell 88e1518 phy
>>       net: gem: Remove WRAP bit from TX buffer description
>>       net: gem: Simplify return path in zynq_gem_recv
>>       net: gem: Do not initialize BDs again
>>       net: gem: Fix gem driver on 1Gbps LAN
>>       zynq: Move macros to hardware.h
>>       net: gem: Add support for phy autodetection
>>       mmc: Add support for Xilinx Zynq sdhci controller
>>       i2c: zynq: Add support for Xilinx Zynq
>>
>>  arch/arm/cpu/armv7/zynq/slcr.c             |  26 ++++++++
>>  arch/arm/cpu/armv7/zynq/timer.c            |  49 ++++++++++++---
>>  arch/arm/include/asm/arch-zynq/hardware.h  |  26 +++++---
>>  arch/arm/include/asm/arch-zynq/sys_proto.h |   4 ++
>>  board/xilinx/zynq/board.c                  |  29 ++++++++-
>>  drivers/i2c/Makefile                       |   1 +
>>  drivers/i2c/zynq_i2c.c                     | 306 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>>  drivers/mmc/Makefile                       |   1 +
>>  drivers/mmc/zynq_sdhci.c                   |  40 ++++++++++++
>>  drivers/net/phy/marvell.c                  |  11 ++++
>>  drivers/net/zynq_gem.c                     | 199 +++++++++++++++++++++++++++++++++++++++++-----------------
>>  include/configs/zynq.h                     |  33 ++++++++--
>>  include/netdev.h                           |   2 +-
>>  13 files changed, 644 insertions(+), 83 deletions(-)
>>  create mode 100644 drivers/i2c/zynq_i2c.c
>>  create mode 100644 drivers/mmc/zynq_sdhci.c
> 
> Unless Albert really doesn't want this, I'm fine going through his tree
> as it's all ARM related.

Albert: any comment?

Thanks,
Michal


-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 263 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130501/6496cf7d/attachment.pgp>

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

* [U-Boot] Pull request - zynq
  2013-05-01  7:45   ` Michal Simek
@ 2013-05-10  8:13     ` Albert ARIBAUD
  0 siblings, 0 replies; 5+ messages in thread
From: Albert ARIBAUD @ 2013-05-10  8:13 UTC (permalink / raw)
  To: u-boot

Hi Michal,

On Wed, 01 May 2013 09:45:47 +0200, Michal Simek <monstr@monstr.eu>
wrote:

> > Unless Albert really doesn't want this, I'm fine going through his tree
> > as it's all ARM related.
> 
> Albert: any comment?

I'm fine with pulling it, and starting now.

> Thanks,
> Michal

Amicalement,
-- 
Albert.

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

* [U-Boot] Pull request - zynq
  2013-04-30  9:49 [U-Boot] Pull request - zynq Michal Simek
  2013-04-30 14:50 ` Tom Rini
@ 2013-05-10  9:34 ` Albert ARIBAUD
  1 sibling, 0 replies; 5+ messages in thread
From: Albert ARIBAUD @ 2013-05-10  9:34 UTC (permalink / raw)
  To: u-boot

Hi Michal,

On Tue, 30 Apr 2013 11:49:33 +0200, Michal Simek <monstr@monstr.eu>
wrote:

> Hi Tom and Albert,
> 
> please pull this patchset related to arm zynq to your tree.
> I haven't got any ACK for gem and platform changes but the whole patchset
> was reviewed by Tom.
> Also not all patches are ARM core specific but they are affecting
> zynq platform that's why I think it can go directly to Tom tree.
> 
> Please let me know if you have any problem with it. I can create more
> branches with specific patches which should go through specific trees.
> 
> I have removed fpga related patch because I have some others pending fpga
> patches and I will group them together.
> 
> Thanks,
> Michal
> 
> 
> The following changes since commit d10f68ae47b67acab8b110b5c605dde4197a1820:
> 
>   Prepare v2013.04 (2013-04-19 10:25:43 -0400)
> 
> are available in the git repository at:
> 
>   git://www.denx.de/git/u-boot-microblaze.git zynq
> 
> for you to fetch changes up to 8934f7846501070a5b01c1fab5db27559e9d70d1:
> 
>   i2c: zynq: Add support for Xilinx Zynq (2013-04-30 11:39:28 +0200)
> 
> ----------------------------------------------------------------
> David Andrey (3):
>       arm: zynq: U-Boot udelay < 1000 FIX
>       net: gem: Pass phy address to init
>       net: gem: Preserve clk on emio interface
> 
> Michal Simek (11):
>       arm: zynq: Rename XPSS_ prefix to ZYNQ_ for hardcoded SoC addresses
>       zynq: Move scutimer baseaddr to hardware.h
>       net: phy: Define Marvell 88e1518 phy
>       net: gem: Remove WRAP bit from TX buffer description
>       net: gem: Simplify return path in zynq_gem_recv
>       net: gem: Do not initialize BDs again
>       net: gem: Fix gem driver on 1Gbps LAN
>       zynq: Move macros to hardware.h
>       net: gem: Add support for phy autodetection
>       mmc: Add support for Xilinx Zynq sdhci controller
>       i2c: zynq: Add support for Xilinx Zynq
> 
>  arch/arm/cpu/armv7/zynq/slcr.c             |  26 ++++++++
>  arch/arm/cpu/armv7/zynq/timer.c            |  49 ++++++++++++---
>  arch/arm/include/asm/arch-zynq/hardware.h  |  26 +++++---
>  arch/arm/include/asm/arch-zynq/sys_proto.h |   4 ++
>  board/xilinx/zynq/board.c                  |  29 ++++++++-
>  drivers/i2c/Makefile                       |   1 +
>  drivers/i2c/zynq_i2c.c                     | 306 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>  drivers/mmc/Makefile                       |   1 +
>  drivers/mmc/zynq_sdhci.c                   |  40 ++++++++++++
>  drivers/net/phy/marvell.c                  |  11 ++++
>  drivers/net/zynq_gem.c                     | 199 +++++++++++++++++++++++++++++++++++++++++-----------------
>  include/configs/zynq.h                     |  33 ++++++++--
>  include/netdev.h                           |   2 +-
>  13 files changed, 644 insertions(+), 83 deletions(-)
>  create mode 100644 drivers/i2c/zynq_i2c.c
>  create mode 100644 drivers/mmc/zynq_sdhci.c
> 
> 

Applied to u-boot-arm/master, thanks!

Amicalement,
-- 
Albert.

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

end of thread, other threads:[~2013-05-10  9:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-30  9:49 [U-Boot] Pull request - zynq Michal Simek
2013-04-30 14:50 ` Tom Rini
2013-05-01  7:45   ` Michal Simek
2013-05-10  8:13     ` Albert ARIBAUD
2013-05-10  9:34 ` Albert ARIBAUD

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox