All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] Enable CPSW on TI814x EVM
Date: Mon, 15 Apr 2013 18:16:26 -0400	[thread overview]
Message-ID: <20130415221626.GA11956@bill-the-cat> (raw)
In-Reply-To: <1363793894-1400-1-git-send-email-mporter@ti.com>

On Wed, Mar 20, 2013 at 11:38:10AM -0400, Matt Porter wrote:

> This series adds support for CPSW on the PG1.0 TI814x EVM board. 
> The V1 CPSW on TI814x requires minor register changes to the
> existing driver as well as TI814x-specific pll/clock support.
> An ET1011C phy driver is added to support the PHY present on the
> PG1.0 EVM.
> 
> It has been tested loading/booting a Linux kernel and regression
> tested on BeagleBone and EVM-SK AM33XX boards. It has also been
> MAKEALL tested for all am33xx platforms.
> 
> The series applies on top of the following patches:
> 	- am33xx: Add required includes to some omap/am33xx code
> 	  http://patchwork.ozlabs.org/patch/227804/
> 	- Add TI814x EVM Support v4
> 	  http://www.mail-archive.com/u-boot at lists.denx.de/msg108356.html
> 
> Changes since v1:
> 	- Improved sata pll config comment and defined magic clock values
> 	- Added the kernel tag that the et1011c.c driver is derived from
> 
> Matt Porter (4):
>   am33xx: add pll and clock support for TI814x CPSW
>   cpsw: add support for TI814x slave_regs differences
>   phy: add support for ET1011C phys
>   ti814x_evm: enable CPSW support
> 
>  arch/arm/cpu/armv7/am33xx/clock_ti814x.c           |  103 +++++++++++++++++-
>  arch/arm/include/asm/arch-am33xx/hardware_ti814x.h |    1 +
>  board/ti/ti814x/evm.c                              |   75 +++++++++++++
>  board/ti/ti814x/evm.h                              |    1 +
>  board/ti/ti814x/mux.c                              |   35 +++++++
>  drivers/net/cpsw.c                                 |    6 ++
>  drivers/net/phy/Makefile                           |    1 +
>  drivers/net/phy/et1011c.c                          |  110 ++++++++++++++++++++
>  drivers/net/phy/phy.c                              |    3 +
>  include/configs/ti814x_evm.h                       |   21 ++++
>  include/phy.h                                      |    1 +
>  11 files changed, 355 insertions(+), 2 deletions(-)
>  create mode 100644 drivers/net/phy/et1011c.c

Applied to u-boot-ti/next, thanks!

-- 
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/20130415/d22bf88f/attachment.pgp>

      parent reply	other threads:[~2013-04-15 22:16 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-20 15:38 [U-Boot] [PATCH v2 0/4] Enable CPSW on TI814x EVM Matt Porter
2013-03-20 15:38 ` [U-Boot] [PATCH v2 1/4] am33xx: add pll and clock support for TI814x CPSW Matt Porter
2013-03-20 17:24   ` Tom Rini
2013-03-20 15:38 ` [U-Boot] [PATCH v2 2/4] cpsw: add support for TI814x slave_regs differences Matt Porter
2013-03-20 15:38 ` [U-Boot] [PATCH v2 3/4] phy: add support for ET1011C phys Matt Porter
2013-03-20 15:38 ` [U-Boot] [PATCH v2 4/4] ti814x_evm: enable CPSW support Matt Porter
2013-04-15 22:16 ` Tom Rini [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20130415221626.GA11956@bill-the-cat \
    --to=trini@ti.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.