linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCHv3 0/2] New Ion query ioctl
@ 2016-09-07 18:49 Laura Abbott
  2016-09-07 18:49 ` [PATCHv3 1/2] staging: android: ion: Pull out ion ioctls to a separate file Laura Abbott
  2016-09-07 18:49 ` [PATCHv3 2/2] staging: android: ion: Add ioctl to query available heaps Laura Abbott
  0 siblings, 2 replies; 6+ messages in thread
From: Laura Abbott @ 2016-09-07 18:49 UTC (permalink / raw)
  To: Sumit Semwal, John Stultz, Greg Kroah-Hartman,
	Arve Hjønnevåg, Riley Andrews, Brian Starkey
  Cc: Laura Abbott, Daniel Vetter, linaro-mm-sig, devel, linux-kernel,
	Eun Taik Lee, Liviu Dudau, Jon Medhurst, Mitchel Humpherys,
	Jeremy Gebben, Bryan Huntsman, Android Kernel Team, Chen Feng


Hi,

This is v3 of the previous series. The scope continues to shrink. The ABI
ioctl was dropped after discussion about how it creates more problems than
it actually solves. This is mostly a rebase to staging-next with some
refactoring from not having the ABI ioctl. There was some discussion about
ion_dummy cleanup but I've decided to have that be a separate patch.

Laura Abbott (2):
  staging: android: ion: Pull out ion ioctls to a separate file
  staging: android: ion: Add ioctl to query available heaps

 drivers/staging/android/ion/Makefile    |   3 +-
 drivers/staging/android/ion/ion-ioctl.c | 177 +++++++++++++++++++++++++
 drivers/staging/android/ion/ion.c       | 227 ++++++--------------------------
 drivers/staging/android/ion/ion_priv.h  |  94 +++++++++++++
 drivers/staging/android/uapi/ion.h      |  39 ++++++
 5 files changed, 349 insertions(+), 191 deletions(-)
 create mode 100644 drivers/staging/android/ion/ion-ioctl.c

-- 
2.7.4

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-09-08  0:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-07 18:49 [PATCHv3 0/2] New Ion query ioctl Laura Abbott
2016-09-07 18:49 ` [PATCHv3 1/2] staging: android: ion: Pull out ion ioctls to a separate file Laura Abbott
2016-09-07 19:38   ` [Linaro-mm-sig] " Arnd Bergmann
2016-09-07 18:49 ` [PATCHv3 2/2] staging: android: ion: Add ioctl to query available heaps Laura Abbott
2016-09-07 19:37   ` [Linaro-mm-sig] " Arnd Bergmann
2016-09-08  0:14     ` Laura Abbott

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).