A: http://en.wikipedia.org/wiki/Top_post
Q: Were do I find info about this thing called top-posting?
A: Because it messes up the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing in e-mail?
A: No.
Q: Should I includ
From: Dongdong Yang
This patch provides USF(User Sensitive Feedback factor) auxiliary
cpufreq governor to support high level layer sysfs inodes setting
for utils adjustment purpose from the identified scenario on portable
equipment. Because the power consumption and UI response are more cared
for
From: Dongdong Yang
The power consumption and UI response are more cared for by the portable
equipment users. USF(User Sensitive Feedback factor) auxiliary cpufreq
governor is providing more utils adjustment settings to the high level
by scenario identification.
From the view of portable equipme
Add a new sensor framework into linux kernel which can support multi client
request sensor data.
There are the following features:
1.Ringbuffer between manager and client;
2.Kernel space user interface;
3.User space user interface with syscall;
4.Each client hang detect mechanism;
On Tue, Aug 04, 2020 at 03:50:35PM +0800, Dongdong Yang wrote:
Comments on code stuff only, not if this is actually a valid thing to be
doing at all:
> --- /dev/null
> +++ b/kernel/sched/usf.c
> @@ -0,0 +1,294 @@
> +// SPDX-License-Identifier: GPL-2.0
> +/*
> + * Copyright (C) 2020 XiaoMi Inc.
>
On Tue, Aug 04, 2020 at 03:52:49PM +0800, hongxu.zhao wrote:
> Add a new sensor framework into linux kernel which can support multi client
> request sensor data.
> There are the following features:
> 1.Ringbuffer between manager and client;
> 2.Kernel space user interface;
> 3.User spa
Ich habe eine Spende von 5,5 Millionen Euro für Sie. Bitte antworten Sie.
___
devel mailing list
de...@linuxdriverproject.org
http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel
On Tue, Aug 04, 2020 at 03:50:35PM +0800, Dongdong Yang wrote:
> +What:/sys/devices/system/cpu/sched_usf
> + /sys/devices/system/cpu/sched_usf/sched_usf_non_ux_r
> + /sys/devices/system/cpu/sched_usf/sched_usf_up_l0_r
> + /sys/devices/system/cpu/
The "err" variable is not meaningful so there is no need to print it.
It's uninitialized on the first iteration through the loop.
Fixes: 510e340efe0c ("staging: greybus: audio: Add helper APIs for dynamic
audio modules")
Signed-off-by: Dan Carpenter
---
drivers/staging/greybus/audio_helper.c |
Hi "hongxu.zhao",
Thank you for the patch! Yet something to improve:
[auto build test ERROR on staging/staging-testing]
url:
https://github.com/0day-ci/linux/commits/hongxu-zhao/staging-Add-Mediatek-High-Frequency-Manager-Framework/20200804-155814
base: https://git.kernel.o
Hi Dongdong
On 08/04/20 15:50, Dongdong Yang wrote:
> +What:/sys/devices/system/cpu/sched_usf
> + /sys/devices/system/cpu/sched_usf/sched_usf_non_ux_r
> + /sys/devices/system/cpu/sched_usf/sched_usf_up_l0_r
> + /sys/devices/system/cpu/sched_usf/s
On Sat, 25 Jul 2020 at 10:06, Ard Biesheuvel wrote:
>
> On Sat, 18 Jul 2020 at 11:18, Ard Biesheuvel wrote:
> >
> > On Fri, 3 Jul 2020 at 02:04, Ard Biesheuvel wrote:
> > >
> > > On Thu, 2 Jul 2020 at 20:21, Ard Biesheuvel wrote:
> > > >
> > > > On Thu, 2 Jul 2020 at 19:50, Eric Biggers wrote:
let's use usb_find_common_endpoints() to discover endpoints, it does all
necessary checks for type and xfer direction
remove memset() in hfa384x_create(), because we now assign endpoints in
prism2sta_probe_usb() and because create_wlan() uses kzalloc() to
allocate hfa384x struct before calling hfa
From: Aditya Bansal
Subject: [PATCH] fixed typo in driver/staging/wfx/hif_tx.c file
Correct the spelling of function
Signed-off-by: Aditya Bansal
---
diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/staging/wfx/hif_tx.c
index 5110f9b93762..6a485fa5b72b 100644
--- a/drivers/staging/wfx/hif_
On 8/4/20 7:58 AM, Aditya Bansal wrote:
> From: Aditya Bansal
>
> Subject: [PATCH] fixed typo in driver/staging/wfx/hif_tx.c file
>
> Correct the spelling of function
>
> Signed-off-by: Aditya Bansal
> ---
>
> diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/staging/wfx/hif_tx.c
> index 51
On 8/4/20 12:50 AM, Dongdong Yang wrote:
> From: Dongdong Yang
>
> ---
>
> diff --git a/Documentation/ABI/testing/sysfs-devices-system-cpu
> b/Documentation/ABI/testing/sysfs-devices-system-cpu
> index b555df8..e299418 100644
> --- a/Documentation/ABI/testing/sysfs-devices-system-cpu
> +++ b/Do
On Tue, 2020-08-04 at 08:24 -0700, Randy Dunlap wrote:
> On 8/4/20 7:58 AM, Aditya Bansal wrote:
> > From: Aditya Bansal
> >
> > Subject: [PATCH] fixed typo in driver/staging/wfx/hif_tx.c file
> >
> > Correct the spelling of function
> >
> > Signed-off-by: Aditya Bansal
> > ---
> >
> > diff -
Should I correct all the instances of the "careful" and submit the
patch including both "carefull" and "function" word correct? or only
for the "carefull"? I have already submitted one for the "funcion"
word.
On Tue, Aug 4, 2020 at 9:13 PM Joe Perches wrote:
>
> On Tue, 2020-08-04 at 08:24 -0700,
On Tue, 2020-08-04 at 16:07 +0530, Aditya Bansal wrote:
> Should I correct all the instances of the "careful" and submit the
> patch including both "carefull" and "function" word correct? or only
> for the "carefull"? I have already submitted one for the "funcion"
> word.
I suggest submitting a V2
On Tue, Aug 4, 2020 at 3:46 PM Dan Carpenter wrote:
>
> The "err" variable is not meaningful so there is no need to print it.
> It's uninitialized on the first iteration through the loop.
>
> Fixes: 510e340efe0c ("staging: greybus: audio: Add helper APIs for dynamic
> audio modules")
> Signed-off
From: Aditya Bansal
Subject: [PATCH v2] fixed typo in driver/staging/wfx/hif_tx.c file
Correct the spelling of word function and careful
Signed-off-by: Aditya Bansal
---
diff --git a/drivers/staging/wfx/hif_tx.c b/drivers/staging/wfx/hif_tx.c
index 5110f9b93762..fc12f9dcefce 100644
--- a/driv
Hello,
My name is Ms. Reem Ebrahim Al-Hashimi, I am the "Minister of state and
Petroleum" also "Minister of State for International Cooperation" in UAE. I
write to solicit for your partnership in claiming of {us$90=Million} from a
Financial Home in Cambodia.
The Fund {us$90=Million} is my share f
22 matches
Mail list logo