-
asoc-v4.4-rc8d0021d3b · ·
ASoC: Last updates for v4.5 A bunch more updates for v4.5, mainly driver work: - More topology API enhancements from Mengdong Lin working towards making everything more component based and being able to specify PCM links via topology. - Large sets driver updates from Cirrus, Intel (mainly more Skylake support) and Renesas. - New drivers for AMD ACP, Atmel PDMIC, Dialog DA7218, Imagination Technologies SoC IPs, Rockchip RK3036 Inno CODEC and Texas Instruments PCM3168A.
-
-
-
drm-intel-next-2016-01-11db1a6aa2 · ·
- GuC ADS support (Alex Dai) - support for v3 of the vbt mipi/dsi panel sequence (Jani Nikula) - more prep work for atomic watermarks (Matt Roper) - clean up cursor handling and align more with other planes (Maarten) - improvements to the unclaimed mmio debug code (Mika Kuoppalla) - various improvements, w/a, updated translation tables, ...
-
iommu-fixes-v4.4-rc8164afb1d · ·
IOMMU Fixes for Linux v4.4-rc8 The patches include fixes for: * Two build issues, one in the ipmmu-vmsa driver and one for the new generic dma-api implemention used on arm64 * A performance fix for said dma-api implemention * An issue caused by a wrong offset in map_sg in the same code as above
-
sound-4.43f37b26f · ·
sound fixes for 4.4 A slightly higher volume than a new year's wish, but not too worrisome: a large LOC is only for HD-audio device-specific quirks, so fairly safe to apply. The rest ASoC fixes are all trivial and small; a simple replacement of mutex call with nested lock version, a few Arizona and Realtek codec fixes, and a regression fix for Skylake firmware handling.
-
asoc-fix-v4.4-rc8bc42f363 · ·
ASoC: Last minute fixes for v4.4 A few final fixes for v4.4, the main one being the two patches to the new Sky Lake drivers which fix a previous incorrect fix that went in during an earlier -rc.
-
-
wireless-drivers-for-davem-2015-12-2801d85b9b · ·
iwlwifi * don't load firmware that won't exist for 7260 * fix RCU splat
-
sound-4.4-rc70fb0b822 · ·
sound fixes for 4.4-rc7 This shouldn't be a nightmare before Christmas: just a handful small device-specific fixes for various ASoC and HD-audio drivers. Most of them are stable fixes.
-
asoc-v4.5822ad70a · ·
ASoC: Updates for v4.5 This is quite a busy release on the driver front with a lot of new drivers being added but comparatively quiet on the core side with only one big change going in and that a fairly straightforward refactoring. - Conversion of the array of DAI links to a list by Mengdong Lin, supporting dynamically adding and removing DAI links. - Some more fixes for the topology code, though it is still not final and ready for enabling in production. We really need to get to the point where that can be done. - A pile of changes for Intel SkyLake drivers which hopefully deliver some useful initial functionality for systems with this chipset, though there is more work still to come. - New drivers for a number of Imagination Technologies IPs. - Lots of new features and cleanups for the Renesas drivers. - ANC support for WM5110. - New driver for Atmel class D speaker drivers. - New drivers for Cirrus CS47L24 and WM1831. - New driver for Dialog DA7128. - New drivers for Realtek RT5659 and RT56156. - New driver for Rockchip RK3036. - New driver for TI PC3168A
-
asoc-fix-v4.4-rc63dd5fc0e · ·
ASoC: Fixes for v4.4 A collection of small driver specific fixes here, nothing that'll affect users who don't have the devices concerned. At least the wm8974 bug indicates that there's not too many users of some of these devices.
-
sunxi-dt-for-4.5-212ec9384 · ·
Allwinner DT patches, round 2 Mostly some audio codec patches to enable it on more boards, and a bunch devices activation (Ethernet, touchscreen, backlights). One more board has been added too.
-
iio-for-4.5ce8aab48b · ·
Third set of new stuff for IIO in the 4.5 cycle. New driver features - us5182 * Add interrupt support and rising / falling threshold events. Cleanups / fixes to new stuff / minor additions * Expose the IIO value formatting function for drivers to make use of internally. - ina2xx * Fix wrong channel order * Fix incorrect reporting of endianness * Adding documentation of ABI unique to this device - mma8452 * Drop an unused register description * Use an enum for the channel index to aid readability - sca3000 * Use standard NULL comparison style - us5182 * fix an inconsistency in status of enable (a bug with no real effect until above patches are applied) * refactor the read_raw function to improve maintainability / readability.