Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • sound-3.15-rc2

    sound fixes for 3.15-rc2
    
    Just a copule of HD-audio device/codec-specific quirks, and a
    trivial replacement of udelay() with mdelay() in the old es18xx
    driver code.  All should be safe to apply.
    
  • drm/tegra/for-3.15-rc2

    drm/tegra: Fixes for v3.15-rc2
    
    This contains a fix for the host1x driver writing to non-existent syncpt
    registers.
    
    A second commit removes an excess pad field in the parameter structure
    for the DRM_TEGRA_SUBMIT IOCTL. Archeaology on earlier versions of this
    file indicates that this was once there to pad an uneven number of u32
    u32 fields, of which one was subsequently removed. Unfortunately nobody
    remembered to get rid of the padding when that happened.
    
    Both of these commits are Cc: stable because they fix issues that were
    introduced back in v3.10.
    
  • drm-intel-next-2014-04-16

    - vlv infoframe fixes from Jesse
    - dsi/mipi fixes from Shobhit
    - gen8 pageflip fixes for LRI/SRM from Damien
    - cmd parser fixes from Brad Volkin
    - some prep patches for CHV, DRRS, ...
    - and tons of little things all over
  • pinctrl-v3.15-2

    A first set of pin control fixes for the v3.15 series:
    
    - Fix a couple of barnsjukdomar on the Rockchip driver.
    
    - Remove an idiotic debug print I happened to leave behind
      in the Nomadik driver.
    
    - Fixup the Qualcomm MSM interrupt handling code for the
      TLMM v2.
    
    - Three patches renaming the Broadcom Capri driver to
      BCM28155. This has been falling between the chairs for
      some time due to some cross-tree synchronization
      misunderstandings, now I'm fed up with this and just
      rename it in this -rc1 phase.
    
  • v3.15-rc1

    c9eaa447 · Linux 3.15-rc1 ·
    Linux 3.15-rc1
    
  • iio-fixes-for-3.15a

    First found of IIO fixes for the 3.15 cycle.
    
    * Fix the platform data support for the at91 adc driver.
    * A couple of related follow up patches get the support working again
      for at91sam9260 and at91sam9g45 as the earlier patch results in a device
      name change.
    * A default timer value in the at91 adc driver was bonkers.  Make it sane.
    * Fix incorrect reporting of the integration time for the cm32181 light sensor
    * Fix a missing break in the ad2s1200 driver which would have give a false
      error return.
    * Make sure buffer scan mask queries from userspace return 0/1 rather than
      a fairly random value depending on their implementation of test_bit
    * Fix leak of the i2c client and a null pointer dereference in the cm36651
      driver.
    * Fix a build warning on avr32 for the mxs-lradc (not exactly a critical
      combination - but the issue was real).
    
  • regulator-v3.15-fixes

    regulator: Fixes for v3.15
    
    A few driver specific fixes that have come in over the merge window,
    all only relevant for the specific driver.
    
  • pm+acpi-3.15-rc1-3

    More ACPI and power management fixes and updates for 3.15-rc1
    
     - Fix for a recently introduced CPU hotplug regression in ARM KVM
       from Ming Lei.
    
     - Fixes for breakage in the at32ap, loongson2_cpufreq, and unicore32
       cpufreq drivers introduced during the 3.14 cycle (-stable material)
       from Chen Gang and Viresh Kumar.
    
     - New powernv cpufreq driver from Vaidyanathan Srinivasan, with bits
       from Gautham R Shenoy and Srivatsa S Bhat.
    
     - Exynos cpufreq driver fix preventing it from being included into
       multiplatform builds that aren't supported by it from Sachin Kamat.
    
     - cpufreq cleanups related to the usage of the driver_data field in
       struct cpufreq_frequency_table from Viresh Kumar.
    
     - cpufreq ppc driver cleanup from Sachin Kamat.
    
     - Intel BayTrail support for intel_idle and ACPI idle from Len Brown.
    
     - Intel CPU model 54 (Atom N2000 series) support for intel_idle from
       Jan Kiszka.
    
     - intel_idle fix for Intel Ivy Town residency targets from Len Brown.
    
     - turbostat updates (Intel Broadwell support and output cleanups)
       from Len Brown.
    
     - New cpuidle sysfs attribute for exporting C-states' target residency
       information to user space from Daniel Lezcano.
    
     - New kernel command line argument to prevent power domains enabled
       by the bootloader from being turned off even if they are not in use
       (for diagnostics purposes) from Tushar Behera.
    
     - Fixes for wakeup sysfs attributes documentation from Geert Uytterhoeven.
    
     - New ACPI video blacklist entry for ThinkPad Helix from Stephen Chandler
       Paul.
    
     - Assorted ACPI cleanups and a Kconfig help update from Jonghwan Choi,
       Zhihui Zhang, Hanjun Guo.
    
    /
    
  • sound-fix-3.15-rc1

    sound fixes for 3.15-rc1
    
    Here is a bunch of small fixes that have been collected since the
    previous pull request.  In addition to various misc fixes, the
    following are included:
    
    - HD-audio quirks for Dell, HP, Chromebook, and ALC28x codecs
    - HD-audio AMD HDMI regression fix
    - Continued PM support/fixes for ice1712 driver
    - Multiplatform fixes for ASoC samsung drivers
    - Addition of device id tables to a few ASoC drivers
    - Bit clock polarity config and error flag fixes in ASoC fsl_sai
    
  • asoc-v3.15-5

    ASoC: Fixes for v3.15
    
    A smattering of device specific fixes, nothing stands out here except
    for the multiplatform fixes for Samsung and the device IDs being added
    by Stephen Warren - there's no real code changes from those and they
    give better robustness to the enumeration with DT.
    
  • cpu-hotplug-3.15-rc1

    CPU hotplug notifiers registration fixes for 3.15-rc1
    
    The purpose of this single series of commits from Srivatsa S Bhat (with
    a small piece from Gautham R Shenoy) touching multiple subsystems that use
    CPU hotplug notifiers is to provide a way to register them that will not
    lead to deadlocks with CPU online/offline operations as described in the
    changelog of commit 93ae4f978ca7f (CPU hotplug: Provide lockless versions
    of callback registration functions).
    
    The first three commits in the series introduce the API and document it
    and the rest simply goes through the users of CPU hotplug notifiers and
    converts them to using the new method.
    
    /
    
  • fbdev-omap-3.15

    fbdev changes for 3.15 (OMAP)
    
    This contains OMAP related fbdev changes for 3.15. The bulk of the patches are
    for adding Device Tree support for OMAP Display Subsystem:
    
    * SoCs: OMAP2/3/4
    
    * Boards: OMAP4 Panda, OMAP4 SDP, OMAP3 Beagle, OMAP3 Beagle-xM, OMAP3
      IGEP0020, OMAP3 N900
    
    * Devices: TFP410 Encoder, tpd12s015 HDMI companion chip, Sony acx565akm panel,
      MIPI DSI Command mode panel and HDMI, DVI and Analog TV connectors
    
  • cleanup3-3.15

    ARM: SoC: late cleanups
    
    These could not be part of the first cleanup branch, because they either
    came too late in the cycle, or they have dependencies on other branches.
    Important changes are:
    
    * The integrator platform is almost multiplatform capable after
      some reorganization (Linus Walleij)
    * Minor cleanups on Zynq (Michal Simek)
    * Lots of changes for Exynos and other Samsung platforms, including
      further preparations for multiplatform support and the clocks bindings
      are rearranged.
    
  • tags/cleanup2-3.15

    ARM: SoC: late cleanups
    
    These could not be part of the first cleanup branch, because they either
    came too late in the cycle, or they have dependencies on other branches.
    Important changes are:
    
    * The integrator platform is almost multiplatform capable after
      some reorganization (Linus Walleij)
    * Minor cleanups on Zynq (Michal Simek)
    * Lots of changes for Exynos and other Samsung platforms, including
      further preparations for multiplatform support and the clocks bindings
      are rearranged.
    
  • sh-3.15

    ARM: SoC: sh driver changes
    
    The drivers/sh subdirectory used to get merged through the SH architecture
    tree, but things are in flux there and some of the drivers are shared
    with ARM shmobile, we have picked it up for the time being.
    
    There is only one trivial patch from Laurent Pinchart this time.
    
  • drivers-3.15

    ARM: SoC: driver changes
    
    These changes are mostly for ARM specific device drivers that either
    don't have an upstream maintainer, or that had the maintainer ask
    us to pick up the changes to avoid conflicts. A large chunk of this
    are clock drivers (bcm281xx, exynos, versatile, shmobile), aside from
    that, reset controllers for STi as well as a large rework of the
    Marvell Orion/EBU watchdog driver are notable.
    
  • dt-3.15

    ARM: SoC: device tree changes
    
    A large part of the arm-soc patches are nowadays DT changes, adding support
    for new SoCs, boards and devices without changing kernel source. The plan
    is still to move the devicetree files out of the kernel tree and reduce
    the amount of churn going on here, but we keep finding reasons to delay
    doing that.
    
    Changes are really all over the place, with little sticking out particularly.
    We have contributions from a total of 116 people in this branch.
    
    Unfortunately, the size of this branch also causes a significant number
    of conflicts at the moment, typically when subsystem maintainers merge
    patches that change the driver at the same time as the dts files. In
    most cases this could be avoided because the dts changes are supposed
    to be compatible in both ways, and we are asking everyone to send ARM
    dts changes through our tree only.
    
  • soc-3.15

    ARM: SoC specific changes
    
    Lots of changes specific to one of the SoC families. Some that
    stick out are:
    
    * mach-qcom gains new features, most importantly SMP support for
      the newer chips (Stephen Boyd, Rohit Vaswani)
    * mvebu gains support for three new SoCs: Armada 375, 380 and 385
      (Thomas Petazzoni and Free-electrons team)
    * SMP support for Rockchips (Heiko Stübner)
    * Lots of i.MX changes (Shawn Guo)
    * Added support for BCM5301x SoC (Hauke Mehrtens)
    * Multiplatform support for Marvell Kirkwood and Dove
      (Andrew Lunn and Sebastian Hesselbarth doing the final part
      of a long journey)
    * Unify davinci platforms and remove obsolete ones (Sekhar Nori,
      Arnd Bergmann)
    
  • cleanup-3.15

    ARM: SoC: cleanups for 3.15
    
    These cleanup patches are mainly move stuff around and should all
    be harmless. They are mainly split out so that other branches can
    be based on top to avoid conflicts.
    
    Notable changes are:
    
    * We finally remove all mach/timex.h, after CLOCK_TICK_RATE is no
      longer used. (Uwe Kleine-König)
    * The Qualcomm MSM platform is split out into legacy mach-msm and
      new-style mach-qcom, to allow easier maintainance of the new
      hardware support without regressions. (Kumar Gala)
    * A rework of some of the Kconfig logic to simplify multiplatform
      support (Rob Herring)
    * Samsung Exynos gets closer to supporting multiplatform (Sachin
      Kamat and others)
    * mach-bcm3528 gets merged into mach-bcm (Stephen Warren)
    * at91 gains some common clock framework support (Alexandre Belloni,
      Jean-Jacques Hiblot and other French people).