Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • sound-4.5-rc4
    sound fixes for 4.5-rc4
    
    In this rc, we've got more volume than previous rc, unsurprisingly;
    the majority of updates in ASoC are about Intel drivers, and another
    major changes are the continued plumbing of ALSA timer bugs revealed
    by syzkaller fuzzer.  Hopefully both settle down now.
    
    Other than that, HD-audio received a couple of code fixes as well as
    the usual quirks, and various small fixes are found for FireWire
    devices, ASoC codecs and drivers.
    
  • asoc-fix-v4.5-rc4
    ASoC: Fixes for v4.5
    
    A rather large batch of fixes here, almost all in the Intel driver.
    The changes that got merged in this merge window for Skylake were rather
    large and as well as issues that you'd expect in a large block of new
    code there were some problems created for older processors which needed
    fixing up.  Things are largely settling down now hopefully.
    
  • gpio-v4.5-2
    GPIO fixes for the v4.5 series:
    - Probe errorpath fix for the Altera
    - irqchip ofnode pointer added to the DaVinci driver
    - controller instance number correction for DaVinci
    
  • topic/drm-misc-2016-02-12
  • drm-intel-fixes-2016-02-12
  • phy-for-4.5-rc
    phy: for 4.5-rc
    
    *) Fix error handling code in phy core [phy_power_on()]
    *) phy-twl4030-usb fixes for unloading the module
    *) Restrict phy-hi6220-usb to HiSilicon arm64
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • topic/drm-misc-2016-02-08
  • v4.5-rc3
    388f7b1d · Linux 4.5-rc3 ·
    Linux 4.5-rc3
    
  • media/v4.5-3
    media fixes for v4.5-rc3
    
  • sound-4.5-rc3
    sound fixes for 4.5-rc3
    
    This was a busy week and I had to prepare a pile of duct tapes for
    the bugs reported by syzkaller fuzzer in wide range of ALSA core
    APIs: timer, rawmidi, sequencer, and PCM OSS emulation.  Let's see
    how many other holes we need to plug.
    
    Besides that, a few usual boring stuff, HD- and USB-audio quirks,
    have been added.
    
  • devicetree-fixes-for-4.5
    DeviceTree fixes for 4.5:
    
    - Fix build error with *_OF_DECLARE() when used in modules
    
    - Add missing platform maintainers for dts files in MAINTAINERS
    
  • iio-for-4.6a
    First round of new IIO device support, features and cleanups for the 4.6 cycle.
    
    Device Support
    * ad5761
      - new driver
    * at91_sama5d2 ADC.
      - new driver and MAINTAINERS entry.
      - minor cleanups followed.
    * atlas pH-SM
      - new driver (this has possibly the prettiest data sheet I've ever seen)
    * mcp3422
      - mcp3425 ADC added.
    * mcp4725
      - mcp4726 DAC added.
    * mma8452
      - mma8451q accelerometer added.
    * mpl115
      - mpl115a1 added (a lot bigger than it seems as this is an SPI part whereas
        previous parts were i2c).
    * si7005
      - Hoperf th02 (seems to be a repackaged part)
    * si7020
      - Hoperf th06 (seems to be a repackaged part)
    
    New features
    * Core
      - IIO_PH type. Does what it says on the tin.
    * max30100
      - LED current configuration support.
    * mcp320x
      - more differential measurement combinations.
    * mma8452
      - free fall deteciton
    - opt3001
      - enable operation without a IRQ line.
      - device tree docs.  Somehow the original docs have disappeared down
        a rabbit hole, so here is a new set.
    * st-sensors
      - Support active-low interrupts.
    
    Cleanups and minor / not so minor reworks
    * Documentation
      - drop some defunct ABI from the docs in staging.
    * presure / Kconfig
      - white space cleanup.
    * ad7150
      - BIT macro usage
      - Alignment fixes
    * ad7192
      - false indent fixed.
    * ak8975
      - constify the ak_def structures
    * axp288
      - drop a redundant double const.
    * dht11
      - substantial reliability improvements by being more tolerant
        of missing start bits.
      - simplify the decoding algorithm
    * mma8452
      - whitespace cleanup
    * mpl115
      - don't bother setting i2c_client_data as nothing uses it.
    * mpu6050
      - drop unused function parameter.
    * opt3001
      - extract integration time as constants.
      - trivial refactoring.
    
  • iio-fixes-for-4.5b
    17a2f46c · iio: dht11: Use boottime ·
    Second set of IIO fixes for the 4.5 cycle.  These ones are mostly
    dependent on patches from the recent merge cycle.
    
    * adc, imu and iio staging drivers
      - !HAS_IOMEM dependency fixes
    * dht11
      - use boottime clock for time measurement to avoid incorrect measurements
       due to clock updates.
    * lidar
      - correct a return value for short i2c transfers.
    
  • iio-fixes-for-4.5a
    First set of IIO fixes for the 4.5 cycle.
    
    This set comprises those not dependent on patches in the 4.5 merge cycle.
    A second set will follow shortly with ones that are.
    
    * core in kernel interfaces
      - fix a possible NULL dereference that is a theoretical possibility
        via odd usage of iio_channel_release. Pretty much a hardening of
        the interface, but observed in the wild with the twl4030_charger
        driver.
    * acpi-als
      - report the data as processed as it is in lux.  This fixes a wrong
        use of the IIO ABI.  However, old _raw version retained to avoid
        breaking any userspace in the wild that is relying on that (none
        known but it doesn't hurt us much to retain it)
    * ade7753
      - fix some error handling to avoid use of unitialized data.
    * ltr501
      - use a signed return type for ltr501_match_samp_freq so as to allow
        returning of an error code.
    * mcp4725
      - set name field of struct iio_dev to ensure the sysfs name attribute
        doesn't give NULL.
    * mpl115
      - temperature offset sign is wrong.
    * stk8ba50
      - IIO_TRIGGER dependency added
    * ti_am335x_adc
      - Label buffer as a software buffer. It's actually a hybrid of a
        true hardware buffer feeding a kfifo, but the meaning of these fields
        has changed a little recently and in this case it should be labeled
        a software buffer ensure it is allowed to use the kfifo.
    * vf610_adc
      - HAS_IOMEM dependency
    
  • v4.5-rc2
    36f90b0a · Linux 4.5-rc2 ·
    Linux 4.5-rc2
    
  • v4.4.1
    f1ab5eaf · Linux 4.4.1 ·
    This is the 4.4.1 stable release
    
  • v4.3.5
    849a2d3d · Linux 4.3.5 ·
    This is the 4.3.5 stable release
    
  • v4.1.17
    2d5f6b04 · Linux 4.1.17 ·
    This is the 4.1.17 stable release
    
  • v2.6.32.70
    1a5b69df · Linux 2.6.32.70 ·
    This is the 2.6.32.70 stable release
    
  • iommu-fixes-v4.5-rc1
    IOMMU Fixes for Linux v4.5-rc1
    
    Five patches queued up:
    
    	* Two patches for the AMD and Intel IOMMU drivers to fix alias
    	  handling and ATS handling.
    
    	* Fix build error with arm io-pgtable code
    
    	* Two documentation fixes