Tags

Tags give the ability to mark specific points in history as being important
  • v4.19.111

    93556fb2 · Linux 4.19.111 ·
    This is the 4.19.111 stable release
    
  • qcom-drivers-for-5.7

    Qualcomm driver updates for v5.7
    
    This adds a new library for subscribing to notifications about
    protection domains being stated and stopped and the integration of this
    with the APR driver. It also contains fixes and cleanups for AOSS
    driver, socinfo and rpmh.
    
  • qcom-defconfig-for-5.7

    Qualcomm ARM defconfig updates for v5.7
    
    Enable QRTR and the Broadcomm bluetooth driver in the qcom_defconfig,
    for usage on the 8974 devices.
    
  • qcom-dts-for-5.7

    Qualcomm ARM dts updates for v5.7
    
    This adds Bluetooth support on Nexus 5, USB on Xperia Z1 and defines
    gpio-ranges throughout the various gpio-controllers.
    
  • qcom-arm64-defconfig-for-5.7

    Qualcomm ARM64 defconfig updates for v5.7
    
    Enable SDM845 audio, display and gpu related configs and the Truly
    NT35597 panel driver, all relevant for various SDM845 based boards.
    Enable IPQ6018 clocks and pinctrl and the pmic vibrator driver for
    PM8916.
    
  • qcom-arm64-for-5.7

    Qualcomm ARM64 DT updates for v5.7
    
    This brings initial support for the SM8250 and IPQ6018 platforms.
    
    SDM845 gets audio, PCIe and IP-accelerator support, and the interconnect
    providers are refactored. The Lenovo Yoga C630 has audio enabled and the
    DB845c has PCIe, analog audio and low-speed interfaces enabled. The
    SDM845 MTP has its display enabled and firmware location updated to
    match linux-firmware.
    
    SC7180 gains CPU topology and power properties. Interconnect providers,
    eMMC, SD-card, multimedia clocks, display, Bluetooth, Venus are added.
    Critical trip points are added as well as various fixes.
    
    For MSM8916 FastRPC support is added, ETM power management and reserved
    memory for Samsung A2015 are corrected.
    
    MSM8996 switches to generic QMP phy driver for its UFS support. MSM8998
    temporarily disables part of Coresight to boot without
    clk_ignore_unused.  CEQ for eMMC on QCS404 is enabled.
    
    Fixes throughout the platforms to fix binding compliance, correct
    compatibles for SDHCI nodes and add gpio-ranges.
    
  • v4.19.110

    339485c9 · Linux 4.19.110 ·
    This is the 4.19.110 stable release
    
  • v5.6-rc6

    fb33c651 · Linux 5.6-rc6 ·
    Linux 5.6-rc6
    
  • pm-5.6-rc6

    Power management fix for 5.6-rc6
    
    Fix cpupower utility build failures with -fno-common
    enabled (Mike Gilbert).
    
  • wireless-drivers-2020-03-13

    wireless-drivers fixes for v5.6
    
    Third, and hopefully last, set of fixes for v5.6.
    
    iwlwifi
    
    * fix a locking issue in time events handling
    
    * a fix in rate-scaling
    
    * fix for a potential NULL pointer deref
    
    * enable antenna diversity in some devices that were erroneously not doing it
    
    * allow FW dumps to continue when the FW is stuck
    
    * a fix in the HE capabilities handling
    
    * another fix for FW dumps where we were reading wrong addresses
    
    * fix link in MAINTAINERS file
    
    rtlwifi
    
    * fix regression causing connect issues in v5.4
    
    wlcore
    
    * remove merge damage which luckily didn't have any impact on functionality
    
  • sunxi-fixes-for-5.6-2

    Allwinner Fixes for 5.6 - part 2
    
    This follows up on the previous 5.6 fixes tag with a fix for the A33
    Security System (crypto offloading hardware). The hardware was found
    to not be compatible with existing hardware and a new compatible was
    needed.
    
    The driver change was picked up right before the previous -rc6 and
    the DT bindings and DT changes were not picked up. The goal is to have
    all the changes in the same release, that is v5.6.
    
  • sunxi-dt-for-5.7

    Allwinner Device Tree Changes for v5.7
    
    A fairly large set of changes for v5.7, including some new devices.
    
    SoC specific changes:
    
      - SPI on H6 SoC enabled
      - Thermal sensor on R40 SoC enabled
      - Deinterlace core hardware on A64 SoC enabled
      - Redundant assigned-clocks properties removed
        - required clock rates are now enforced by drivers
      - LVDS panel support on A20 SoC enabled
      - PMU compatible fixed for H5 and H6 SoCs
      - Thermal trip points added for A83T and H5 SoCs
      - (Image) Rotation core hardware on A83T and A64 SoCs enabled
    
    Device specific changes:
    
      - Pine64 PineTab and PinePhone added
      - Various cleanups and improvements for Pine64 PineBook
      - GPIO pin bank regulator supplies added for A64-OlinXino
      - eMMC enabled on Orange Pi 3
      - PocketBook Touch Lux 3 added
      - Linutronix Testbox v2 added
      - Ethernet enabled on Orange Pi One Plus
      - HDMI enabled on H6-based Orange Pi boards
    
  • sunxi-core-for-5.7

    Allwinner Core Changes for v5.7
    
    Just one change for our mach code for including the correct clk header.
    
  • sunxi-fixes-for-5.6

    Allwinner Fixes for v5.6
    
    A pretty normal set of fixes for v5.6:
    
      - Fix reversed macros used for A83T EMAC clock and reset
      - Fix camera regulator voltage and USB OTG for TBS-A711
      - 16-bit / 8-bit mixed read fix for our RSB driver
      - Fix SPI controller base address for R40
      - Reorder device nodes based on base address for R40
    
  • sunxi-clk-for-5.7

    Allwinner Clock Changes for 5.7
    
    Changes consist mainly of cleanups for the display engine clock driver,
    correcting clocks that don't exist. Also, the MBUS clock on the A64 is
    exported for the device tree to consume.
    
  • topic/mst-bw-check-fixes-for-airlied-2020-03-12-2

    UAPI Changes: None
    
    Cross-subsystem Changes: None
    
    Core Changes: Fixed regressions introduced by commit cd82d82cbc04
    ("drm/dp_mst: Add branch bandwidth validation to MST atomic check"),
    which would cause us to:
    
    * Calculate the available bandwidth on an MST topology incorrectly, and
      as a result reject most display configurations that would try to enable
      more then one sink on a topology
    * Occasionally expose MST connectors to userspace before finishing
      probing their PBN capabilities, resulting in us rejecting display
      configurations because we assumed briefly that no bandwidth was
      available
    
    Driver Changes: None