[GIT PULL] pin control fixes for v4.3

2015-10-15 Thread Linus Walleij
Hi Linus,

here are some overdue (what can I say, I was on a short vacation)
driver fixes for the pin control subsystem. Details in the signed tag.
Please pull them in!

Yours,
Linus Walleij

The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde:

  Linux 4.3-rc2 (2015-09-20 14:32:34 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.3-3

for you to fetch changes up to de7f8e3e6b1bb6e3e400bf675e4052fa3d927987:

  pinctrl: uniphier: fix input enable settings for PH1-sLD8
(2015-10-02 04:06:26 -0700)


Slightly delayed driver fixes for pin control:
- Allwinner sun5i A10s had a faulty mapping
- Freescale i.MX25 had some bad arithmetics
- Uniphier PH1-sLD8 missed some input enable settings


Hans de Goede (1):
  pinctrl: sun5i: Fix a10s pwm1 pinctrl mapping

Masahiro Yamada (1):
  pinctrl: uniphier: fix input enable settings for PH1-sLD8

Uwe Kleine-König (1):
  pinctrl: imx25: ensure that a pin with id i is at position i in
the info array

 drivers/pinctrl/freescale/pinctrl-imx25.c   |   4 +-
 drivers/pinctrl/sunxi/pinctrl-sun5i-a10s.c  |   2 +-
 drivers/pinctrl/uniphier/pinctrl-ph1-sld8.c | 226 ++--
 3 files changed, 117 insertions(+), 115 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] pin control fixes for v4.3

2015-10-15 Thread Linus Walleij
Hi Linus,

here are some overdue (what can I say, I was on a short vacation)
driver fixes for the pin control subsystem. Details in the signed tag.
Please pull them in!

Yours,
Linus Walleij

The following changes since commit 1f93e4a96c9109378204c147b3eec0d0e8100fde:

  Linux 4.3-rc2 (2015-09-20 14:32:34 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.3-3

for you to fetch changes up to de7f8e3e6b1bb6e3e400bf675e4052fa3d927987:

  pinctrl: uniphier: fix input enable settings for PH1-sLD8
(2015-10-02 04:06:26 -0700)


Slightly delayed driver fixes for pin control:
- Allwinner sun5i A10s had a faulty mapping
- Freescale i.MX25 had some bad arithmetics
- Uniphier PH1-sLD8 missed some input enable settings


Hans de Goede (1):
  pinctrl: sun5i: Fix a10s pwm1 pinctrl mapping

Masahiro Yamada (1):
  pinctrl: uniphier: fix input enable settings for PH1-sLD8

Uwe Kleine-König (1):
  pinctrl: imx25: ensure that a pin with id i is at position i in
the info array

 drivers/pinctrl/freescale/pinctrl-imx25.c   |   4 +-
 drivers/pinctrl/sunxi/pinctrl-sun5i-a10s.c  |   2 +-
 drivers/pinctrl/uniphier/pinctrl-ph1-sld8.c | 226 ++--
 3 files changed, 117 insertions(+), 115 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] pin control fixes for v4.3, take one

2015-09-16 Thread Linus Walleij
Hi Linus,

here is a smallish set of pin control fixes for the v4.3 series.

Nothing special to say, business as usual, details in the
signed tag.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.3-2

for you to fetch changes up to fa84b52cb681b27e6b5e003457562e25a239b9c4:

  pinctrl: samsung: s3c24xx: fix syntax error (2015-09-14 09:13:43 +0200)


This is a first set of pin control fixes for the v4.3 series:

- Some IS_ERR() fixes from Julia Lawall. I always wanted the compiler
  to catch these but error pointers by nailing them as an err pointer
  intrinsic type or something seem to be a "no can do". In any
  case, cocinelle is obviously up to the task, better than bugs
  staying around.

- Better error handling for NULL GPIO chips.

- Fix a compile error from the big irq desc refactoring. I'm
  surprised the fallout wasn't bigger than this.


Julia Lawall (2):
  pinctrl: qcom: ssbi: convert null test to IS_ERR test
  pinctrl: digicolor: convert null test to IS_ERR test

Linus Walleij (1):
  pinctrl: samsung: s3c24xx: fix syntax error

Masahiro Yamada (1):
  pinctrl: join lines that can be a single line within 80 columns

Tony Lindgren (1):
  pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()

 drivers/pinctrl/core.c| 3 +++
 drivers/pinctrl/pinctrl-digicolor.c   | 4 ++--
 drivers/pinctrl/pinmux.c  | 3 +--
 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c  | 4 ++--
 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c   | 4 ++--
 drivers/pinctrl/samsung/pinctrl-s3c24xx.c | 2 +-
 6 files changed, 11 insertions(+), 9 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/


[GIT PULL] pin control fixes for v4.3, take one

2015-09-16 Thread Linus Walleij
Hi Linus,

here is a smallish set of pin control fixes for the v4.3 series.

Nothing special to say, business as usual, details in the
signed tag.

Please pull them in!

Yours,
Linus Walleij


The following changes since commit 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f:

  Linux 4.3-rc1 (2015-09-12 16:35:56 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v4.3-2

for you to fetch changes up to fa84b52cb681b27e6b5e003457562e25a239b9c4:

  pinctrl: samsung: s3c24xx: fix syntax error (2015-09-14 09:13:43 +0200)


This is a first set of pin control fixes for the v4.3 series:

- Some IS_ERR() fixes from Julia Lawall. I always wanted the compiler
  to catch these but error pointers by nailing them as an err pointer
  intrinsic type or something seem to be a "no can do". In any
  case, cocinelle is obviously up to the task, better than bugs
  staying around.

- Better error handling for NULL GPIO chips.

- Fix a compile error from the big irq desc refactoring. I'm
  surprised the fallout wasn't bigger than this.


Julia Lawall (2):
  pinctrl: qcom: ssbi: convert null test to IS_ERR test
  pinctrl: digicolor: convert null test to IS_ERR test

Linus Walleij (1):
  pinctrl: samsung: s3c24xx: fix syntax error

Masahiro Yamada (1):
  pinctrl: join lines that can be a single line within 80 columns

Tony Lindgren (1):
  pinctrl: core: Warn about NULL gpio_chip in pinctrl_ready_for_gpio_range()

 drivers/pinctrl/core.c| 3 +++
 drivers/pinctrl/pinctrl-digicolor.c   | 4 ++--
 drivers/pinctrl/pinmux.c  | 3 +--
 drivers/pinctrl/qcom/pinctrl-ssbi-gpio.c  | 4 ++--
 drivers/pinctrl/qcom/pinctrl-ssbi-mpp.c   | 4 ++--
 drivers/pinctrl/samsung/pinctrl-s3c24xx.c | 2 +-
 6 files changed, 11 insertions(+), 9 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/