[linux-yocto] [PATCH] features/powertop: To provide wakeup/seconds events

2016-07-20 Thread Nilesh Bacchewar
for powertop to provide wakeup/seconds events Signed-off-by: Nilesh Bacchewar --- features/powertop/powertop.cfg | 5 + features/soc/broxton/broxton.scc | 2 ++ 2 files changed, 7 insertions(+) create mode 100644 features/powertop/powertop.cfg diff --git a/features/powertop/powertop.cfg

[linux-yocto] [yocto-kernel-cache] [PATCH] Enable Powertop configs

2016-07-20 Thread Nilesh Bacchewar
Hello Bruce, This is to enable Powertop feature on broxton platform. This patch is targeted for yocto-4.4 branch. Nilesh Bacchewar (1): features/powertop: To provide wakeup/seconds events features/powertop/powertop.cfg | 5 + features/soc/broxton/broxton.scc | 2 ++ 2 files changed, 7

[linux-yocto] dwc3 pm enabling backport for standard/intel/base

2016-07-20 Thread Ernst, Eric
Please consider pull-request listed below. We tested on Grosse Tete and verify proper PM for USB after applying the set. This was rebased onto latest of bxt-rebase, but I think we should consider also for standard/intel/base. Let me know if you have questions/issues. -Eric The following chang

[linux-yocto] [standard/base] mei: drop wr_msg from the mei_dev structure

2016-07-20 Thread Tomas Winkler
From: Alexander Usyskin commit c0ff9019ee64101fda8f19338da799fda8217e14 upstream The control messages are usually small, around 8 bytes, and can be allocated on the stack. Using on stack allocation allows us to drop 'wr_msg' a rather large buffer reserved in the mei_dev structure and relax conte