Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • iio-for-4.9c
    Third set of new device support, functionality and cleanups for IIO in the 4.9 cycle.
    
    Given Linus is hinting (strongly!) at an rc8 this last set is hopefully in
    time for the 4.9 merge window.  The zpa2326 and si1145 drivers provide
    fine illustrations that devices aren't getting any simpler!
    
    I'm also particularly pleased Linus Walliej did such a thorough job of cleaning
    up one of my old drivers.
    
    New device support
    * mCube MC3230 accelerometer
      - new fairly minimal driver.
    * Murata zpa2326
      - extensive new driver supporting the rather 'novel' buffering of data this
        device provides and handling both it's own data ready trigger and other
        triggers rather elegantly.
    * si1141, si1142, si1143, si1145, si1146 and si1147 proximity, UV, visible and
      IR sensors.
      - another extensive new driver supporting all the key bits of what this
        set of devices supplies including dataready triggers, buffers and all the
        various data channels.
    
    Functionality
    * kxsd9 - Linus brought this scratch driver I wrote in one afternoon years ago
      up to date adding lots of good stuff along the way.
      - SPI support after extensive rework of the driver.
      - Triggered buffer capture support.
      - Runtime PM.
      - Regulator handling.
      - Mounting matrix support.
    * mma7660
      - Add MODULE_DEVICE_TABLE to support autoprobing.
    
    Cleanups
    * ad5933
      - Align some function arguements nicely.
    * med_z188
      - Constify iio_info structure.
    * sca3000
      - Implement IIO_CHAN_INFO_SAMP_FREQ rather than a hand rolled attr.
        There are still quite a few drivers that would benefit from similar updates.
    * ssp_sensors
      - Constify iio_info structures in accel and gyro drivers.
    
  • drm-fixes-for-4.8-rc7
    exynos and one stable ABI fix
    
  • drm-intel-next-2016-09-19
    - refactor the sseu code (Imre)
    - refine guc dmesg output (Dave Gordon)
    - more vgpu work
    - more skl wm fixes (Lyude)
    - refactor dpll code in prep for upfront link training (Jim Bride et al)
    - consolidate all platform feature checks into intel_device_info (Carlos Santa)
    - refactor elsp/execlist submission as prep for re-submission after hang
      recovery and eventually scheduling (Chris Wilson)
    - allow synchronous gpu reset handling, to remove tricky/impossible/fragile
      error recovery code (Chris Wilson)
    - prep work for nonblocking (execlist) submission, using fences to track
      depencies and drive elsp submission (Chris Wilson)
    - partial error recover/resubmission of non-guilty batches after hangs (Chris Wilson)
    - full dma-buf implicit fencing support (Chris Wilson)
    - dp link training fixes (Jim, Dhinkaran, Navare, ...)
    - obey dp branch device pixel rate/bpc/clock limits (Mika Kahola), needed for
      many vga dongles
    - bunch of small cleanups and polish all over, as usual
  • v4.8-rc7
    3be79886 · Linux 4.8-rc7 ·
    Linux 4.8-rc7
    
  • v3.18.42
    a8e20281 · Linux 3.18.42 ·
    Linux 3.18.42
    
  • v4.1.33
    04cb7201 · Linux 4.1.33 ·
    Linux 4.1.33
    
  • drm-fixes-for-4.8-rc6
    drm fixes for 4.8-rc6
    
    i915, vc4 and atmel.
    
  • pm-4.8-rc7
    Power management fix for v4.8-rc7
    
    More annotations of tracepoints in the runtime PM framework to
    prevent RCU from complaining when that code is invoked from the
    idle path (Paul McKenney).
    
  • mac80211-next-for-davem-2016-09-16
    This time we have various things - all across the board:
     * MU-MIMO sniffer support in mac80211
     * a create_singlethread_workqueue() cleanup
     * interface dump filtering that was documented but not implemented
     * support for the new radiotap timestamp field
     * send delBA in two unexpected conditions (as required by the spec)
     * connect keys cleanups - allow only WEP with index 0-3
     * per-station aggregation limit to work around broken APs
     * debugfs improvement for the integrated codel algorithm
    and various other small improvements and cleanups.
    
  • mac80211-for-davem-2016-09-16
    Two more fixes:
     * reject aggregation sessions for TSID/TID 8-16 that we
       can never use anyway and which could confuse drivers
     * check return value of skb_linearize()
    
  • topic/drm-misc-2016-09-19
  • wireless-drivers-next-for-davem-2016-09-15
    wireless-drivers-next patches for 4.9
    
    Major changes:
    
    iwlwifi
    
    * preparation for new a000 HW continues
    * some DQA improvements
    * add support for GMAC
    * add support for 9460, 9270 and 9170 series
    
    mwifiex
    
    * support random MAC address for scanning
    * add HT aggregation support for adhoc mode
    * add custom regulatory domain support
    * add manufacturing mode support via nl80211 testmode interface
    
    bcma
    
    * support BCM53573 series of wireless SoCs
    
    bitfield.h
    
    * add FIELD_PREP() and FIELD_GET() macros
    
    mt7601u
    
    * convert to use the new bitfield.h macros
    
    brcmfmac
    
    * add support for bcm4339 chip with modalias sdio:c00v02D0d4339
    
    ath10k
    
    * add nl80211 testmode support for 10.4 firmware
    * hide kernel addresses from logs using %pK format specifier
    * implement NAPI support
    * enable peer stats by default
    
    ath9k
    
    * use ieee80211_tx_status_noskb where possible
    
    wil6210
    
    * extract firmware capabilities from the firmware file
    
    ath6kl
    
    * enable firmware crash dumps on the AR6004
    
    ath-current is also merged to fix a conflict in ath10k.
    
  • phy-for-4.9-updated_v1
    phy: for 4.9 (with extcon merge resolution)
    
    updated tag for 4.9 based on usb-next along with extcon merge
    resolution
    
    phy updates includes:
    *) phy driver for USB 3.0 PHY on Northstar
    *) phy driver for Rockchip usb2phy
    *) phy driver for the Rockchip SoC internal PCIe PHY
    *) phy driver for USB Type-C PHY on rk3399
    *) phy_reset() API
    *) support for Allwinner A64 usb phy, usb2 phy in r8a7796
    *) Fixes in twl4030-usb, tegra phy, sun4i-usb phy, da8xx-usb phy
       and omap-usb2 phy
    *) other misc cleanups
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • phy-for-4.9-resolved_v1
    phy: for 4.9 (with extcon merge resolution)
    
    updated tag for 4.9 based on usb-next along with extcon merge
    resolution
    
    phy updates includes:
    *) phy driver for USB 3.0 PHY on Northstar
    *) phy driver for Rockchip usb2phy
    *) phy driver for the Rockchip SoC internal PCIe PHY
    *) phy driver for USB Type-C PHY on rk3399
    *) phy_reset() API
    *) support for Allwinner A64 usb phy, usb2 phy in r8a7796
    *) Fixes in twl4030-usb, tegra phy, sun4i-usb phy, da8xx-usb phy
       and omap-usb2 phy
    *) other misc cleanups
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • v4.4.21
    1d074db6 · Linux 4.4.21 ·
    This is the 4.4.21 stable release
    
  • v4.7.4
    bd333da7 · Linux 4.7.4 ·
    This is the 4.7.4 stable release
    
  • drm-intel-fixes-2016-09-15
  • phy-for-4.9
    phy: for 4.9
    
    *) phy driver for USB 3.0 PHY on Northstar
    *) phy driver for Rockchip usb2phy
    *) phy driver for the Rockchip SoC internal PCIe PHY
    *) phy driver for USB Type-C PHY on rk3399
    *) phy_reset() API
    *) support for Allwinner A64 usb phy, usb2 phy in r8a7796
    *) Fixes in twl4030-usb, tegra phy, sun4i-usb phy, da8xx-usb phy
       and omap-usb2 phy
    *) other misc cleanups
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • mac80211-for-davem-2016-09-13
    A few more fixes:
     * better mesh path fixing, from Thomas
     * fix TIM IE recalculation after sending frames
       to a sleeping station, from Felix
     * fix sequence number assignment while sending
       frames to a sleeping station, also from Felix
     * validate number of probe response CSA counter
       offsets, fixing a copy/paste bug (from myself)
    
  • iio-for-4.9b
    Second set of iio new device support, features and cleanups for the 4.9 cycle.
    
    New device support
    * ad8801 dac
      - new driver supporting ad8801 and ad8803 DACs.
    * adc12138
      - new driver supporting TI adc12130/adc12132 and adc12138 ADCs.
    * ltc2485 adc
      - new driver
    * mxc6255
      - add support for the mxc6225 part name and fixup the ID check so it works.
    * vz89x VOC sensor
      - add support for the vz89te part which drops the voc_short channel and adds
        CRCs compared to other supported parts.
    
    New features
    * core
      - immutable triggers.  These effectively grant exclusive control over a
        trigger. The typical usecase is a device representing an analog part
        (perhaps a MUX) that needs to control the sampling of a downstream
        ADC.
      - resource managed trigger registration and triggered_buffer_init.
      - iio_push_event now protected against case of the event interface
        registration not having yet occured.  Only matters if an interrupt
        can occur during this window - might happen on shared interrupt lines.
      - helper to let a driver query if the trigger it is using is provided by
        itself (using the convention of both device and trigger having the same
        parent).
    * tools
      - iio-utils. Used channel modifier scaling in preference to generic scaling
        when both exist.
    * at91-adc
      - Add support for touchscreen switches closure time needed by some newer
        parts.
    * stx104
      - support the ADC channels on this ADC/DAC board. As these are the primary
        feature of the board also move the driver to the iio/adc directory.
    * sx9500
      - device tree bindings.
    
    Cleanups / Fixes
    * ad5755
      - fix an off-by-one on devnr limit check (introduced earlier this cycle)
    * ad7266
      - drop NULL check on devm_regulator_get_optional as it can't return NULL.
    * ak8974
      - avoid an unused functional warning due to rework in PM core code.
      - remove .owner field setting as done by i2c_core.
    * ina2xx
      - clear out a left over debug field from chip global data.
    * hid-sensors
      - avoid an unused functional warning due to rework in PM core code.
    * maxim-thermocouple
      - fix non static symbol warnings.
    * ms5611
      - fetch and enable regulators unconditionally when they aren't optional.
    * sca3000
      - whitespace cleanup.
    * st_sensors
      - fetch and enable regulators unconditionally rather than having them
        supported as optional regulators (missunderstanding on my part amongst
        others a while back)
      - followup to previous patch fixes error checking on the regulators.
      - mark symbols static where possible.
      - use the 'is it my trigger' help function.  This prevents the odd case
        of another device triggering from the st-sensors trigger whilst the
        st-sensors trigger is itself not using it but rather using say an hrtimer.
    * ti-ads1015
      - add missing of_node_put.
    * vz89x
      - rework to all support of new devices.
      - prevent reading of a corrupted buffer.
      - fixup a return value of 0/1 in a bool returning function.
    
    Address updates
    - Vlad Dogaru email address change.