From: "Andreas Bießmann" <andreas.devel@googlemail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [U-Boot, v4, 4/5] board: atmel: clean up peripheral clock code
Date: Thu, 18 Feb 2016 22:27:20 +0100 [thread overview]
Message-ID: <1455830855-43683-4-git-send-email-andreas.devel@googlemail.com> (raw)
In-Reply-To: <1455830855-43683-1-git-send-email-andreas.devel@googlemail.com>
Dear Wenyou Yang,
Wenyou Yang <wenyou.yang@atmel.com> writes:
>Due to introducing the new peripheral clock handle functions,
>use these functions to reduce duplicated code.
>
>Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
>Tested-by: Heiko Schocher <hs@denx.de>
>[Rebased on current master, fixup for at91rm9200ek]
>Signed-off-by: Andreas Bie?mann <andreas.devel@googlemail.com>
>---
> board/atmel/at91rm9200ek/at91rm9200ek.c | 1 -
> board/atmel/at91rm9200ek/led.c | 6 ++----
> board/atmel/at91sam9260ek/at91sam9260ek.c | 15 +++++----------
> board/atmel/at91sam9261ek/at91sam9261ek.c | 8 ++------
> board/atmel/at91sam9261ek/led.c | 6 ++----
> board/atmel/at91sam9263ek/at91sam9263ek.c | 23 +++++++----------------
> board/atmel/at91sam9263ek/led.c | 9 +++------
> board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 20 +++++---------------
> board/atmel/at91sam9m10g45ek/led.c | 7 ++-----
> board/atmel/at91sam9n12ek/at91sam9n12ek.c | 6 ++----
> board/atmel/at91sam9rlek/at91sam9rlek.c | 18 ++++++------------
> board/atmel/at91sam9rlek/led.c | 7 ++-----
> board/atmel/at91sam9x5ek/at91sam9x5ek.c | 10 +++-------
> board/atmel/sama5d2_xplained/sama5d2_xplained.c | 1 -
> board/atmel/sama5d3_xplained/sama5d3_xplained.c | 5 ++---
> board/atmel/sama5d3xek/sama5d3xek.c | 5 ++---
> board/atmel/sama5d4_xplained/sama5d4_xplained.c | 5 ++---
> board/atmel/sama5d4ek/sama5d4ek.c | 5 ++---
> board/bluewater/snapper9260/snapper9260.c | 15 +++++----------
> board/calao/usb_a9263/usb_a9263.c | 11 ++++-------
> board/egnite/ethernut5/ethernut5.c | 20 ++++++++------------
> board/esd/meesc/meesc.c | 15 ++++++---------
> board/mini-box/picosam9g45/led.c | 7 ++-----
> board/mini-box/picosam9g45/picosam9g45.c | 17 ++++-------------
> board/ronetix/pm9261/led.c | 7 ++-----
> board/ronetix/pm9261/pm9261.c | 22 ++++++----------------
> board/ronetix/pm9263/led.c | 7 ++-----
> board/ronetix/pm9263/pm9263.c | 19 +++++--------------
> board/ronetix/pm9g45/pm9g45.c | 20 ++++++--------------
> board/siemens/corvus/board.c | 6 ++----
> board/siemens/smartweb/smartweb.c | 3 +--
> board/siemens/taurus/taurus.c | 3 +--
> 32 files changed, 103 insertions(+), 226 deletions(-)
applied to u-boot-atmel/master, thanks!
I had to rebase and fix some includes for
at91rm9200ek board files.
Best regards,
Andreas Bie?mann
next prev parent reply other threads:[~2016-02-18 21:27 UTC|newest]
Thread overview: 33+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-03 2:16 [U-Boot] [PATCH v4 0/5] ARM: at91: improve peripheral and system clock handle functions Wenyou Yang
2016-02-03 2:16 ` [U-Boot] [PATCH v4 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset Wenyou Yang
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, " Andreas Bießmann
2015-12-16 16:01 ` [U-Boot] [PATCH v3] ARM: Add Support for the VInCo platform Gregory CLEMENT
2016-01-21 11:08 ` Gregory CLEMENT
2016-01-21 11:32 ` Andreas Bießmann
2016-01-21 14:11 ` Gregory CLEMENT
2016-01-24 22:23 ` Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 2/5] ARM: at91: clock: add a new file to handle clock Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 3/5] ARM: cpu: at91: clean up peripheral clock code Andreas Bießmann
2016-02-18 21:27 ` Andreas Bießmann [this message]
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 5/5] drivers: " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 1/4] ARM: at91: clock: add UTMI PLL enable/disable function Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 2/4] ARM: at91: armv7: clean up UTMI PLL handle code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 3/4] drivers: usb: atmel: clean up the UTMI PLL code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 4/4] board: atmel: siemens: clean up " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 1/3] ARM: at91: clock: add PLLB enable/disable functions Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 2/3] drivers: usb: ohci-at91: clean up the PLLB code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v4, 3/3] board: atmel: siemens: clean up " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 1/3] ARM: at91: clock: add PMC_PLLICPR init function Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 2/3] ARM: at91: clean up the PMC_PLLICPR init code Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v3, 3/3] board: atmel: " Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] siemens,at91: enable features for smartweb Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] arm: at91: Add support for DENX MA5D4 SoM and EVK Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot, v2] ARM: at91: sama5d2: configure the L2 cache memory Andreas Bießmann
2016-02-18 21:27 ` [U-Boot] [U-Boot,v3] ARM: Add Support for the VInCo platform Andreas Bießmann
2016-02-19 8:06 ` Gregory CLEMENT
2016-02-19 8:48 ` Andreas Bießmann
2016-02-03 2:16 ` [U-Boot] [PATCH v4 2/5] ARM: at91: clock: add a new file to handle clock Wenyou Yang
2016-02-18 20:29 ` [U-Boot] [U-Boot, v4, " Andreas Bießmann
2016-02-03 2:16 ` [U-Boot] [PATCH v4 3/5] ARM: cpu: at91: clean up peripheral clock code Wenyou Yang
2016-02-03 2:16 ` [U-Boot] [PATCH v4 4/5] board: atmel: " Wenyou Yang
2016-02-03 2:16 ` [U-Boot] [PATCH v4 5/5] drivers: at91: " Wenyou Yang
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=1455830855-43683-4-git-send-email-andreas.devel@googlemail.com \
--to=andreas.devel@googlemail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox