Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v5.4.234
    a103859a · Linux 5.4.234 ·
    This is the 5.4.234 stable release
    
  • v4.19.275
    5504146b · Linux 4.19.275 ·
    This is the 4.19.275 stable release
    
  • v5.15.96
    d383d0f2 · Linux 5.15.96 ·
    This is the 5.15.96 stable release
    
  • v5.10.170
    22d269bb · Linux 5.10.170 ·
    This is the 5.10.170 stable release
    
  • v5.4.233
    69f65d44 · Linux 5.4.233 ·
    This is the 5.4.233 stable release
    
  • v4.19.274
    2e3d9118 · Linux 4.19.274 ·
    This is the 4.19.274 stable release
    
  • v4.14.307
    7878a41b · Linux 4.14.307 ·
    This is the 4.14.307 stable release
    
  • v6.1.14
    7d54cb2c · Linux 6.1.14 ·
    This is the 6.1.14 stable release
    
  • v6.2.1
    8c20eb7e · Linux 6.2.1 ·
    This is the 6.2.1 stable release
    
  • sdm845-6.2.0
  • qcom-clk-for-6.3-2
    Qualcomm clock driver updates for v6.3
    
    Support for requesting the next power_off operation for a genpd to be
    synchronous is introduced, and implemented in the GDSC driver. To allow
    the GPU driver to request power_off to wait for the GDSC to actually
    collapse.
    
    Support for QDU1000/QRU1000 Global clock controller, SA8775P Global
    clock controller, SM8550 TCSR and display clock controller, SM6350 clock
    controller, nd MSM8996 CBF and APCS clock controllers is introduced..
    
    Parent references are updated across a large number of clock drivers, to
    align with the design changes since those drivers where introduced.
    Similarly, test clocks has been dropped from a range of drivers.
    
    A range of fixes for the MSM8996 CPU clock controller is introduced.
    
    MSM8974 GCC is transitioned off the externally defined sleep_clk.
    
    GDSC in the global clock controller for QCS404 is added, and various
    parent definitions are cleaned up.
    
    The SDCC core clocks on SM6115 are moved for floor_ops.
    
    Programming of clk_dis_wait for GPU CX GDSC on SC7180 and SDM845 are
    moved to use the recently introduced properties in the GDSC struct.
    
    The RPMh clock driver gains SM8550 and SA8775P clocks, and the IPA clock
    is added on a variety of platforms.
    
    The SMD RPM driver receives a big cleanup, in particular a move away
    from duplicating declaration of identical clocks between multiple
    platforms.
    A few missing clocks across msm8998, msm8992, msm8916, qcs404 are added
    as well.
    
    Using devm_pm_runtime_enable() to clean up some duplication is done
    across SM8250 display and video clock controllers, SM8450 display clock
    controller and SC7280 LPASS clock controller.
    
    Devicetree binding changes for above mentioned additions and changes are
    introduced.
    
    Support for postponing clk_disable_unused() until sync_state was
    introduced, but later reverted again, awaiting an agreement on the
    solution.
    
    Lastly, a change to pad a few registers in the SM8250 DTS to 8 digits
    was picked up in the wrong tree and kept here, to avoid rebasing.
    
  • v6.1.13
    1ac8758e · Linux 6.1.13 ·
    This is the 6.1.13 stable release
    
  • v5.15.95
    60b502b3 · Linux 5.15.95 ·
    This is the 5.15.95 stable release
    
  • v5.10.169
    2ae73796 · Linux 5.10.169 ·
    This is the 5.10.169 stable release
    
  • v5.4.232
    64121e2a · Linux 5.4.232 ·
    This is the 5.4.232 stable release
    
  • v4.19.273
    3eb67e32 · Linux 4.19.273 ·
    This is the 4.19.273 stable release
    
  • v4.14.306
    1e61bd26 · Linux 4.14.306 ·
    This is the 4.14.306 stable release
    
  • linus
    c9c3395d · Linux 6.2 ·
    Linux 6.2
    
  • v6.2
    c9c3395d · Linux 6.2 ·
    Linux 6.2
    
  • qcom-clk-for-6.3
    Qualcomm clock driver updates for v6.3
    
    Support for requesting the next power_off operation for a genpd to be
    synchronous is introduced, and implemented in the GDSC driver. To allow
    the GPU driver to request power_off to wait for the GDSC to actually
    collapse.
    
    clk_disable_unused() is altered, to not consider clocks which comes from
    a provider with sync_state defined. This makes it possible for
    individual clock drivers to invoke this process once all clients has
    been probed, avoiding the need for booting many systems with
    clk_ignore_unused.
    This is then enabled for SDM845 and SC8280XP clock controllers.
    
    Support for QDU1000/QRU1000 Global clock controller, SA8775P Global
    clock controller, SM8550 TCSR and display clock controller, SM6350 clock
    controller, nd MSM8996 CBF and APCS clock controllers is introduced..
    
    Parent references are updated across a large number of clock drivers, to
    align with the design changes since those drivers where introduced.
    Similarly, test clocks has been dropped from a range of drivers.
    
    A range of fixes for the MSM8996 CPU clock controller is introduced.
    
    MSM8974 GCC is transitioned off the externally defined sleep_clk.
    
    GDSC in the global clock controller for QCS404 is added, and various
    parent definitions are cleaned up.
    
    The SDCC core clocks on SM6115 are moved for floor_ops.
    
    Programming of clk_dis_wait for GPU CX GDSC on SC7180 and SDM845 are
    moved to use the recently introduced properties in the GDSC struct.
    
    The RPMh clock driver gains SM8550 and SA8775P clocks, and the IPA clock
    is added on a variety of platforms.
    
    The SMD RPM driver receives a big cleanup, in particular a move away
    from duplicating declaration of identical clocks between multiple
    platforms.
    A few missing clocks across msm8998, msm8992, msm8916, qcs404 are added
    as well.
    
    Using devm_pm_runtime_enable() to clean up some duplication is done
    across SM8250 display and video clock controllers, SM8450 display clock
    controller and SC7280 LPASS clock controller.
    
    Devicetree binding changes for above mentioned additions and changes are
    introduced.
    
    Lastly, a change to pad a few registers in the SM8250 DTS to 8 digits
    was picked up in the wrong tree and kept here, to avoid rebasing.