Tags give the ability to mark specific points in history as being important
-
iio-fixes-for-4.10a
65e4345c · ·First round of IIO fixes for the 4.10 cycle. * 104-quad-8 - Fix selecting wrong register when the index control register is desired. - Fix an off by one error when addressing the input/output control register. - Fix inverted logic on the active high / low control * bmi160 - Sleep for worst case rather than best case amount of time after cmd execution begins. * max44000 - typo fix in illuminance_integration_time_available listing. * st-sensors - Fix channel data passing. This one took a while to get tested on 24bit parts. Definitely one for stable asap as the bug broke quite a few parts. - lis3lv02 needs a data alignment bit set and the scaling was wrong. * ti_am335x - depend on HAS_DMA
-
qcom-fixes-for-4.10-rc1
e9112936 · ·Qualcomm ARM64 Fixes for v4.10-rc1 * Fix instability in MSM8996 due to incorrect carveouts
-
-
drm-intel-next-2016-12-26
f061ff07 · ·2nd round of stuff for 4.11: - DP link rate fixes (DK) - prep work for atomic wm updates on vlv/chv (Ville) - platform enumeration cleanup (Jani) - dsi fixes and cleaups (Hans de Goede) - gen9 wm fixes (Mahesh Kumar) - prep work for DP link failure fallback handling (Manasi) - introduce GEM_WARN_ON (Matthew Auld) - overlay fixes and cleanups (Ville) - make is_lp apply to all modern/gen7+ atom-based platforms (Rodrigo) Tons of small polish, fixes and cleanups all over. This time around this is about half the patches!
-
sunxi-generic-pinconf-for-4.10
1edcd36f · ·Allwinner conversion to generic pin muxing properties Here is a list of patches that converts the current DT to the generic pin control and muxing properties, now that the pinctrl driver supports it.
-
wireless-drivers-for-davem-2016-12-22
22b68b93 · ·wireless-drivers fixes for 4.10 All small fixes this time, especially important are the regression fixes for rtlwifi and ath9k.
-
acpi-extra-4.10-rc1
c8e008e2 · ·More ACPI updates for v4.10-rc1 - Move some Linux-specific functionality to upstream ACPICA and update the in-kernel users of it accordingly (Lv Zheng). - Drop a useless warning (triggered by the lack of an optional object) from the ACPI namespace scanning code (Zhang Rui).
-
pm-fixes-4.10-rc1
7b99f1ae · ·Power management fixes for v4.10-rc1 - Prevent the acpi-cpufreq driver from crashing on exit by fixing a check against the __cpuhp_setup_state() return value and fix the kerneldoc description of that function to make it clear that it may return positive numbers on success too (Boris Ostrovsky). - Drop an incorrect __init annotation of a function in the s3c64xx cpufreq driver and fix a build warning generated (by older compilers) because of it (Arnd Bergmann).
-
-
-
mac80211-for-davem-2016-12-16
a17d93ff · ·Three fixes: * avoid a WARN_ON() when trying to use WEP with AP_VLANs * ensure enough headroom on mesh forwarding packets * don't report unknown/invalid rates to userspace
-
iommu-updates-v4.10
1465f481 · ·IOMMU Updates for Linux v4.10 These changes include: * Support for the ACPI IORT table on ARM systems and patches to make the ARM-SMMU driver make use of it * Conversion of the Exynos IOMMU driver to device dependency links and implementation of runtime pm support based on that conversion * Update the Mediatek IOMMU driver to use the new struct device->iommu_fwspec member * Implementation of dma_map/unmap_resource in the generic ARM dma-iommu layer * A number of smaller fixes and improvements all over the place