Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • drm-misc-next-2016-11-16
  • drm-intel-fixes-2016-11-17
  • sunxi-clk-for-4.10
    Allwinner clock changes for 4.10
    
    The usual patches from us, but most notably the introduction of the A64
    clocks unit.
    
  • sunxi-clk-fixes-for-4.9
    Allwinner clock fixes for 4.9
    
    Two fixes, one for the old clock code, one for the new implementation.
    
  • sunxi-drm-for-4.10
    sun4i-drm changes for 4.10
    
    Support for the Allwinner A31 SoC display engine using the sun4i-drm
    driver.
    
  • sunxi-dt64-for-4.10
    Allwinner arm64 DT changes for 4.10
    
    Support for the Allwinner A64, their first armv8 SoC.
    
  • sunxi-fixes-for-4.9
    Allwinner fixes for 4.9
    
    A fix to reintroduce missing pinmux options that turned out not to be
    optional.
    
  • sunxi-defconfig-for-4.10
    Allwinner defconfig changes for 4.10
    
    Two patches to enable the dumb VGA bridges in the multi_v7 and sunxi
    defconfig.
    
  • v4.8.8
    61385cc1 · Linux 4.8.8 ·
    This is the 4.8.8 stable release
    
  • v4.4.32
    4dab3e4d · Linux 4.4.32 ·
    This is the 4.4.32 stable release
    
  • iio-for-4.10c
    Third set of IIO new device support, features and cleanup for the 4.10 cycle.
    
    Includes Peter Rosin's interesting drivers for a comparator. First complex
    use we have had with an analog front end made from discrete components.
    
    Brian Masney's work on moving the tsl2583 driver out of staging also
    feature extensively!
    
    New Drivers
    * DAC based on a digital potentiometer
      - New driver for the use of a dpot as a DAC. Includes bindings and Axentia
      entry in vendor prefixes.
    * Envelope detector baed on DAC and a comparator including device tree
      bindings.
    
    Staging Graduation
    * tsl2583.
    
    Core new features
    - Core provision for _available attributes.   This one had been stalled for
      a long time until Peter picked it up and ran with it!
    - In kernel interface helpers to retrieve available info from channels.
    
    Driver new features
    * mcp4531
      - Add range of available raw values (used for the dpot dac driver).
    
    Driver cleanups and fixes for issues introduced
    * ad7766
      - Testing the wrong variable following devm_regulator_bulk_get introduced
      with the driver earlier in this cycle.
    * ad9832
      - Fix a wrong ordering in the probe introduced in the previous set of
        patches.  A use before allocation bug.
    * cros_ec_sensors
      - Testing for an error in a u8 will never work.
    * mpu3050
      - Remove duplicate initializer for the module owner.
      - Add missing i2c dependency.
      - Inform the i2c mux core how it is used - step one in implifying device
      tree bindings.
    * st-sensors
      - Get rid of large number of uninformative defines in favour of putting the
      constants where they are relevant. It is clear what they are from where
      they are used.
    * tsl2583
      - Fix unused function warning when CONFIG_PM disabled and remove the
      ifdefs in favour of __maybe_unused.
      - Refactor taos_chip_on  to only read relevant registers.
      - Make sure calibscale and integration time are being set.
      - Verify chip is in ready to be used before calibration.
      - Remove some repeated checks for chip status (it's protected by a mutex
      so can't change until it's released)
      - Change current state storage from a tristate enum to a boolean seeing as
      only two values are actually used now.
      - Drop a redundant write to the control regiser in taos_probe (it's a noop)
      - Drop the FSF mailing address.
      - Clean up logging to not use hard coded function names (use __func__
      instead).
      - Cleanup up variable and function name prefixes.
      - Alignment of #define fixes.
      - Fix comparison between signed and unsigned integer warnings.
      - Add some newlines in favour of readability.
      - Combine the two sysfs ABI docs that somehow ended up in different places.
      - Fix multiline comment syntax.
      - Move a code block to inside an else statement as it makes more sense there.
      - Change tsl2583_als_calibrate to return 0 rather than a value nothing
      reads.
      - Drop some pointless brackets
      - Don't assume 32bit unsigned int.
      - Change to a per device instance lux table.
      - Add missing tsl2583 to the list of supported devices in the intro comments.
      - Improve commment on clearing of interrupts.
      - Drop some uninformative comments.
      - Drop a memset call that doesn't do anything useful any more.
      - Don't initialize some return variables that are always set.
      - Add Brian Masney as a module author after all these changes.
    
  • v4.9-rc5
    a25f0944 · Linux 4.9-rc5 ·
    Linux 4.9-rc5
    
  • driver-core-4.9-rc5
    driver core fixes for 4.9-rc5
    
    Here are two driver core fixes for 4.9-rc5.
    
    The first resolves an issue with some drivers not liking to be unbound
    and bound again (if CONFIG_DEBUG_TEST_DRIVER_REMOVE is enabled), which
    solves some reported problems with graphics and storage drivers.  The
    other resolves a smatch error with the 4.9-rc1 driver core changes
    around this feature.
    
    Both have been in linux-next with no reported issues.
    
    Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
    
  • qcom-soc-for-4.10
    Qualcomm ARM Based SoC Updates for v4.10
    
    * Enable GPIOLIB for QCOM ARM64 platforms
    
  • qcom-drivers-for-4.10
    Qualcomm ARM Based Driver Updates for v4.10
    
    * Fixup QCOM SCM to use devm_reset_controller_register
    * Add QCOM pinctrl to Qualcomm MAINTAINERS entry
    * Add PM8994 regulator definitions
    * Add stub for WCNSS_CTRL API
    
  • qcom-defconfig-for-4.10
    Qualcomm ARM Based defconfig Updates for v4.10
    
    * Fixup MDM9615 option names
    
  • qcom-arm64-for-4.10
    Qualcomm ARM64 Updates for v4.10
    
    * Add Hexagon SMD/PIL nodes
    * Add DB820c PMIC pins
    * Fixup APQ8016 voltage ranges
    * Add various MSM8996 nodes to support SMD/SMEM/SMP2P
    * Add support for Huawei Nexus 6P (Angler)
    * Add support for LG Nexus 5x (Bullhead)
    
  • qcom-arm64-defconfig-for-4.10
    Qualcomm ARM64 Based defconfig Updates for v4.10
    
    * Enable defconfig options for MSM8992/8994
    
  • pm-4.9-rc5
    Power management fixes for v4.9-rc5
    
     - Prevent the PM core from attempting to suspend parent devices
       if any of their children, whose suspend callbacks were invoked
       asynchronously, have failed to suspend during the "late" and
       "noirq" phases of system-wide suspend of devices (Brian Norris).
    
     - Prevent the boot-time system suspend test code from leaking a
       reference to the RTC device used by it (Johan Hovold).
    
     - Fix cpupower to use the return value of one of its library
       functions correctly and restore the correct behavior of it
       when used for setting cpufreq tunables broken during the 4.7
       development cycle (Laura Abbott).
    
  • acpi-4.9-rc5
    ACPI fix for v4.9-rc5
    
    Fix a recent regression in the 8250_dw serial driver introduced by
    adding a quirk for the APM X-Gene SoC to it which uncovered an issue
    related to the handling of built-in device properties in the core
    ACPI device enumeration code (Heikki Krogerus).