mbox series

[GIT,PULL,v3] Immutable branch between MFD and Pinctrl due for thev5.2 merge window

Message ID 20190513074237.GI4319@dell
State Not Applicable, archived
Headers show
Series [GIT,PULL,v3] Immutable branch between MFD and Pinctrl due for thev5.2 merge window | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git tags/ib-mfd-pinctrl-v5.2-2

Checks

Context Check Description
robh/checkpatch warning "total: 2 errors, 1 warnings, 0 lines checked"

Message

Lee Jones May 13, 2019, 7:42 a.m. UTC
Enjoy!

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

Comments

Lee Jones May 13, 2019, 7:43 a.m. UTC | #1
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
>