-
-
clk-for-linus-4.3ba300115 · ·
The clk framework changes for 4.3 are mostly updates to existing drivers and the addition of new clock drivers. Stephen Boyd has also done a lot of subsystem-wide driver clean-ups (thanks!). There are also fixes to the framework core and changes to better split clock provider drivers from clock consumer drivers.
-
regulator-v4.3f5164b88 · ·
regulator: Updates for v4.3 The biggest changes in the core this time around have been some refactorings that move us towards being able to drop the list of regulators maintained by the core and instead just use the driver model list maintained for the class devices for regulators which will make the code smaller and avoid some potential bugs. Otherwise another fairly quiet release for the regulator API, highlights include: - A new API for setting voltages based on a minimum, target, maximum triplet. - Support for continuous voltage ranges rather than tables of explicit steps in the PWM regulator, requiring less explicit configuration. - New driver support for Dialog DA9215, Maxim 77843, Mediatek MT6311 and Qualcomm RPM.
-
asoc-v4.2-rc891931320 · ·
ASoC: Updates for v4.3 Not many updates to the core here, but an awful lot of driver updates this time round: - Factoring out of AC'97 reset code into the core - New drivers for Cirrus CS4349, GTM601, InvenSense ICS43432, Realtek RT298 and ST STI controllers. - Machine drivers for Rockchip systems with MAX98090 and RT5645 and RT5650. - Initial driver support for Intel Skylake devices. - A large number of cleanups for Lars-Peter Clausen and Axel Lin.
-
drm-intel-next-2015-08-2801302d4d · ·
Somehow I've forgotten to do a new dinq tag 2 weeks ago, so this covers 4 weeks. Still not all that much due to vacation: - PML4 pagetable support for 48b from Michel Thierry - more fixes for sink crc from Rodrigo - DP link settings cleanup from Ville - GuC-based command submission from Alex Dai and Dave Gordon - dpll cleanups for chv from Ville - max pixel clock checking from Mika Kahola - cleanup hpd bits handling (Jani) - more power well trickery for chv from Ville
-
sound-fix-4.2c7cd0ef6 · ·
sound fixes #2 for 4.2-final Here are stable fixes that have been gathered since rc8: fixes for HD-audio widget power controll regressions since 4.1, a NULL fix for HD-audio HDMI, a noise fix for Conexant codecs and a quirk addition for USB-Audio DSD.
-
-
sound-4.2e24b6c03 · ·
sound fixes for 4.2-final Here are a small collecton of sound fix patches. The most significant one is the disablement of newly introduced topology API. Its ABI couldn't be stabilized enough, so we decided to delay for 4.3 in the end. Other than that, all oneliner fixes: a USB-audio runtime PM fix and a couple of HD-audio quirks.
-
asoc-v4.2-disable-topology8c90503b · ·
ASoC: Disable topology support for v4.2 The topology code merged in the v4.2 merge window introduced a new ABI which was believed to be suitable for use but subsequently additional work by the developers of this feature have revealed some problems that need to be addressed. In order to allow this to be done without having to support the initial ABI add Kconfig to disable the build and also add some #error statements to the UAPI header so users can't use them.
-