-
gpio-v4.13-29e9509e3 · ·
GPIO fixes in the first take after v4.13-rc1: - LP87565: set the proper output level for direction_output. - stm32: fix the kernel build by selecting the hierarchical irqdomain symbol properly - this happens to be done in the pin control framework but whatever, it had dependencies to GPIO so we need to apply it here. - Select the hierarchical IRQ domain also for Xgene. - Fix wakeups to work on MXC. - Fix up the device tree binding on Exar that went astray, also add the right bindings. - Fix the unwanted events for edges from the library. - Fix the unbalanced chanined IRQ on the Tegra.
-
-
sound-4.13-rc45ef26e96 · ·
sound fixes for 4.13-rc4 Now we hit the usual ASoC-fix-flood in the middle of release. Most of changes are trivial and device-specific, while one significant change is the fix for unbalanced of_graph_*() refcounts. This involved with the change in the graph API itself that had been a bit messy.
-
iommu-fixes-v4.13-rc374ddda71 · ·
IOMMU Fixes for Linux v4.13-rc3 Including: - Fix a scheduling-while-atomic bug in the AMD IOMMU driver. It was found after the checker was enabled earlier. - A fix for the virtual APIC code in the AMD IOMMU driver which delivers device interrupts directly into KVM guests for assigned devices. - Fixes for the recently merged lock-less page-table code for ARM. The redundant TLB syncs got reverted and locks added again around the TLB sync code. - Fix for error handling in arm_smmu_add_device() - Address sanitization fix for arm io-pgtable code
-
drm-fixes-for-v4.13-rc4
just some lonely amd fixes
-
-
asoc-fix-v4.13-rc360668a2d · ·
ASoC: Fixes for v4.13 Quite a few fixes here that have been sent since the merge window, the biggest one is the fix from Tony for some confusion with the device property API which was causing issues with the of-graph card. This is fixed with some changes in the graph API itself as it seemed very likely to be error prone.
-
sunxi-clk-fixes-for-4.139735ee9e · ·
Allwinner clock fixes for 4.13 One critical clock fix for sun5i (A10s/A13/R8) which enables propogation of clock rate changes from the "cpu" clock to it's parent PLL clock. This fixes cpufreq related crashes that have been observed on KernelCI with the C.H.I.P. and multi_v7_defconfig.
-
drm-intel-next-2017-07-31d0604a24 · ·
More 4.14 work: - tons of corner-case fixes for gpu reset/recovery (Chris Wilson) - refactor power-well code for future platforms (Imre) - Ycbcr420 support for hdmi 2.0 displays (Shashank Sharma) - document FBC structs (Paulo Zanoni) - reduce struct_mutex usage in pinning (Chris Wilson) - small bits all over, as usual
-
wireless-drivers-for-davem-2017-07-285f5d0314 · ·
wireless-drivers fixes for 4.13 Two fixes for for brcmfmac, the crash was reported by two people already so it's a high priority fix. brcmfmac * fix a crash in skb headroom handling in v4.13-rc1 * fix a memory leak due to a merge error in v4.6
-
drm-fixes-for-v4.13-rc320806588 · ·
vmwgfx, exynos, i915, amdgpu, nouveau, host1x and displayport fixes
-
devicetree-fixes-for-4.13531da740 · ·
DeviceTree fixes for 4.13: - Fix error handling in of_irq_to_resource_table() due to of_irq_to_resource() error return changes. - Fix dtx_diff script due to dts include path changes.
-
drm-intel-fixes-2017-07-27
i915 fixes for -rc3 Bit more than usual since we missed -rc2. 4x cc: stable, 2 gvt patches, but all fairly minor stuff. Last minute rebase was to add a few missing cc: stable, I did prep the pull this morning already and made sure CI approves.
-
drm-misc-fixes-2017-07-27fea20995 · ·
Core Changes: - dp: A few fixes in drm_dp_downstream_debug() (Chris) - rockchip: sanitize the Kconfig dependencies (fallout from EXTCON) (Arnd) - host1x: Free the iommu domain when attach_device fails (Paul) Cc: Chris Wilson <chris@chris-wilson.co.uk> Cc: Arnd Bergmann <arnd@arndb.de> Cc: Paul Kocialkowski <contact@paulk.fr>