All of lore.kernel.org
 help / color / mirror / Atom feed
From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH v7 01/17] x86: apl: Add pinctrl driver
Date: Tue, 10 Dec 2019 22:06:02 +0800	[thread overview]
Message-ID: <CAEUhbmWv_iQLQMBtzDkrHzT87vQq9NWruhLD=2W82Si9gkPEfA@mail.gmail.com> (raw)
In-Reply-To: <20191209003224.60174-2-sjg@chromium.org>

On Mon, Dec 9, 2019 at 8:32 AM Simon Glass <sjg@chromium.org> wrote:
>
> Add a driver for the Apollo Lake pinctrl. This mostly makes use of the
> common Intel pinctrl support.
>
> Signed-off-by: Simon Glass <sjg@chromium.org>
> ---
>
> Changes in v7:
> - Drop Glacier Lake code
> - Fix value of GPIO_28_IRQ
> - Update Kconfig to avoid using def_bool
>
> Changes in v6: None
> Changes in v5: None
> Changes in v4:
> - Allow pinctrl nodes to have subnodes (i.e. GPIO nodes)
> - Drop GPIO_NUM_PAD_CFG_REGS
> - Switch over to use pinctrl for pad init/config
> - Tidy up the header file a little
> - apollolake -> Apollo Lake
>
> Changes in v3:
> - Add various minor tidy-ups
> - Fix mixed case in GPIO defines
> - Rework how pads configuration is defined in TPL and SPL
> - Use the IRQ uclass instead of ITSS
>
> Changes in v2: None
>
>  arch/x86/include/asm/arch-apollolake/gpio.h | 485 ++++++++++++++++++++
>  drivers/pinctrl/intel/Kconfig               |  16 +-
>  drivers/pinctrl/intel/Makefile              |   1 +
>  drivers/pinctrl/intel/pinctrl_apl.c         | 192 ++++++++
>  4 files changed, 691 insertions(+), 3 deletions(-)
>  create mode 100644 arch/x86/include/asm/arch-apollolake/gpio.h
>  create mode 100644 drivers/pinctrl/intel/pinctrl_apl.c
>

Reviewed-by: Bin Meng <bmeng.cn@gmail.com>

  reply	other threads:[~2019-12-10 14:06 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-09  0:32 [PATCH v7 00/17] x86: Add initial support for apollolake Simon Glass
2019-12-09  0:32 ` [PATCH v7 01/17] x86: apl: Add pinctrl driver Simon Glass
2019-12-10 14:06   ` Bin Meng [this message]
2019-12-15  0:29     ` Bin Meng
2019-12-09  0:32 ` [PATCH v7 02/17] i2c: designware: Add Apollo Lake support Simon Glass
2019-12-10 14:06   ` Bin Meng
2019-12-09  0:32 ` [PATCH v7 03/17] x86: apl: Add systemagent driver Simon Glass
2019-12-10 14:06   ` Bin Meng
2019-12-15  0:36     ` Bin Meng
2019-12-09  0:32 ` [PATCH v7 04/17] x86: apl: Add hostbridge driver Simon Glass

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='CAEUhbmWv_iQLQMBtzDkrHzT87vQq9NWruhLD=2W82Si9gkPEfA@mail.gmail.com' \
    --to=bmeng.cn@gmail.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 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.