Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • iio-for-v3.7e
    Fifth round of new drivers and device support for the IIO
    subsystem in the 3.7 cycle.
    
    Here we have a mixed bag of new stuff, minor fixes and
    more major fixes for drivers added earlier in this cycle.
    
    1) A number of fixes for the HID sensors code added in previous
    pull request.  Typical stuff that has become apparent as more eyes
    have looked at the code post merging. Similar case for the ad5755 dac.
    
    2) Cleanups of error handing in inkern.c - again typical stuff to see
    as code comes into heavier use and people notice the naughty short
    cuts that snuck in originally and kindly fix them.
    
    3) A series from Lars that removes some incorrect error handling
    from the remove functions of a number of drivers.  These have been
    there for a very long time hence I'm not pushing these out for the
    3.6 cycle.
    
    4) Support for more parts in the ad7780 driver.
    
    5) A driver for the adcs on the lp8788 power management unit
    
    6) A client driver for IIO to allow it's ADCs to be used for
    battery status measurement.  Note this driver has some dependencies
    on some utility functions added to IIO in this series, hence it is
    coming via this tree rather than Anton's.
    
    7) A null pointer dereference bug in the 'fake' driver. I'm not
    doing this as a fix for the 3.6 cycle because it only effects
    'fake' hardware and that code is typically only used by people
    investigating how IIO works as part of writing new drivers. Hence
    it's hardly a critical fix.
    
  • vfio-for-linus
    VFIO doc update and virqfd race fix
    
  • v3.2.30
    ef00e58c · Linux 3.2.30 ·
    This is the 3.2.30 stable release
    
  • iio-for-v3.7d
    IIO new drivers, features and rework for the 3.7 cycle, 4th set.
    
    Here we have
    
    1) a set cleaning up and moving the ad7476 driver out of staging.
    Support for a number of additional parts is also added to that driver.
    
    2) cleanups from various people for the in kernel interface code as that
    is getting more an more real use and hence people are picking up on
    minor issues that made it through review.  Also a related useful set
    of utility functions to avoid duplicate code for converting IIO
    representations to other forms.
    
    3) a new fractional type for our read_raw / write_raw functions.
      This allows avoiding loss of accuracy via the in kernel interfaces in some
      cases as well as being rather convenient for a lot of range -> scale
      conversions.
    
    4) New AD5755 DAC driver.
    
    5) Some Blackfin timer trigger improvements including hardware pulse control
    for device triggering.
    
    6) Support for the ad7091r in the ad7476 driver.
    
  • v3.6-rc6
    5698bd75 · Linux 3.6-rc6 ·
    Linux 3.6-rc6
    
  • pm-for-3.6-rc6
    Power management fixes for 3.6-rc6
    
    * Three ACPI device power management fixes related to checking and
      setting device power states.
    
  • sound-3.6
    Sound fixes #2 for 3.6-rc6
    
    Yet more (a bunch of) small fixes that slipped from the previous
    pull request.  Most of commits are pending ASoC fixes, all of which
    are fairly trivial commits.
    
  • v3.5.4
    d61ed463 · Linux 3.5.4 ·
    This is the 3.5.4 stable release
    
  • v3.4.11
    00709f7f · Linux 3.4.11 ·
    This is the 3.4.11 stable release
    
  • v3.0.43
    3d2e7b3b · Linux 3.0.43 ·
    This is the 3.0.43 stable release
    
  • tps6589x-dt
    regulator: tps6586x SYS rail tweaks
    
    These cause issues if we don't also update the arch/arm code for Tegra.
    
  • msm-fix-noncrit-for-3.7
    Some non-critical fixes for msm platforms.  The missing FPGA init call
    fix is necessary to compile the 8660 target.  The iomapping calls are
    needed to prevent duplicate mappings with differing attributes.  And,
    the debug UART change keeps the debug UART working on targets with
    more than 512MB of memory.
    
  • msm-dt-for-3.7
    These patches migrate both the 8660 and 8960 targets on msm to be
    devicetree only.  This also sets most of the frame in place necessary
    to build both targets into the same image.
    
    There's a couple of cleanups in here that are kept in this series
    because they are intimately tied to the changes necessary to support
    the devicetree conversions.
    
  • msm-cleanup-for-3.7
    Various cleanups for the msm targets.  Most of this is removing dead
    code, along with a fix of a sparse warning, a list fix from a semantic
    patch, and marking some functions as static.
    
  • msm-board-for-3.7
    Final parts to allow msm8660 and msm8960 to build into the same
    kernel.  This won't work without the changes from msm-dt-for-3.7.
    
  • v3.2.29
    21094cfa · Linux 3.2.29 ·
    This is the 3.2.29 stable release
    
  • kvm-3.6-2
    KVM updates for 3.6-rc5
    
  • v3.6-rc5
    55d512e2 · Linux 3.6-rc5 ·
    Linux 3.6-rc5
    
  • iio-for-3.7c
    Third set of IIO rework and new drivers for the 3.7 cycle.
    
    This set includes:
    
    1) HID sensor drivers. This includes a core elements in the
    HID subsystem merged through the IIO tree because we have some
    ABI changes outstanding (some in this set) which will effect them.
    The HID sensors specification covers an extremely wide range of
    sensors so we will probably be seeing lots more elements of this
    as the hardware hits the market.
    
    2) Some general abi cleanups to use the utility function
    iio_push_to_buffer and to drop the used timestamp parameter
    from the same call.  For a long time timestamps have taken
    the same path as all other channel types into the buffers so
    it is good to clean this out.
    
    3) More ADC driver support for Analog Devices parts in the form
    of one new driver and some additional supported parts via current
    drivers.
    
    4) An increase to the accuracy of the calibration scale for
    the isl29018 driver.
    
    So a mixed bag, but all good additions to IIO.
    
  • 3.6-pci-fixes
    PCI updates for v3.6:
    
      Power management
        - PCI/PM: Enable D3/D3cold by default for most devices
        - PCI/PM: Keep parent bridge active when probing device
        - PCI/PM: Fix config reg access for D3cold and bridge suspending
        - PCI/PM: Add ABI document for sysfs file d3cold_allowed
      Core
        - PCI: Don't print anything while decoding is disabled