Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v3.10.103
    2ecaf1d0 · Linux 3.10.103 ·
    This is the 3.10.103 stable release
    
  • sound-4.8-rc4
    sound fixes for 4.8-rc4
    
    Here are a bunch of fixes as you can see in diffstat.  One core change
    in ASoC is about the unexpected unbinding error, and   The rest are
    wide-spread driver-specific fixes: a series of LINE6 USB fixes, a
    HD-audio quirk, and various ASoC fixes including OMAP boot fixes and
    Intel SKL fixes.
    
  • iommu-fixes-v4.8-rc3
    IOMMU Fixes for Linux v4.8-rc3:
    
    From Will Deacon:
    
    	* Fix a couple of thinkos in the CMDQ error handling and
              short-descriptor page table code that have been there since
              day one
    
    	* Disable stalling faults, since they may result in hardware
              deadlock
    
    	* Fix an accidental BUG() when passing disable_bypass=1 on
              the cmdline
    
  • asoc-fix-v4.8-rc4
    ASoC: Fixes for v4.8
    
    A clutch of fixes for v4.8.  These are mainly driver specific, the most
    notable ones being those for OMAP which fix a series of issues that
    broke boot on some platforms there when deferred probe kicked in.
    There's also one core fix for an issue when unbinding a card which for
    some reason had managed to not manifest until recently.
    
  • iio-for-4.9a
    First round of new features, device support and cleanups for IIO in the 4.9 cycle.
    
    Device support
    
    * ak8974
      - New driver and bindings for this 2009 vintage magnetometer (it was very
        popular back then!)
    * atlas-ph-sensor
      -  ORP sensor support(I had to look up what one of these was)
    * cio-dac
      - New driver for Measurement Computing DAC boards
    * dmard06
      - New driver for Domintech DMARDO6 accelerometer. Also vendor prefix.
    * dmard09
      - New driver for Domintech DMARD09 accelerometer.
    * maxim-thermocouple
      - max6675 and max31855 new driver
    * mt6577 auxdac
      - new driver for this Mediatek chip mt2701, mt6577 and mt8173 have this
        hardware.
    * ti-adc161s626
      - new driver for this TI single channel differential ADC.
    * vcnl4000
      - support vcnl4010 and vcnl4020 which are compatible for all features
        currently supported by this driver.
    
    New features
    
    * Core
      - Allow retrieving of underlying iio_dev from a callback buffer handle.
        This is needed to allow client drivers to perform operations such as
        configuring the trigger used.
    * hid-sensors
      - asynchronous resume support to avoid really long resume times.
    * kxcjk-1013
      - add the mysterious KIOX000A ACPI id seen in the wild.
    * Tools
      - lsiio now enumerates processed as well as raw channels.
    
    Cleanup
    
    * ad7298
      - use iio_device_claim_direct_mode and friends to simplify locking around
        mode switching and drop some boilerplate.
    * ad7793
      - use iio_device_claim_direct_mode and friends to simplify locking around
        mode switching and drop some boilerplate.
    * ade7854
      - checkpatch fixups (alignment of parameters)
    * atlas-ph-sensor
      - use iio_device_claim_direct_mode and friends to simplify locking around
        mode switching and drop some boilerplate.
      - Switch to REGCACHE_NONE as there are no useful register to cache.
    * bma180
      - use iio_device_claim_direct_mode and friends to simplify locking around
        mode switching and drop some boilerplate.
    * hdc100x
      - Add mention of the HDC1000 and HDC1008 to the Kconfig help text.
    * isl29018
      - Add driver specific prefixes to defines and function names.
      - Remove excessive logging.
      - Drop newlines which add nothing to readability.
      - General tidying up of comments.
      - Drop I2C_CLASS_HWMON as irrelevant to driver.
    * isl29028
      - Add driver specific prefixes to defines, enums and function names.
      - Drop comma's from available attribute output as not ABI compliant.
      - Drop I2C_CLASS_HWMON as irrelevant to driver.
    * kxsd9
      - devicetree bindings.
    * mag3110
      - This one wasn't locking to protect against mode switches during
        raw_reads.  Use the iio_claim_direct_mode function to fix this buglet.
    * maxim-theromcouple
      - Fix missing selects for triggered buffer support in Kconfig.
    * nau7802
      - Use complete instead of complete_all as only one completion at a time.
    * sx9500
      - Use complete instead of complete_all as only one completion at a time.
    * us5182d
      - Add a missing error code asignment instead of checking the result of
        an already checked statement.
    * vcnl4000
      - Use BIT macro where appropriate.
      - Refactor return codes in read_raw callback.
      - Add some missing locking for concurrent accesses to the device.
    
  • topic/drm-misc-2016-08-23
  • iio-fixes-for-4.8a
    First round of IIO fixes for the 4.8 cycle.
    
    This is somewhat of a bumper set due to my unavailabilty earlier in the
    month.  The only slightly unusual ones are the dts updates for the
    rockchip adc reset.  The fix in the driver only makes sense with these
    and the rockchip maintainer is happy with them going through IIO to
    reach mainline.
    
    Core stuff
    
    * Fix an issue with a blocking op when !TASK_RUNNING. This been there
      a while and snuck in with seemingly minor additions to some core
      code paths.
    * Tools
      - generic_buffer failed to initialize the channel array pointer thus
        in the case of no channels blows up trying to free a random memory
        address.
    * sw-trigger:
      - Fix config group initialization when configfs is built as a module.
    
    Drivers
    
    * ad5933
      - Fix an incorrect overwrite of an error value.
    * ad799x
      - A missed assignment of the update_scan_mode callback means buffered mode
        doesn't work on the ad7991, ad7995 or ad7999.
    * ads1015
      - wrong pointer returned from i2c_get_clientdata (missmatch of assumptions)
    * am2315
      - Timestamps are reported, but never actually acquired from anywhere
        (so always 0)
      - missing buffer selects in Kconfig
    * am335x adc
      - Protect fifo1 from concurrent access.
      - Increase timeout waiting for ADC to be long enough in all cases.
    * as3935
      - Timestamps are reported, but never actually acquired from anywhere
        (so always 0)
    * at91
      - Fix reading of channel 3.
    * atlas-ph-sensor
      - Typo means that the scale of electrical conductivity readings is way off.
    * bma220
      - Timestamps are reported, but never actually acquired from anywhere
        (so always 0)
      - Missing buffer selects in Kconfig
    * bmp280
      - pass the write pointer to PTR_ERR (i.e. the one that was just checked
        with IS_ERR).
      - suspend /resume crash due to wrong assumption about what dev_get_drvdata
        would return.
    * hdc100x
      - It superficially appeared that smbus_read_byte commands would allow
      reading of the outputs in two goes.  In reality it doesn't work, but
      instead returns the same for the upper and lower bytes (nice catch from
      Alison!)
    * kxsd9
      - Fix raw read return value to ensure it actually reports the value rather
      than a blank string.
    * max44000
      - Missing buffer selects in Kconfig
    * rockchip_saradc
      - Add use of reset controller to enforce a clean state of the ADC.
        Some bootloaders can leave it in an 'intersting' state and effectively
        frozen without this. A couple of associated dts updates.
    * stk8ba50
      - Missing buffer selects in Kconfig
    * stx104
      - Fix a possible race due to use of devm_iio_device_register when there
        was other stuff in the remove function.
    
  • v3.16.37
    c8b431a1 · Linux 3.16.37 ·
    This is the 3.16.37 stable release
    
  • v3.2.82
    f098a0c6 · Linux 3.2.82 ·
    This is the 3.2.82 stable release
    
  • v3.18.40
    d45da77c · Linux 3.18.40 ·
    Linux 3.18.40
    
  • v4.1.31
    99f614a3 · Linux 4.1.31 ·
    Linux 4.1.31
    
  • drm-intel-fixes-2016-08-25
  • gpio-v4.8-2
    GPIO fixes for v4.8:
    
    This fixes a Kconfig issue with UM: when I made GPIOLIB
    available to all archs, that included UM, but the OF part
    of GPIOLIB requires HAS_IOMEM, so we add HAS_IOMEM as a
    dependency to OF_GPIO.
    
    This in turn exposed the fact that a few GPIO drivers were
    implicitly assuming OF_GPIO as their dependency but instead
    depended on OF alone (the typical problem being a pointer
    inside gpio_chip not existing unless OF_GPIO is selected)
    and then UM would fail to compile with these drivers
    instead. Then I lost patience and made any GPIO driver
    depending on just OF depend on OF_GPIO instead, that is
    certainly what they meant and the only thing that makes
    sense anyway. GPIO with just OF but !OF_GPIO does not make
    sense.
    
    Also a fix for the max730x driver data pointer, and a minor
    comment fix for the GPIO tools.
    
  • drm-intel-next-2016-08-22
    - bugfixes and cleanups for rcu-protected requests (Chris)
    - atomic modeset fixes for gpu reset on pre-g4x (Maarten&Ville)
    - guc submission improvements (Dave Gordon)
    - panel power sequence cleanup (Imre)
    - better use of stolen and unmappable ggtt (Chris), plus prep work to make that
      happen
    - rework of framebuffer offsets, prep for multi-plane framebuffers (Ville)
    - fully partial ggtt vmaps, including fenced ones (Chris)
    - move lots more of the gem tracking from the object to the vma (Chris)
    - tune the command parser (Chris)
    - allow fbc without fences on recent platforms (Chris)
    - fbc frontbuffer tracking fixes (Chris)
    - fast prefaulting using io-mappping.h pgprot caching (Chris)
  • v4.8-rc3
    fa8410b3 · Linux 4.8-rc3 ·
    Linux 4.8-rc3
    
  • v4.7.2
    84fae3f8 · Linux 4.7.2 ·
    This is the 4.7.2 stable release
    
  • v4.4.19
    85184740 · Linux 4.4.19 ·
    This is the 4.4.19 stable release
    
  • v3.14.77
    bb28cae9 · Linux 3.14.77 ·
    This is the 3.14.77 stable release
    
  • phy-for-4.8-rc
    phy: for 4.8 -rc
    
    *) Fix to get host-only mode working in sun4i
    *) Fix a compilation error because of missing header file
    *) Other minor fixes
    
    Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
    
  • devicetree-fixes-for-4.8
    DeviceTree fixes for 4.8:
    
    - Couple of DT node ref counting fixes
    
    - Fix __unflatten_device_tree for PPC PCI hotplug case
    
    - Rework marking irq controllers as OF_POPULATED in cases where real
    driver is used.
    
    - Disable of_platform_default_populate_init on PPC. The change in
    initcall order causes problems which need to be sorted out later.