All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lee Jones <lee.jones@linaro.org>
To: Amelie Delaunay <amelie.delaunay@st.com>
Cc: Linus Walleij <linus.walleij@linaro.org>,
	Rob Herring <robh+dt@kernel.org>,
	Mark Rutland <mark.rutland@arm.com>,
	Alexandre Torgue <alexandre.torgue@st.com>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org,
	devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org,
	linux-stm32@st-md-mailman.stormreply.com
Subject: Re: [GIT PULL v3] Immutable branch between MFD and Pinctrl due for the v5.2 merge window
Date: Mon, 13 May 2019 08:43:29 +0100	[thread overview]
Message-ID: <20190513074329.GJ4319@dell> (raw)
In-Reply-To: <20190513074237.GI4319@dell>

On Mon, 13 May 2019, Lee Jones wrote:

> Enjoy!

Should have said: now contains fixes for reported Smatch warnings.

> The following changes since commit e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd:
> 
>   Linux 5.1 (2019-05-05 17:42:58 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-pinctrl-v5.2-2
> 
> for you to fetch changes up to d17ed797b8fd5c8765cd959ac44aaa2f090f5a89:
> 
>   pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here' (2019-05-13 08:28:26 +0100)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD and Pinctrl due for the v5.2 merge window
> 
> ----------------------------------------------------------------
> Amelie Delaunay (5):
>       dt-bindings: mfd: Add ST Multi-Function eXpander (STMFX) core bindings
>       mfd: Add ST Multi-Function eXpander (STMFX) core driver
>       dt-bindings: pinctrl: document the STMFX pinctrl bindings
>       pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
>       pinctrl: Kconfig: Fix STMFX GPIO expander Pinctrl/GPIO driver dependencies
> 
> Lee Jones (2):
>       pinctrl: stmfx: Fix 'warn: unsigned <VAR> is never less than zero'
>       pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here'
> 
>  Documentation/devicetree/bindings/mfd/stmfx.txt    |  28 +
>  .../devicetree/bindings/pinctrl/pinctrl-stmfx.txt  | 116 +++
>  drivers/mfd/Kconfig                                |  13 +
>  drivers/mfd/Makefile                               |   2 +-
>  drivers/mfd/stmfx.c                                | 545 ++++++++++++++
>  drivers/pinctrl/Kconfig                            |  14 +
>  drivers/pinctrl/Makefile                           |   1 +
>  drivers/pinctrl/pinctrl-stmfx.c                    | 819 +++++++++++++++++++++
>  include/linux/mfd/stmfx.h                          | 123 ++++
>  9 files changed, 1660 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/devicetree/bindings/mfd/stmfx.txt
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-stmfx.txt
>  create mode 100644 drivers/mfd/stmfx.c
>  create mode 100644 drivers/pinctrl/pinctrl-stmfx.c
>  create mode 100644 include/linux/mfd/stmfx.h
> 

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

WARNING: multiple messages have this Message-ID (diff)
From: Lee Jones <lee.jones@linaro.org>
To: Amelie Delaunay <amelie.delaunay@st.com>
Cc: Mark Rutland <mark.rutland@arm.com>,
	devicetree@vger.kernel.org,
	Alexandre Torgue <alexandre.torgue@st.com>,
	Linus Walleij <linus.walleij@linaro.org>,
	linux-kernel@vger.kernel.org, linux-gpio@vger.kernel.org,
	Rob Herring <robh+dt@kernel.org>,
	Maxime Coquelin <mcoquelin.stm32@gmail.com>,
	linux-stm32@st-md-mailman.stormreply.com,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [GIT PULL v3] Immutable branch between MFD and Pinctrl due for the v5.2 merge window
Date: Mon, 13 May 2019 08:43:29 +0100	[thread overview]
Message-ID: <20190513074329.GJ4319@dell> (raw)
In-Reply-To: <20190513074237.GI4319@dell>

On Mon, 13 May 2019, Lee Jones wrote:

> Enjoy!

Should have said: now contains fixes for reported Smatch warnings.

> The following changes since commit e93c9c99a629c61837d5a7fc2120cd2b6c70dbdd:
> 
>   Linux 5.1 (2019-05-05 17:42:58 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-pinctrl-v5.2-2
> 
> for you to fetch changes up to d17ed797b8fd5c8765cd959ac44aaa2f090f5a89:
> 
>   pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here' (2019-05-13 08:28:26 +0100)
> 
> ----------------------------------------------------------------
> Immutable branch between MFD and Pinctrl due for the v5.2 merge window
> 
> ----------------------------------------------------------------
> Amelie Delaunay (5):
>       dt-bindings: mfd: Add ST Multi-Function eXpander (STMFX) core bindings
>       mfd: Add ST Multi-Function eXpander (STMFX) core driver
>       dt-bindings: pinctrl: document the STMFX pinctrl bindings
>       pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver
>       pinctrl: Kconfig: Fix STMFX GPIO expander Pinctrl/GPIO driver dependencies
> 
> Lee Jones (2):
>       pinctrl: stmfx: Fix 'warn: unsigned <VAR> is never less than zero'
>       pinctrl: stmfx: Fix 'warn: bitwise AND condition is false here'
> 
>  Documentation/devicetree/bindings/mfd/stmfx.txt    |  28 +
>  .../devicetree/bindings/pinctrl/pinctrl-stmfx.txt  | 116 +++
>  drivers/mfd/Kconfig                                |  13 +
>  drivers/mfd/Makefile                               |   2 +-
>  drivers/mfd/stmfx.c                                | 545 ++++++++++++++
>  drivers/pinctrl/Kconfig                            |  14 +
>  drivers/pinctrl/Makefile                           |   1 +
>  drivers/pinctrl/pinctrl-stmfx.c                    | 819 +++++++++++++++++++++
>  include/linux/mfd/stmfx.h                          | 123 ++++
>  9 files changed, 1660 insertions(+), 1 deletion(-)
>  create mode 100644 Documentation/devicetree/bindings/mfd/stmfx.txt
>  create mode 100644 Documentation/devicetree/bindings/pinctrl/pinctrl-stmfx.txt
>  create mode 100644 drivers/mfd/stmfx.c
>  create mode 100644 drivers/pinctrl/pinctrl-stmfx.c
>  create mode 100644 include/linux/mfd/stmfx.h
> 

-- 
Lee Jones [李琼斯]
Linaro Services Technical Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

  reply	other threads:[~2019-05-13  7:43 UTC|newest]

Thread overview: 47+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-05-09  8:58 [PATCH v6 0/9] Introduce STMFX I2C Multi-Function eXpander Amelie Delaunay
2019-05-09  8:58 ` Amelie Delaunay
2019-05-09  8:58 ` Amelie Delaunay
2019-05-09  8:58 ` [PATCH v6 1/9] dt-bindings: mfd: Add ST Multi-Function eXpander (STMFX) core bindings Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  9:33   ` Lee Jones
2019-05-09  9:33     ` Lee Jones
2019-05-09  8:58 ` [PATCH v6 2/9] mfd: Add ST Multi-Function eXpander (STMFX) core driver Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  9:33   ` Lee Jones
2019-05-09  9:33     ` Lee Jones
2019-05-09  8:58 ` [PATCH v6 3/9] dt-bindings: pinctrl: document the STMFX pinctrl bindings Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58 ` [PATCH v6 4/9] pinctrl: Add STMFX GPIO expander Pinctrl/GPIO driver Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58 ` [PATCH v6 5/9] ARM: dts: stm32: add STMFX support on stm32746g-eval Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58 ` [PATCH v6 6/9] ARM: dts: stm32: add joystick " Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58 ` [PATCH v6 7/9] ARM: dts: stm32: add orange and blue leds " Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58 ` [PATCH v6 8/9] ARM: dts: stm32: add STMFX support on stm32mp157c-ev1 Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58 ` [PATCH v6 9/9] ARM: dts: stm32: add joystick " Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-09  8:58   ` Amelie Delaunay
2019-05-10  7:23 ` [GIT PULL] Immutable branch between MFD and Pinctrl due for the v5.2 merge window Lee Jones
2019-05-10  7:23   ` Lee Jones
2019-05-10 15:15   ` Lee Jones
2019-05-10 15:15     ` Lee Jones
2019-05-10 15:19     ` [GIT PULL v2] " Lee Jones
2019-05-10 15:19       ` Lee Jones
2019-05-13  7:42       ` [GIT PULL v3] " Lee Jones
2019-05-13  7:42         ` Lee Jones
2019-05-13  7:43         ` Lee Jones [this message]
2019-05-13  7:43           ` Lee Jones
2019-05-21  8:13 ` [PATCH v6 0/9] Introduce STMFX I2C Multi-Function eXpander Alexandre Torgue
2019-05-21  8:13   ` Alexandre Torgue
2019-05-21  8:13   ` Alexandre Torgue

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=20190513074329.GJ4319@dell \
    --to=lee.jones@linaro.org \
    --cc=alexandre.torgue@st.com \
    --cc=amelie.delaunay@st.com \
    --cc=devicetree@vger.kernel.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-stm32@st-md-mailman.stormreply.com \
    --cc=mark.rutland@arm.com \
    --cc=mcoquelin.stm32@gmail.com \
    --cc=robh+dt@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.