/* * mx2-cam.h - i.MX27/i.MX25 camera driver header file * * Copyright (C) 2003, Intel Corporation * Copyright (C) 2008, Sascha Hauer * Copyright (C) 2010, Baruch Siach * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA. */ #ifndef __MACH_MX2_CAM_H_ #define __MACH_MX2_CAM_H_ #define MX2_CAMERA_EXT_VSYNC (1 << 1) #define MX2_CAMERA_CCIR (1 << 2) #define MX2_CAMERA_CCIR_INTERLACE (1 << 3) #define MX2_CAMERA_HSYNC_HIGH (1 << 4) #define MX2_CAMERA_GATED_CLOCK (1 << 5) #define MX2_CAMERA_INV_DATA (1 << 6) #define MX2_CAMERA_PCLK_SAMPLE_RISING (1 << 7) /** * struct mx2_camera_platform_data - optional platform data for mx2_camera * @flags: any combination of MX2_CAMERA_* * @clk: clock rate of the csi block / 2 */ struct mx2_camera_platform_data { unsigned long flags; unsigned long clk; }; #endif /* __MACH_MX2_CAM_H_ */ .6.21.y Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-06-07objtool: Get rid of reloc->jump_table_startJosh Poimboeuf
2023-06-07objtool: Get rid of reloc->addendJosh Poimboeuf
2023-06-07objtool: Get rid of reloc->typeJosh Poimboeuf
2023-06-07objtool: Get rid of reloc->offsetJosh Poimboeuf
2023-06-07objtool: Get rid of reloc->idxJosh Poimboeuf
2023-06-07objtool: Get rid of reloc->listJosh Poimboeuf
2023-06-07objtool: Add for_each_reloc()Josh Poimboeuf
2023-06-07objtool: Add elf_create_section_pair()Josh Poimboeuf
2023-06-07objtool: Add mark_sec_changed()Josh Poimboeuf
2023-06-07objtool: Fix reloc_hash sizeJosh Poimboeuf
2023-06-07objtool: Consolidate rel/rela handlingJosh Poimboeuf
2023-06-07objtool: Improve reloc namingJosh Poimboeuf
2023-06-07objtool: Remove flags argument from elf_create_section()Josh Poimboeuf
2023-06-07objtool: Tidy elf.hJosh Poimboeuf
2023-05-16objtool: Limit unreachable warnings to once per functionJosh Poimboeuf
2023-04-14objtool: Add symbol iteration helpersJosh Poimboeuf
2023-02-01objtool: Optimize layout of struct symbolThomas Weißschuh
2023-02-01objtool: Allocate multiple structures with calloc()Thomas Weißschuh
2022-12-19Merge tag 'powerpc-6.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2022-11-18objtool: Use target file class size instead of a compiled constantChristophe Leroy
2022-11-05objtool: Optimize elf_dirty_reloc_sym()Peter Zijlstra
2022-11-01objtool: Add option to generate prefix symbolsPeter Zijlstra
2022-11-01objtool: Avoid O(bloody terrible) behaviour -- an ode to libelfPeter Zijlstra
2022-10-17objtool: Fix find_{symbol,func}_containing()Peter Zijlstra
2022-10-17objtool: Track init sectionPeter Zijlstra
2022-06-27x86,objtool: Create .return_sitesPeter Zijlstra
2022-05-20objtool: Fix objtool regression on x32 systemsMikulas Patocka
2022-04-22objtool: Remove --lto and --vmlinux in favor of --linkJosh Poimboeuf
2022-04-22objtool: Fix type of reloc::addendPeter Zijlstra
2022-03-15objtool: Ignore extra-symbol codePeter Zijlstra
2021-12-09objtool, kcsan: Remove memory barrier instrumentation from noinstrMarco Elver
2021-10-28objtool,x86: Replace alternatives with .retpoline_sitesPeter Zijlstra
2021-10-28objtool: Classify symbolsPeter Zijlstra
2021-10-07Merge branch 'objtool/urgent'Peter Zijlstra
2021-10-05objtool: Remove redundant 'len' field from struct sectionJoe Lawrence
2021-09-17objtool: Support pv_opsindirect calls for noinstrPeter Zijlstra
2021-06-14objtool: Improve reloc hash size guestimatePeter Zijlstra
2021-05-12objtool: Rewrite hashtable sizingPeter Zijlstra
2021-04-02objtool: Add elf_create_undef_symbol()Peter Zijlstra
2021-04-02objtool: Create reloc sections implicitlyPeter Zijlstra
2021-04-02objtool: Add elf_create_reloc() helperPeter Zijlstra
2021-04-02objtool: Rework the elf_rebuild_reloc_section() logicPeter Zijlstra
2021-01-13objtool: Rework header include pathsVasily Gorbik