From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2] arm926ejs, at91: add common phy_reset function
Date: Mon, 18 Nov 2013 10:04:47 +0100 [thread overview]
Message-ID: <5289D82F.7030907@denx.de> (raw)
In-Reply-To: <5289D714.6040607@bus-elektronik.de>
Hello Jens,
Am 18.11.2013 10:00, schrieb esw at bus-elektronik.de:
> Am 2013-11-18 08:07, schrieb Heiko Schocher:
>> 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
>>
> I have successfully tested this patch for vl_ma2sc, so:
>
> Acked-by: Jens Scharsig (BuS Elektronik)<esw@bus-elektronik.de>
> Tested-by: Jens Scharsig (BuS Elektronik)<esw@bus-elektronik.de>
Thanks for testing!
bye,
Heiko
--
DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
next prev parent reply other threads:[~2013-11-18 9:04 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 [this message]
2013-11-18 9:27 ` Bo Shen
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=5289D82F.7030907@denx.de \
--to=hs@denx.de \
--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.