Re: [PATCH 1/3] staging: android: remove ION_IOC_SYNC

2016-12-16 Thread Matthew Smith
On Fri, Dec 16, 2016 at 03:05:54PM -0800, Laura Abbott wrote: > The 'remove' from that TODO is more than just removing the code. > There's also an implicit 'replace it with something else'. The > work to do this is still ongoing (see some of my latest patches). > NAK for all 3 of these patches

[PATCH 2/3] staging: android: remove ION_IOC_CUSTOM

2016-12-16 Thread Matthew Smith
Remove definition of ION_IOC_CUSTOM from ion.h. Remove usage from compat_ion.c and ion-ioctl.c. Remove item from TOOD file. Signed-off-by: Matthew Smith <matthew@gmail.com> --- drivers/staging/android/TODO | 3 --- drivers/staging/android/ion/compat_ion.

[PATCH 3/3] staging: android: remove compat_get_ion_custom_data

2016-12-16 Thread Matthew Smith
After removing the ION_IOC_CUSTOM case, compat_get_ion_custom_data is no longer required. Signed-off-by: Matthew Smith <matthew@gmail.com> --- drivers/staging/android/ion/compat_ion.c | 16 1 file changed, 16 deletions(-) diff --git a/drivers/staging/andro

[PATCH 1/3] staging: android: remove ION_IOC_SYNC

2016-12-16 Thread Matthew Smith
Remove definition of ION_IOC_CUSTOM from ion.h. Remove usage from compat_ion.c and ion-ioctl.c. Remove item from TODO file. Signed-off-by: Matthew Smith <matthew@gmail.com> --- drivers/staging/android/TODO | 3 --- drivers/staging/android/ion/compat_ion.c | 1 - drivers/s