aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/radio (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2016-07-17drivers: misc: ti-st: Use int instead of fuzzy char for callback statusGeert Uytterhoeven1-1/+1
2016-06-28[media] radio-maxiradio: fix memory leak when device is removedAlexey Khoroshilov1-0/+1
2016-06-24exynos4-is: remove some unused varsMauro Carvalho Chehab1-1/+0
2016-02-10[media] tea575x: convert to libraryAndy Shevchenko1-19/+2
2016-02-01[media] radio-si476x: add return value check to avoid dead codeFugang Duan1-2/+2
2016-02-01[media] wl128x: fix typo in MODULE_PARM_DESCDan Carpenter1-1/+1
2015-12-03[media] media, sound: tea575x: constify snd_tea575x_ops structuresJulia Lawall3-3/+3
2015-11-17[media] radio-shark2: constify radio_tea5777_ops structuresJulia Lawall2-2/+2
2015-11-17[media] include/media: move platform_data to linux/platform_data/mediaMauro Carvalho Chehab3-3/+3
2015-11-17[media] include/media: move driver interface headers to a separate dirMauro Carvalho Chehab5-5/+5
2015-08-11[media] radio: Drop owner assignment from i2c_driverKrzysztof Kozlowski3-3/+0
2015-07-06[media] media/radio/saa7706h: Remove compat control opsRicardo Ribalda1-14/+2
2015-07-06[media] wl128x: use swap() in fm_rdsparse_swapbytes()Fabian Frederick1-4/+1
2015-06-22[media] si470x: cleanup define namespaceMauro Carvalho Chehab3-10/+10
2015-06-06[media] radio-si470x-i2c: Pass the IRQF_ONESHOT flagFabio Estevam1-1/+2
2015-05-30[media] wl128x: Allow compile test of GPIO consumers if !GPIOLIBGeert Uytterhoeven1-2/+2
2015-05-01[media] radio: fix error return codeJulia Lawall1-1/+3
2015-05-01[media] si4713: fix error return codeJulia Lawall1-1/+3
2015-04-30[media] wl128x: fix int type for streg_cbdataMauro Carvalho Chehab1-1/+1
2015-04-30[media] radio-si476x: Fix indentMauro Carvalho Chehab1-2/+2
2015-04-08[media] media: radio-si4713: improve usage of gpiod APIUwe Kleine-König1-12/+6
2015-04-02[media] wl128x: embed video_deviceHans Verkuil1-18/+10
2015-04-02[media] wl128x-radio really depends on TI_STArnd Bergmann1-1/+1
2015-03-02[media] media: radio: handle timeoutsNicholas Mc Guire1-2/+7
2015-03-02[media] media: radio: assign wait_for_completion_timeout to appropriately typed varNicholas Mc Guire1-8/+10
2015-03-02[media] si470x: fixup wait_for_completion_timeout return handlingNicholas Mc Guire1-6/+8
2015-02-02[media] radio/aimslab: use mdelay instead of udelayArnd Bergmann1-2/+2
2015-01-27[media] tea575x: split and export functionsOndrej Zary1-9/+32
2015-01-27[media] media: radio: wl128x: fmdrv_rx.c: Remove unused functionRickard Strandqvist2-17/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-4/+0
2014-12-02[media] media/radio: fix querycapHans Verkuil2-2/+6
2014-11-14[media] si4713: add device tree supportSebastian Reichel3-22/+40
2014-11-14[media] si4713: use managed irq requestSebastian Reichel1-8/+2
2014-11-14[media] si4713: use managed memory allocationSebastian Reichel1-5/+2
2014-11-14[media] si4713: switch reset gpio to devm_gpiod APISebastian Reichel2-22/+19
2014-11-14[media] si4713: switch to devm regulator APISebastian Reichel2-30/+59
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman4-4/+0
2014-10-24[media] wl128x: fix fmdbg compiler warningHans Verkuil1-1/+1
2014-10-20media: radio: si4713: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20media: radio: drop owner assignment from platform_driversWolfram Sang3-3/+0
2014-10-09Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab9-28/+27
2014-09-26[media] radio-sf16fmr2: declare some structs as staticMauro Carvalho Chehab1-2/+2
2014-09-26[media] radio-sf16fmi: declare pnp_attached as staticMauro Carvalho Chehab1-1/+1
2014-09-21[media] media/radio: fix radio-miropcm20.c build with io.h header fileRandy Dunlap1-0/+1
2014-09-21[media] radio-si470x-usb: use USB API functions rather than constantsHimangi Saraogi1-3/+1
2014-09-03[media] radio: use true/false for boolean varsMauro Carvalho Chehab3-5/+5
2014-09-03[media] wl128x: fix sparse warningsHans Verkuil3-11/+12
2014-09-03[media] radio-tea5764: fix sparse warningsHans Verkuil1-6/+6
2014-07-30[media] radio-miropcm20: fix sparse NULL pointer warningWei Yongjun1-1/+1