Re: [PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-07 Thread Greg Kroah-Hartman
On Fri, Aug 07, 2020 at 02:30:29PM +0800, hongxu.zhao wrote: > On Thu, 2020-08-06 at 12:53 +0200, Greg Kroah-Hartman wrote: > > On Thu, Aug 06, 2020 at 04:32:28PM +0800, hongxu.zhao wrote: > > > On Tue, 2020-08-04 at 10:11 +0200, Greg Kroah-Hartman wrote: > > > > On Tue, Aug 04, 2020 at 03:52:49PM

Re: [PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-07 Thread hongxu . zhao
On Thu, 2020-08-06 at 12:53 +0200, Greg Kroah-Hartman wrote: > On Thu, Aug 06, 2020 at 04:32:28PM +0800, hongxu.zhao wrote: > > On Tue, 2020-08-04 at 10:11 +0200, Greg Kroah-Hartman wrote: > > > On Tue, Aug 04, 2020 at 03:52:49PM +0800, hongxu.zhao wrote: > > > > Add a new sensor framework into

Re: [PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-06 Thread Greg Kroah-Hartman
On Thu, Aug 06, 2020 at 04:32:28PM +0800, hongxu.zhao wrote: > On Tue, 2020-08-04 at 10:11 +0200, Greg Kroah-Hartman wrote: > > 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.

Re: [PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-06 Thread hongxu . zhao
On Tue, 2020-08-04 at 10:11 +0200, Greg Kroah-Hartman wrote: > 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

Re: [PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-04 Thread kernel test robot
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:

Re: [PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-04 Thread Greg Kroah-Hartman
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

[PATCH] staging: Add Mediatek High Frequency Manager Framework

2020-08-04 Thread hongxu . zhao
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;