Tags give the ability to mark specific points in history as being important
-
sunxi-dt-h3-for-4.13
7a78ef92 · ·Allwinner H3 changes for 4.13 This tag is about bringing the EMAC support to the H3 boards.
-
sunxi-fixes-for-4.12
f74994a9 · ·Allwinner fixes for 4.12 A few fixes around the PRCM support that got in 4.12 with a wrong compatible, and a missing clock in the binding.
-
sunxi-dt64-for-4.13
bdecc9cb · ·Allwinner arm64 DT changes for 4.13 Our usual arm64 changes. The most notable things are the EMAC support and USB support enhancements. There's also support for the SoPine SoM, and the OrangePi Win.
-
sunxi-dt-for-4.13
d5e9edfd · ·Allwinner DT changes for 4.13 The usual chunk of patches. The most notable improvements are the power supplies improvements (battery and AC-IN), crypto support for the sun5i family, HDMI support for the A10s, plus a lot of new things for the V3S and the A83T.
-
sunxi-clk-for-4.13
06e226c7 · ·Allwinner clock patches for 4.13 Some new clock units are supported, for the display clocks unsed in the newer SoCs, and the A83T PRCM. There is also a bunch of minor fixes for clocks that are not used by anyone, and reworks needed by drivers that will land in 4.13.
-
sunxi-clk-fixes-for-4.12
d85da227 · ·Allwinner clock fixes for 4.12 Some fixes that fix some bindings that went in 4.12, fix a few reset and clock offsets and a build error fix
-
iio-fixes-for-4.12b
7981dc07 · ·Second set of IIO fixes for the 4.12 cycle. * buffer-dma / buffer-dmaengine - Fix missing include of buffer_impl.h after the split of buffer.h. No driver in mainline is currently using these buffers so it wasn't picked up by automated build tests. * ad7152 - Fix a deadlock in ad7152_write_raw_samp_freq as the chip_state lock was already held. * inv_mpu6050 - Add low pass filter setting for chips newer than the MPU6500. None of use previously picked up no the fact it was different on these newer chips. It is separately set for the acceleration on these parts. There is no normal reason to set it differently so the userspace interface remains the same as for early parts. * meson-saradc: - Fix a potential crash by NULL pointer dereference in meson_sar_adc_clear_fifo. * mxs-lradc - Fix a return value check where IS_ERR is used on a function that returns NULL on error -
mac80211-next-for-davem-2017-06-13
4524667b · ·A couple of weeks worth of updates - looks like things are quiet: * merged net-next back to get a patch from net that another patch here depends on * various small improvements/cleanups across the board * 4-way handshake offload (many thanks to Arend for shepherding that) * mesh CSA/DFS support in mac80211 * the skb_put_zero() we discussed previously
-
mac80211-for-davem-2017-06-13
b3dd8279 · ·Some fixes: * Avi fixes some fallout from my mac80211 RX flags changes * Emmanuel fixes an issue with adhering to the spec, and an oversight in the SMPS management code * Jason's patch makes mac80211 use constant-time memory comparisons for message authentication, to avoid having potentially observable timing differences * my fix makes mac80211 set the basic rates bitmap before the channel so the next update to the driver has more consistent data - this required another rework patch to remove some useless 5/10 MHz code that can never be hit
-
wireless-drivers-next-for-davem-2017-06-12
219569ad · ·wireless-drivers-next patches for 4.13 The first pull request for 4.13. We have a new driver qtnfmac, but also rsi driver got a support for new firmware and supporting ath10k SDIO devices was started. Major changes: ath10k * add initial SDIO support (still work in progress) rsi * new loading for the new firmware version rtlwifi * final patches for the new btcoex support rt2x00 * add device ID for Epson WN7512BEP qtnfmac * new driver for Quantenna QSR10G chipsets
-
gpio-v4.12-2
fc7a9068 · ·A few overdue GPIO patches for the v4.12 kernel: - Fix debounce logic on the Aspeed platform. - Fix the "virtual gpio" things on the Intel Crystal Cove. - Fix the blink counter selection on the MVEBU platform.
-
iommu-fixes-v4.12-rc4
d3e01c51 · ·IOMMU Fixes for Linux v4.12-rc4 Including: * Another compile-fix for my header cleanup * A couple of fixes for the recently merged IOMMU probe deferal code * Includes fixes for ACPI/IORT code necessary with IOMMU probe deferal
-
-
sound-4.12-rc5
ba3021b2 · ·sound fixes for 4.12-rc5 This update contains a slightly hight amount of changes due to the pending ASoC fixes. - ALSA timer core got a couple of fixes for races between read and ioctl, leading to potential read of uninitialized kmalloced memory - ASoC core fixed the de-registration pattern for use-after-free bug - The rewrite of probe code in ASoC Intel Skylake for i915 component - ASoC R-snd got a series of fixes for SSI - ASoC simple-card, atmel, da7213, and rt286 trivial fixes - HD-audio ALC269 quirk and rearrangement of quirk table