On 19-04-19, 14:46, Pierre-Louis Bossart wrote:
> The mechanism should be
>
> config CODEC_XYX_SDW
>depends on SOUNDWIRE
>select REGMAP_SOUNDWIRE
>
> config REGMAP_SOUNDWIRE
>select SOUNDWIRE_BUS
>
> SOUNDWIRE_BUS can be independently selected by the SOC driver. The SOC
>
We need to set minimum bclk 64x of wclk as this is hw constraint in one
of the component used.
Since, clk_set_rate and clk is enabled in machine driver the
clk_set_rate in hw_params of da7219 fails and errors out and when it
tries to override the value.
In cases like these not only clk_set_rate of
Below is the list of build error/warning regressions/improvements in
v5.1-rc6[1] compared to v5.0[2].
Summarized:
- build errors: +1/-1
- build warnings: +138/-108
JFYI, when comparing v5.1-rc6[1] to v5.1-rc5[3], the summaries are:
- build errors: +0/-0
- build warnings: +62/-63
Happy fi
Currently, the cpuidle governors determine what idle state a idling CPU
should enter into based on heuristics that depend on the idle history on
that CPU. Given that no predictive heuristic is perfect, there are cases
where the governor predicts a shallow idle state, hoping that the CPU will
be bus
Currently, the cpuidle governors determine what idle state a idling CPU
should enter into based on heuristics that depend on the idle history on
that CPU. Given that no predictive heuristic is perfect, there are cases
where the governor predicts a shallow idle state, hoping that the CPU will
be bus
Expose Intel V2 Extended Topology Enumeration Leaf to guest only when
host system has multiple software-visible die within each package.
Signed-off-by: Like Xu
---
arch/x86/kvm/cpuid.c | 13 +
1 file changed, 13 insertions(+)
diff --git a/arch/x86/kvm/cpuid.c b/arch/x86/kvm/cpuid.c
In case of NTB crosslink topology, the setting of shared memory window in
the virtual partition doesn't reset on peer's reboot. So skip the
unnecessary re-setup of shared memory window for that case.
Signed-off-by: Wesley Sheng
Reviewed-by: Logan Gunthorpe
---
drivers/ntb/hw/mscc/ntb_hw_switcht
From: Joey Zhang
Switchtec does not support setting multiple MWs simultaneously. The
driver takes a hardware lock to ensure that two peers are not doing this
simultaneously and it fails if someone else takes the lock. In most
cases, this is fine as clients only setup the MWs once on one side of
Hi, Everyone,
This patch series remove redundant steps and fix one bug of the
ntb_hw_switchtec module.
When a re-initialization is caused by a link event, the driver will
re-setup the shared memory windows. But at that time, the shared memory
is still valid, and it's unnecessary to free, realloc
From: Joey Zhang
When a re-initialization is caused by a link event, the driver will
re-setup the shared memory window. But at that time, the shared memory
is still valid, and it's unnecessary to free, reallocate and then
initialize it again. We only need to reconfigure the hardware
registers. Re
Hi, Shawn
Best Regards!
Anson Huang
> -Original Message-
> From: Anson Huang
> Sent: Monday, April 22, 2019 8:52 AM
> To: Shawn Guo
> Cc: stefan.wah...@i2se.com; enric.balle...@collabora.com; linux-
> ker...@vger.kernel.org; he...@sntech.de; marc.w.gonza...@free.fr;
> ezequ...@collabora.
On Mon, Apr 22, 2019 at 5:45 AM Shawn Guo wrote:
>
> On Fri, Apr 19, 2019 at 08:20:39PM +, Daniel Baluta wrote:
> > i.MX8MM has 5 SAI instances with the following base
> > addresses according to RM.
> >
> > SAI1 base address: 3001_h
> > SAI2 base address: 3002_h
> > SAI3 base address:
In the following commit, removing SIGKILL from each thread signal mask
and executing "goto fatal" directly will skip the call to
"trace_signal_deliver". At this point, the delivery tracking of the SIGKILL
signal will be inaccurate.
commit cf43a757fd4944 ("signal: Restore the stop PTRACE_EVENT_EXIT
This device uses the SIPODEV SP1064 touchpad, which does not
supply descriptors, so it has to be added to the override
list.
BugLink: https://bugs.launchpad.net/bugs/1825718
Signed-off-by: Kai-Heng Feng
---
drivers/hid/i2c-hid/i2c-hid-dmi-quirks.c | 8
1 file changed, 8 insertions(+)
d
101 - 114 of 114 matches
Mail list logo