Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • sunxi-dt64-for-4.16
    Allwinner DT64 changes for 4.16
    
    There are two important changes in this round.
    
    The first removes the redundant pinctrl setting for the MMC card detect
    GPIO. We are moving to strict pinctrl/GPIO exclusion, i.e. GPIO usage
    will block other pin muxing usage, and vice versa. The usage of pinmux
    for guarding GPIO pins in the device tree prevents us from doing so.
    This is part of an ongoing effort to clean up the existing device trees.
    
    The other important change enables the PMIC on the Orangepi Win. The
    PMIC provides power to most of the external onboard peripherals.
    Enabling it will allow us to enable Ethernet or WiFi support later on.
    
    The remaining changes in this round enable some peripheral, such as
    Ethernet, an external WiFi chip, or LEDs.
    
  • sunxi-dt-for-4.16
    Allwinner DT changes for 4.16
    
    A random assortment of improvements.
    
    GPIO device nodes are added for the AXP813/AXP818 PMICs, meaning we can
    finally use the GPIO pins on the PMICs. The LDOs on the GPIO pins can
    also be properly muxed and guarded.
    
    EMAC Ethernet support is enabled for more H3 boards, and also for the
    A83T, following the return of the bindings in 4.15, after a last minute
    revert in 4.13. This will make the H3/A83T boards much more useful in
    headless applications.
    
    Two new boards are introduced. The Orange Pi R1 is a small board with
    two Ethernet interfaces (one EMAC-based and one USB-based) and a WiFi
    chip. This board is fully supported, with the exception of TV-out on
    the expansion header, which will not be enabled by default. The WiFi
    chip (RTL8189FTV) requires an out-of-tree driver. The Libre Computer
    Board ALL-H3-CC H3 version is a newcomer to the Allwinner SBC space,
    which was mostly represented by a bunch of fruit-Pis. It is mostly
    supported, with the exception of HDMI and camera sensor interface,
    which have not been implemented yet.
    
    Two minor patches enable the audio codec on the A13 Olinuxino, and
    HDMI output on the pcDuino3 Nano.
    
  • sunxi-config64-for-4.16
    Allwinner arm64 defconfig changes for 4.16
    
    Enables MUSB driver and the Allwinner glue layer driver by default.
    
    All Allwinner SoCs (excluding the A80) have the Mentor Graphics Inventra
    Multi-Point Hi-Speed OTG Controller (MHDRC). Enabling this extends test
    coverage to this peripheral.
    
  • sound-4.15-rc6
    sound fixes for 4.15-rc6
    
    It seems that Santa overslept with a bunch of gifts; the majority of
    changes here are various device-specific ASoC fixes, most notably the
    revert of rcar IOMMU support and fsl_ssi AC97 fixes, but also lots of
    small fixes for codecs.  Besides that, the usual HD-audio quirks and
    fixes are included, too.
    
  • sunxi-fixes-for-4.15
    Allwinner fixes for 4.15
    
    First, one fix that adds proper regulator references for the EMAC
    external PHYs on A64 boards. The EMAC bindings were developed for 4.13,
    but reverted at the last minute. They were finalized and brought back
    for 4.15. However in the time between, regulator support for the A64
    boards was merged. When EMAC device tree changes were reintroduced,
    this was not taken into account.
    
    Second, a patch that adds OF based modalias uevent for RSB slave devices.
    This has been missing since the introduction of RSB, and recently with
    PMIC regulator support introduced for the A64, has been seen affecting
    distributions, which have the all-important PMIC mfd drivers built as
    modules, which then don't get loaded.
    
    Other minor cleanups include final conversion of raw indices to CCU
    binding macros for sun[4567]i HDMI, cleanup of dummy regulators on the
    A64 SOPINE, a SD card detection polarity fix for the Orange Pi Zero
    Plus2, and adding a missing compatible for the PMIC on the TBS A711
    tablet.
    
  • v4.14.9
    dad5c140 · Linux 4.14.9 ·
    This is the 4.14.9 stable release
    
  • v4.9.72
    2df39793 · Linux 4.9.72 ·
    This is the 4.9.72 stable release
    
  • v4.4.108
    03028e06 · Linux 4.4.108 ·
    This is the 4.4.108 stable release
    
  • v3.18.90
    8da23652 · Linux 3.18.90 ·
    This is the 3.18.90 stable release
    
  • gpio-v4.15-3
    GPIO fixes for v4.15 take three:
    
    - Fix a build problem in the gpio single register created by
      refactorings.
    
    - Fix assignment of GPIO line names, something that was
      mangled by another patch.
    
  • v4.15-rc5
    464e1d5f · Linux 4.15-rc5 ·
    Linux 4.15-rc5
    
  • drm-intel-next-2017-12-22
    - Allow internal page allocation to fail (Chris)
    - More improvements on logs, dumps, and trace (Chris, Michal)
    - Coffee Lake important fix for stolen memory (Lucas)
    - Continue to make GPU reset more robust as well
       improving selftest coverage for it (Chris)
    - Unifying debugfs return codes (Michal)
    - Using existing helper for testing obj pages (Matthew)
    - Organize and improve gem_request tracepoints (Lionel)
    - Protect DDI port to DPLL map from theoretical race (Rodrigo)
    - ... and consequently fixing the indentation on this DDI clk selection function (Chris)
    - ... and consequently properly serializing non-blocking modesets (Ville)
    - Add support for horizontal plane flipping on Cannonlake (Joonas)
    - Two Cannonlake Workarounds for better stability (Rafael)
    - Fix mess around PSR registers (DK)
    - More Coffee Lake PCI IDs (Rodrigo)
    - Remove CSS modifiers on pipe C of Geminilake (Krisman)
    - Disable all planes for load detection (Ville)
    - Reorg on i915 display headers (Michal)
    - Avoid enabling movntdqa optimization on hypervisor guest (Changbin)
    
    GVT:
    - more mmio switch optimization (Weinan)
    - cleanup i915_reg_t vs. offset usage (Zhenyu)
    - move write protect handler out of mmio handler (Zhenyu)
    
  • drm-intel-fixes-2017-12-22-1
    GLK pipe C related fix, and a gvt fix.
  • drm-fixes-for-v4.15-rc5
    i915, nouveau, sun4i, amd, ttm and core drm fixes
    
  • drm-misc-next-2017-12-21
    drm-misc-next for 4.16:
    
    Core Changes:
    - mostly doc updates and some fbdev improvements
    
  • drm-misc-fixes-2017-12-21
    drm-misc-fixes before holidays:
    
    - fixup for the lease fixup (Keith)
    - fb leak in the ww mutex fallback code (Maarten)
    - sun4i fixes (Maxime, Hans)
  • LE.UM.2.3.2-09301-SDX24
    "LE.UM.2.3.2-09301-SDX24"
  • LE.UM.2.3.2-09300-SDX24
    "LE.UM.2.3.2-09300-SDX24"
  • asoc-fix-v4.15-rc4
    ASoC: Fixes for v4.15
    
    This is a fairly large set of fixes, they've been delayed partly as more
    and more keep coming in.  Most of them are very small driver specific
    fixes, the biggest individual thing is the revert of the rcar IOMMU
    support - it was causing problems and there wasn't the confidence that
    it could be resolved sensibly.  There's also a relatively large change
    in the Freescale SSI controller which resolves some issues with the
    AC'97 mode, these aren't that large in the grand scheme of things and
    reflect some fairly thorough review and testing.
    
  • drm-intel-fixes-2017-12-20
    drm/i915 fixes for v4.15-rc5