Searched +full:al5e +full:- +full:1 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/media/allegro,al5e.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Michael Tretter <m.tretter@pengutronix.de>12 description: |-23 - items:24 - const: allegro,al5e-1.125 - const: allegro,al5e26 - items:[all …]
1 // SPDX-License-Identifier: GPL-2.017 #include <linux/mfd/syscon/xlnx-vcu.h>27 #include <media/v4l2-ctrls.h>28 #include <media/v4l2-device.h>29 #include <media/v4l2-event.h>30 #include <media/v4l2-ioctl.h>31 #include <media/v4l2-mem2mem.h>32 #include <media/videobuf2-dma-contig.h>33 #include <media/videobuf2-v4l2.h>35 #include "allegro-mail.h"[all …]
9 -------------------------11 1. Always *test* your changes, however small, on at least 4 or30 ``diff -u`` to make the patch easy to merge. Be prepared to get your40 See Documentation/process/coding-style.rst for guidance here.46 See Documentation/process/submitting-patches.rst for details.57 include a Signed-off-by: line. The current version of this59 Documentation/process/submitting-patches.rst.70 that the bug would present a short-term risk to other users if it76 Documentation/admin-guide/security-bugs.rst for details.81 ---------------------------------------------------[all …]