aboutsummaryrefslogtreecommitdiff
path: root/drivers/media/pci
AgeCommit message (Expand)AuthorFilesLines
2023-08-10media: ipu-bridge: Add a parse_sensor_fwnode callback to ipu_bridge_init()Hans de Goede3-7/+16
2023-08-10media: ipu-bridge: Drop early setting of sensor->adevHans de Goede1-5/+0
2023-08-10media: ipu-bridge: Add a ipu_bridge_parse_ssdb() helper functionHans de Goede2-45/+59
2023-08-10media: ipu-bridge: Only keep PLD around while parsingHans de Goede2-22/+27
2023-08-10media: ipu-bridge: Store dev pointer in struct ipu_bridgeHans de Goede2-8/+8
2023-08-10media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_s...Hans de Goede3-12/+10
2023-08-10media: ipu-bridge: Move initialization of node_names.vcm to ipu_bridge_init_s...Hans de Goede1-7/+7
2023-08-10media: ipu-bridge: Do not use on stack memory for software_node.name fieldHans de Goede2-4/+4
2023-08-10media: ipu-bridge: Fix null pointer deref on SSDB/PLD parsing warningsHans de Goede1-0/+5
2023-08-10media: cx23885: debug cosmeticsMariusz Bialonczyk1-3/+3
2023-08-10media: pci: ipu3-cio2: Initialise timing struct to avoid a compiler warningSakari Ailus1-1/+1
2023-08-10media: ipu3-cio2: allow ipu_bridge to be a module againArnd BergmannArnd Bergmann3-16/+28
2023-08-10media: v4l: async: Set v4l2_device and subdev in async notifier initSakari Ailus1-2/+2
2023-07-28media: v4l: async: Rework internal listsSakari Ailus1-1/+1
2023-07-28media: v4l: async: Rename v4l2_async_subdev as v4l2_async_connectionSakari Ailus1-5/+5
2023-07-28media: v4l: async: Clean up list heads and entriesSakari Ailus1-1/+1
2023-07-25media: pci: saa7164: replace BUG with error returnHans Verkuil1-1/+1
2023-07-25media: pci: cx23885: replace BUG with error returnHans Verkuil1-1/+1
2023-07-25media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+0
2023-07-24media: Remove flag FBINFO_FLAG_DEFAULT from fbdev driversThomas Zimmermann1-1/+0
2023-07-19drivers: saa7164: remove duplicate assignmentsMinjie Du1-1/+0
2023-07-19media: cx18: remove unnecessary (void*) conversionsYu Zhe2-2/+2
2023-07-19media: ttpci: remove unnecessary (void*) conversionsYu Zhe4-45/+45
2023-07-14media: ipu3-cio2: rename ipu3-cio2-main.c back to ipu3-cio2.cBingbu Cao2-2/+0
2023-07-14media: ipu-bridge: use IPU_MAX_PORTS for bridge instead of CIO2_NUM_PORTSBingbu Cao2-4/+3
2023-07-14media: ipu3-cio2: rename cio2 bridge to ipu bridge and move out of ipu3Bingbu Cao9-143/+147
2023-07-14media: pci: cx23885: fix error handling for cx23885 ATSC boardsNikolay Burykin1-12/+0
2023-07-05Merge tag 'media/v6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds8-27/+24
2023-06-28media: add HAS_IOPORT dependenciesNiklas Schnelle1-1/+1
2023-06-19Backmerge tag 'v6.4-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/tor...Dave Airlie1-9/+10
2023-06-09media: pci: tw686x: no need to check 'next'Hans Verkuil1-1/+1
2023-05-26media: pci: cx18-av-vbi: Replace one-element array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-05-25media: ipu3-cio2: Fix container_of() macro wrapper argumentsSakari Ailus1-1/+2
2023-05-25media: pci: ipu3-cio2: Obtain remote pad from endpointSakari Ailus1-16/+12
2023-05-25media: pci: remove unnecessary (void*) conversionsSu Hui4-7/+7
2023-05-14media: netup_unidvb: fix irq init by register it at the end of probeWei Chen1-8/+9
2023-05-14media: netup_unidvb: fix use-after-free at del_timer()Duoming Zhou1-1/+1
2023-05-09Merge drm/drm-next into drm-misc-nextMaxime Ripard37-1762/+490
2023-05-08fbdev: Validate info->screen_{base, buffer} in fb_ops implementationsThomas Zimmermann1-0/+3
2023-05-08fbdev: Don't re-validate info->state in fb_ops implementationsThomas Zimmermann1-3/+0
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2023-04-25Merge tag 'gpio-updates-for-v6.4' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+7
2023-04-15media: pci: saa7146: advertise only those TV standard that are supportedHans Verkuil3-21/+24
2023-04-15media: mxb: allow tuner/input/audio ioctls for vbiHans Verkuil1-0/+11
2023-04-15media: mxb: update the tvnorms when changing inputHans Verkuil1-0/+3
2023-04-15media: saa7146: convert to vb2Hans Verkuil1-10/+0
2023-04-15media: saa7146: drop 'dev' and 'resources' from struct saa7146_fhHans Verkuil4-17/+17
2023-04-15media: pci: saa7146: hexium_orion: initialize input 0Hans Verkuil1-0/+1
2023-04-12media: Use designated initializers for all subdev pad opsLaurent Pinchart1-2/+3
2023-04-12media: Zero-initialize all structures passed to subdev pad operationsLaurent Pinchart2-6/+11