aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-01media: a few more typos at staging, pci, platform, radio and usbMauro Carvalho Chehab1-1/+1
2019-03-01media: radio: fix several typosMauro Carvalho Chehab2-3/+3
2019-02-18media: wl128x: fix spelling mistake: "Swtich" -> "Switch"Colin Ian King1-1/+1
2019-01-21media: si470x-i2c: Add optional reset-gpio supportPawe? Chmiel2-0/+16
2019-01-21media: si470x-i2c: Use managed resource helpersPawe? Chmiel1-18/+11
2019-01-21media: si470x-i2c: Add device tree supportPawe? Chmiel1-0/+8
2018-09-11media: replace strcpy() by strscpy()Mauro Carvalho Chehab5-6/+6
2018-09-11media: use strscpy() instead of strlcpy()Mauro Carvalho Chehab25-90/+92
2018-08-08media: radio-wl1273: fix return code for the polling routineMauro Carvalho Chehab1-1/+1
2018-07-27media: si4713: don't check number of messages in the driverWolfram Sang1-3/+0
2018-06-15media: v4l: fix broken video4linux docs locationsMauro Carvalho Chehab2-6/+6
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab2-2/+2
2018-06-05media: media/radio/Kconfig: add back RADIO_ISAHans Verkuil1-0/+1
2018-05-10Merge tag 'v4.17-rc4' into patchworkMauro Carvalho Chehab10-10/+10
2018-05-04media: radio: allow building ISA drivers with COMPILE_TESTMauro Carvalho Chehab1-14/+24
2018-05-04MAINTAINERS & files: Canonize the e-mails I use at filesMauro Carvalho Chehab10-10/+10
2018-04-20media: sound, media: allow building ISA drivers it with COMPILE_TESTMauro Carvalho Chehab1-1/+2
2018-04-18media: si470x: fix a typo at the Makefile causing build issuesMauro Carvalho Chehab1-1/+1
2018-04-17media: si470x: fix __be16 annotationsMauro Carvalho Chehab1-3/+3
2018-04-17media: si470x: allow build both USB and I2C at the same timeMauro Carvalho Chehab7-47/+102
2018-03-21media: radio: Critical interrupt bugfix for si470x over i2cDouglas Fischer2-2/+8
2018-03-21media: radio: Critical v4l2 registration bugfix for si470x over i2cDouglas Fischer1-4/+28
2018-03-21media: radio: Tuning bugfix for si470x over i2cDouglas Fischer1-0/+9
2018-03-06media: usb: don't initialize vars if not neededMarkus Elfring3-3/+3
2018-02-14media: add SPDX license infoHans Verkuil2-26/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds5-10/+10
2018-02-06Merge tag 'media/v4.16-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds15-56/+54
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-11/+11
2018-01-04media: replace all <spaces><tab> occurrencesMauro Carvalho Chehab10-17/+17
2018-01-04media: fix usage of whitespaces and on indentationMauro Carvalho Chehab4-30/+30
2017-12-11media: radio-si476x: fix behavior when seek->range* are definedMauro Carvalho Chehab1-9/+7
2017-11-30media: radio-wl1273: fix a parameter name at kernel-doc macroMauro Carvalho Chehab1-1/+1
2017-11-30media: radio-si476x: fix kernel-doc markupsMauro Carvalho Chehab1-7/+11
2017-11-27media: annotate ->poll() instancesAl Viro5-8/+8
2017-11-27annotate poll_table_struct ->_keyAl Viro3-3/+3
2017-11-15Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds6-16/+14
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-10-31media: radio-raremono: remove redundant initialization of freqColin Ian King1-1/+1
2017-10-31media: radio: Convert timers to use timer_setup()Kees Cook2-8/+6
2017-10-31media: radio-si470x: make si470x_viddev_template constBhumika Goyal2-2/+2
2017-09-23media: fix media Kconfig help syntax issuesHans Verkuil1-5/+5
2017-08-27media: radio: make video_device constBhumika Goyal4-4/+4
2017-08-26media: radio-usb-si4713: make i2c_adapter constBhumika Goyal1-1/+1
2017-08-20media: radio: constify pnp_device_idArvind Yadav3-3/+3
2017-08-20media: radio: constify usb_device_idArvind Yadav9-9/+9
2017-08-09media: radio: constify pci_device_idArvind Yadav1-1/+1
2017-07-17Merge tag 'v4.13-rc1' into patchworkMauro Carvalho Chehab1-2/+2
2017-06-24media: radio: wl1273: add check on core->write() return valueGustavo A. R. Silva1-2/+13
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-1/+1