-
-
sound-3.17-rc7e76bf634 · ·
sound fixes for 3.17-rc7 (or final) One fix is about a buggy compuation in PCM API function Clemens spotted out, but the impact must be really small as no one really uses it in user-space side. The rest are a trivial fix for a HD-audio model and a USB-audio device-specific regression fix, so all look fairly safe to apply.
-
-
-
sunxi-drivers-for-3.1864a1925c · ·
Allwinner drivers additions for 3.18 Nothing major, just handling the RTC driver changes needed for the A31/A23.
-
sunxi-dt-for-3.18d07fe967 · ·
Allwinner DT Additions for 3.18 Mostly: - A23 bringup ongoing - New boards: HSG H702, Merrii A20 Hummingbird - sun(4|5|7)i DMA support - DT relicensing to a dual GPL/X11 license
-
sunxi-defconfig-for-3.189524fa52 · ·
Allwinner defconfig additions for 3.18 Nothing major, just a few drivers additions and misc options
-
staging-3.17-rc6ed87c2b2 · ·
Staging / IIO fixes for 3.17-rc6 Here are some IIO and Staging driver fixes for 3.17-rc6. They are all pretty simple, and resolve reported issues. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-
drm-intel-next-2014-09-199d533c5a · ·
- bunch more i830M fixes from Ville - full ppgtt now again enabled by default - more ppgtt fixes from Michel Thierry and Chris Wilson - plane config work from Gustavo Padovan - spinlock clarifications - piles of smaller improvements all over, as usual
-
-
sound-3.17-rc677960852 · ·
sound fixes for 3.17-rc6 All small fixes in random various drivers, mostly for ASoC at this time, which look reasonable for a high rc number.
-
regulator-v3.17-rc5b8b27a44 · ·
regulator: Fixes for v3.17 Fix some leaked OF node references in regulator drivers that have been left over following a fix on a fix to the reference counting.
-
iio-for-3.18b2017cff2 · ·
Second round of new IIO drivers, features and cleanups for the 3.18 cycle. New drivers and part support * Bosch bmg160 Gyroscope driver * Dyna-Image al3320a ambient light sensor driver * Bosh bmi055 gyroscope part driver (accelerometer part supported by bmc150) * isl29018 - add support for isl29023 and isl29035 * kxcjk-1013 - add support for kxcj9-1008 and kxtj2-1009 * bmc150 - additional part support (BMI055 accelerometer part, BMA255, BMA222E, BMA250E and BMA280). Different resolutions but otherwise similar parts. * bma180 - add BMA250 (note different from the BMA250E support above despite the naming). A lot of driver reworking lead up to this - described below. New features * kxcjk1013 - add threshold event support. * rockchip - document DT bindings. * isl29018 - ACPI support * bma180 - enable use without IRQ Cleanups * Tree wide - drop owner field assignment if using the module_platform_driver helper as that assigns it anyway. * kxcjk1013 - drop a redundant assignment of the current range and fix a a defined but not used warning. * inv_mpu6050 - Remove an unnecessary cast form a void pointer. * rockchip - drop and unused variable. * at91_adc - make a local function static. * st-sensors-core - correctly handle an error in setting in st_sensors_set_drdy_int_pin * isl29018 - typo fix * bmc150 - fix incorrect scale value for 16G range (Driver new this cycle) * bmc150 - fix issues when CONFIG_PM_RUNTIME not set (Driver new this cycle) * ad7606 - line length tidy up. * bmg160 - set power state only if PM_RUNTIME is defined. * ak8975 - fix some unnecessary casting between char * and const char * * bma180 - prefix remaining bits and bobs with bma180_ and ensure consistent. - use a bool instead of an int for state (as its either on or off). - expose the temperature channel - statically allocate buffers to avoid need for update_scan_mode callback. - refactor to allow futher chip variants including support for part specific config and disable code + different resolutions.
-
asoc-v3.17-rc4f7667af2 · ·
ASoC: Fixes for v3.17 This is mostly driver fixes, the biggest one being the tlv320aic31xx which is relatively large but simple and device specific. There's a small fix in the error handling in DPCM too which is relatively minor error handling fix.