aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-01-15Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds13-337/+319
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell2-6/+6
2012-01-10[media] convert drivers/media/* to use module_platform_driver()Axel Lin3-43/+4
2012-01-06[media] drivers: media: radio: Fix dependencies for RADIO_WL128XFabio Estevam1-1/+1
2011-12-30[media] wl128x: fmdrv_tx: fix signedness bugsXi Wang2-40/+41
2011-12-30[media] wl128x: fmdrv_rx: fix signedness bugsXi Wang2-66/+68
2011-12-30[media] wl128x: fmdrv_common: fix signedness bugsXi Wang2-44/+42
2011-11-25[media] radio: NUL terminate a user stringDan Carpenter1-0/+1
2011-11-24[media] media/radio/tef6862: fix checking return value of i2c_master_sendAxel Lin1-3/+5
2011-11-23Merge tag 'v3.2-rc2' into staging/for_v3.3Mauro Carvalho Chehab4-0/+5
2011-11-18USB: convert drivers/media/* to use module_usb_driver()Greg Kroah-Hartman3-64/+3
2011-11-08[media] V4L menu: reorganize the radio menuHans Verkuil1-141/+157
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds4-0/+5
2011-11-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+3
2011-11-03[media] media: tea5764: reconcile Kconfig symbol and macroPaul Bolle1-1/+3
2011-11-03Merge branch 'for-next' of git://git.infradead.org/users/sameo/mfd-2.6Linus Torvalds1-1/+0
2011-10-31drivers/media: Add module.h to all files using it implicitlyPaul Gortmaker3-0/+3
2011-10-31drivers/media: Add export.h for EXPORT_SYMBOL/THIS_MODULE as requiredPaul Gortmaker1-0/+2
2011-10-31Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds5-10/+6
2011-10-24mfd: remove CONFIG_MFD_SUPPORTArnd Bergmann1-1/+0
2011-09-21[media] v4l2-ctrls: replace is_volatile with V4L2_CTRL_FLAG_VOLATILEHans Verkuil2-2/+2
2011-09-15Merge branch 'master' into for-nextJiri Kosina22-466/+176
2011-09-15treewide: remove extra semicolons from various parts of the kernelJustin P. Mattock1-1/+1
2011-09-06[media] si470x: fix compile warningHans Verkuil1-2/+0
2011-09-06[media] wl128x: fix compiler warning + wrong write() returnHans Verkuil1-1/+3
2011-09-06[media] radio-si4713.c: fix compiler warningHans Verkuil1-4/+0
2011-09-03[media] drivers/media: do not use EXTRA_CFLAGSArnaud Lacombe1-1/+1
2011-07-27[media] tea5764: Fix module parameter permissionsJean Delvare1-1/+1
2011-07-27[media] v4l2-ctrls: fix and improve volatile control handlingHans Verkuil2-2/+2
2011-07-27[media] radio: Use the subsystem version control for VIDIOC_QUERYCAPMauro Carvalho Chehab20-74/+27
2011-07-27[media] radio-sf16fmr2: convert to generic TEA575x interfaceOndrej Zary1-388/+143
2011-07-27[media] radio-si470x: fix memory leak in si470x_usb_driver_probe()Alexey Khoroshilov1-1/+3
2011-07-18si4713-i2c: avoid potential buffer overflow on si4713Mauro Carvalho Chehab1-2/+2
2011-07-13[media] media: fix radio-sf16fmr2 build when SND is not enabledRandy Dunlap1-1/+1
2011-07-13[media] MEDIA: Fix non-ISA_DMA_API link failure of sound codeRalf Baechle1-1/+1
2011-05-27Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds2-2/+2
2011-05-26Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6Linus Torvalds1-2/+1
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz1-2/+1
2011-05-26mfd: Use mfd cell platform_data for wl1273 cells platform bitsSamuel Ortiz1-1/+1
2011-05-25[media] wl12xx: g_volatile_ctrl fix: wrong field setHans Verkuil2-2/+2
2011-05-23Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds4-52/+77
2011-05-22Merge branch 'topic/misc' into for-linusTakashi Iwai3-468/+0
2011-05-20[media] wl128x: Remove unused NO_OF_ENTRIES_IN_ARRAY macroThiago Farina1-2/+0
2011-05-20[media] radio-si470x: convert to use request_threaded_irq()Joonyoung Shim2-24/+9
2011-05-20[media] radio-si470x: convert to dev_pm_opsJoonyoung Shim1-7/+9
2011-05-20[media] radio-si470x: support seek and tune interrupt enableJoonyoung Shim3-20/+60
2011-05-04Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-2.6Linus Torvalds2-2/+2
2011-04-29[media] v4l: make sure drivers supply a zeroed struct v4l2_subdevHerton Ronaldo Krzesinski2-2/+2
2011-04-26Revert wrong fixes for common misspellingsLucas De Marchi1-1/+1
2011-04-19media/radio-maxiradio: Drop __TIME__ usageMichal Marek1-2/+1