| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: don't include asm/pgtable.h if linux/mm.h is already included | Mike Rapoport | 2020-06-09 | 1 | -1/+0 |
* | media: v4l2-common: Add BGR666 to v4l2_format_info | Dafna Hirschfeld | 2020-04-14 | 1 | -0/+1 |
* | media: v4l2-common: change the pixel_enc of V4L2_PIX_FMT_GREY to YUV | Dafna Hirschfeld | 2020-04-14 | 1 | -1/+1 |
* | media: v4l2-common: add RGB565 and RGB55 to v4l2_format_info | Benoit Parrot | 2019-10-10 | 1 | -0/+2 |
* | media: v4l2-common: add pixel encoding support | Benoit Parrot | 2019-10-10 | 1 | -63/+63 |
* | media: v4l2-core: move i2c helpers out of v4l2-common.c | Ezequiel Garcia | 2019-08-26 | 1 | -145/+0 |
* | media: v4l2-core: move spi helpers out of v4l2-common.c | Ezequiel Garcia | 2019-08-26 | 1 | -65/+0 |
* | media: v4l2-core: Module re-organization | Ezequiel Garcia | 2019-08-26 | 1 | -4/+0 |
* | media: v4l2-common: add support for new RGB32 pixelformats | Hans Verkuil | 2019-07-30 | 1 | -0/+4 |
* | media: v4l2-common: Add an helper to apply frmsize constraints | Boris Brezillon | 2019-05-29 | 1 | -0/+27 |
* | media: v4l2-common: Fix v4l2_fill_pixfmt[_mp]() prototypes | Boris Brezillon | 2019-05-29 | 1 | -2/+3 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 84 | Thomas Gleixner | 2019-05-24 | 1 | -11/+1 |
* | media: v4l2-common: add bayer formats in v4l2_format_info | Helen Fornazier | 2019-04-22 | 1 | -0/+22 |
* | media: Introduce helpers to fill pixel format structs | Ezequiel Garcia | 2019-04-22 | 1 | -0/+164 |
* | media: v4l2-common: drop v4l2_get_timestamp | Hans Verkuil | 2019-02-07 | 1 | -10/+0 |
* | media: v4l: subdev: Add a function to set an I²C sub-device's name | Sakari Ailus | 2018-09-17 | 1 | -4/+14 |
* | media: v4l2-common: v4l2_spi_subdev_init : generate unique name | Philippe De Muyter | 2018-09-12 | 1 | -1/+2 |
* | media: use strscpy() instead of strlcpy() | Mauro Carvalho Chehab | 2018-09-11 | 1 | -3/+3 |
* | media: v4l: common: Remove v4l2_find_nearest_format | Sakari Ailus | 2018-03-21 | 1 | -26/+0 |
* | media: v4l: common: Add a function to obtain best size from a list | Sakari Ailus | 2018-03-21 | 1 | -0/+30 |
* | media: v4l2-common: create v4l2_g/s_parm_cap helpers | Hans Verkuil | 2018-02-22 | 1 | -0/+48 |
* | media: v4l2-common.h: document helper functions | Mauro Carvalho Chehab | 2017-12-18 | 1 | -14/+0 |
* | media: v4l2-common: get rid of struct v4l2_discrete_probe | Mauro Carvalho Chehab | 2017-12-18 | 1 | -6/+7 |
* | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 2016-12-24 | 1 | -1/+1 |
* | [media] v4l2-common: Delete an unnecessary check before the function call "sp... | Markus Elfring | 2016-08-24 | 1 | -1/+1 |
* | [media] v4l2-common: move v4l2_ctrl_check to cx2341x | Hans Verkuil | 2014-11-25 | 1 | -30/+0 |
* | [media] v4l2-common: remove unused helper functions | Hans Verkuil | 2014-11-25 | 1 | -95/+0 |
* | [media] v4l2-common: fix overflow in v4l_bound_align_image() | Maciej Matraszek | 2014-09-23 | 1 | -6/+3 |
* | [media] v4l2-ctrls: increase internal min/max/step/def to 64 bit | Hans Verkuil | 2014-07-17 | 1 | -1/+5 |
* | media: core: Don't use i2c_client->driver | Lars-Peter Clausen | 2013-10-03 | 1 | -5/+5 |
* | [media] v4l2: move dv-timings related code to v4l2-dv-timings.c | Hans Verkuil | 2013-08-18 | 1 | -357/+0 |
* | [media] V4L2: add a device pointer to struct v4l2_subdev | Guennadi Liakhovetski | 2013-06-21 | 1 | -0/+2 |
* | [media] v4l2-common: remove unused v4l2_chip_match/ident_i2c_client functions | Hans Verkuil | 2013-06-21 | 1 | -46/+1 |
* | [media] v4l2: remove obsolete v4l2_chip_match_host() | Hans Verkuil | 2013-06-21 | 1 | -11/+0 |
* | [media] v4l2: drop V4L2_CHIP_MATCH_SUBDEV_NAME | Hans Verkuil | 2013-04-14 | 1 | -2/+1 |
* | [media] v4l2: add new VIDIOC_DBG_G_CHIP_NAME ioctl | Hans Verkuil | 2013-03-25 | 1 | -1/+4 |
* | [media] v4l2-common: remove obsolete check for ' at the end of a driver name | Hans Verkuil | 2013-03-25 | 1 | -3/+0 |
* | [media] v4l2-common: remove obsolete v4l_fill_dv_preset_info | Hans Verkuil | 2013-03-24 | 1 | -47/+0 |
* | [media] [V2,24/24] v4l2-core/v4l2-common.c: use IS_ENABLED() macro | Peter Senna Tschudin | 2013-02-06 | 1 | -2/+2 |
* | [media] v4l: Helper function for obtaining timestamps | Sakari Ailus | 2012-12-21 | 1 | -0/+10 |
* | [media] v4l2-common: h_bp var is unused at v4l2_detect_gtf() | Mauro Carvalho Chehab | 2012-10-28 | 1 | -2/+1 |
* | [media] v4l2: spi modalias is an array | Alan Cox | 2012-09-27 | 1 | -1/+1 |
* | [media] v4l2-common: add CVT and GTF detection functions | Hans Verkuil | 2012-09-13 | 1 | -0/+325 |
* | [media] v4l2-common: add v4l_match_dv_timings | Hans Verkuil | 2012-09-13 | 1 | -0/+33 |
* | [media] v4l: move v4l2 core into a separate directory | Mauro Carvalho Chehab | 2012-08-13 | 1 | -0/+623 |