summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2020-08-29media: staging: rkisp1: uapi: remove __packedHelen Koike
2020-08-29media: staging: rkisp1: params: don't release lock in isr before buffer is doneDafna Hirschfeld
2020-08-29media: staging: rkisp1: params: use rkisp1_param_set_bits to set reg in isrDafna Hirschfeld
2020-08-29media: staging: rkisp1: call params isr only upon frame outDafna Hirschfeld
2020-08-29media: staging: rkisp1: change type of fields in 'rkisp1_cif_isp_lsc_config' ...Dafna Hirschfeld
2020-08-29media: staging: rkisp1: replace two identical macros with oneDafna Hirschfeld
2020-08-29media: staging: rkisp1: set "*_data_tbl" fields in rkisp1_cif_isp_lsc_config ...Dafna Hirschfeld
2020-08-29media: staging: rkisp1: improve documentation of rkisp1-common.hDafna Hirschfeld
2020-08-29media: staging: rkisp1: group declaration of similar functions togetherDafna Hirschfeld
2020-08-29media: staging: rkisp1: remove declaration of unimplemented function 'rkisp1_...Dafna Hirschfeld
2020-08-29media: staging: rkisp1: unify (un)register functions to have the same parametersDafna Hirschfeld
2020-08-29media: staging: rkisp1: don't define vaddr field in rkisp1_buffer as an arrayDafna Hirschfeld
2020-08-29media: staging: rkisp1: improve documentation in file rkisp1-config.hDafna Hirschfeld
2020-08-29media: staging: rkisp1: rename RKISP1_CIF_ISP_STAT_AFM_FIN to RKISP1_CIF_ISP_...Dafna Hirschfeld
2020-08-29media: staging: rkisp1: replace 3 fields 'ct_offset_*' with one arrayDafna Hirschfeld
2020-08-29media: staging: rkisp1: replace 9 coeff* fields with a 3x3 arrayDafna Hirschfeld
2020-08-29media: exynos4-is: Simplify the pinctrl codeSylwester Nawrocki
2020-08-29media: Revert "media: exynos4-is: Add missed check for pinctrl_lookup_state()"Sylwester Nawrocki
2020-08-29media: camss: __video_try_fmt(): don't use hardcoded constantsAndrey Konovalov
2020-08-29media: camss: add support for vidioc_enum_framesizes ioctlAndrey Konovalov
2020-08-29media: camss: Make use of V4L2_CAP_IO_MCAndrey Konovalov
2020-08-29media: rcar-vin: Register media device when all sub-devices boundNiklas Söderlund
2020-08-29media: rcar-vin: Unconditionally unregister notifier on removeNiklas Söderlund
2020-08-29media: tw5864: check status of tw5864_frameinterval_getTom Rix
2020-08-29media: mc-device.c: change media_device_request_alloc to match media_ioctl_infoFrederic Chen
2020-08-29media: staging: tegra-vde: Mark tegra_vde_runtime_suspend/resume as __maybe_u...YueHaibing
2020-08-29media: ttusb-dec: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: media/radio: wl128x: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: sti: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: pxa_camera: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: marvell-ccic: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: tw5864: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: ttpci: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: smipcie: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: ngene: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: mantis: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: bt8xx: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-29media: marvell-ccic: add support for runtime PMLubomir Rintel
2020-08-29media: marvell-ccic: mmp: use generic dev_pm_opsLubomir Rintel
2020-08-29media: marvell-ccic: mmp: get rid of mmpcam_devices listLubomir Rintel
2020-08-29media: cafe-driver: use drvdata instead of back-casting from v4l2_deviceLubomir Rintel
2020-08-29media: fsl-viu: Do not redefine out_be32()/in_be32() for CONFIG_M68KFabio Estevam
2020-08-29media: mtk-vcodec: vdec_vp9_if.c: fix comparison to boolDaniel W. S. Almeida
2020-08-29media: pci: cobalt-i2c.c: fix comparison of 0/1 to bool variableDaniel W. S. Almeida
2020-08-29media: i2c: tda1997x.c: Fix assignment of 0/1 to bool variableDaniel W. S. Almeida
2020-08-29media: i2c: imx219.c: fix assignment of 0/1 to bool variableDaniel W. S. Almeida
2020-08-29media: pci: cx23855-video.c: remove duplicate argument in 'or'Daniel W. S. Almeida
2020-08-29media: dvb-frontends: mb86a16.c: remove useless if/elseDaniel W. S. Almeida
2020-08-29media: usb: dib0700_devices.c: remove useless if/elseDaniel W. S. Almeida
2020-08-29media: pci: saa7164-core.c: replace if (cond) BUG() with BUG_ON()Daniel W. S. Almeida