summaryrefslogtreecommitdiff
path: root/drivers/media/usb/cx231xx
AgeCommit message (Expand)Author
2019-03-01media: usb: fix several typosMauro Carvalho Chehab
2019-02-07media: videobuf: use u64 for the timestamp internallyHans Verkuil
2018-11-20media: vidioc_cropcap -> vidioc_g_pixelaspectHans Verkuil
2018-11-20media: cropcap/g_selection splitHans Verkuil
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-10-09media: cx231xx: fix potential sign-extension overflow on large shiftColin Ian King
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab
2018-08-31media: v4l2-ctrls: v4l2_ctrl_add_handler: add from_other_devHans Verkuil
2018-08-03media: cx231xx: fix spelling mistake: "completition" -> "completion"Colin Ian King
2018-08-02media: cx231xx: use irqsave() in USB's complete callbackSebastian Andrzej Siewior
2018-07-27media: cx231xx: don't check number of messages in the driverWolfram Sang
2018-06-27media: cx231xx: fix RC_CORE dependencyArnd Bergmann
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-11media: usb: cx231xx-417: include linux/slab.h headerAnders Roxell
2018-05-11media: cx231xx: Fix spelling mistake: "senario" -> "scenario"Colin Ian King
2018-05-05media: cx231xx: Fix recursive dependencyBrad Love
2018-05-05media: cx231xx: remove a now unused varMauro Carvalho Chehab
2018-05-05media: cx231xx: Add I2C_MUX dependencyBrad Love
2018-05-05media: cx231xx: Remove RC_CORE dependencyBrad Love
2018-05-05media: cx231xx: Remove unnecessary parameter clearBrad Love
2018-05-05media: cx231xx: Update 955Q from dvb attach to i2c deviceBrad Love
2018-05-05media: cx231xx: Switch to using new dvb i2c helpersBrad Love
2018-05-05media: cx231xx: Ignore an i2c mux adapterBrad Love
2018-05-05media: cx231xx: Style fix for struct zero initBrad Love
2018-05-05media: cx231xx: Use board profile values for addressesBrad Love
2018-05-05media: cx231xx: Fix several incorrect demod addressesBrad Love
2018-05-04media: cx231xx: get rid of videobuf-dvb dependencyMauro Carvalho Chehab
2018-04-20media: cx231xx: Add support for AverMedia DVD EZMaker 7Kai-Heng Feng
2018-04-04media: cx231xx: Increase USB bridge bandwidthBrad Love
2018-03-21media: add tuner standby op, use where neededHans Verkuil
2018-03-07media: cx231xx: Add second i2c demod to Hauppauge 975Brad Love
2018-03-07media: cx231xx: Use constant instead of hard code for maxBrad Love
2018-03-07media: cx231xx: Set mfe_shared if second frontend foundBrad Love
2018-03-07media: cx231xx: Use frontend i2c adapter with tunerBrad Love
2018-03-06media: usb: don't initialize vars if not neededMarkus Elfring
2018-03-06media: cx231xx: Add second i2c demod clientBrad Love
2018-03-06media: cx231xx: Add second frontend optionBrad Love
2018-03-06media: cx231xx: Add support for Hauppauge HVR-975Brad Love
2018-03-06media: cx231xx: Add support for Hauppauge HVR-935CBrad Love
2018-03-06media: s5h14*.h: fix typos for CONTINUOUSMauro Carvalho Chehab
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab
2017-12-28media: don't include drivers/media/i2c at cflagsMauro Carvalho Chehab
2017-12-28media: move dvb kAPI headers to include/mediaMauro Carvalho Chehab
2017-12-18media: v4l2-dev: convert VFL_TYPE_* into an enumMauro Carvalho Chehab
2017-12-12media: cx231xx: Use semicolon after assignment instead of commaMatthias Schwarzott