Commit Graph

2 Commits

Author SHA1 Message Date
Yoshitaka Seto f86ef1070e libion: convert a header file using update_all.py
ion_4.12.h is ported from old Linux Kernel Driver.
According to the header comment, this is licensed under GPLv2.
This header is referred from ion.c.

To clarify license matter just in case, let's convert it using
update_all.py in bionic repository.

The original header is moved under original-kernel-headers/linux
directory.

Found this during FOSSID trial.

Test: build and boot
Change-Id: Iabd46f33968a0fbce14a501238730714c4f2cfc6
Signed-off-by: Yoshitaka Seto <yoshitaka.seto@sony.com>
2019-04-24 07:02:42 +00:00
Laura Abbott 89b8de2994 libion: add 4.12+ kernel headers for forward compatibility
v4.12+ mainline kernels have an updated ION ABI. This patch introduces
the changes in a new temporary file to co-exist for older kernels.

This will ensure no change for existing libion users using older kernels.

Test: validated with hikey gralloc

Signed-off-by: Laura Abbott <labbott@redhat.com>
Signed-off-by: Sumit Semwal <sumit.semwal@linaro.org>
  [sumits: moved the headers into new file]

Change-Id: Iea1dc74991cd6a263f370c288ce65d54a3dade87
2017-08-10 09:30:38 +05:30