All of lore.kernel.org
 help / color / mirror / Atom feed
From: Baruch Siach <baruch@tkos.co.il>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	devicetree@vger.kernel.org
Subject: Re: [PATCH v2 2/2] pinctrl: driver for Conexant Digicolor CX92755 pin mapping
Date: Wed, 15 Jul 2015 22:08:23 +0300	[thread overview]
Message-ID: <20150715190822.GH2332@tarshish> (raw)
In-Reply-To: <28c81769f3ed3e4c24ce00bbe2773009259ba3fe.1430823310.git.baruch@tkos.co.il>

Hi Linus,

On Tue, May 05, 2015 at 01:55:10PM +0300, Baruch Siach wrote:
> This adds pinctrl and gpio driver to the CX92755 SoC "General Purpose Pin
> Mapping" hardware block. The CX92755 is one SoC from the Conexant Digicolor
> series. Pin mapping hardware supports configuring pins as either GPIO, or up to
> 3 other "client select" functions. This driver adds support for pin muxing
> using the generic device tree binding, and a basic gpiolib driver for the GPIO
> functionality.
> 
> This driver does not currently support GPIO interrupts, and pad configuration.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> v2:
>    * Address review comments for Linus Walleij:
>      - Add a pointer to pinctrl_desc in struct dc_pinmap
>      - Drop the now redundant pinctrl_pin_desc field
>      - Adapt dc_get_group_{name,pins} to these changes, and add a comment
>        explaining the 1-to-1 pin-groups relation
>    * Staticise dc_pmxops
>    * Protect the GP_CLIENTSEL clct parameter with parenthesis

Ping?
Any chance of having this driver queued for 4.3?

Thanks,
baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch@tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

WARNING: multiple messages have this Message-ID (diff)
From: baruch@tkos.co.il (Baruch Siach)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 2/2] pinctrl: driver for Conexant Digicolor CX92755 pin mapping
Date: Wed, 15 Jul 2015 22:08:23 +0300	[thread overview]
Message-ID: <20150715190822.GH2332@tarshish> (raw)
In-Reply-To: <28c81769f3ed3e4c24ce00bbe2773009259ba3fe.1430823310.git.baruch@tkos.co.il>

Hi Linus,

On Tue, May 05, 2015 at 01:55:10PM +0300, Baruch Siach wrote:
> This adds pinctrl and gpio driver to the CX92755 SoC "General Purpose Pin
> Mapping" hardware block. The CX92755 is one SoC from the Conexant Digicolor
> series. Pin mapping hardware supports configuring pins as either GPIO, or up to
> 3 other "client select" functions. This driver adds support for pin muxing
> using the generic device tree binding, and a basic gpiolib driver for the GPIO
> functionality.
> 
> This driver does not currently support GPIO interrupts, and pad configuration.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>
> ---
> v2:
>    * Address review comments for Linus Walleij:
>      - Add a pointer to pinctrl_desc in struct dc_pinmap
>      - Drop the now redundant pinctrl_pin_desc field
>      - Adapt dc_get_group_{name,pins} to these changes, and add a comment
>        explaining the 1-to-1 pin-groups relation
>    * Staticise dc_pmxops
>    * Protect the GP_CLIENTSEL clct parameter with parenthesis

Ping?
Any chance of having this driver queued for 4.3?

Thanks,
baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

  reply	other threads:[~2015-07-15 19:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-05 10:55 [PATCH v2 1/2] pinctrl: dt-binding: document Conexant CX92755 SoC Baruch Siach
2015-05-05 10:55 ` Baruch Siach
2015-05-05 10:55 ` [PATCH v2 2/2] pinctrl: driver for Conexant Digicolor CX92755 pin mapping Baruch Siach
2015-05-05 10:55   ` Baruch Siach
2015-07-15 19:08   ` Baruch Siach [this message]
2015-07-15 19:08     ` Baruch Siach
2015-07-27  9:49   ` Linus Walleij
2015-07-27  9:49     ` Linus Walleij
     [not found] ` <eaf294961247ac7c105156d6fae6d7389a4c0dfc.1430823310.git.baruch-NswTu9S1W3P6gbPvEgmw2w@public.gmane.org>
2015-07-27  9:47   ` [PATCH v2 1/2] pinctrl: dt-binding: document Conexant CX92755 SoC Linus Walleij
2015-07-27  9:47     ` Linus Walleij

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=20150715190822.GH2332@tarshish \
    --to=baruch@tkos.co.il \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    /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.