Pull pin control fixes from Linus Walleij:
 "Some overly ripe fixes for the v5.12 kernel. I should have sent
  earlier but had my head stuck in GDB.
  All are driver fixes:
   - Fix up some Intel GPIO base calculations.
   - Fix a register offset in the Microchip driver.
   - Fix suspend/resume bug in the Rockchip driver.
   - Default pull up strength in the Qualcomm LPASS driver.
   - Fix two pingroup offsets in the Qualcomm SC7280 driver.
   - Fix SDC1 register offset in the Qualcomm SC7280 driver.
   - Fix a nasty string concatenation in the Qualcomm SDX55 driver.
   - Check the REVID register to see if the device is real or
     virtualized during virtualization in the Intel driver"
* tag 'pinctrl-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrl:
  pinctrl: intel: check REVID register value for device presence
  pinctrl: qcom: fix unintentional string concatenation
  pinctrl: qcom: sc7280: Fix SDC1_RCLK configurations
  pinctrl: qcom: sc7280: Fix SDC_QDSD_PINGROUP and UFS_RESET offsets
  pinctrl: qcom: lpass lpi: use default pullup/strength values
  pinctrl: rockchip: fix restore error in resume
  pinctrl: microchip-sgpio: Fix wrong register offset for IRQ trigger
  pinctrl: intel: Show the GPIO base calculation explicitly