All of lore.kernel.org
 help / color / mirror / Atom feed
From: Heiko Schocher <hs@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 4/5] board: atmel: clean up peripheral clock code
Date: Wed, 9 Dec 2015 07:56:25 +0100	[thread overview]
Message-ID: <5667D099.4010209@denx.de> (raw)
In-Reply-To: <1449632726-6614-5-git-send-email-wenyou.yang@atmel.com>

Hello Wenyou,

Am 09.12.2015 um 04:45 schrieb Wenyou Yang:
> 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>
> ---
>
>   board/atmel/at91rm9200ek/at91rm9200ek.c         |    1 -
>   board/atmel/at91rm9200ek/led.c                  |    5 +----
>   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, 102 insertions(+), 226 deletions(-)

Sorry this patch has checkpatcherrors:

2015-12-09 07:49:38,661:  hs at pollux [ 7:49:38] ttbott >
2015-12-09 07:49:39,790:  wget http://patchwork.ozlabs.org/patch/554219/mbox
2015-12-09 07:49:39,791:  --2015-12-09 07:49:39--  http://patchwork.ozlabs.org/patch/554219/mbox
2015-12-09 07:49:39,791:  Resolving patchwork.ozlabs.org (patchwork.ozlabs.org)... 103.22.144.67, 
2401:3900:2:1::2
2015-12-09 07:49:40,106:  Connecting to patchwork.ozlabs.org 
(patchwork.ozlabs.org)|103.22.144.67|:80... connected.
2015-12-09 07:49:40,420:  HTTP request sent, awaiting response... 301 MOVED PERMANENTLY
2015-12-09 07:49:40,421:  Location: http://patchwork.ozlabs.org/patch/554219/mbox/ [following]
2015-12-09 07:49:40,421:  --2015-12-09 07:49:40--  http://patchwork.ozlabs.org/patch/554219/mbox/
2015-12-09 07:49:40,421:  Reusing existing connection to patchwork.ozlabs.org:80.
2015-12-09 07:49:40,786:  HTTP request sent, awaiting response... 200 OK
2015-12-09 07:49:40,786:  Length: unspecified [text/plain]
2015-12-09 07:49:40,786:  Saving to: ?mbox?
2015-12-09 07:49:40,786:
2015-12-09 07:49:40,787:
2015-12-09 07:49:41,101:  mbox                    [<=>                   ]       0  --.-KB/s
2015-12-09 07:49:41,133:  mbox                    [ <=>                  ]  15.15K  45.0KB/s
2015-12-09 07:49:41,134:  mbox                    [  <=>                 ]  41.60K   111KB/s   in 0.4s
2015-12-09 07:49:41,134:
2015-12-09 07:49:41,134:  2015-12-09 07:49:41 (111 KB/s) - ?mbox? saved [42603]
2015-12-09 07:49:41,134:
2015-12-09 07:49:41,134:  hs at pollux [ 7:49:41] ttbott >
2015-12-09 07:49:42,235:  if [ $? -ne 0 ]; then echo 'FAILED'; fi
2015-12-09 07:49:42,235:  hs at pollux [ 7:49:42] ttbott >
2015-12-09 07:49:43,333:  scripts/checkpatch.pl mbox
2015-12-09 07:49:43,698:  WARNING: line over 80 characters
2015-12-09 07:49:43,698:  #1029: FILE: board/ronetix/pm9261/pm9261.c:167:
2015-12-09 07:49:43,699:  +     at91_system_clk_enable(AT91_PMC_HCK1);  /* LCD controller Clock, 
AT91SAM9261 only */
2015-12-09 07:49:43,699:
2015-12-09 07:49:43,699:  total: 0 errors, 1 warnings, 0 checks, 1000 lines checked
2015-12-09 07:49:43,699:
2015-12-09 07:49:43,699:  NOTE: Ignored message types: COMPLEX_MACRO CONSIDER_KSTRTO MINMAX 
MULTISTATEMENT_MACRO_USE_DO_WHILE NETWORKING_BLOCK_COMMENT_STYLE USLEEP_RANGE
2015-12-09 07:49:43,700:
2015-12-09 07:49:43,700:  mbox has style problems, please review.
2015-12-09 07:49:43,700:
2015-12-09 07:49:43,700:  If any of these errors are false positives, please report
2015-12-09 07:49:43,700:  them to the maintainer, see CHECKPATCH in MAINTAINERS.
2015-12-09 07:49:43,701:  hs at pollux [ 7:49:43] ttbott >

bye,
Heiko
-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany

  reply	other threads:[~2015-12-09  6:56 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-09  3:45 [U-Boot] [PATCH 0/5] ARM: at91: improve peripheral and system clock handle functions Wenyou Yang
2015-12-09  3:45 ` [U-Boot] [PATCH 1/5] ARM: at91: asm/at91_pmc.h: fix trival register offset Wenyou Yang
2015-12-09  3:45 ` [U-Boot] [PATCH 2/5] ARM: at91: clock: add a new file to handle clock Wenyou Yang
2015-12-09  3:45 ` [U-Boot] [PATCH 3/5] ARM: cpu: at91: clean up peripheral clock code Wenyou Yang
2015-12-09  3:45 ` [U-Boot] [PATCH 4/5] board: atmel: " Wenyou Yang
2015-12-09  6:56   ` Heiko Schocher [this message]
2015-12-09  7:55     ` Yang, Wenyou
2015-12-09  3:45 ` [U-Boot] [PATCH 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=5667D099.4010209@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.