summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* media: mxl5005s: Make array RegAddr static constColin Ian King2022-10-241-1/+1
* media: atomisp: Fix spelling mistake "modee" -> "mode"Colin Ian King2022-10-241-1/+1
* media: meson/vdec: always init coef_node_startHans Verkuil2022-10-241-2/+1
* media: amphion: reset instance if it's aborted before codec header parsedMing Qian2022-10-241-3/+10
* vivid: add INTEGER and INTEGER64 test control arraysHans Verkuil2022-10-241-0/+28
* media: coda: jpeg: Add check for kmallocJiasheng Jiang2022-10-241-2/+8
* media: v4l2-ctrls: Fix off-by-one error in integer menu control checkLaurent Pinchart2022-10-241-1/+1
* media: mediatek: vcodec: Skip unsupported h264 encoder profileIrui Wang2022-10-241-1/+4
* media: stm32: dcmi: Remove redundant dev_err callShang XiaoJing2022-10-241-3/+1
* media: aspeed: use DEFINE_SHOW_ATTRIBUTE to simplify codeLiu Shixin2022-10-241-14/+2
* media: zoran: remove unused declarations in zoran_device.hGaosheng Cui2022-10-241-2/+0
* bttv: remove unused tea5757_set_freq declarationGaosheng Cui2022-10-241-1/+0
* cx25821: remove unused cx25821_video_wakeup() declarationGaosheng Cui2022-10-241-3/+0
* saa7164: remove unused saa7164_call_i2c_clients declarationGaosheng Cui2022-10-241-2/+0
* media: saa7134: remove unused declarations in saa7134.hGaosheng Cui2022-10-241-4/+0
* media: cxd2820r: remove unused cxd2820r_debug declarationGaosheng Cui2022-10-241-2/+0
* media: dvb-frontends: remove unused drx_dap_fasi_funct_g declarationGaosheng Cui2022-10-241-2/+0
* Revert "mfd: syscon: Remove repetition of the regmap_get_val_endian()"Jason A. Donenfeld2022-10-231-0/+8
* Merge tag 'x86_urgent_for_v6.0_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-10-231-15/+41
|\
| * hwmon/coretemp: Handle large core ID valueZhang Rui2022-10-171-15/+41
* | Merge tag 'hwmon-for-v6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-10-232-2/+6
|\ \
| * | hwmon: (corsair-psu) Add USB id of the new HX1500i psuWilken Gottwalt2022-10-221-0/+1
| * | hwmon: (pwm-fan) Explicitly switch off fan power when setting pwm1_enable to 0Matthias Schiffer2022-10-171-1/+4
| * | hwmon: (corsair-psu) fix typo in USB id descriptionWilken Gottwalt2022-10-171-1/+1
| |/
* | Merge tag 'i2c-for-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-236-16/+12
|\ \
| * | i2c: mlxbf: depend on ACPI; clean away ifdeffageAdam Borowski2022-10-212-9/+1
| * | i2c: fix spelling typos in commentsJiangshan Yi2022-10-202-2/+2
| * | i2c: qcom-cci: Fix ordering of pm_runtime_xx and i2c_add_adapterBryan O'Donoghue2022-10-191-5/+8
| * | i2c: xiic: Add platform module aliasMartin Tůma2022-10-191-0/+1
| |/
* | Merge tag 'pci-v6.1-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-10-231-3/+8
|\ \
| * | Revert "PCI: tegra: Use PCI_CONF1_EXT_ADDRESS() macro"Jon Hunter2022-10-171-3/+8
| |/
* | Merge tag 'media/v6.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2022-10-23115-3774/+2779
|\ \
| * \ Merge fixes into media_stageMauro Carvalho Chehab2022-09-276-17/+33
| |\ \
| * | | media: sun6i-csi: Move csi buffer definition to main header filePaul Kocialkowski2022-09-242-8/+9
| * | | media: sun6i-csi: Introduce and use video helper functionsPaul Kocialkowski2022-09-241-18/+28
| * | | media: sun6i-csi: Add media ops with link notify callbackPaul Kocialkowski2022-09-241-0/+8
| * | | media: sun6i-csi: Remove controls handler from the driverPaul Kocialkowski2022-09-243-20/+1
| * | | media: sun6i-csi: Register the media device after creationPaul Kocialkowski2022-09-241-1/+8
| * | | media: sun6i-csi: Pass and store csi device directly in video codePaul Kocialkowski2022-09-243-51/+57
| * | | media: sun6i-csi: Tidy up video codePaul Kocialkowski2022-09-243-246/+285
| * | | media: sun6i-csi: Tidy up v4l2 codePaul Kocialkowski2022-09-241-47/+66
| * | | media: sun6i-csi: Tidy up KconfigPaul Kocialkowski2022-09-241-5/+7
| * | | media: sun6i-csi: Use runtime pm for clocks and resetPaul Kocialkowski2022-09-242-26/+60
| * | | media: sun6i-csi: Define and use variant to get module clock ratePaul Kocialkowski2022-09-242-12/+39
| * | | media: sun6i-csi: Always set exclusive module clock ratePaul Kocialkowski2022-09-241-13/+41
| * | | media: sun6i-csi: Tidy up platform codePaul Kocialkowski2022-09-242-46/+56
| * | | media: sun6i-csi: Refactor main driver data structuresPaul Kocialkowski2022-09-244-227/+229
| * | | media: sun6i-csi: Define and use driver name and (reworked) descriptionPaul Kocialkowski2022-09-242-8/+9
| * | | media: cedrus: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski2022-09-241-0/+1
| * | | media: sun8i-rotate: Add a Kconfig dependency on RESET_CONTROLLERPaul Kocialkowski2022-09-241-1/+1