Tags

Tags give the ability to mark specific points in history as being important
  • iio-for-4.12d

    Fourth set of IIO new device support, features and cleanups for the 4.12 cycle
    
    New device support
    * max1117, 1118 and 1119
      - new ADC driver
    * max9611
      - new ADC driver
    * pm8xxx hk/xoadc
      - new driver with some shared features broken out from the SPMI vadc.
    * sun4i-gpadc
      - A33 thermal sensor support (with associated rework)
    * stm32-dac
      - new driver and bindings
    * stm32 trigger
      - enable support of quadrature encoder device and counter modes
    
    Features
    * apds9960
      - use the runtime pm for normal suspend
    * stm32-adc
      - add opition to sest resolution via devicetree
    * xoadc
      - augment DT bindings to deal with some weird mux cases
    
    Cleanups
    * ad5933
      - protect direct mode using claim and release helpers
    * ade7759
      - S_IRUGO and friends to octal in two goes
    * adis16203
      - drop unnecessary brackets
    * hid-sensor
      - fix unbalanced pm_runtieme_enable error when probing after remove
    * lsm6dsx
      - use actual part numbers for device name when known
      - simplify data read pin parsing
    * mpu3050
      - avoid double reporting errors
    
  • iio-fixes-for-4.11e

    Fifth set of IIO fixes for the 4.11 cycle.
    
    As these are rather late in the cycle, they may sneak over into 4.12.
    There is a fix for a regression caused by another fix (hid sensors
    hardware seems to vary a lot in how various corner cases are handled).
    
    * ad7303
      - fix channel description. Numeric values were being passed as characters
      presumably leading to garbage from the userspace interface.
    * as3935
      - the write data macro was wrong so fix it.
    * bmp280
      - incorrect handling of negative values as being unsigned broke humidity
      calculation.
    * hid-sensor
      - Restore the poll and hysteresis values after resume as some hardware
      doesn't do it.
    * stm32-trigger
      - buglet in reading the sampling frequency
    
  • acpi-4.11-rc7

    ACPI fixes for v4.11-rc7
    
     - Revert a recent ACPICA commit targeted at catching firmware bugs
       which promptly did that and caused functional problems to appear
       (Rafael Wysocki).
    
     - Fix a device enumeration problem introduced in the 4.8 time frame
       which caused the ACPI docking station driver to report incorrect
       status via sysfs among other things (Rafael Wysocki).
    
  • pm-4.11-rc7

    Power management fixes for v4.11-rc7
    
     - Allow CPUs to be put back online even if the cpufreq driver is
       unable to work with them (eg. due to missing information from
       platform firmware), which was the previous behavior expected by
       users, but changed in the 4.9 time frame (Chen Yu).
    
     - Fix a few minor issues in the turbostat utility, introduced mostly
       during the recent update of it (Len Brown, Doug Smythies).
    
     - Fix a cpupower utility bug causing it to report incorrect values
       for turbo frequencies in some cases (Ben Hutchings).
    
  • sunxi-clk-fixes-for-4.11-2-bis

    Allwinner clock fixes for 4.11
    
    Two build errors fixes for the sunxi-ng drivers.
    
    The two other patches fix random CPU crashes happening on the A33 since
    CPUFreq has been enabled in 4.11.
    
  • v3.12.73

    ef474b44 · Linux 3.12.73 ·
    This is the 3.12.73 stable release
    
  • drm-misc-next-fixes-2017-04-12

    drm-misc-next-fixes-2017-04-12
    
    Core changes:
     - Fix off-by-one bug in get_property ioctl for enums/bitmasks (Daniel)
    
    Driver changes:
     - Add mode_fixup to dw-hdmi bridge driver to ensure mode is validated (Romain)
  • v4.10.10

    e6925852 · Linux 4.10.10 ·
    This is the 4.10.10 stable release
    
  • v4.9.22

    cf2586e6 · Linux 4.9.22 ·
    This is the 4.9.22 stable release
    
  • v4.4.61

    ec5e6160 · Linux 4.4.61 ·
    This is the 4.4.61 stable release
    
  • drm-misc-fixes-2017-04-11

    drm-misc-fixes for 2017-04-11
    
    Core changes:
     - None
    
    Driver changes
     - udl: Fix unaligned memory access on SPARC (Jonathan)
  • phy-for-4.12

    phy: for 4.12
    
     *) Add new PHY driver for Qualcomm's QMP PHY (used by PCIe, UFS and USB)
     *) Add new PHY driver for Qualcomm's QUSB2 PHY
     *) Add support for vbus regulator in rockchip-usb driver
     *) Add support for usb2-phy in rk3328 to rockchip-inno-usb2 driver
     *) Add support for a new version of PHY in phy-mt65xx-usb3 driver
     *) Add support for Allwinner A64 PHY to switch between MUSB and EHCI/OHCI
     *) Cleanups in Exynos driver and phy-mt65xx-usb3 driver
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • v4.11-rc6

    39da7c50 · Linux 4.11-rc6 ·
    Linux 4.11-rc6
    
  • v4.4.60

    8f8ee970 · Linux 4.4.60 ·
    This is the 4.4.60 stable release
    
  • v4.10.9

    f6392b77 · Linux 4.10.9 ·
    This is the 4.10.9 stable release
    
  • v4.9.21

    37feaf80 · Linux 4.9.21 ·
    This is the 4.9.21 stable release
    
  • drm-misc-next-2017-04-07

    Last drm-misc-next pull req for 4.12
    
    Core changes:
     - fb_helper checkpatch cleanup and simplified _add_one_connector() (Thierry)
     - drm_ioctl and drm_sysfs improved/gained documentation (Daniel)
     - [ABI] Repurpose reserved field in drm_event_vblank for crtc_id (Ander)
     - Plumb acquire ctx through legacy paths to avoid lock_all and legacy_backoff
       (Daniel)
     - Add connector_atomic_check to check conn constraints on modeset (Maarten)
     - Add drm_of_find_panel_or_bridge to remove boilerplate in drivers (Rob)
    
    Driver changes:
     - meson moved to drm-misc (Neil)
     - Added support for Amlogic GX SoCs in dw-hdmi (Neil)
     - Rockchip unbind actually cleans up the things bind initializes (Jeffy)
     - A couple misc fixes in virtio, dw-hdmi
    
    NOTE: this also includes a backmerge of drm-next as well rc5 (we needed vmwgfx
          as well as the new synopsys media formats)
  • wireless-drivers-next-for-davem-2017-04-07

    1aed8964 · mwifiex: apply radar flag ·
    wireless-drivers-next patches for 4.12
    
    Lots of bugfixes as usual but also some new features.
    
    Major changes:
    
    ath10k
    
    * improve firmware download time for QCA6174 and QCA9377, especially
      helps resume time
    
    ath9k_htc
    
    * add support AirTies 1eda:2315 AR9271 device
    
    rt2x00
    
    * add support MT7620
    
    mwifiex
    
    * enable auto deep sleep mode for USB chipsets
    
    brcmfmac
    
    * add support for network namespaces (WIPHY_FLAG_NETNS_OK)