Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • LE.UM.2.3.7-01500-sda845.0
    "LE.UM.2.3.7-01500-sda845.0"
  • drm-misc-fixes-2018-07-27
    drm-misc-fixes pull request for v4.18-rc7:
    - Small fixes to  drm_atomic_helper_async_check(). (bbrezillon)
    - Fix error handling in drm_legacy_addctx(). (Nicholas)
    - Handle register reset on hotplug in adv7511. (seanpaul)
    
  • drm-intel-fixes-2018-07-26
    - Only a quirk for GLK NUC HDMI port issues
    
  • alsa-add-snd-sgbuf-aligned-pages
    ALSA: memalloc: declare snd_sgbuf_aligned_pages() unconditionally
    
    Make this helper inline function available for all platforms. This
    helps solve 0-day compilation issues when CONFIG_SND_DMA_SGBUF is not
    defined.
    
  • acpi-4.18-rc7
    ACPI fix for 4.18-rc7
    
    Fix a recent ACPICA regression causing the AML parser to get confused
    and fail in some situations involving incorrect AML in an ACPI table
    (Erik Schmauss).
    
  • pm-4.18-rc7
    Power management fix for 4.18-rc7
    
    Fix up the recently introduced cpufreq driver for Qualcomm Kryo
    processors by adding a terminating NULL entry to its table of
    device IDs (YueHaibing).
    
  • v4.17.10
    50f9e029 · Linux 4.17.10 ·
    This is the 4.17.10 stable release
    
  • v4.14.58
    f952480a · Linux 4.14.58 ·
    This is the 4.14.58 stable release
    
  • v4.9.115
    dbcdf42b · Linux 4.9.115 ·
    This is the 4.9.115 stable release
    
  • v4.4.144
    762b585c · Linux 4.4.144 ·
    This is the 4.4.144 stable release
    
  • iio-for-4.19b
    Second set of IIO new device support, features and cleanups.
    
    There are also a couple of fixes that can wait for the coming merge
    window.
    
    Core new features
    
    * Support for phase channels (used in time of flight sensors amongst
      other things)
    * Support for deep UV light channel modifier.
    
    New Device Support
    
    * AD4758 DAC
      - New driver and dt bindings.
    * adxl345
      - Support the adxl375 +-200g part which is register compatible.
    * isl29501 Time of flight sensor.
      - New driver
    * meson-saradc
      - Support the Meson8m2 Socs - right now this is just an ID, but there will
        be additional difference in future.
    * mpu6050
      - New ID for 6515 variant.
    * si1133 UV sensor.
      - New driver
    * Spreadtrum SC27xx PMIC ADC
      - New driver and dt bindings.
    
    Features
    
    * adxl345
      - Add calibration offset readback and writing.
      - Add sampling frequency control.
    
    Fixes and Cleanups
    
    * ad5933
      - Use a macro for the channel definition to reduce duplication.
    * ad9523
      - Replace use of core mlock with a local lock. Part of ongoing efforts
        to avoid confusing the purpose of mlock which is only about iio core
        state changes.
      - Fix displayed phase which was out by a factor of 10.
    * adxl345
      - Add a link to the datasheet.
      - Rework the use of the address field in the chan_spec structures to
        allow addition of more per channel information.
    * adis imu
      - Mark switch fall throughs.
    * at91-sama5d2
      - Fix some casting on big endian systems.
    * bmp280
      - Drop some DT elements that aren't used and should mostly be done from
        userspace rather than in DT.
    * hx711
      - add clock-frequency dt binding and resulting delay to deal with capacitance
        issue on some boards.
      - fix a spurious unit-address in the example.
    * ina2xx
      - Avoid a possible kthread_stop with a stale task_struct.
    * ltc2632
      - Remove some unused local variables (assigned but value never used).
    * max1363
      - Use device_get_match_data to remove some boilerplate.
    * mma8452
      - Mark switch fall throughs.
    * sca3000
      - Fix a missing return in a switch statement (a bad fallthrough
        previously!)
    * sigma-delta-modulator
      - Drop incorrect unit address from the DT example.
    * st_accel
      - Use device_get_match_data to drop some boiler plate.
      - Move to probe_new for i2c driver as second parameter not used.
    * st_sensors library
      - Use a strlcpy (safe in this case).
    * st_lsm6dsx
      - Add some error logging.
    * ti-ads7950
      - SPDX
      - Allow simultaneous buffered and polled reads. Needed on a Lego Mindstorms
        EV3 where some channels are used for power supply monitoring at a very low
        rate.
    * ti-dac5571
      - Remove an unused variable.
    * xadc
      - Drop some dead code.
    
  • sunxi-clk-for-4.19
    Allwinner clock changes for 4.19
    
    Our usual bunch of clock patches, this time to enable the A64 display
    engine clocks controller mostly.
    
  • sunxi-drivers-for-4.19
    Allwinner drivers changes for 4.19
    
    There's been work for this release cycles in both the SRAM controller
    driver in order to support more SoCs, as part of our VPU work, but also to
    enable the EMAC on the A64 (that needs to poke at registers within the same
    register space).
    
    Some work has been needed too to represent the bus to the display engine
    controllers that all need an SRAM to be mapped to the CPU to be able to
    access those controllers' registers.
    
  • sunxi-dt64-for-4.19
    Allwinner arm64 DT changes for 4.19
    
    Some interesting changes, especially:
    
      - MMC support for the H6
      - PMIC support for the PineH64
      - HDMI simplefb support for the A64
      - PWM support for the A64
      - New board: Pinebook, Amarula A64-Relic
    
  • sunxi-h3-h5-for-4.19
    Allwinner H3/H5 changes for 4.19
    
    Our usual bunch of changes shared between arm and arm64.
    
    This time, we have:
      - eMMC support for the ALL-H3-CC boards
      - EMAC support for the Beelink X2
    
  • sunxi-dt-for-4.19
    Allwinner DT changes for 4.19
    
    There's a number of additions for the ARMv7 SoCs for this merge window, and
    especially:
    
      - Addition of the system controller for a number of SoCs, as part of the
        VPU effort
      - Addition of the R40 HDMI support
      - Addition of the Mali GPU node for the A10
    
  • mac80211-next-for-davem-2018-07-24
    Only a few things:
     * HE (802.11ax) support in HWSIM
     * bypass TXQ with NDP frames as they're special
     * convert ahash -> shash in lib80211 TKIP
     * avoid playing with tailroom counter defer unless
       needed to avoid issues in some cases
    
  • mac80211-for-davem-2018-07-24
    Only a few fixes:
     * always keep regulatory user hint
     * add missing break statement in station flags parsing
     * fix non-linear SKBs in port-control-over-nl80211
     * reconfigure VLAN stations during HW restart
    
  • phy-for-4.19
    phy: for 4.19
    
     *) Add new PHY driver for GEN3 PCIe PHY on Renesas R-Car
     *) Add new PHY driver for PCIe PHY on Broadcom's Stingray SoC
     *) Enable battery charging in Mediatek T-PHY
     *) Switch to SPDX identifier in Marvell PHY drivers
     *) Fix compilation warning in phy-qcom-usb-hs.c
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • wireless-drivers-next-for-davem-2018-07-23
    wireless-drivers-next patches for 4.19
    
    The first set of patches for 4.19. Only smaller features and bug
    fixes, not really anything major. Also included are changes to
    include/linux/bitfield.h, we agreed with Johannes that it makes sense
    to apply them via wireless-drivers-next.
    
    Major changes:
    
    ath10k
    
    * support channel 173
    
    * fix spectral scan for QCA9984 and QCA9888 chipsets
    
    ath6kl
    
    * add support for Dell Wireless 1537
    
    ti wlcore
    
    * add support for runtime PM
    
    * enable runtime PM autosuspend support
    
    qtnfmac
    
    * support changing MAC address
    
    * enable source MAC address randomization support
    
    libertas
    
    * fix suspend and resume for SDIO cards
    
    mt76
    
    * add software DFS radar pattern detector for mt76x2 based devices