index
:
platform/kernel/linux-3.10
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0.2015.q2_common
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_wearable
devel/aarch64
devel/tizen
devel/v3.10-ltsi
dmafence
kdbus-integration
master
sandbox/cometzero/tizen
sandbox/cosmichobo/tizen
sandbox/daeinki/tizen
sandbox/hwhwang7/tizen
sandbox/mchehab/tizen-media-backports
sandbox/mwereski/kdbus-integration
sandbox/pawelo/kdbus-next-wip
sandbox/pawelo/kdbus-next-wip-next
sandbox/pawelo/kdbus-v4-backport
sandbox/pawelo/kernfs
sandbox/pawelo/kernfs_better
sandbox/pawelo/sysfs
sandbox/pcoval/tizen
tizen
tizen-rebase-20140515
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_LPD
upstream
v3.10.51-integration
v3.10.52-integration
v3.10.60-rebase
Domain: System / Kernel;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
media
/
radio
Age
Commit message (
Expand
)
Author
Files
Lines
2012-11-22
[media] drivers/media/radio/radio-cadet.c: fix error return code
Peter Senna Tschudin
1
-1
/
+2
2012-10-28
radio tea5764, si4713: get rid of warning: no previous prototype
Mauro Carvalho Chehab
2
-3
/
+3
2012-10-28
[media] fmdrv: Don't check if unsigned are below zero
Mauro Carvalho Chehab
2
-2
/
+2
2012-10-28
[media] fmdrv: better define fmdbg() macro to avoid warnings
Mauro Carvalho Chehab
1
-1
/
+1
2012-10-27
[media] radio-sf16fmi: get rid of warning: no previous prototype
Mauro Carvalho Chehab
1
-1
/
+1
2012-10-27
[media] radio-isa: get rid of warning: no previous prototype
Mauro Carvalho Chehab
1
-4
/
+6
2012-10-27
[media] radio-aimslab.c: get rid of warning: no previous prototype
Mauro Carvalho Chehab
1
-1
/
+1
2012-10-07
[media] drivers/media: Remove unnecessary semicolon
Peter Senna Tschudin
2
-2
/
+2
2012-10-06
[media] drivers/media/radio/si4713-i2c.c: removes unnecessary semicolon
Peter Senna Tschudin
1
-6
/
+6
2012-09-27
[media] radio-si470x: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
1
-6
/
+17
2012-09-27
[media] saa7706h: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
1
-2
/
+13
2012-09-27
[media] radio-tea5764: convert struct i2c_msg initialization to C99 format
Shubhrajyoti D
1
-3
/
+10
2012-09-26
[media] radio drivers: in non-blocking mode return EAGAIN in hwseek
Hans Verkuil
5
-0
/
+15
2012-09-26
[media] v4l2: make vidioc_s_modulator const
Hans Verkuil
5
-6
/
+6
2012-09-26
[media] v4l2: make vidioc_s_audout const
Hans Verkuil
1
-1
/
+1
2012-09-26
[media] v4l2: make vidioc_s_audio const
Hans Verkuil
6
-6
/
+6
2012-09-26
[media] v4l2: make vidioc_s_freq_hw_seek const
Hans Verkuil
5
-20
/
+22
2012-09-13
[media] shark,shark2: declare resume/suspend functions as static
Mauro Carvalho Chehab
2
-4
/
+4
2012-09-13
[media] radio-shark: Add support for suspend & resume
Hans de Goede
1
-1
/
+42
2012-09-13
[media] radio-shark2: Add support for suspend & resume
Hans de Goede
3
-1
/
+41
2012-09-13
[media] radio-tea5777: Add support for tuning AM
Hans de Goede
2
-39
/
+151
2012-09-13
[media] radio-tea5777.c: Get rid of do_div usage
Hans de Goede
1
-7
/
+5
2012-09-13
[media] snd_tea575x: Add support for tuning AM
Hans de Goede
1
-0
/
+1
2012-08-24
Merge tag 'v3.6-rc3' into staging/for_v3.7
Mauro Carvalho Chehab
5
-141
/
+157
2012-08-13
[media] radio-shark2: use %*ph to print small buffers
Andy Shevchenko
1
-9
/
+4
2012-08-13
[media] drivers/media/radio/radio-si4713.c: use devm_ functions
Julia Lawall
1
-5
/
+2
2012-08-13
[media] drivers/media/radio/radio-wl1273.c: use devm_ functions
Julia Lawall
1
-16
/
+7
2012-08-13
[media] drivers/media/radio/radio-timb.c: use devm_ functions
Julia Lawall
1
-6
/
+2
2012-08-12
[media] radio-shark2: Only compile led support when CONFIG_LED_CLASS is set
Hans de Goede
1
-49
/
+73
2012-08-12
[media] radio-shark: Only compile led support when CONFIG_LED_CLASS is set
Hans de Goede
1
-56
/
+79
2012-08-12
[media] radio-shark*: Call cancel_work_sync from disconnect rather then release
Hans de Goede
2
-21
/
+4
2012-08-12
[media] radio-shark*: Remove work-around for dangling pointer in usb intfdata
Hans de Goede
2
-18
/
+0
2012-08-11
[media] si470x: v4l2-compliance fixes
Hans Verkuil
3
-3
/
+7
2012-08-09
[media] wl128x: remove V4L2_FL_LOCK_ALL_FOPS
Hans Verkuil
1
-12
/
+26
2012-07-31
[media] radio-tea5777: use library for 64bits div
Mauro Carvalho Chehab
1
-3
/
+5
2012-07-31
[media] radio-tea5777: use library for 64bits div
Mauro Carvalho Chehab
1
-3
/
+5
2012-07-30
[media] radio-si470x: Add support for the new band APIs
Hans de Goede
4
-92
/
+126
2012-07-30
[media] radio-si470x: Fix band selection
Hans de Goede
1
-1
/
+1
2012-07-30
[media] radio-si470x: restore ctrl settings after suspend/resume
Hans de Goede
1
-1
/
+6
2012-07-30
[media] radio-cadet: implement frequency band enumeration
Hans Verkuil
1
-57
/
+74
2012-07-30
[media] radio-cadet: fix RDS handling
Hans Verkuil
1
-17
/
+39
2012-07-30
[media] radio-cadet: upgrade to latest frameworks
Hans Verkuil
1
-160
/
+83
2012-07-30
[media] radio-si470x: Lower firmware version requirements
Hans de Goede
1
-1
/
+1
2012-07-30
[media] shark2: New driver for the Griffin radioSHARK v2 USB radio receiver
Hans de Goede
5
-0
/
+944
2012-07-30
[media] radio-si470x: Lower firmware version requirements
Hans de Goede
2
-2
/
+2
2012-07-30
[media] radio-si470x: Lower hardware freq seek signal treshold
Hans de Goede
1
-1
/
+1
2012-07-30
[media] radio-si470x: Always use interrupt to wait for tune/seek completion
Hans de Goede
4
-59
/
+28
2012-07-30
[media] radio-si470x: Don't unnecesarily read registers on G_TUNER
Hans de Goede
3
-7
/
+16
2012-07-30
[media] radio-shark: New driver for the Griffin radioSHARK USB radio receiver
Hans de Goede
3
-0
/
+393
2012-07-05
[media] media: only show V4L devices based on device type selection
Mauro Carvalho Chehab
1
-0
/
+1
[next]