Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 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
    
  • v4.9.126
    66f5a871 · Linux 4.9.126 ·
    This is the 4.9.126 stable release
    
  • v4.14.69
    7fe7a0f4 · Linux 4.14.69 ·
    This is the 4.14.69 stable release
    
  • v4.18.7
    8ea7eadb · Linux 4.18.7 ·
    This is the 4.18.7 stable release
    
  • iio-fixes-4.19a
    First set of IIO fixes for the 4.19 cycle.
    
    * ad9523
      - sysfs write should return the number of characters used or an error, not
        0 which could result in an infinite loop in userspace.
    * lsm6dsx
      - Fix computation of length when updating the watermark to include
        timestamps avoiding the watermark being set earlier than intended.
    * maxim_thermocouple
      - Revert a patch adding the max31856 as it's not actually compatible with
        the register set that this driver supports.
    * si1133
      - Fix an impossible value check so we don't always error out whether the
        passed in value is good or bad.
    
  • sound-4.19-rc3
    sound fixes for 4.19-rc3
    
    Just a few small fixes:
    - a fix for the recursive work cancellation in a specific HD-audio
      operation mode
    - a fix for potentially uninitialized memory access via rawmidi
    - the register bit access fixes for ASoC HD-audio
    
  • LE.UM.2.3.7-05000-sda845.0
    "LE.UM.2.3.7-05000-sda845.0"
  • sunxi-fixes-for-4.19
    Allwinner fixes for 4.19
    
    Just one fix for H6 mmc on the Pine H64: the mmc bus width was missing
    from the device tree. This was added in 4.19-rc1.
    
  • drm-misc-next-2018-09-05
    drm-misc-next for 4.20:
    
    UAPI Changes:
    - Add userspace dma-buf device to turn memfd regions into dma-bufs (Gerd)
    
    Cross-subsystem Changes:
    - None
    
    Core Changes:
    - Remove user logspam and useless lock in vma_offset_mgr destroy (Chris)
    
    Driver Changes:
    - various: fbdev: Wrap remove_conflicting_framebuffers with resource_len
                      accessors to remove a bunch of cargo-cult (Michał)
    - rockchip: Add rgb output iface support + fixes (Sandy/Heiko)
    - nouveau/amdgpu: Add cec-over-aux support (Hans)
    - sun4i: Add support for Allwinner A64 (Jagan)
    
    Cc: Gerd Hoffmann <kraxel@redhat.com>
    Cc: Chris Wilson <chris@chris-wilson.co.uk>
    Cc: Michał Mirosław <mirq-linux@rere.qmqm.pl>
    Cc: Heiko Stuebner <heiko@sntech.de>
    Cc: Sandy Huang <hjc@rock-chips.com>
    Cc: Hans Verkuil <hans.verkuil@cisco.com>
    Cc: Jagan Teki <jagan@amarulasolutions.com>
    
  • ASB-2018-09-05_4.14
    https://source.android.com/security/bulletin/2018-09-01
    CVE-2017-5754
  • ASB-2018-09-05_4.14-p-release
    https://source.android.com/security/bulletin/2018-09-01
    CVE-2017-5754
  • ASB-2018-09-05_4.14-p
    https://source.android.com/security/bulletin/2018-09-01
    CVE-2017-5754
  • ASB-2018-09-05_4.9-p-release
    https://source.android.com/security/bulletin/2018-09-01
    CVE-2017-5754