/* * A V4L2 driver for OmniVision OV7670 cameras. * * Copyright 2010 One Laptop Per Child * * This file may be distributed under the terms of the GNU General * Public License, version 2. */ #ifndef __OV7670_H #define __OV7670_H struct ov7670_config { int min_width; /* Filter out smaller sizes */ int min_height; /* Filter out smaller sizes */ int clock_speed; /* External clock speed (MHz) */ bool use_smbus; /* Use smbus I/O instead of I2C */ bool pll_bypass; /* Choose whether to bypass the PLL */ bool pclk_hb_disable; /* Disable toggling pixclk during horizontal blanking */ }; #endif 'net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/tools/perf
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-17 10:34:44 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2017-01-17 10:34:44 +0100
commit833674a45ec7506f67eca93d51741ba5bc9c93f9 (patch)
tree811bfd2b26f624249372a8c168d03ea0b109ab0a /tools/perf
parent49def1853334396f948dcb4cedb9347abb318df5 (diff)
parentefe357f4633a12ca89bdf9bbdd8aaf5a7a0cc3c0 (diff)
Merge tag 'fixes-for-v4.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linus
Felipe writes: usb: fixes for v4.10-rc5 One memory leak fix on the atmel UDC. Several fixes for dwc2. A fix on composite.c to use usb_ep_free_request() when freeing struct usb_request.
Diffstat (limited to 'tools/perf')