Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • fixes-3.15-rc3
    ARM: SoC fixes for 3.15-rc3:
    
    Since we didn't get around to collect fixes in time for -rc2 over
    the easter vacation, this one is unfortunately a bit larger than
    we'd like for an -rc3 merge. A large set of the changes is in the
    device tree sources, so I'm splitting out the description between
    code changes and DT changes. Aside from omap and versatile express,
    the actual code bugs are sporadic and trivial. Here is an overview:
    
      imx:
       - fix video clock settings
       - fix one clock refcounting bug
    
      omap:
       - update defconfig for renamed USB PHY driver
       - fix error handling in gpmc
       - fix N900 video initialization regression
       - fix reression in hwmod code from missing braces
       - fix am43xx and omap3 clocks
       - remove bogus write to voltage control register
    
      pxa:
       - fix build regression from 3.13 header cleanup
    
      rockchip:
       - fix a misleading printk string
    
      shmobile:
       - fix incorrect sound setting on multiple machines
    
      spear:
       - remove incorrect __init section annotation
    
      tegra:
       - remove a stale Kconfig entry
    
      u300:
       - update defconfig
    
      ux500:
       - enable common wireless and sensor drivers in defconfig
       - more defconfig updates
    
      vexpress:
       - fix voltage calculation for opp
       - fix reboot hang and warning
       - fix out-of-bounds array access
       - improve error handling in clock driver
    
      overall:
       - always select CLKSRC_OF in multiplatform builds
    
    And these are the devicetree related changes:
    
      imx:
       - add missing #clock-cell properties
       - fix pinctrl setting in imx6sl-evk
       - fix video endpoint on imx53
       - remove obsolete lvds-channel nodes (multiple patches)
       - add missing second stmpe node
       - fix usb host mode on dmo-edmqmx6 (multiple patches)
       - fix gic node #address-cells to match usage
       - add missing legacy IRQ map for PCIe
       - fix microsom pincontrol setting for rgmii
       - fix fatal typo in touchscreen DT usage for mx5
       - list all RAM present on m53evk and mx53qsb
    
      omap:
       - fix bug in DT handling of gpmc external bus
       - add DT for older revision of beagleboard
       - fix regression after DT node name fixes
       - remove obsolete properties for gpmc
       - fix pinmux comment to match DT it refers to
       - fix newly added dra7xx clock node data
       - add missing clock for USB PHY
    
      mvebu:
       - add missing clock for mdio node
       - fix nonstandard vendor prefixes on i2c nodes
    
      rockchip:
       - fix pin control setting for uart
    
      shmobile:
       - fix typo in DT data for pin control (multiple patches)
       - fix gic node #address-cells to match usage
    
      tegra:
       - fix clock and uart DT representation to match hardware
    
      zynq:
       - add DT nodes for newly added driver
       - add DT properties required for cpufreq-ondemand
    
      overall:
       - restore alphabetic order in Makefile
       - grammar fixes in bindings
    
  • ib-mfd-omap-3.16
    Immutable branch between MFD and ARM OMAP due for v3.16 merge-window.
    
  • ib-mfd-extcon-3.16
    Immutable branch between MFD and Extcon due for v3.16 merge-window.
    
  • v3.12.18
    ae2a5e12 · Linux 3.12.18 ·
    This is the 3.12.18 stable release
    
  • v3.13.11
    2d20120b · Linux 3.13.11 ·
    This is the 3.13.11 stable release
    
  • v3.15-rc2
    a798c10f · Linux 3.15-rc2 ·
    Linux 3.15-rc2
    
  • gpio-v3.15-2
    A few fixes for the GPIO tree:
    
    - Change a crucial semantic ordering in the GPIO irqchip
      helpers.
    
    - Fix two nasty regressions in the ACPI gpiolib extensions.
    
  • 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.14.1
    387df1bd · Linux 3.14.1 ·
    This is the 3.14.1 stable release
    
  • v3.13.10
    f994ec5a · Linux 3.13.10 ·
    This is the 3.13.10 stable release
    
  • v3.4.87
    9660cc51 · Linux 3.4.87 ·
    This is the 3.4.87 stable release
    
  • v3.10.37
    f512eefd · Linux 3.10.37 ·
    This is the 3.10.37 stable release
    
  • v3.15-rc1
    c9eaa447 · Linux 3.15-rc1 ·
    Linux 3.15-rc1
    
  • v3.2.57
    a2601fcc · Linux 3.2.57 ·
    This is the 3.2.57 stable release
    
  • v3.12.17
    2acf1c25 · Linux 3.12.17 ·
    This is the 3.12.17 stable release
    
  • 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.