All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bo Shen <voice.shen@atmel.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] arm926ejs, at91: add common phy_reset function
Date: Mon, 18 Nov 2013 17:27:19 +0800	[thread overview]
Message-ID: <5289DD77.2000800@atmel.com> (raw)
In-Reply-To: <1384758443-3706-1-git-send-email-hs@denx.de>

Hi Heiko,

On 11/18/2013 03:07 PM, Heiko Schocher wrote:
> add common phy reset code into a common function.
>
> Signed-off-by: Heiko Schocher <hs@denx.de>
> Cc: Andreas Bie?mann <andreas.devel@googlemail.com>
> Cc: Bo Shen <voice.shen@atmel.com>
> Cc: Jens Scharsig <esw@bus-elektronik.de>
> Cc: Sergey Lapin <slapin@ossfans.org>
> Cc: Stelian Pop <stelian@popies.net>
> Cc: Albin Tonnerre <albin.tonnerre@free-electrons.com>
> Cc: Eric Benard <eric@eukrea.com>
> Cc: Markus Hubig <mhubig@imko.de>
>
> ---
> - changes for v2:
>    - add comment from Andreas Bie?mann:
>      - constify timeout
>      - add some more comment
>      - add Markus Hubig to Copyright
>    - removed makefile changes
>    - add CONFIG_AT91_WANTS_COMMON_PHY
>    - rebased against commit c2e5e802ecb7ab668ce9911b210ed68c804b349f
>    - Patch based on the spl v4 patchset from Bo Shen, see:
>      http://lists.denx.de/pipermail/u-boot/2013-November/167235.html
> ---
>   arch/arm/cpu/at91-common/Makefile               |  1 +
>   arch/arm/cpu/at91-common/phy.c                  | 57 +++++++++++++++++++++++++
>   arch/arm/include/asm/arch-at91/at91_common.h    |  1 +
>   board/BuS/vl_ma2sc/vl_ma2sc.c                   | 18 +-------
>   board/afeb9260/afeb9260.c                       | 18 +-------
>   board/atmel/at91sam9260ek/at91sam9260ek.c       | 19 +--------
>   board/atmel/at91sam9263ek/at91sam9263ek.c       | 19 +--------
>   board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 19 +--------
>   board/bluewater/snapper9260/snapper9260.c       | 16 +------
>   board/calao/sbc35_a9g20/sbc35_a9g20.c           | 19 +--------
>   board/eukrea/cpu9260/cpu9260.c                  | 18 +-------
>   board/taskit/stamp9g20/stamp9g20.c              | 31 +-------------
>   include/configs/afeb9260.h                      |  2 +-
>   include/configs/at91sam9260ek.h                 |  1 +
>   include/configs/at91sam9263ek.h                 |  1 +
>   include/configs/at91sam9m10g45ek.h              |  1 +
>   include/configs/cpu9260.h                       |  1 +
>   include/configs/sbc35_a9g20.h                   |  1 +
>   include/configs/snapper9260.h                   |  1 +
>   include/configs/stamp9g20.h                     |  1 +
>   include/configs/vl_ma2sc.h                      |  1 +
>   21 files changed, 79 insertions(+), 167 deletions(-)
>   create mode 100644 arch/arm/cpu/at91-common/phy.c

Test OK on at91sam9m10g45ek board.

Tested-by: Bo Shen <voice.shen@atmel.com>
Acked-by: Bo Shen <voice.shen@atmel.com>


Best Regards,
Bo Shen

  parent reply	other threads:[~2013-11-18  9:27 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-18  7:07 [U-Boot] [PATCH v2] arm926ejs, at91: add common phy_reset function Heiko Schocher
2013-11-18  9:00 ` esw at bus-elektronik.de
2013-11-18  9:04   ` Heiko Schocher
2013-11-18  9:27 ` Bo Shen [this message]
2013-12-01 21:49 ` [U-Boot] [U-Boot,v2] " Andreas Bießmann

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=5289DD77.2000800@atmel.com \
    --to=voice.shen@atmel.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.