Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • phy-for-5.3
    phy: for 5.3
    
      *) Add a new PHY driver for Qualcomm PCIe2 PHY
      *) Add a new PHY driver for Mixel DPHY present in i.MX8
      *) Fix Qualcomm QMP UFS PHY driver from incorrectly reporting that
         PHY enable failed
      *) Fix _BUG_ on Amlogic G12A USB3 + PCIE Combo PHY Driver due to
         calling a sleeping function from invalid context
      *) Fix WARN_ON dump on rcar-gen3-usb2 PHY driver caused due to
         imbalance powered flag
      *) Fix .cocci and sparse warnings
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • v5.2-rc7
    6fbc7275 · Linux 5.2-rc7 ·
    Linux 5.2-rc7
    
  • pm-5.2-rc7
    Power management fix for 5.2-rc7
    
    Avoid skipping bus-level PCI power management during system
    resume for PCIe ports left in D0 during the preceding suspend
    transition on platforms where the power states of those ports
    can change out of the PCI layer's control.
    
  • mac80211-for-davem-2019-06-28
    Just a single patch:
     * 1<<31 is undefined, use 1U<<31 in nl80211.h UAPI
    
  • wireless-drivers-for-davem-2019-06-28
    wireless-drivers fixes for 5.2
    
    Hopefully the last set of fixes for 5.2. Nothing special this around,
    only small fixes and support for new cards.
    
    iwlwifi
    
    * add new cards for 22000 series and smaller fixes
    
    wl18xx
    
    * fix a clang warning about unused variables
    
    mwifiex
    
    * properly handle small vendor IEs (a regression from the recent
      security fix)
    
    ath
    
    * fix few SPDX tags
    
    mt76
    
    * fix A-MSDU aggregation which got broken in v5.2-rc1
    
  • qcom-dts-for-5.3-2
    Qualcomm Device Tree Changes for v5.3
    
    * Add vibrator motor for MSM8974 based Fairphone 2
    
  • qcom-arm64-for-5.3-2
    Qualcomm ARM64 Updates for v5.3 Part 2
    
    * Add SDM845 Cheza support
    * Add TSENS controller and thermal zones for QCS404
    
  • drm-next-5.3-2019-06-27
    drm-next-5.3-2019-06-27:
    
    amdgpu:
    - Fix warning on 32 bit ARM
    - Fix compilation on big endian
    - Misc bug fixes
    
    ttm:
    - Live lock fix
  • iio-for-5.3b
    Second set of IIO device support, features, cleanups and minor fixes for 5.3.
    
    A few bits for the counters subsystem mixed in here as well.
    There are some late breaking fixes as well, which aren't so urgent
    they can't wait for the merge window.
    
    New Device Support
    * adf4371
      - New driver + bindings.
      - Support the adf4372 PLL. Mostly ID and bindings.
    * ad8366 (note includes rework of driver needed to allow support for these).
      - Support the ADL5240 variable gain amplifier (VGA).
      - Support the ADA4961 digital gain amplifier (DGA).
    * dps310
      - New driver, in several parts from different authors for this temp
        and pressure sensor.
      - Includes errata workaround for a temperature reading issue.
    * stk3310
      - Support the stk3335, mostly ID.
    
    Features and cleanups
    * core
      - drop error handling on debugfs registration.
      - harden by making sure we don't overrun iio_chan_info_postfix.
    * docs
      - convert remaining docs to rst. At somepoint we'll fit these few
        into the main IIO docs.
      - improve sampling_frequency_available docs but explaining the
        range form.
    * ad_sigma_delta
      - Drop a pointless goto.
    * ad2s1210
      - Drop pointless platform data null check seeing as we don't actually
        use platform data anymore.
    * ad7124
      - Relax limitation on channel numbers to allow pseudo different channels.
      - Support control of whether the input is buffered via DT.
      - Use dynamic allocation for channel configuration to make it easier
        to support new devices.
      - YAML binding conversion.
    * ad7150
      - Comment tidy up.
      - Consistent and simple if (ret) handling of i2c errors.
      - FIELD_GET and GENMASK.
      - Ternary rather than !!(condition) for readability.
      - Use macros to avoid repetition of channel definitions.
    * ad7606
      - Add software channel config (rather that pin controlled)
      - Refactor to simplify addition of new part in future.
    * ad7746
      - of_deivce_id table.
    * ad7780
      - MAINTAINERS entry
      - YAML DT bindings.
    * ad8366
      - Stop using core mlock in favour of well scoped local lock.
      - SPDX + copyright date update.
    * ad9834
      - of_device_id table
    * adf4371
      - Add support for output stage muting before lock on has occured.
    * adis library
      - MAINTAINERS entry to reflect that this now Alexandru's problem ;)
    * adis162xx:
      - Fix a slightly incorrect set of comments and print statements on
        minimum supported voltage.
    * adis16203
      - of_device_id table.
    * adis16240
      - Add of_device_id table (in two parts as first patch only used it for
        MODULE_DEVICE_TABLE.)
    * adt7316-spi
      - of_device_id table
    * adxl372
      - YAML DT binding conversion.
      - Cleanup use of buffer callback functions (precursor to core rework).
    * bh1710
      - Simplify getting the i2c adapter from the client.
    * dht11
      - Mote to newer GPIO consumer interface.
    * kxcjk-1013.c
      - Add binding for sensor in display of some ultrabooks after userspace
        tools updated for it not be a problem to report two similar sensors.
    * imx7d
      - drop unused variables.
      - white space
      - define instead of variable for clock frequency that is fixed.
      - drop pointless error message.
    * messon_saradc
      - SPDX
    * sps30
      - MAINTAINERS entry
      - YAML binding conversion.
    * st_accel
      - Tidy up ordering in various buffer related callbacks. This is
        part of a long running effort to simplify the core code.
    * stm32-dfsdm:
      - Manage the resolution cleanly in triggerd modes.
      - Add fast mode support which allows more flexible filter choices.
      - Add a comment on the reason for a 16 bit record when technically
        not 'required'.
    * st_lsm6dsx
      - Embed device name in the sensor_settings struct as i3c doesn't
        have a convenient name field to use for this.
    * xilinx-adc
      - Relax constraints on supported platforms to reflect that this
        can used with FPGAs on PCIe cards and hence many architectures.
    * counters/ftm-quaddec
      - Fix some formatting io MODULE_AUTHOR
      - MAINTAINERS entry
    
    Fixes
    * tools
      - fix incorrect handling of 32 bit channels.
    * sca3000
      - Potential endian bug that is unlikely to bite anyone (be64 host
        seems unlikely for this old part).
    * stm32-adc
      - Add vdda-supply. On some boards it needs to be turned on to supply
        the ADC.  DT bindings included.
    * stm32-dfsdm
      - Fix output resolution to work with filter orders other than 3.
      - Fix output datatype as it's signed and previously claimed not to be.
    
  • v4.14.131
    f4cc0ed9 · Linux 4.14.131 ·
    This is the 4.14.131 stable release
    
  • v4.9.184
    09a70683 · Linux 4.9.184 ·
    This is the 4.9.184 stable release
    
  • v4.4.184
    72d1ee93 · Linux 4.4.184 ·
    This is the 4.4.184 stable release
    
  • wireless-drivers-next-for-davem-2019-06-26
    wireless-drivers-next patches for 5.3
    
    First set of patches for 5.3, but not that many patches this time.
    
    This pull request fails to compile with the tip tree due to
    ktime_get_boot_ns() API changes there. It should be easy for Linus to
    fix it in p54 driver once he pulls this, an example resolution here:
    
    https://lkml.kernel.org/r/20190625160432.533aa140@canb.auug.org.au
    
    Major changes:
    
    airo
    
    * switch to use skcipher interface
    
    p54
    
    * support boottime in scan results
    
    rtw88
    
    * add fast xmit support
    
    * add random mac address on scan support
    
    rt2x00
    
    * add software watchdog to detect hangs, it's disabled by default
    
  • topic/remove-fbcon-notifiers-2019-06-26
    topic/remove-fbcon-notifiers:
    - Export fbcon_update_vcs to fix sh_mobile_lcdcfb.c compilation.
    - Rely on fbcon being builtin when vgaswitcheroo is builtin.
    
  • drm-next-5.3-2019-06-25
    drm-next-5.3-2019-06-25:
    
    Merge drm-next
    
    amdgpu:
    - SR-IOV L1 policy fixes
    - Removed no longer needed vram_page_split module parameter
    - Add module parameter to override default ABM level
    - Gamma fixes
    - No need to check return values for debugfs
    - Improve HMM error handling
    - Avoid possible OOM situations when lots of thread are submitting with
      memory contention
    - Improve hw i2c access abritration
    - DSC (Display Stream Compression) support in DC
    - Initial navi10 support
      * DC support
      * GFX/Compute support
      * SDMA support
      * Power Management support
      * VCN support
    - Static checker fixes
    - Misc cleanups
    - fix long udelay on arm
    
    amdkfd:
    - Implement priority controls for gfx9
    - Enable VEGAM
    - Rework mqd allocation and init
    - Circular locking fix
    - Fix SDMA queue allocation race condition
    - No need to check return values for debugfs
    - Add proc style process information
    - Initial navi10 support
    
    radeon:
    - No need to check return values for debugfs
    
    UAPI changes:
    - GDDR6 added to vram type query
    - New Navi10 details added gpu info query
    - Navi family added to asic family query
  • drm-msm-next-2019-06-25
  • regulator-couple-api
    regulator: Coupling API
    
    This series introduces a way of specifying a customized regulators coupler
    which is necessary for cases like a non-trivial DVFS implementation.
    
  • v4.14.130
    bc2bccef · Linux 4.14.130 ·
    This is the 4.14.130 stable release
    
  • v4.19.56
    aec3002d · Linux 4.19.56 ·
    This is the 4.19.56 stable release
    
  • v5.1.15
    f0fae702 · Linux 5.1.15 ·
    This is the 5.1.15 stable release