Skip to content
Permalink
Jamin-Lin/Supp…
Switch branches/tags

Commits on Jun 17, 2021

  1. i2c:support new register set for ast2600

    Add i2c new driver to support new register set for AST2600.
    AST2600 support three modes for data transfer which are
    byte mode, buffer mode and dma mode, respectively.
    The global driver of i2c is used to set the new register
    mode and define the base clock frequency
    of baseclk_1~baseclk_4.
    
    Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
    jamin-aspeed authored and intel-lab-lkp committed Jun 17, 2021
  2. dt-bindings: i2c-new: Add bindings for AST2600 I2C

    AST2600 support the new register set of I2C controller
    Add bindings document to support the new driver of I2C
    
    Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
    jamin-aspeed authored and intel-lab-lkp committed Jun 17, 2021
  3. dts: aspeed: Add node for AST2600 I2C and I2CS

    Support byte-mode, dma-mode and buffer-mode for
    data transfer of I2C. Add i2c-global-regs node
    to support the new register set Add node to
    support I2CS.
    
    Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com>
    jamin-aspeed authored and intel-lab-lkp committed Jun 17, 2021

Commits on Jun 5, 2021

  1. Merge branch 'i2c/for-current' into i2c/for-next

    Wolfram Sang committed Jun 5, 2021

Commits on Jun 4, 2021

  1. Merge branch 'i2c/for-5.14' into i2c/for-next

    Wolfram Sang committed Jun 4, 2021
  2. Merge branch 'i2c/for-current' into i2c/for-next

    Wolfram Sang committed Jun 4, 2021
  3. dt-bindings: i2c: i2c-mux: Remove reset-active-low from ssd1307fb exa…

    …mples
    
    The "reset-active-low" property was removed from the ssd1307fb bindings
    in commit 519b4db ("fbdev: ssd1307fb: Remove reset-active-low
    from the DT binding document") and from the ssd1307fb binding examples
    in commit 7d7e58d ("dt-bindings: display: ssd1307fb: Remove
    reset-active-low from examples").
    
    Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    geertu authored and Wolfram Sang committed Jun 4, 2021
  4. i2c: qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM ops

    Mark bus as suspended during system suspend to block the future
    transfers. Implement geni_i2c_resume_noirq() to resume the bus.
    
    Fixes: 37692de ("i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller")
    Signed-off-by: Roja Rani Yarubandi <rojay@codeaurora.org>
    Reviewed-by: Stephen Boyd <swboyd@chromium.org>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    Roja Rani Yarubandi authored and Wolfram Sang committed Jun 4, 2021
  5. i2c: i2c-qcom-geni: Suspend and resume the bus during SYSTEM_SLEEP_PM…

    … ops
    
    Mark bus as suspended during system suspend to block the future
    transfers. Implement geni_i2c_resume_noirq() to resume the bus.
    
    Fixes: 37692de ("i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller")
    Signed-off-by: Roja Rani Yarubandi <rojay@codeaurora.org>
    Reviewed-by: Stephen Boyd <swboyd@chromium.org>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    Roja Rani Yarubandi authored and Wolfram Sang committed Jun 4, 2021
  6. i2c: qcom-geni: Add shutdown callback for i2c

    If the hardware is still accessing memory after SMMU translation
    is disabled (as part of smmu shutdown callback), then the
    IOVAs (I/O virtual address) which it was using will go on the bus
    as the physical addresses which will result in unknown crashes
    like NoC/interconnect errors.
    
    So, implement shutdown callback for i2c driver to suspend the bus
    during system "reboot" or "shutdown".
    
    Fixes: 37692de ("i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller")
    Signed-off-by: Roja Rani Yarubandi <rojay@codeaurora.org>
    Reviewed-by: Stephen Boyd <swboyd@chromium.org>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    Roja Rani Yarubandi authored and Wolfram Sang committed Jun 4, 2021
  7. i2c: i2c-qcom-geni: Add shutdown callback for i2c

    If the hardware is still accessing memory after SMMU translation
    is disabled (as part of smmu shutdown callback), then the
    IOVAs (I/O virtual address) which it was using will go on the bus
    as the physical addresses which will result in unknown crashes
    like NoC/interconnect errors.
    
    So, implement shutdown callback for i2c driver to suspend the bus
    during system "reboot" or "shutdown".
    
    Fixes: 37692de ("i2c: i2c-qcom-geni: Add bus driver for the Qualcomm GENI I2C controller")
    Signed-off-by: Roja Rani Yarubandi <rojay@codeaurora.org>
    Reviewed-by: Stephen Boyd <swboyd@chromium.org>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    Roja Rani Yarubandi authored and Wolfram Sang committed Jun 4, 2021
  8. dt-bindings: i2c: Move i2c-omap.txt to YAML format

    Convert i2c-omap.txt to YAML schema for better checks and documentation.
    
    Following properties were used in DT but were not documented in txt
    bindings and has been included in YAML schema:
    1. Include ti,am4372-i2c compatible
    2. Document clocks property
    
    Signed-off-by: Vignesh Raghavendra <vigneshr@ti.com>
    Reviewed-by: Rob Herring <robh@kernel.org>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    r-vignesh authored and Wolfram Sang committed Jun 4, 2021
  9. MAINTAINERS: Add linux-renesas-soc to the Renesas I2C entries

    The people on linux-renesas-soc are interested in changes to the Renesas
    I2C drivers and their DT bindings.
    
    Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    geertu authored and Wolfram Sang committed Jun 4, 2021
  10. drm/i915/selftests: Rename pm_ prefixed functions names

    pm_resume and pm_suspend might be conflict with the ones defined in
    include/linux/suspend.h. Rename all pm_* to igt_pm_* in selftests since
    they are only used here.
    
    v2 by Jani:
    - Use igt_ prefix instead of i915_ to avoid colliding with existing
      i915_pm_* functions
    - Rename all pm_ prefixed functions in the file
    
    Signed-off-by: Hsin-Yi Wang <hsinyi@chromium.org>
    Reported-by: kernel test robot <lkp@intel.com>
    Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
    Signed-off-by: Jani Nikula <jani.nikula@intel.com>
    Link: https://patchwork.freedesktop.org/patch/msgid/20210420130853.10573-1-jani.nikula@intel.com
    [wsa: cherry-picked from -next to satisfy autobuilders]
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    hsinyi527 authored and Wolfram Sang committed Jun 4, 2021

Commits on Jun 3, 2021

  1. i2c: tegra-bpmp: Demote kernel-doc abuses

    Fixes the following W=1 kernel build warning(s):
    
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: Function parameter or member 'i2c' not described in 'tegra_bpmp_serialize_i2c_msg'
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: Function parameter or member 'request' not described in 'tegra_bpmp_serialize_i2c_msg'
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: Function parameter or member 'msgs' not described in 'tegra_bpmp_serialize_i2c_msg'
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: Function parameter or member 'num' not described in 'tegra_bpmp_serialize_i2c_msg'
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: expecting prototype for The serialized I2C format is simply the following(). Prototype was for tegra_bpmp_serialize_i2c_msg() instead
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: Function parameter or member 'i2c' not described in 'tegra_bpmp_i2c_deserialize'
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: Function parameter or member 'response' not described in 'tegra_bpmp_i2c_deserialize'
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: Function parameter or member 'msgs' not described in 'tegra_bpmp_i2c_deserialize'
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: Function parameter or member 'num' not described in 'tegra_bpmp_i2c_deserialize'
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: expecting prototype for The data in the BPMP(). Prototype was for tegra_bpmp_i2c_deserialize() instead
    
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Acked-by: Thierry Reding <treding@nvidia.com>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    lag-linaro authored and Wolfram Sang committed Jun 3, 2021
  2. i2c: busses: i2c-tegra-bpmp: Demote kernel-doc abuses

    Fixes the following W=1 kernel build warning(s):
    
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: Function parameter or member 'i2c' not described in 'tegra_bpmp_serialize_i2c_msg'
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: Function parameter or member 'request' not described in 'tegra_bpmp_serialize_i2c_msg'
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: Function parameter or member 'msgs' not described in 'tegra_bpmp_serialize_i2c_msg'
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: Function parameter or member 'num' not described in 'tegra_bpmp_serialize_i2c_msg'
     drivers/i2c/busses/i2c-tegra-bpmp.c:86: warning: expecting prototype for The serialized I2C format is simply the following(). Prototype was for tegra_bpmp_serialize_i2c_msg() instead
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: Function parameter or member 'i2c' not described in 'tegra_bpmp_i2c_deserialize'
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: Function parameter or member 'response' not described in 'tegra_bpmp_i2c_deserialize'
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: Function parameter or member 'msgs' not described in 'tegra_bpmp_i2c_deserialize'
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: Function parameter or member 'num' not described in 'tegra_bpmp_i2c_deserialize'
     drivers/i2c/busses/i2c-tegra-bpmp.c:130: warning: expecting prototype for The data in the BPMP(). Prototype was for tegra_bpmp_i2c_deserialize() instead
    
    Cc: Thierry Reding <thierry.reding@gmail.com>
    Cc: Jonathan Hunter <jonathanh@nvidia.com>
    Cc: Wolfram Sang <wsa@kernel.org>
    Cc: Shariff Md <smohammed@nvidia.com>
    Cc: linux-i2c@vger.kernel.org
    Cc: linux-tegra@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Acked-by: Thierry Reding <treding@nvidia.com>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    lag-linaro authored and Wolfram Sang committed Jun 3, 2021
  3. i2c: altera: Fix formatting issue in struct and demote unworthy kerne…

    …l-doc headers
    
    Fixes the following W=1 kernel build warning(s):
    
     drivers/i2c/busses/i2c-altera.c:74: warning: cannot understand function prototype: 'struct altr_i2c_dev '
     drivers/i2c/busses/i2c-altera.c:180: warning: Function parameter or member 'idev' not described in 'altr_i2c_transfer'
     drivers/i2c/busses/i2c-altera.c:180: warning: Function parameter or member 'data' not described in 'altr_i2c_transfer'
     drivers/i2c/busses/i2c-altera.c:193: warning: Function parameter or member 'idev' not described in 'altr_i2c_empty_rx_fifo'
     drivers/i2c/busses/i2c-altera.c:209: warning: Function parameter or member 'idev' not described in 'altr_i2c_fill_tx_fifo'
    
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    lag-linaro authored and Wolfram Sang committed Jun 3, 2021
  4. i2c: busses: i2c-altera: Fix formatting issue in struct and demote un…

    …worthy kernel-doc headers
    
    Fixes the following W=1 kernel build warning(s):
    
     drivers/i2c/busses/i2c-altera.c:74: warning: cannot understand function prototype: 'struct altr_i2c_dev '
     drivers/i2c/busses/i2c-altera.c:180: warning: Function parameter or member 'idev' not described in 'altr_i2c_transfer'
     drivers/i2c/busses/i2c-altera.c:180: warning: Function parameter or member 'data' not described in 'altr_i2c_transfer'
     drivers/i2c/busses/i2c-altera.c:193: warning: Function parameter or member 'idev' not described in 'altr_i2c_empty_rx_fifo'
     drivers/i2c/busses/i2c-altera.c:209: warning: Function parameter or member 'idev' not described in 'altr_i2c_fill_tx_fifo'
    
    Cc: Thor Thayer <thor.thayer@linux.intel.com>
    Cc: linux-i2c@vger.kernel.org
    Signed-off-by: Lee Jones <lee.jones@linaro.org>
    Signed-off-by: Wolfram Sang <wsa@kernel.org>
    lag-linaro authored and Wolfram Sang committed Jun 3, 2021

Commits on May 30, 2021

  1. Linux 5.13-rc4

    torvalds committed May 30, 2021
  2. Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/…

    …kernel/git/wsa/linux
    
    Pull i2c fixes from Wolfram Sang:
     "This is a bit larger than usual at rc4 time. The reason is due to
      Lee's work of fixing newly reported build warnings.
    
      The rest is fixes as usual"
    
    * 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux: (22 commits)
      MAINTAINERS: adjust to removing i2c designware platform data
      i2c: s3c2410: fix possible NULL pointer deref on read message after write
      i2c: mediatek: Disable i2c start_en and clear intr_stat brfore reset
      i2c: i801: Don't generate an interrupt on bus reset
      i2c: mpc: implement erratum A-004447 workaround
      powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P1010 i2c controllers
      powerpc/fsl: set fsl,i2c-erratum-a004447 flag for P2041 i2c controllers
      dt-bindings: i2c: mpc: Add fsl,i2c-erratum-a004447 flag
      i2c: busses: i2c-stm32f4: Remove incorrectly placed ' ' from function name
      i2c: busses: i2c-st: Fix copy/paste function misnaming issues
      i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structure
      i2c: busses: i2c-ocores: Place the expected function names into the documentation headers
      i2c: busses: i2c-eg20t: Fix 'bad line' issue and provide description for 'msgs' param
      i2c: busses: i2c-designware-master: Fix misnaming of 'i2c_dw_init_master()'
      i2c: busses: i2c-cadence: Fix incorrectly documented 'enum cdns_i2c_slave_mode'
      i2c: busses: i2c-ali1563: File headers are not good candidates for kernel-doc
      i2c: muxes: i2c-arb-gpio-challenge: Demote non-conformant kernel-doc headers
      i2c: busses: i2c-nomadik: Fix formatting issue pertaining to 'timeout'
      i2c: sh_mobile: Use new clock calculation formulas for RZ/G2E
      i2c: I2C_HISI should depend on ACPI
      ...
    torvalds committed May 30, 2021
  3. Merge tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/l…

    …inux/kernel/git/kees/linux
    
    Pull seccomp fixes from Kees Cook:
     "This fixes a hard-to-hit race condition in the addfd user_notif
      feature of seccomp, visible since v5.9.
    
      And a small documentation fix"
    
    * tag 'seccomp-fixes-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux:
      seccomp: Refactor notification handler to prepare for new semantics
      Documentation: seccomp: Fix user notification documentation
    torvalds committed May 30, 2021
  4. Merge tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.org/pub/scm/…

    …linux/kernel/git/riscv/linux
    
    Pull RISC-V fixes from Palmer Dabbelt:
     "A handful of RISC-V related fixes:
    
       - avoid errors when the stack tracing code is tracing itself.
    
       - resurrect the memtest= kernel command line argument on RISC-V,
         which was briefly enabled during the merge window before a
         refactoring disabled it.
    
       - build fix and some warning cleanups"
    
    * tag 'riscv-for-linus-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux:
      riscv: kexec: Fix W=1 build warnings
      riscv: kprobes: Fix build error when MMU=n
      riscv: Select ARCH_USE_MEMTEST
      riscv: stacktrace: fix the riscv stacktrace when CONFIG_FRAME_POINTER enabled
    torvalds committed May 30, 2021
  5. Merge tag 'xfs-5.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/x…

    …fs-linux
    
    Pull xfs fixes from Darrick Wong:
     "This week's pile mitigates some decades-old problems in how extent
      size hints interact with realtime volumes, fixes some failures in
      online shrink, and fixes a problem where directory and symlink
      shrinking on extremely fragmented filesystems could fail.
    
      The most user-notable change here is to point users at our (new) IRC
      channel on OFTC. Freedom isn't free, it costs folks like you and me;
      and if you don't kowtow, they'll expel everyone and take over your
      channel. (Ok, ok, that didn't fit the song lyrics...)
    
      Summary:
    
       - Fix a bug where unmapping operations end earlier than expected,
         which can cause chaos on multi-block directory and symlink shrink
         operations.
    
       - Fix an erroneous assert that can trigger if we try to transition a
         bmap structure from btree format to extents format with zero
         extents. This was exposed by xfs/538"
    
    * tag 'xfs-5.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
      xfs: bunmapi has unnecessary AG lock ordering issues
      xfs: btree format inode forks can have zero extents
      xfs: add new IRC channel to MAINTAINERS
      xfs: validate extsz hints against rt extent size when rtinherit is set
      xfs: standardize extent size hint validation
      xfs: check free AG space when making per-AG reservations
    torvalds committed May 30, 2021

Commits on May 29, 2021

  1. seccomp: Refactor notification handler to prepare for new semantics

    This refactors the user notification code to have a do / while loop around
    the completion condition. This has a small change in semantic, in that
    previously we ignored addfd calls upon wakeup if the notification had been
    responded to, but instead with the new change we check for an outstanding
    addfd calls prior to returning to userspace.
    
    Rodrigo Campos also identified a bug that can result in addfd causing
    an early return, when the supervisor didn't actually handle the
    syscall [1].
    
    [1]: https://lore.kernel.org/lkml/20210413160151.3301-1-rodrigo@kinvolk.io/
    
    Fixes: 7cf97b1 ("seccomp: Introduce addfd ioctl to seccomp user notifier")
    Signed-off-by: Sargun Dhillon <sargun@sargun.me>
    Acked-by: Tycho Andersen <tycho@tycho.pizza>
    Acked-by: Christian Brauner <christian.brauner@ubuntu.com>
    Signed-off-by: Kees Cook <keescook@chromium.org>
    Tested-by: Rodrigo Campos <rodrigo@kinvolk.io>
    Cc: stable@vger.kernel.org
    Link: https://lore.kernel.org/r/20210517193908.3113-3-sargun@sargun.me
    sargun authored and kees committed May 29, 2021
  2. Merge tag 'thermal-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/k…

    …ernel/git/thermal/linux
    
    Pull thermal fixes from Daniel Lezcano:
    
     - Fix uninitialized error code value for the SPMI adc driver (Yang
       Yingliang)
    
     - Fix kernel doc warning (Yang Li)
    
     - Fix wrong read-write thermal trip point initialization (Srinivas
       Pandruvada)
    
    * tag 'thermal-v5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux:
      thermal/drivers/qcom: Fix error code in adc_tm5_get_dt_channel_data()
      thermal/ti-soc-thermal: Fix kernel-doc
      thermal/drivers/intel: Initialize RW trip to THERMAL_TEMP_INVALID
    torvalds committed May 29, 2021
  3. Merge tag 'char-misc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/…

    …kernel/git/gregkh/char-misc
    
    Pull char/misc driver fixes from Greg KH:
     "Here are some tiny char/misc driver fixes for 5.13-rc4.
    
      Nothing huge here, just some tiny fixes for reported issues:
    
       - two interconnect driver fixes
    
       - kgdb build warning fix for gcc-11
    
       - hgafb regression fix
    
       - soundwire driver fix
    
       - mei driver fix
    
      All have been in linux-next with no reported issues"
    
    * tag 'char-misc-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
      mei: request autosuspend after sending rx flow control
      kgdb: fix gcc-11 warnings harder
      video: hgafb: correctly handle card detect failure during probe
      soundwire: qcom: fix handling of qcom,ports-block-pack-mode
      interconnect: qcom: Add missing MODULE_DEVICE_TABLE
      interconnect: qcom: bcm-voter: add a missing of_node_put()
    torvalds committed May 29, 2021
  4. Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linu…

    …x/kernel/git/gregkh/driver-core
    
    Pull driver core fixes from Greg KH:
     "Here are three small driver core / debugfs fixes for 5.13-rc4:
    
       - debugfs fix for incorrect "lockdown" mode for selinux accesses
    
       - two device link changes, one bugfix and one cleanup
    
      All of these have been in linux-next for over a week with no reported
      problems"
    
    * tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core:
      drivers: base: Reduce device link removal code duplication
      drivers: base: Fix device link removal
      debugfs: fix security_locked_down() call for SELinux
    torvalds committed May 29, 2021
  5. Merge tag 'staging-5.13-rc4' of git://git.kernel.org/pub/scm/linux/ke…

    …rnel/git/gregkh/staging
    
    Pull staging and IIO driver fixes from Greg KH:
     "Here are some small IIO and staging driver fixes for reported issues
      for 5.13-rc4.
    
      Nothing major here, tiny changes for reported problems, full details
      are in the shortlog if people are curious.
    
      All have been in linux-next for a while with no reported problems"
    
    * tag 'staging-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging:
      iio: adc: ad7793: Add missing error code in ad7793_setup()
      iio: adc: ad7923: Fix undersized rx buffer.
      iio: adc: ad7768-1: Fix too small buffer passed to iio_push_to_buffers_with_timestamp()
      iio: dac: ad5770r: Put fwnode in error case during ->probe()
      iio: gyro: fxas21002c: balance runtime power in error path
      staging: emxx_udc: fix loop in _nbu2ss_nuke()
      staging: iio: cdc: ad7746: avoid overwrite of num_channels
      iio: adc: ad7192: handle regulator voltage error first
      iio: adc: ad7192: Avoid disabling a clock that was never enabled.
      iio: adc: ad7124: Fix potential overflow due to non sequential channel numbers
      iio: adc: ad7124: Fix missbalanced regulator enable / disable on error.
    torvalds committed May 29, 2021
  6. Merge tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel…

    …/git/gregkh/tty
    
    Pull tty / serial driver fixes from Greg KH:
     "Here are some small fixes for reported problems for tty and serial
      drivers for 5.13-rc4.
    
      They consist of:
    
       - 8250 bugfixes and new device support
    
       - lockdown security mode fixup
    
       - syzbot found problems fixed
    
       - 8250_omap fix for interrupt storm
    
       - revert of 8250_omap driver fix as it caused worse problem than the
         original issue
    
      All but the last patch have been in linux-next for a while, the last
      one is a revert of a problem found in linux-next with the 8250_omap
      driver change"
    
    * tag 'tty-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty:
      Revert "serial: 8250: 8250_omap: Fix possible interrupt storm"
      serial: 8250_pci: handle FL_NOIRQ board flag
      serial: rp2: use 'request_firmware' instead of 'request_firmware_nowait'
      serial: 8250_pci: Add support for new HPE serial device
      serial: 8250: 8250_omap: Fix possible interrupt storm
      serial: 8250: Use BIT(x) for UART_{CAP,BUG}_*
      serial: 8250: Add UART_BUG_TXRACE workaround for Aspeed VUART
      serial: 8250_dw: Add device HID for new AMD UART controller
      serial: sh-sci: Fix off-by-one error in FIFO threshold register setting
      serial: core: fix suspicious security_locked_down() call
      serial: tegra: Fix a mask operation that is always true
    torvalds committed May 29, 2021
  7. Merge tag 'usb-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel…

    …/git/gregkh/usb
    
    Pull USB / Thunderbolt fixes from Greg KH:
     "Here are a number of tiny USB and Thunderbolt driver fixes for
      5.13-rc4.
    
      They consist of:
    
       - thunderbolt fixes for some NVM bound issues
    
       - xhci fixes for reported problems
    
       - control-request fixups
    
       - documentation build warning fixes
    
       - new usb-serial driver device ids
    
       - typec bugfixes for reported issues
    
       - usbfs warning fixups (could be triggered from userspace)
    
       - other tiny fixes for reported problems.
    
      All of these have been in linux-next with no reported issues"
    
    * tag 'usb-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb: (22 commits)
      xhci: Fix 5.12 regression of missing xHC cache clearing command after a Stall
      xhci: fix giving back URB with incorrect status regression in 5.12
      usb: gadget: udc: renesas_usb3: Fix a race in usb3_start_pipen()
      usb: typec: tcpm: Respond Not_Supported if no snk_vdo
      usb: typec: tcpm: Properly interrupt VDM AMS
      USB: trancevibrator: fix control-request direction
      usb: Restore the usb_header label
      usb: typec: tcpm: Use LE to CPU conversion when accessing msg->header
      usb: typec: ucsi: Clear pending after acking connector change
      usb: typec: mux: Fix matching with typec_altmode_desc
      misc/uss720: fix memory leak in uss720_probe
      usb: dwc3: gadget: Properly track pending and queued SG
      USB: usbfs: Don't WARN about excessively large memory allocations
      thunderbolt: usb4: Fix NVM read buffer bounds and offset issue
      thunderbolt: dma_port: Fix NVM read buffer bounds and offset issue
      usb: chipidea: udc: assign interrupt number to USB gadget structure
      usb: cdnsp: Fix lack of removing request from pending list.
      usb: cdns3: Fix runtime PM imbalance on error
      USB: serial: pl2303: add device id for ADLINK ND-6530 GC
      USB: serial: ti_usb_3410_5052: add startech.com device id
      ...
    torvalds committed May 29, 2021
  8. Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm

    Pull KVM fixes from Paolo Bonzini:
     "ARM fixes:
    
       - Another state update on exit to userspace fix
    
       - Prevent the creation of mixed 32/64 VMs
    
       - Fix regression with irqbypass not restarting the guest on failed
         connect
    
       - Fix regression with debug register decoding resulting in
         overlapping access
    
       - Commit exception state on exit to usrspace
    
       - Fix the MMU notifier return values
    
       - Add missing 'static' qualifiers in the new host stage-2 code
    
      x86 fixes:
    
       - fix guest missed wakeup with assigned devices
    
       - fix WARN reported by syzkaller
    
       - do not use BIT() in UAPI headers
    
       - make the kvm_amd.avic parameter bool
    
      PPC fixes:
    
       - make halt polling heuristics consistent with other architectures
    
      selftests:
    
       - various fixes
    
       - new performance selftest memslot_perf_test
    
       - test UFFD minor faults in demand_paging_test"
    
    * tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm: (44 commits)
      selftests: kvm: fix overlapping addresses in memslot_perf_test
      KVM: X86: Kill off ctxt->ud
      KVM: X86: Fix warning caused by stale emulation context
      KVM: X86: Use kvm_get_linear_rip() in single-step and #DB/#BP interception
      KVM: x86/mmu: Fix comment mentioning skip_4k
      KVM: VMX: update vcpu posted-interrupt descriptor when assigning device
      KVM: rename KVM_REQ_PENDING_TIMER to KVM_REQ_UNBLOCK
      KVM: x86: add start_assignment hook to kvm_x86_ops
      KVM: LAPIC: Narrow the timer latency between wait_lapic_expire and world switch
      selftests: kvm: do only 1 memslot_perf_test run by default
      KVM: X86: Use _BITUL() macro in UAPI headers
      KVM: selftests: add shared hugetlbfs backing source type
      KVM: selftests: allow using UFFD minor faults for demand paging
      KVM: selftests: create alias mappings when using shared memory
      KVM: selftests: add shmem backing source type
      KVM: selftests: refactor vm_mem_backing_src_type flags
      KVM: selftests: allow different backing source types
      KVM: selftests: compute correct demand paging size
      KVM: selftests: simplify setup_demand_paging error handling
      KVM: selftests: Print a message if /dev/kvm is missing
      ...
    torvalds committed May 29, 2021
  9. Merge tag 's390-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/…

    …git/s390/linux
    
    Pull s390 fixes from Vasily Gorbik:
     "Fix races in vfio-ccw request handling"
    
    * tag 's390-5.13-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux:
      vfio-ccw: Serialize FSM IDLE state with I/O completion
      vfio-ccw: Reset FSM state to IDLE inside FSM
      vfio-ccw: Check initialized flag in cp_init()
    torvalds committed May 29, 2021
  10. selftests: kvm: fix overlapping addresses in memslot_perf_test

    vm_create allocates memory and maps it close to GPA.  This memory
    is separate from what is allocated in subsequent calls to
    vm_userspace_mem_region_add, so it is incorrect to pass the
    test memory size to vm_create_default.  Just pass a small
    fixed amount of memory which can be used later for page table,
    otherwise GPAs are already allocated at MEM_GPA and the
    test aborts.
    
    Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
    bonzini committed May 29, 2021
  11. Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g…

    …it/jejb/scsi
    
    Pull SCSI fixes from James Bottomley:
     "Ten small fixes, all in drivers"
    
    * tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi:
      scsi: target: qla2xxx: Wait for stop_phase1 at WWN removal
      scsi: hisi_sas: Drop free_irq() of devm_request_irq() allocated irq
      scsi: vmw_pvscsi: Set correct residual data length
      scsi: bnx2fc: Return failure if io_req is already in ABTS processing
      scsi: aic7xxx: Remove multiple definition of globals
      scsi: aic7xxx: Restore several defines for aic7xxx firmware build
      scsi: target: iblock: Fix smp_processor_id() BUG messages
      scsi: libsas: Use _safe() loop in sas_resume_port()
      scsi: target: tcmu: Fix xarray RCU warning
      scsi: target: core: Avoid smp_processor_id() in preemptible code
    torvalds committed May 29, 2021
  12. Merge tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-block

    Pull block fixes from Jens Axboe:
    
     - NVMe pull request (Christoph):
          - fix a memory leak in nvme_cdev_add (Guoqing Jiang)
          - fix inline data size comparison in nvmet_tcp_queue_response (Hou
            Pu)
          - fix false keep-alive timeout when a controller is torn down
            (Sagi Grimberg)
          - fix a nvme-tcp Kconfig dependency (Sagi Grimberg)
          - short-circuit reconnect retries for FC (Hannes Reinecke)
          - decode host pathing error for connect (Hannes Reinecke)
    
     - MD pull request (Song):
          - Fix incorrect chunk boundary assert (Christoph)
    
     - Fix s390/dasd verification panic (Stefan)
    
    * tag 'block-5.13-2021-05-28' of git://git.kernel.dk/linux-block:
      nvmet: fix false keep-alive timeout when a controller is torn down
      nvmet-tcp: fix inline data size comparison in nvmet_tcp_queue_response
      nvme-tcp: remove incorrect Kconfig dep in BLK_DEV_NVME
      md/raid5: remove an incorrect assert in in_chunk_boundary
      s390/dasd: add missing discipline function
      nvme-fabrics: decode host pathing error for connect
      nvme-fc: short-circuit reconnect retries
      nvme: fix potential memory leaks in nvme_cdev_add
    torvalds committed May 29, 2021
Older