WSL2-Linux-Kernel/drivers/media/platform/soc_camera
Linus Torvalds 3ea369eea0 Merge branch 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media
Pull media build fixes from Mauro Carvalho Chehab:
 "A series of patches that fix compilation on non-x86 archs.

  While most of them are just build fixes, there are some fixes for real
  bugs, as there are a number of drivers using dynamic stack allocation.
  A few of those might be considered a security risk, if the i2c-dev
  module is loaded, as someone could be sending very long I2C data that
  could potentially overflow the Kernel stack.  Ok, as using /dev/i2c-*
  devnodes usually requires root on usual distros, and exploiting it
  would require a DVB board or USB stick, the risk is not high"

* 'topic/kbuild-fixes-for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media: (28 commits)
  [media] platform drivers: Fix build on frv arch
  [media] lirc_zilog: Don't use dynamic static allocation
  [media] mxl111sf: Don't use dynamic static allocation
  [media] af9035: Don't use dynamic static allocation
  [media] af9015: Don't use dynamic static allocation
  [media] dw2102: Don't use dynamic static allocation
  [media] dibusb-common: Don't use dynamic static allocation
  [media] cxusb: Don't use dynamic static allocation
  [media] v4l2-async: Don't use dynamic static allocation
  [media] cimax2: Don't use dynamic static allocation
  [media] tuner-xc2028: Don't use dynamic static allocation
  [media] tuners: Don't use dynamic static allocation
  [media] av7110_hw: Don't use dynamic static allocation
  [media] stv090x: Don't use dynamic static allocation
  [media] stv0367: Don't use dynamic static allocation
  [media] stb0899_drv: Don't use dynamic static allocation
  [media] dvb-frontends: Don't use dynamic static allocation
  [media] dvb-frontends: Don't use dynamic static allocation
  [media] s5h1420: Don't use dynamic static allocation
  [media] uvc/lirc_serial: Fix some warnings on parisc arch
  ...
2013-11-18 15:10:05 -08:00
..
Kconfig [media] V4L2: soc_camera: Renesas R-Car VIN driver 2013-08-18 09:01:10 -03:00
Makefile [media] V4L2: soc_camera: Renesas R-Car VIN driver 2013-08-18 09:01:10 -03:00
atmel-isi.c [media] atmel-isi: move interface activation and deactivation to clock callbacks 2013-06-21 15:44:23 -03:00
mx1_camera.c [media] mx1-camera: move interface activation and deactivation to clock callbacks 2013-06-21 15:45:20 -03:00
mx2_camera.c [media] mx2-camera: move interface activation and deactivation to clock callbacks 2013-06-21 15:45:06 -03:00
mx3_camera.c [media] mx3-camera: locking cleanup in mx3_videobuf_queue() 2013-09-24 13:33:55 -03:00
omap1_camera.c [media] omap1-camera: move interface activation and deactivation to clock callbacks 2013-06-21 15:38:22 -03:00
pxa_camera.c [media] pxa-camera: move interface activation and deactivation to clock callbacks 2013-06-21 15:36:21 -03:00
rcar_vin.c [media] platform drivers: Fix build on frv arch 2013-11-08 09:45:47 -02:00
sh_mobile_ceu_camera.c [media] sh_mobile_ceu_camera: remove deprecated IRQF_DISABLED 2013-10-31 04:39:52 -02:00
sh_mobile_csi2.c [media] sh_mobile_ceu_camera: add asynchronous subdevice probing support 2013-06-21 16:35:53 -03:00
soc_camera.c [media] V4L2: soc-camera: work around unbalanced calls to .s_power() 2013-10-31 04:38:40 -02:00
soc_camera_platform.c [media] soc-camera: switch I2C subdevice drivers to use v4l2-clk 2013-06-21 16:32:36 -03:00
soc_mediabus.c [media] soc-camera: fix typos in the default format-conversion table 2013-04-14 20:15:43 -03:00
soc_scale_crop.c [media] V4L2: soc-camera: remove several CEU references in the generic scaler 2013-06-28 15:03:38 -03:00
soc_scale_crop.h [media] V4L2: soc-camera: move generic functions into a separate file 2013-06-28 15:03:16 -03:00