Dear Heiko Schocher,

Heiko Schocher <h...@denx.de> writes:
>add common phy reset code into a common function.
>
>Signed-off-by: Heiko Schocher <h...@denx.de>
>Cc: Andreas Bießmann <andreas.de...@googlemail.com>
>Cc: Bo Shen <voice.s...@atmel.com>
>Cc: Jens Scharsig <e...@bus-elektronik.de>
>Cc: Sergey Lapin <sla...@ossfans.org>
>Cc: Stelian Pop <stel...@popies.net>
>Cc: Albin Tonnerre <albin.tonne...@free-electrons.com>
>Cc: Eric Benard <e...@eukrea.com>
>Cc: Markus Hubig <mhu...@imko.de>
>Acked-by: Jens Scharsig (BuS Elektronik) <e...@bus-elektronik.de>
>Tested-by: Jens Scharsig (BuS Elektronik) <e...@bus-elektronik.de>
>Tested-by: Bo Shen <voice.s...@atmel.com>
>Acked-by: Bo Shen <voice.s...@atmel.com>
>
>---
>- 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

applied to u-boot-atmel/master, thanks!

Best regards,
Andreas Bießmann
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to