Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-18 Thread Greg KH
c: One Thousand Gnomes; John Stultz; Colin Cross; Heesub Shin; Mitchel > > Humpherys; linux-kernel@vger.kernel.org > > Subject: Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id > > function > > > > > > > > > > On Sun, 4 Jan 2015 15:11:51

RE: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-18 Thread Tang, Feng
el@vger.kernel.org > Subject: Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id > function > > > > > > > On Sun, 4 Jan 2015 15:11:51 +0800 > > > Feng Tang wrote: > > > > > > > There is user case that user only knows the ion_handl

Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-18 Thread Greg KH
Shin; Mitchel Humpherys; linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function On Sun, 4 Jan 2015 15:11:51 +0800 Feng Tang feng.t...@intel.com wrote: There is user case that user only knows the ion_handle idand

RE: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-18 Thread Tang, Feng
: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function On Sun, 4 Jan 2015 15:11:51 +0800 Feng Tang feng.t...@intel.com wrote: There is user case that user only knows the ion_handle idand needs to get the physical addr and len. So add this wrapper to meet

Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-17 Thread Greg KH
> > Cc: Greg KH; John Stultz; Colin Cross; Heesub Shin; Mitchel Humpherys; > > linux-kernel@vger.kernel.org > > Subject: Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id > > function > > > > On Sun, 4 Jan 2015 15:11:51 +0800 > > Feng Tang

Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-17 Thread Greg KH
Shin; Mitchel Humpherys; linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function On Sun, 4 Jan 2015 15:11:51 +0800 Feng Tang feng.t...@intel.com wrote: There is user case that user only knows the ion_handle idand needs

RE: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-05 Thread Tang, Feng
el@vger.kernel.org > Subject: Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id > function > > On Sun, 4 Jan 2015 15:11:51 +0800 > Feng Tang wrote: > > > There is user case that user only knows the ion_handle idand > > needs to get the physical addr and len.

Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-05 Thread One Thousand Gnomes
On Sun, 4 Jan 2015 15:11:51 +0800 Feng Tang wrote: > There is user case that user only knows the ion_handle idand > needs to get the physical addr and len. So add this wrapper to > meet this requirement. What is the in-tree upstream user of this new function ? I don't see one in your patches ?

Re: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-05 Thread One Thousand Gnomes
On Sun, 4 Jan 2015 15:11:51 +0800 Feng Tang feng.t...@intel.com wrote: There is user case that user only knows the ion_handle idand needs to get the physical addr and len. So add this wrapper to meet this requirement. What is the in-tree upstream user of this new function ? I don't see one

RE: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-05 Thread Tang, Feng
: [PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function On Sun, 4 Jan 2015 15:11:51 +0800 Feng Tang feng.t...@intel.com wrote: There is user case that user only knows the ion_handle idand needs to get the physical addr and len. So add this wrapper to meet this requirement

[PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-03 Thread Feng Tang
There is user case that user only knows the ion_handle idand needs to get the physical addr and len. So add this wrapper to meet this requirement. Signed-off-by: Feng Tang --- drivers/staging/android/ion/ion.c | 16 drivers/staging/android/ion/ion.h | 14 ++ 2

[PATCH 1/2] staging: andriod: ion: Add ion_phys_get_by_id function

2015-01-03 Thread Feng Tang
There is user case that user only knows the ion_handle idand needs to get the physical addr and len. So add this wrapper to meet this requirement. Signed-off-by: Feng Tang feng.t...@intel.com --- drivers/staging/android/ion/ion.c | 16 drivers/staging/android/ion/ion.h | 14