-
wireless-drivers-for-davem-2016-12-2222b68b93 · ·
wireless-drivers fixes for 4.10 All small fixes this time, especially important are the regression fixes for rtlwifi and ath9k.
-
gpio-v4.10-1acf1fcf7 · ·
Bulk GPIO changes for the v4.10 kernel cycle: Core changes: - Simplify threaded interrupt handling: instead of passing numbed parameters to gpiochip_irqchip_add_chained() we create a new call: gpiochip_irqchip_add_nested() so the two types are clearly semantically different. Also make sure that all nested chips call gpiochip_set_nested_irqchip() which is necessary for IRQ resend to work properly if it happens. - Return error on seek operations for the chardev. - Clamp values set as part of gpio[d]_direction_output() so that anything != 0 will be send down to the driver as "1" not the value passed in. - ACPI can now support naming of GPIO lines, hogs and holes in the GPIO lists. New drivers: - The SX150x driver was deemed unfit for the GPIO subsystem and was moved over to a combined GPIO+pinctrl driver in the pinctrl subsystem. New features: - Various cleanups to various drivers.
-
drm-intel-next-2016-12-05ce6612d6 · ·
First round of stuff for 4.10! - refactor hangcheck/ban/reset stats code in prep for TDR (Mika) - much more fancy perf monitoring support (Robert Bragg) - lspcon fixes (Imre) - rework plane ids to unconfuse the code (Ville) - fix up cdclck/atomic state handling (Ville) - debugobjects support for i915 fences (Chris) - guc code cleanup (Arkadiusz Hiler) - dp mst enabling, one more attempt (Libin) - bugfixes for request resubmission after hangs (Chris) - add basic geminilake support (Ander) - switch more internal functions from drm_device to dev_priv (Tvrtko)