public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 1/8] serial: struct serial_device: add uninit() entry for drivers
Date: Sat, 24 Apr 2010 22:32:41 +0200	[thread overview]
Message-ID: <20100424203241.5E8EBEDD5FB@gemini.denx.de> (raw)
In-Reply-To: <1272130031-26230-2-git-send-email-agust@denx.de>

Dear Anatolij Gustschin,

In message <1272130031-26230-2-git-send-email-agust@denx.de> you wrote:
> Subsequent patch extends mpc512x serial driver to support
> multiple PSC ports. The driver will provide an uninit()
> function to stop the serial controller and to disable the
> controller's clock. Adding uninit() entry to struct serial_device
> allows disabling the serial controller after usage of
> a stdio serial device.
> 
> This patch adds uninit() entry to the struct serial_device
> and fixes initialization of this structure in the code
> accordingly.
> 
> Signed-off-by: Anatolij Gustschin <agust@denx.de>
> ---
>  arch/powerpc/cpu/mpc5xxx/serial.c  |    2 ++
>  arch/powerpc/cpu/mpc8xx/serial.c   |    2 ++
>  arch/powerpc/cpu/ppc4xx/4xx_uart.c |    2 ++
>  board/logicpd/zoom2/zoom2_serial.h |    1 +
>  drivers/serial/serial.c            |    1 +
>  drivers/serial/serial_pxa.c        |    3 +++
>  drivers/serial/serial_s3c24x0.c    |    1 +
>  drivers/serial/serial_s5pc1xx.c    |    1 +
>  include/serial.h                   |    1 +
>  9 files changed, 14 insertions(+), 0 deletions(-)

This patch is actually not 5xxx related, so I pull it directly into
"master".

Applied, thanks.

Best regards,

Wolfgang Denk

-- 
DENX Software Engineering GmbH,     MD: Wolfgang Denk & Detlev Zundel
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de
There is, however, a strange, musty smell in the air that reminds  me
of something...hmm...yes...I've got it...there's a VMS nearby, or I'm
a Blit.          - Larry Wall in Configure from the perl distribution

  parent reply	other threads:[~2010-04-24 20:32 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-03-21 21:40 [U-Boot] PULL REQUEST (for "next"): please pull u-boot-mpc5xxx Wolfgang Denk
2010-03-21 21:47 ` Wolfgang Denk
2010-03-21 22:34   ` Wolfgang Denk
2010-04-13 14:31     ` [U-Boot] [PATCH] serial: fix struct serial_device initialisation Anatolij Gustschin
2010-04-24 19:23       ` Anatolij Gustschin
2010-04-23  8:28     ` [U-Boot] PULL REQUEST (for "next"): please pull u-boot-mpc5xxx Anatolij Gustschin
2010-04-23  9:56       ` Wolfgang Denk
2010-04-24 17:27         ` [U-Boot] [PATCH v4 0/8] Add support for PDM360NG board Anatolij Gustschin
2010-04-24 17:27           ` [U-Boot] [PATCH v4 1/8] serial: struct serial_device: add uninit() entry for drivers Anatolij Gustschin
2010-04-24 17:27             ` [U-Boot] [PATCH v4 2/8] mpc512x: add multi serial PSC support Anatolij Gustschin
2010-04-24 17:27               ` [U-Boot] [PATCH v4 3/8] mpc5121: add PSC serial communication routines Anatolij Gustschin
2010-04-24 17:27                 ` [U-Boot] [PATCH v4 4/8] mpc512x: make MEM IO Control configuration a board config option Anatolij Gustschin
2010-04-24 17:27                   ` [U-Boot] [PATCH v4 5/8] mpc5121: determine RAM size using get_ram_size() Anatolij Gustschin
2010-04-24 17:27                     ` [U-Boot] [PATCH v4 6/8] mpc5121: add support for PDM360NG board Anatolij Gustschin
2010-04-24 17:27                       ` [U-Boot] [PATCH v4 7/8] mpc5121: add common post_word_load/store code Anatolij Gustschin
2010-04-24 17:27                         ` [U-Boot] [PATCH v4 8/8] mpc5121: pdm360ng: add coprocessor POST Anatolij Gustschin
2010-05-09  8:01                       ` [U-Boot] [PATCH v4 6/8] mpc5121: add support for PDM360NG board Michael Zaidman
2010-05-10 10:41                         ` Anatolij Gustschin
2010-04-24 20:32             ` Wolfgang Denk [this message]
2010-04-24 21:58           ` [U-Boot] [PATCH v4 0/8] Add " Wolfgang Denk
2010-04-24 22:23             ` Anatolij Gustschin

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=20100424203241.5E8EBEDD5FB@gemini.denx.de \
    --to=wd@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox