diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-03-30 08:25:04 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-30 21:23:55 +0100 |
commit | e721858657b8641fda94f84866c37668580bd7a9 (patch) | |
tree | 60979ae87cf365b7a5404cfbd6a1cb5bbe191ff5 /meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | |
parent | 934fd9d7310ffc72e206f48590a0f10ba0a78e1b (diff) | |
download | openembedded-core-e721858657b8641fda94f84866c37668580bd7a9.tar.gz openembedded-core-e721858657b8641fda94f84866c37668580bd7a9.tar.bz2 openembedded-core-e721858657b8641fda94f84866c37668580bd7a9.zip |
linux-yocto/4.1: Intel Broxton: pwm backports
Integrating the following mainline changes:
afaf425e796c pwm: Add the pwm_is_enabled() helper
023721c3d067 pwm: atmel: Fix incorrect CDTY value after disabling
cd9fe8adb313 pwm: atmel: Fix incorrect CDTY value after enabling
3f445ca6df1f pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
9a51f622bdc9 pwm: lpss: Select core part automatically
8ee11b6f80ba pwm: lpss: Update PWM setting for Broxton
148228a52c2d pwm: lpss: Remove ->free() callback
e20d95bcd0b3 pwm: lpss: Add support for runtime PM
b2248acf6f8b pwm: lpss: Add more Intel Broxton IDs
85e8566bd241 pwm: lpss: Support all four PWMs on Intel Broxton
1bcdcb6275bf pwm: lpss: Add support for multiple PWMs
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb')
-rw-r--r-- | meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 2b52aa56f2..48f9f08957 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "6b39da48a67a738eca3024c86ff977d5b6ba02dd" +SRCREV_machine ?= "23325988c373852d75515cfa9582681a036d1bfd" SRCREV_meta ?= "b9023d4c8fbbb854c26f158a079a5f54dd61964d" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ |