Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • iio-for-3.15a
    First set of new drivers and cleanups for IIO in the 3.15 cycle.
    
    New drivers:
    * si7005 relative humidity and temperature sensor
    * Lite-on ltr501 ambient light and proximity sensor
    
    Cleanups
    * Clean up some dead comments in max1363
    * Drop some obsolete variables in adjd_s311 and tcs3472 left over from
      the introduction of iio_push_to_buffers_with_timestamp.
    * Drop some unneeded linux/init.h includes
    * Squish a sparse warning in mpl3115 by correctly specifying a be32 variable.
    * A number of cleanups and fixes for sca3000
    * Drop an unneed checks in mxs-lradc, ad7303 and adis16400.
    * Drop a platform_set_drvdata in viperboard after the only use of it was
      removed during a devm conversion.
    * Add a missing device name for ak8975 to comply with the ABI.
    * Put mpu6050 into the IMU menu as it slipped out into the main menu.
    * Fix a typo and some comment formatting in mpu6050.
    * Document at91 ADC clock properties.
    
  • v3.14-rc2
    b28a960c · Linux 3.14-rc2 ·
    Linux 3.14-rc2
    
  • pinctrl-v3.14-2
    First round of pin control fixes for v3.14:
    
    - Protect pinctrl_list_add() with the proper mutex. This
      was identified by RedHat. Caused nasty locking warnings
      was rootcased by Stanislaw Gruszka.
    
    - Avoid adding dangerous debugfs files when either half of
      the subsystem is unused: pinmux or pinconf.
    
    - Various fixes to various drivers: locking, hardware
      particulars, DT parsing, error codes.
    
  • iio-fixes-for-3.14b
    Second round of IIO fixes for the 3.14 cycle.
    
    Another mixed bag, including some that were not in round 1 because
    they applied to elements that went in during the merge window whereas
    round 1 predated that.  I have been effectively out of action for 3 weeks
    so will take a little while to catch up with my backlog.
    
    * mag3110 - report busy in read_raw / write_raw when buffered capture
      is underway to avoid either changing the characteristics of the capture or
      causing capture issues by reading data destined for the buffer.
    * mag3110 - fix a failure to specify leading zeros when formatting a decimal
      number.
    * lradc - fix a buffer overflow and incorrect reporting of scale for voltage
      channel 15
    * lradc - drop some scale_available attributes for elements that don't actually
      exist.  These could otherwise cause some interesting issues for userspace.
    * ad799x - a typo in the events information mask resulted in some nasty crashes
      on failed probes.
    * ak8975 - fix scale attribute output to avoid incorrect intepretation of
      readings in userspace.
    * adis16400 - make sure the timestamp is the last element in all channel_spec
      arrays as this assumption is made by the buffer filling code, but was not
      true previously.
    * bma180 - correctly use modifiers to distinguish the channels rather than
      indexes.  This brings the abi inline with the standard option for 3 axis
      accelerometers.
    * max1363 - use devm_regulator_get_optional instead of the non optional case
      to allow the device to successfully probe when a regulator is not specified.
    
  • drm-intel-next-2014-02-07
    - Yet more steps towards atomic modeset from Ville.
    - DP panel power sequencing improvements from Paulo.
    - irq code cleanups from Ville.
    - 5.4 GHz dp lane clock support for bdw/hsw from Todd.
    - Clock readout support for hsw/bdw (aka fastboot) from Jesse.
    - Make pipe underruns report at ERROR level (Ville). This is to check our
      improved watermarks code.
    - Full ppgtt support from Ben for gen7.
    - More fbc fixes and improvements from Ville all over the place, unfortunately
      not yet enabled by default on more platforms.
    - w/a cleanups from Ville.
    - HiZ stall optimization settings (Chia-I Wu).
    - Display register mmio offset refactor patch from Antti.
    - RPS improvements for corner-cases from Jeff McGee.
  • pm+acpi-3.14-rc2
    ACPI and power management fixes for 3.14-rc2
    
     - Fix for a recent ACPI hotplug regression causing a NULL pointer
       dereference to occur while handling ACPI eject notifications for
       already ejected devices.  From Toshi Kani.
    
     - Four concurrency-related fixes for ACPIPHP.  Two of them add
       missing locking and the other two fix race conditions related to
       reference counting.
    
     - ACPIPHP fix to avoid NULL pointer dereferences during device removal
       involving Virtual Funcions.
    
     - intel_pstate fix to make it compute the percentage of time the CPU
       is busy properly.  From Dirk Brandewie.
    
     - Removal of two unnecessary NULL pointer checks in ACPI code and a
       fix for sscanf() format string from Dan Carpenter and Luis G.F.
    
     - New ACPI video blacklist entry for HP EliteBook Revolve 810 from
       Mika Westerberg.
    
    /
    
  • v3.13.2
    fd82174a · Linux 3.13.2 ·
    This is the 3.13.2 stable release
    
  • v3.12.10
    39386d75 · Linux 3.12.10 ·
    This is the 3.12.10 stable release
    
  • v3.10.29
    15692657 · Linux 3.10.29 ·
    This is the 3.10.29 stable release
    
  • v3.4.79
    e3b1f413 · Linux 3.4.79 ·
    This is the 3.4.79 stable release
    
  • sound-3.14-rc2
    sound fixes for 3.14-rc2
    
    A few HD-audio fixes and one USB-audio kconfig dependency fix.
    All small and device-specific changes marked with Cc to stable.
    
  • regulator-v3.14-rc1
    regulator: Fixes for v3.14
    
    A couple of driver fixes here but the main thing is a fix to the checks
    for deferred probe non-DT systems with fully specified regulators which
    had been broken by a device tree fix which meant that we wouldn't insert
    optional regulators.  This had slipped through the cracks since very few
    systems do that in the first place and those that do it in mainline
    don't need optional regulators anyway.
    
  • drm-intel-fixes-2014-02-06
  • iio-fixes-for-3.14a
    First set of IIO fixes for the 3.14 cycle.
    
    Included is the patch previously set as the fourth round for 3.13 which was
    to late to be appropriate.
    
    * Another endian fix (ad799x adc) due to missuse of the IIO_ST macro (which
      is going away very shortly)
    * A reversed error check in ad5933 which will make the probe fail.
    * A buffer overflow in the example code in the documentation.
    * ad799x was freeing an irq that might or might not have been requested.
    * tsl2563 was checking the wrong element of chan_spec for modifiers. Thus some
      sysfs reads would give the wrong values.
    * A missing dependency on HAS_IOMEM in spear_adc and lpc32xx was causing some
      test build failures (on s390 and perhaps elsewhere).
    
    I also have a few fixes queued up for things that went in during the 3.14
    merge window which will follow as a separate pull request (to avoid rebasing
    my tree).
    
  • test
    38dbfb59 · Linus 3.14-rc1 ·
    Linus 3.14-rc1
    
  • v3.14-rc1
    38dbfb59 · Linus 3.14-rc1 ·
    Linus 3.14-rc1
    
  • sound-fix-3.14-rc1
    sound fixes for 3.14-rc1
    
    The big chunks here are the updates for oxygen driver for Xonar DG
    devices, which were slipped from the previous pull request.  They are
    device-specific and thus not too dangerous.
    
    Other than that, all patches are small bug fixes, mainly for Samsung
    build fixes, a few HD-audio enhancements, and other misc ASoC fixes.
    (And this time ASoC merge is less than Octopus, lucky seven :)
    
  • pm+acpi-3.14-rc1-2
    ACPI and power management fixes and cleanups for 3.14-rc1
    
     - ACPI device hotplug fix preventing ACPI drivers from binding to device
       objects that acpi_bus_trim() has been called for and the devices
       represented by them may not be operational.
    
     - Recent cpufreq changes related to the "boost" (turbo) feature broke
       the acpi-cpufreq error code path causing a NULL pointer dereference
       to occur on some systems.  Fix from Konrad Rzeszutek Wilk.
    
     - The log level of a CPU initialization error message added recently
       needs to be reduced, because the particular BIOS issue indicated by
       it turns out to be widespread and doesn't really matter for the
       majority of systems having it.  From Jiang Liu.
    
     - The regulator API needs to be told to stay away from things on systems
       with ACPI BIOSes or it may conflict with the BIOS' own handling of
       voltage regulators.  Fix from Mark Brown that works around a 3.13
       regression in lm90 on PCs occuring if the regulator API is enabled.
    
     - Prevent the Exynos4 devfreq driver from being built on multiplatform,
       because it depends on things that aren't available during such builds.
       From Sachin Kamat.
    
     - Upstream ACPICA doesn't use the bool type as defined in the kernel,
       so modify the kernel's ACPICA code to follow the upstream in that
       respect (only one variable definition is affected) to reduce
       divergences between the two.  From Lv Zheng.
    
     - Make the ACPI device PM code use ACPI_COMPANION() instead of its own
       routine doing the same thing (and invokng ACPI_COMPANION() in the
       process).
    
     - Modify some routines in the ACPI processor driver to follow the
       common convention and return negative integers on errors.  From
       Hanjun Guo.
    
    /
    
  • iommu-updates-v3.14
    IOMMU Updates for Linux v3.14
    
    A few patches have been queued up for this merge window:
    
    	* Improvements for the ARM-SMMU driver
    	  (IOMMU_EXEC support, IOMMU group support)
    	* Updates and fixes for the shmobile IOMMU driver
    	* Various fixes to generic IOMMU code and the
    	  Intel IOMMU driver
    	* Some cleanups in IOMMU drivers (dev_is_pci() usage)
    
  • kvm-3.14-2