Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-fixes-for-v4.16-rc6
    i915, amd and nouveau fixes
    
  • drm-intel-fixes-2018-03-15
    Only GVT fixes:
    - Two warnings fix for runtime pm and usr copy (Xiong, Zhenyu)
    - OA context fix for vGPU profiling (Min)
    - privilege batch buffer reloc fix (Fred)
    
  • sound-4.16-rc6
    sound fixes for 4.16-rc6
    
    A series of small fixes in ASoC, HD-audio and core stuff:
    
    - A UAF fix in ALSA PCM core
    - Yet more hardening for ALSA sequencer
    - A regression fix for the previous HD-audio power_save option change
    - Various ASoC codec fixes (sgtl5000, rt5651, hdmi-codec, wm_adsp)
    - Minor ASoC platform fixes (AMD ACP, sun4i)
    
  • v4.15.10
    df574588 · Linux 4.15.10 ·
    This is the 4.15.10 stable release
    
  • v4.14.27
    9b1fb9cc · Linux 4.14.27 ·
    This is the 4.14.27 stable release
    
  • drm-intel-fixes-2018-03-14
    - 1 display fix for bxt
    - 1 gem fix for fences
    - 1 gem/pm fix for rps freq
    
  • LE.UM.2.3.2-18000-SDX24
    "LE.UM.2.3.2-18000-SDX24"
  • asoc-fix-v4.16-rc5
    ASoC: Fixes for v4.16
    
    This is a fairly standard collection of fixes, there's no changes to the
    core here just a bunch of small device specific changes for single
    drivers plus an update to the MAINTAINERS file for the sgl5000.
    
  • phy-for-4.16-rc
    phy: for 4.16-rc
    
     *) Fix a Kbuild failure in qcom-ufs
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • v4.16-rc5
    0c8efd61 · Linux 4.16-rc5 ·
    Linux 4.16-rc5
    
  • v4.15.9
    3eae9e93 · Linux 4.15.9 ·
    This is the 4.15.9 stable release
    
  • v4.14.26
    96427a51 · Linux 4.14.26 ·
    This is the 4.14.26 stable release
    
  • v4.9.87
    b6741622 · Linux 4.9.87 ·
    This is the 4.9.87 stable release
    
  • v4.4.121
    8b5ab55d · Linux 4.4.121 ·
    This is the 4.4.121 stable release
    
  • v3.18.99
    89dad4ea · Linux 3.18.99 ·
    This is the 3.18.99 stable release
    
  • iio-for-4.17b
    Second set of new device support, features and cleanup for IIO in the 4.17 cycle
    
    The uptick in staging cleanup is partly due to GSoC Applications
    process being underway and one of Daniel's tasks being to try
    cleaning up an IIO driver to move out of staging.
    Naturally there is some normal staging cleanup progress in here
    as well.
    
    New device support
    * Microchip mcp4018
      - New driver supproting MCP4017, MCP4018 and MCP4019 digital pots.
    * On Semiconductor lv0104cs
      - New driver to support this ambient light sensor.
    
    Cleanup
    * axp20x_adc
      - remove a !! in favour of clear ternary operator.
    * ad2s1210 (staging cleanup)
      - Reorganise to avoid ending a line with [
      - Remove some unnecessary defines.
      - Remove unsed variable.
    * ad5380
      - Replace magic 0 with IIO_CHAN_INFO_RAW
    * ad5764
      - Replace magic 0 with IIO_CHA_INFO_RAW
    * ad7150 (staging cleanup)
      - Align arguements with parenthesis.
    * ad7152 (staging cleanup)
      - Align arguements.
    * ad7746 (staging cleanup)
      - Align arguements.
    * ad7816
      - Remove pointless void pointer cast.
    * ade7753
      - Replace IIO_DEV_ATTR_CH_OFF with equivalent to avoid confusing
        checkpatch (this macro didn't really help anyway).  Also drop the
        macro from the meter.h header.
    * ade7754 (staging cleanup)
      - Add names to funciton definition arguements.
      - Align arguements with open parenthesis where possible.
    * ade7758 (staging cleanup)
      - Remove __func__ from dev_dbg statements as provided by dynamic
        debug anyway.
      - Align arguements with open parenthesis where possible.
    * ade7759 (staging cleanup)
      - Replace IIO_DEV_ATTR_CH_OFF with equiavalent to avoid confusing
        checkpatch.
    * adis16201 (staging cleanup)
      - Headers in alphabetical order.
      - Blank lines before returns.
    * adis16209 (staging cleanup)
      - Headers in alphabetical order
      - Change some definition names to make them more meaningful (2 rounds
        of this).
      - Add explicit _REG prefix to register names to make them
        obviously different from fields within those registers.
      - Remove some superflous comments and group definitions better.
      - Use a switch statement to make it semantically obvious that we
        only have two options (rather than an unlimited 'else').
      - Use sign_extent32 instead of open coding.
    * adt7316 (staging cleanup)
      - Move an export next to symbol.
    * bmc150
      - drop redundant __func__ in dynamic debug.
    * ccs811
      - Rename varaible to better reflect what it does.
    * cros_ec
      - Reduce sampling frequency before suspending to avoid preventing
        suspend.
    * dummy
      - Correct whitespace in Kconfig.
      - Add extra description in Kconfig.
    * ds1803
      - Remove a VLA which we always know is 2 long.
    * hid-sensor-accel
      - Replace magic number 0 by IIO_CHAN_INFO_RAW.
    * hid-sensor-gyro
      - Replace magic number 0 by IIO_CHAN_INFO_RAW.
    * hid-sensor-light
      - Replace magic number 0 by IIO_CHAN_INFO_RAW.
    * hid-sensor-magn
      - Replace magic number 0 by IIO_CHAN_INFO_RAW.
    * lm3533
      - Replace magic number 0 by IIO_CHAN_INFO_RAW
    * mlx90632
      - Squash a smatch warning - no runtime effect.
    * stm32_dfsdm:
      - Cleanup the dt bindings.
    * sx9500
      - Add GPIO ACPI mapping table to behave correctly when firmware
        doesn't provide the mapping.
    * tsl2x7x (staging cleanup)
      - Fix the proximity sensor functionality.
      - Remove platform data provided power functions.  There are much
        better ways to do this these days.
      - Introduce some common functions to avoid various repititions.
      - Stop using mutex_trylock when mutex_lock and wait a bit is fine.
      - Improve error handling in various places.
      - Drop some 'Camel case' (which wasn't actually strickly camel case
        but was a bit odd.
      - Drop some _available sysfs attributes for things that don't exist
        (for particular supported parts).
    
  • iio-fixes-for-4.16b
    Second set of IIO fixes for the 4.16 cycle.
    
    A slightly fiddly revert then fix pair in here as the bug lead to
    an unused local variable that was then removed without us noticing
    the bug.  The revert should only be needed on 4.16 - the fix
    goes back futher.
    
    * ccs811
      - Fix the transition from 'boot' to 'application' mode.  Fixes the case
        where the power is not cut between boot cycles.
    * meson-saradc
      - Fix missing mutex_unlock in an error path.
    * sd-modulator
      - Fix bindings doc to have the right value of io-channel-cells to reflect
        that this device type only ever outputs one channel.
    * st-accel
      - Revert drop of redundant pointer patch.
      - Use the now available pointer to avoid overwriting the platform data
        pointer and causing trouble on reprobing the driver.
    * st-pressure
      - Use local copy of the platform data pointer to avoid overwriting the
        one associated with the device, which would cause issues on reprobing
        the driver.
    * stm32-dfsdm
      - Use the right regmap_cfg for the type of device.
      - Correct the ID passed to stop channel to be the channel one.
      - Correct which clock is used to allow for the 'audio' clock.
      - Fix allocation of channels when more than one is enabled.
    
  • gpio-v4.16-3
    This is a single GPIO fix for the v4.16 series affecting the
    Renesas driver, and fixes wakeup from external stuff.
    
  • drm-misc-next-2018-03-09-3
    drm-misc-next for 4.17:
    
    UAPI Changes:
     plane: Add color encoding/range properties (Jyri)
     nouveau: Replace iturbt_709 property with color_encoding property (Ville)
    
    Core Changes:
     atomic: Move plane clipping into plane check helper (Ville)
     property: Multiple new property checks/verification (Ville)
    
    Driver Changes:
     rockchip: Fixes & improvements for rk3399/chromebook plus (various)
     sun4i: Add H3/H5 HDMI support (Jernej)
     i915: Add support for limited/full-range ycbcr toggling (Ville)
     pl111: Add bandwidth checking/limiting (Linus)
    
    Cc: Jernej Skrabec <jernej.skrabec@siol.net>
    Cc: Jyri Sarha <jsarha@ti.com>
    Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
    Cc: Linus Walleij <linus.walleij@linaro.org>
    
  • sound-4.16-rc5
    sound fixes for 4.16-rc5
    
    Two type of fixes:
    
    - The usual stuff, a handful HD-audio quirks for various machines
    
    - Further hardening against ALSA sequencer ioctl/write races that
      are triggered by fuzzer