All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] pin control fixes for the v5.10 series
@ 2020-11-13 13:22 Linus Walleij
  2020-11-13 20:50 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Linus Walleij @ 2020-11-13 13:22 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: linux-kernel, open list:GPIO SUBSYSTEM, Andy Shevchenko, Coiby Xu

Hi Linus,

here is a bunch of pin control fixes for the v5.10 kernel
series.

Nothing in particular to say about it, because they are all
driver fixes.

I'm happy that some AMD driver fixes are appearing, it's
been an undermaintained driver, and laptops have suffered.

Please pull it in!

Yours,
Linus Walleij

The following changes since commit 3650b228f83adda7e5ee532e2b90429c03f7b9ec:

  Linux 5.10-rc1 (2020-10-25 15:14:11 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git
tags/pinctrl-v5.10-2

for you to fetch changes up to dadfab0fbf0173da6e24c8322b69083fef03033d:

  Merge tag 'intel-pinctrl-v5.10-2' of
git://git.kernel.org/pub/scm/linux/kernel/git/pinctrl/intel into fixes
(2020-11-10 15:35:41 +0100)

----------------------------------------------------------------
Pin control fixes for the v5.10 series:

- Two fixes to the Intel pin controller drivers: fixing
  pull resistance bias.

- Fix some invalid SSI pins on the Ingenic pin controller.

- Make sure the clock is enabled when requesting interrupts
  from the Rockchip GPIO controller.

- Make sure IRQs are mapped when looking up the IRQ for
  a GPIO line on the Rockchip GPIO Write.

- Two regmap initialization fixes for the MCP23s08.

- Fix a GPI-only prefix function problem on the Aspeed pin
  controller.

- Disable the debounce filter correctly on the AMD
  pin controller.

- Correct the timer clock setting for the AMD debounce
  timer.

- Make the Qualcomm pin controller more cautious around the
  handling of PDC-related GPIO interrupts.

- Fix the interrupt map in the Qualcomm SM8250 pin controller.

----------------------------------------------------------------
Andy Shevchenko (4):
      pinctrl: intel: Fix 2 kOhm bias which is 833 Ohm
      pinctrl: intel: Set default bias in case no particular value given
      pinctrl: mcp23s08: Use full chunk of memory for regmap configuration
      pinctrl: mcp23s08: Print error message when regmap init fails

Billy Tsai (1):
      pinctrl: aspeed: Fix GPI only function problem.

Bjorn Andersson (1):
      pinctrl: qcom: sm8250: Specify PDC map

Coiby Xu (2):
      pinctrl: amd: fix incorrect way to disable debounce filter
      pinctrl: amd: use higher precision for 512 RtcClk

Jianqun Xu (2):
      pinctrl: rockchip: enable gpio pclk for rockchip_gpio_to_irq
      pinctrl: rockchip: create irq mapping in gpio_to_irq

Linus Walleij (1):
      Merge tag 'intel-pinctrl-v5.10-2' of
git://git.kernel.org/.../pinctrl/intel into fixes

Maulik Shah (1):
      pinctrl: qcom: Move clearing pending IRQ to
.irq_request_resources callback

Paul Cercueil (1):
      pinctrl: ingenic: Fix invalid SSI pins

 drivers/pinctrl/aspeed/pinctrl-aspeed.c |  7 ++--
 drivers/pinctrl/intel/pinctrl-intel.c   | 40 +++++++++++++-----
 drivers/pinctrl/pinctrl-amd.c           |  6 +--
 drivers/pinctrl/pinctrl-ingenic.c       | 72 ++++++++++++++++-----------------
 drivers/pinctrl/pinctrl-mcp23s08_spi.c  |  4 +-
 drivers/pinctrl/pinctrl-rockchip.c      | 30 +++++++-------
 drivers/pinctrl/qcom/pinctrl-msm.c      | 32 +++++++++------
 drivers/pinctrl/qcom/pinctrl-sm8250.c   | 18 +++++++++
 8 files changed, 127 insertions(+), 82 deletions(-)

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [GIT PULL] pin control fixes for the v5.10 series
  2020-11-13 13:22 [GIT PULL] pin control fixes for the v5.10 series Linus Walleij
@ 2020-11-13 20:50 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2020-11-13 20:50 UTC (permalink / raw)
  To: Linus Walleij
  Cc: Linus Torvalds, linux-kernel, open list:GPIO SUBSYSTEM,
	Andy Shevchenko, Coiby Xu

The pull request you sent on Fri, 13 Nov 2020 14:22:43 +0100:

> git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl.git tags/pinctrl-v5.10-2

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4de010e2c989a90e28272a92ca66e4bff4e79e0d

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/prtracker.html

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-11-13 20:50 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-13 13:22 [GIT PULL] pin control fixes for the v5.10 series Linus Walleij
2020-11-13 20:50 ` pr-tracker-bot

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.