-
gpio-v4.9-4f9c22ec6 · ·
GPIO fixes for the v4.9 series: - Finally, after being puzzled by a bunch of recurrent UML build failures on randconfigs from the build robot, Keno Fischer nailed it: GPIO_DEVRES is optional and depends on HAS_IOMEM even though many users just unconditionally rely on it to be available. And it *should* be available: garbage collection is nice for this and it *certainly* has nothing to do with having IOMEM. So we got rid of it, and now the UML builds should JustWork(TM). - Do not call .get_direction() on sleeping GPIO chips on the fastpath when locking GPIOs for interrupts: it is done from atomic context, no way. - Some driver fixes.
-
drm-fixes-for-v4.9-rc6-brown-paper-bag
i915 fixes + 2 mediatek regressions
-
drm-fixes-for-v4.9-rc6
fixes for amdgpu, and a bunch of arm drivers.
-
-
sunxi-clk-for-4.100f6f9302 · ·
Allwinner clock changes for 4.10 The usual patches from us, but most notably the introduction of the A64 clocks unit.
-
sunxi-clk-fixes-for-4.9ac95330b · ·
Allwinner clock fixes for 4.9 Two fixes, one for the old clock code, one for the new implementation.
-
sunxi-drm-for-4.1047d7fbb3 · ·
sun4i-drm changes for 4.10 Support for the Allwinner A31 SoC display engine using the sun4i-drm driver.
-
sunxi-dt64-for-4.104e388608 · ·
Allwinner arm64 DT changes for 4.10 Support for the Allwinner A64, their first armv8 SoC.
-
sunxi-fixes-for-4.9b7f865ed · ·
Allwinner fixes for 4.9 A fix to reintroduce missing pinmux options that turned out not to be optional.
-
sunxi-defconfig-for-4.10a0eb3ee3 · ·
Allwinner defconfig changes for 4.10 Two patches to enable the dumb VGA bridges in the multi_v7 and sunxi defconfig.
-
driver-core-4.9-rc5bdacd1b4 · ·
driver core fixes for 4.9-rc5 Here are two driver core fixes for 4.9-rc5. The first resolves an issue with some drivers not liking to be unbound and bound again (if CONFIG_DEBUG_TEST_DRIVER_REMOVE is enabled), which solves some reported problems with graphics and storage drivers. The other resolves a smatch error with the 4.9-rc1 driver core changes around this feature. Both have been in linux-next with no reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
qcom-soc-for-4.10e19811a8 · ·
Qualcomm ARM Based SoC Updates for v4.10 * Enable GPIOLIB for QCOM ARM64 platforms
-
qcom-drivers-for-4.10bd4760ca · ·
Qualcomm ARM Based Driver Updates for v4.10 * Fixup QCOM SCM to use devm_reset_controller_register * Add QCOM pinctrl to Qualcomm MAINTAINERS entry * Add PM8994 regulator definitions * Add stub for WCNSS_CTRL API
-
qcom-defconfig-for-4.1020678773 · ·
Qualcomm ARM Based defconfig Updates for v4.10 * Fixup MDM9615 option names
-
qcom-arm64-for-4.10feeaf56a · ·
Qualcomm ARM64 Updates for v4.10 * Add Hexagon SMD/PIL nodes * Add DB820c PMIC pins * Fixup APQ8016 voltage ranges * Add various MSM8996 nodes to support SMD/SMEM/SMP2P * Add support for Huawei Nexus 6P (Angler) * Add support for LG Nexus 5x (Bullhead)
-
qcom-arm64-defconfig-for-4.10a77a7133 · ·
Qualcomm ARM64 Based defconfig Updates for v4.10 * Enable defconfig options for MSM8992/8994
-
drm-fixes-for-v4.9-rc5
amd, radeon, i915, imx, msm and udl fixes