Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-next-2018-09-19
    drm-misc-next for 4.20:
    
    UAPI Changes:
    - None
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Allow drivers to disable features with per-device granularity (Ville)
    - Use EOPNOTSUPP when iface/feature is unsupported instead of
      EINVAL/errno soup (Chris)
    - Simplify M/N DP quirk by using constant N to limit size of M/N (Shawn)
    - add quirk for LG LP140WF6-SPM1 eDP panel (Shawn)
    
    Driver Changes:
    - i915/amdgpu: Disable DRIVER_ATOMIC for older/unsupported devices (Ville)
    - sun4i: add support for R40 HDMI PHY (Icenowy)
    
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Icenowy Zheng <icenowy@aosc.io>
    Cc: Lee, Shawn C <shawn.c.lee@intel.com>
    
  • drm-misc-fixes-2018-09-19
    drm-misc-fixes for v4.19-rc5:
    - Fix crash in vgem in drm_drv_uses_atomic_modeset.
    - Allow atomic drivers that don't set DRIVER_ATOMIC to create debugfs entries.
    - Fix compiler warning for unused connector_funcs.
    - Fix null pointer deref on UDL unplug.
    - Disable DRM support for sun4i's R40 for now.
      (Not all patches went in for v4.19, so it has to wait a cycle.)
    - NULL-terminate the of_device_id table in pl111.
    - Make sure vc4 NV12 planar format works when displaying an unscaled fb.
    
  • sound-4.19-rc5
    sound fixes for 4.19-rc5
    
    here comes a collection of various fixes, mostly for stable-tree
    or regression fixes.
    
    Two relatively high LOCs are about the (rather simple) conversion of
    uapi integer types in topology API, and a regression fix about HDMI
    hotplug notification on AMD HD-audio.  The rest are all small
    individual fixes like ASoC Intel Skylake race condition, minor
    uninitialized page leak in emu10k1 ioctl, Firewire audio error paths,
    and so on.
    
  • asoc-v4.19-rc4
    ASoC: Fixes for v4.19
    
    This is the usual set of small fixes scatterd around various drivers,
    plus one fix for DAPM and a UAPI build fix.  There's not a huge amount
    that stands out here relative to anything else.
    
  • LE.UM.2.3.7-05400-sda845.0
    "LE.UM.2.3.7-05400-sda845.0"
  • v4.19-rc4
    7876320f · Linux 4.19-rc4 ·
    Linux 4.19-rc4
    
  • du-next-20180914
    R-Car DU changes for v4.20
    
  • v4.18.8
    dfba61ec · Linux 4.18.8 ·
    This is the 4.18.8 stable release
    
  • v4.14.70
    5dfe87ac · Linux 4.14.70 ·
    This is the 4.14.70 stable release
    
  • v4.9.127
    927556eb · Linux 4.9.127 ·
    This is the 4.9.127 stable release
    
  • v4.4.156
    c40a7b35 · Linux 4.4.156 ·
    This is the 4.4.156 stable release
    
  • devicetree-fixes-for-4.19-2
    Devicetree fixes for 4.19, part 2:
    
    - Fix a regression on systems having a DT without any phandles which
      happens on a PowerMac G3.
    
  • iio-for-4.20a
    1st round of IIO new device support, features and cleanups in the 4.20 cycle.
    
    There is a merge commit in here to pull in regmap support for repeatedly
    reading the same register (to read out FIFOs).  Used by the adxl372 driver.
    This will find uses elsewhere once we tidy up various drivers that are
    effectively doing this and relying on not enabling regcache.
    
    New device support
    * Analog devices ADXL372 accelerometer
      - new driver for this accelerometer including fifo and and interrupt support.
        Follow up patches enforce trigger validation, add sampling frequency
        control and filter bandwidth control.  A later series added i2c support
        to the existing SPI support.
    * ST lsm6dsx
      - rework and add support fo the LSM6DSO 6 axis mems sensor.
    * Linear LTC 1660 DAC
      - new driver supporting the LTC 1660 and LTC 1665 SPI DACs.
    * Microchip mcp3911 ADC.
      - new driver for this integrated analog front end and ADC.
    * Qualcomm SPMI PMIC5 adc driver
      - using the spmi framework, new driver and bindings for this ADC.
        Follow up patch adds some missing channels.
    
    Features
    * ad5758
      - support hard reset using a gpio (if provided).
    * mpu6050
      - Regulator support
    * qcom-spmi-adc5
      - Sanity check the channel numbers provided by DT to make sure the
        driver actually knows about them.
    * sc27xx
      - give raw data for channel 20 as it's used on all known boards for
        the headset which needs a custom converstion function.  If it turns
        out someone builds a board where this isn't true we will deal with it
        when it happens.
      - add ADC scale calibration.
    * tsl2772
      - support device tree binding to set the proximity led settings.
      - regulator supprot.
      - binding for apds9930 - trivial addition as register compatible with tsl2772.
    
    Cleanups / Minor fixes
    
    * adxl345
      - supress a static checker warning but explicitly checking if the id
        object is null.
    * bh1750
      - avoid CONFIG_PM_SLEEP checks.
      - SPDX.
    * bme680
      - spelling mistake
      - use clamp rather than open coding.
      - white space and other similar fixes.
      - rename MSK to MASK for clarifty and use GENMASK to specify them.
      - use the FIELD_GET macro rather than a very odd accessor of dividing by
        16 to get the shift.
      - rework to share handing for oversampling of the various channels in a
        unified way.
      - check explicitly for val2 in write_raw function to ensure it is 0.
      - drop some field defines that don't add anything.
    * dpot-adc
      - SPDX
    * envelope detector
      - SPDX
    * isl29501
      - fix an ancient compiler warning mostly because it results in much
        nicer code.
    * max30102
      - mark switch fall throughs.
    * max44000
      - drop an unused variable.
    * max512
      - avoid CONFIG_PM_SLEEP checks.
    * max5481
      - use of_device_get_match_data rather than open coding it.
    * max5821
      - avoid CONFIG_PM_SLEEP checks.
    * max9611
      - explicity cast an enum to an integer to make it totally clear that
        this is intended.
    * mcp4018
      - fix an inconsistent MODULE_LICENSE.
      - use of_device_get_match_data rather than open coding it.
    * mcp4531
      - use of_device_get_match_data rather than open coding it.
      - SPDX
    * mcp4725
      - avoid CONFIG_PM_SLEEP checks.
    * mcp4922
      - Fix error handling and prevent writing a negative to when setting the
        output voltage.
    * ms5611
      - drop deprecated compatible strings without manufacturer from being
        explicitly listed.  They are handled anyway.
      - SPDX
    * multiplexer
      - SPDX
    * qcom-vadc
      - fix inconsistent documentation for reg.
    * ti-dac5571
      - provide and of_match_table.
    
    * treewide
      - update Michael Hennerich's email address.
      - Use %pOFn rather than device_node.name.
    * documentation.
      - tidy up a wrong kernel version for the introduction of the
        position_relative ABI.
    
  • drm-misc-next-2018-09-13
    drm-misc-next for 4.20:
    
    UAPI Changes:
    - Add host endian variants for the most common formats (Gerd)
    - Fail ADDFB2 for big-endian drivers that don't advertise BE quirk (Gerd)
    - clear smem_start in fbdev for drm drivers to avoid leaking fb addr (Daniel)
    
    Cross-subsystem Changes:
    
    Core Changes:
    - fix drm_mode_addfb() on big endian machines (Gerd)
    - add timeline point to syncobj find+replace (Chunming)
    - more drmP.h removal effort (Daniel)
    - split uapi portions of drm_atomic.c into drm_atomic_uapi.c (Daniel)
    
    Driver Changes:
    - bochs: Convert open-coded portions to use helpers (Peter)
    - vkms: Add cursor support (Haneen)
    - udmabuf: Lots of fixups (mostly cosmetic afaict) (Gerd)
    - qxl: Convert to use fbdev helper (Peter)
    
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Cc: Chunming Zhou <david1.zhou@amd.com>
    Cc: Daniel Vetter <daniel.vetter@ffwll.ch>
    Cc: Peter Wu <peter@lekensteyn.nl>
    Cc: Haneen Mohammed <hamohammed.sa@gmail.com>
    
  • LE.UM.2.3.7-05300-sda845.0
    "LE.UM.2.3.7-05300-sda845.0"
  • LE.UM.2.3.7-05200-sda845.1
    "LE.UM.2.3.7-05200-sda845.1"
  • pfuze100-poweroff
    regulator: pfuze100: Power off support
    
    The pfuze100 has some innovative and creative power off support which
    requires some cross tree work to handle; this tag is the regualtor bits
    of that work.
    
  • v4.19-rc3
    11da3a7f · Linux 4.19-rc3 ·
    Linux 4.19-rc3
    
  • v3.18.122
    c0305995 · Linux 3.18.122 ·
    This is the 3.18.122 stable release
    
  • v4.4.155
    fdf53713 · Linux 4.4.155 ·
    This is the 4.4.155 stable release