All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 2/5] superio: Add SMSC SIO1007 driver
Date: Tue, 9 Feb 2016 15:23:03 -0700	[thread overview]
Message-ID: <CAPnjgZ3kZnqO_YBUkkhi24DScCxfALpucc5FkG+TtTjxE+TA=g@mail.gmail.com> (raw)
In-Reply-To: <1454738920-806-3-git-send-email-bmeng.cn@gmail.com>

On 5 February 2016 at 23:08, Bin Meng <bmeng.cn@gmail.com> wrote:
> The SMSC SIO1007 superio chipset integrates two ns16550 compatible
> serial ports for legacy applications, 16 GPIO pins and some other
> functionalities like power management.
>
> This adds a simple driver to enable serial port and handle GPIO.
>
> Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
> ---
>
> Changes in v2: None
>
>  drivers/misc/Makefile       |   1 +
>  drivers/misc/smsc_sio1007.c | 126 ++++++++++++++++++++++++++++++++++++++++++++
>  include/smsc_sio1007.h      | 115 ++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 242 insertions(+)
>  create mode 100644 drivers/misc/smsc_sio1007.c
>  create mode 100644 include/smsc_sio1007.h

Reviewed-by: Simon Glass <sjg@chromium.org>

  reply	other threads:[~2016-02-09 22:23 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-02-06  6:08 [U-Boot] [PATCH v2 0/5] x86: ivybridge: Add Intel FSP support Bin Meng
2016-02-06  6:08 ` [U-Boot] [PATCH v2 1/5] x86: ivybridge: Add " Bin Meng
2016-02-06  6:08 ` [U-Boot] [PATCH v2 2/5] superio: Add SMSC SIO1007 driver Bin Meng
2016-02-09 22:23   ` Simon Glass [this message]
2016-02-06  6:08 ` [U-Boot] [PATCH v2 3/5] x86: fsp: Make sure HOB list is not overwritten by U-Boot Bin Meng
2016-02-06  6:08 ` [U-Boot] [PATCH v2 4/5] x86: ivybridge: bd82x6x: Support FSP enabled configuration Bin Meng
2016-02-09 22:23   ` Simon Glass
2016-02-06  6:08 ` [U-Boot] [PATCH v2 5/5] x86: Add Intel Cougar Canyon 2 board Bin Meng
2016-02-09 22:23   ` Simon Glass
2016-02-14  3:03     ` Bin Meng

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='CAPnjgZ3kZnqO_YBUkkhi24DScCxfALpucc5FkG+TtTjxE+TA=g@mail.gmail.com' \
    --to=sjg@chromium.org \
    --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.