-
iommu-fixes-v4.11-rc311cd3386 · ·
IOMMU Fixes for Linux v4.11-rc3 A few fixes piled up: * Fix a NULL-ptr dereference that happens in VT-d on some platforms * A fix for ARM MSI region reporting, so that a sane interface makes it to a released kernel * Fixes for leaf-checking in ARM io-page-table code * Two fixes for IO/TLB flushing code on ARM Exynos platforms
-
drm-fixes-for-v4.11-rc4
i915, amd, exynos and one fbdev regression
-
-
sound-4.11-rc43f307834 · ·
sound fixes for 4.11-rc4 This contains the collection of small fixes for 4.11 that were pending during my vacation: - A few HD-audio quirks (more Dell headset support, docking station support on HP laptops), - A regression fix for the previous ctxfi DMA mask fix, - A correction of the new CONFIG_SND_X86 menu entry, and - A fix for the races in ALSA sequencer core spotted by syzkaller.
-
phy-for-4.11-rc1a09b6a7 · ·
phy: for 4.11-rc *) Revert USB3 PHY support for Broadcom NSP SoC *) Fix compiler error on qcom-usb-hs when depends on EXTCON is not added *) Fix error handling in phy-exynos-pcie Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
-
-
iio-fixes-for-4.11c6985bd5e · ·
Thirds set of IIO fixes for the 4.11 cycle. * core - iio sw-device - ensure configfs is enabled both when building as module and built in. * ak8974 - drop incorrect __exit markup on remove. * hid-sensor-trigger - code reorganise to avoid losing settings if a power cycle occurs during S3. * lsm6dsx - fix incorrect overwrite of parts of FIFO_CTRL2 register during watermark configuration. * ti-am335x - fix a hard to hit bug when reenabling from a fifo overrun by waiting for current cycle to finish.
-
iio-for-4.12b02b829f9 · ·
2nd set of new device support, features and cleanups for IIO in the 4.12 cycle A good collection of outreachy related patches in here - mostly staging driver cleanup. Also a fair number of patches added explicit OF device ID tables for i2c drivers - a precursor to dropping (eventually) the implicit probing. New Device Support * Allwinner SoC ADC. - So far covers the sun4i-a10, sun5i-a13 and sun6i-a31 general purpose ADCs, including thermal side of things. This missed the last cycle due to my incompetence, so good to get in now, particularly as various patches dependent on it are appearing. * ltc2632 - new driver supporting ltc2632-l12, ltc2632-l10, ltc2632-l8, ltc2632-h12, ltc-2632-h10, ltc-2632-h8 dacs Cleanups * Documentation - drop a broken reference to i2c/trivial-devices * ad2s1200 - drop & from function pointers for consistency. * ad2s1210 - formatting fixes. * ad7152 - octal permissions instead of symbolic. - drop & from function pointers for consistent usage. * ad7192 - drop & from function pointers for consistent usage. * ad7280 - replace core mlock usage with a local lock as mlock is intended only to protect the current device state (direct reads, or triggered and buffered) * ad7746 - drop & from function pointers for consistent usage. - replace core mlock usage with a local lock as mlock is intended only to protect the current device state (direct reads, or triggered and buffered) * ad7754 - move contents of header file into source file as not used anywhere else. * ad7759 - move contents of header file into source file as not used anywhere else. * ad7780 - drop & from function pointers for consistent usage. * ad7832 - replace core mlock usage with a local lock as mlock is intended only to protect the current device state (direct reads, or triggered and buffered) * ad9834 - replace core mlock usage with a local lock as mlock is intended only to protect the current device state (direct reads, or triggered and buffered) - drop an unnecessary goto in favour of direct return. * adis16060 - drop & from function pointers as inconsistent. * adis16201 - drop a local mutex as the adis core already protects everything necessary. - drop & from function pointers for consistent usage. * adis16203 - drop & from function pointers for consistent usage. * adis16209 - drop a local mutex as the adis core already protects everything necessary. - use an enum for scan index giving slightly nicer code. - drop & from function pointers for consistent usage. * adis16240 - drop a local mutex as the adis core already protects everything necessary. - use an enum for scan index giving slightly nicer code. - drop & from function pointers for consistent usage. * apds9960 - add OF device ID table. * bma180 - add OF device ID table. - prefer unsigned int to bare use of unsigned. * bmc150_magn - add OF device ID table. * hmp03 - add OF device ID table. * ina2xx - add OF device ID table. * itg3200 - add OF device ID table. * mag3110 - add OF device ID table. * max11100 - remove .owner field as it is set by the spi core. * max5821 - add .of_match_table set to the ID table which was present but not used. * mcp4725 - add OF device ID table. * mlx96014 - add OF device ID table. * mma7455 - add OF device ID table. * mma7660 - add OF device ID table. * mpl3115 - add OF device ID table. * mpu6050 - add OF device ID table. * pc104 - mask pc104 drivers behind a global pc104 config option. * ti-ads1015 - add OF device ID table. * tsl2563 - add OF device ID table. * us5182d - add OF device ID table.
-
wireless-drivers-for-davem-2017-03-216be3b6cc · ·
wireless-drivers fixes for 4.11 iwlwifi * fix a user reported warning in DQA mwifiex * fix a potential double free * fix lost early debug logs * fix init wakeup warning message from device framework * add Ganapathi and Xinming as maintainers ath10k * fix regression with QCA6174 during resume and firmware crash
-
drm-misc-next-2017-03-2162c58af3 · ·
drm-misc for 4.12, 2nd attempt this week: - topic branch from Jon Corbet for the new graph kerneldoc support - lots of graphs for kms/atomic things using the above - some vblank query tuning from Chris - gem/cma_fops macros - moar docs Driver stuff: - vc4 hdmi audio, yay (Eric) - dw-hdmi polish from a bunch of people - some rockchip dp updates that didn't make last week (Chris Zhong) - misc bridge&driver updates
-
gpio-v4.11-22cd29f23 · ·
GPIO fixes for the v4.11 series: - Set the parent on the Altera A10SR driver, also fix high level IRQs. - Fix error path on the mockup driver. - Compilation noise about unused functions fixed. - Fix missed interrupts on the MCP23S08 expander, this is also tagged for stable. - Retire the interrim helpers devm_get_gpiod_from_child() used to smoothen merging in the merge window.
-
drm-misc-next-2017-03-203a270e4d · ·
More -misc for 4.12: - topic branch from Jon Corbet for the new graph kerneldoc support - lots of graphs for kms/atomic things using the above - some vblank query tuning from Chris - gem/cma_fops macros - moar docs - drm_platform.c remove from Laurent - more debugfs removal removal from Noralf - sink crc support + implementation in analogix_dp (Tomeu) - roll out new state iterator macros (Maarten) Driver stuff: - vc4 hdmi audio, yay (Eric) - dw-hdmi polish from a bunch of people - qxl mode conf list refactor&fixes (Gerd) - lvds-encoder bridge (well it's really a generic panel bridge, but I lost that bikeshed), from Laurent - misc bridge&driver updates Note: you didn't yet pull last week's pull, the above changelog only covers this weeks. For OCD history, please pull both :-)
-
sunxi-fixes-for-4.119693219a · ·
Allwinner fixes for 4.11 A bunch of device tree fixes for various boards / SoCs.