From patchwork Wed Dec 19 09:33:54 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Jacopo Mondi X-Patchwork-Id: 58 Return-Path: Received: from relay9-d.mail.gandi.net (relay9-d.mail.gandi.net [217.70.183.199]) by lancelot.ideasonboard.com (Postfix) with ESMTPS id D3E0260B0F for ; Wed, 19 Dec 2018 10:34:02 +0100 (CET) X-Originating-IP: 2.224.242.101 Received: from w540.lan (2-224-242-101.ip172.fastwebnet.it [2.224.242.101]) (Authenticated sender: jacopo@jmondi.org) by relay9-d.mail.gandi.net (Postfix) with ESMTPSA id 66C6BFF81B; Wed, 19 Dec 2018 09:34:02 +0000 (UTC) From: Jacopo Mondi To: libcamera-devel@lists.libcamera.org Date: Wed, 19 Dec 2018 10:33:54 +0100 Message-Id: <1545212036-22541-1-git-send-email-jacopo@jmondi.org> X-Mailer: git-send-email 2.7.4 Subject: [libcamera-devel] [PATCH 0/2] Add headers from Linux v4.19 X-BeenThere: libcamera-devel@lists.libcamera.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Dec 2018 09:34:03 -0000 Add headers from Linux v4.19 and re-name inclusion path for library internal headers. As the two patches have been acked/reviewed, I'm now pushing them as well. Thanks j Jacopo Mondi (2): libcamera: include: Import media.h from Linux v4.19 build: Define library private include path include/linux/README | 2 + include/linux/media.h | 406 ++++++++++++++++++++++++++++++++++++++++++++++ src/libcamera/meson.build | 4 +- 3 files changed, 411 insertions(+), 1 deletion(-) create mode 100644 include/linux/README create mode 100644 include/linux/media.h --- 2.7.4