index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
rc
/
rc-main.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] rc-core: don't treat dev->rc_map.rc_type as a bitmap
David Härdeman
2013-03-23
1
-22
/
+10
*
[media] rc-core: rename ir_input_class to rc_class
David Härdeman
2013-03-19
1
-6
/
+6
*
[media] rc-core: initialize rc-core earlier if built-in
David Härdeman
2013-03-19
1
-1
/
+1
*
[media] rc: unlock on error in store_protocols()
Dan Carpenter
2012-12-27
1
-1
/
+2
*
[media] rc: unlock on error in show_protocols()
Dan Carpenter
2012-12-26
1
-1
/
+3
*
[media] rc-core: add separate defines for protocol bitmaps and numbers
David Härdeman
2012-10-27
1
-32
/
+41
*
[media] Avoid sysfs oops when an rc_dev's raw device is absent
Douglas Bagnall
2012-07-30
1
-2
/
+3
*
[media] rc: Pospone ir raw decoders loading until really needed
Ezequiel García
2012-03-19
1
-2
/
+7
*
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2012-01-15
1
-0
/
+1
|
\
|
*
Merge tag 'v3.2-rc2' into staging/for_v3.3
Mauro Carvalho Chehab
2011-11-23
1
-0
/
+1
|
|
\
|
*
|
[media] rc: Add support for decoding Sanyo protocol
Mauro Carvalho Chehab
2011-11-23
1
-0
/
+1
*
|
|
switch device_get_devnode() and ->devnode() to umode_t *
Al Viro
2012-01-03
1
-1
/
+1
|
|
/
|
/
|
*
|
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2011-11-06
1
-0
/
+1
|
\
\
|
|
/
|
/
|
|
*
drivers/media: Add module.h to all files using it implicitly
Paul Gortmaker
2011-10-31
1
-0
/
+1
*
|
[media] rc-main: Fix device de-registration logic
Mauro Carvalho Chehab
2011-07-31
1
-10
/
+19
|
/
*
[media] rc-core support for Microsoft IR keyboard/mouse
Jarod Wilson
2011-07-27
1
-0
/
+1
*
[media] rc: double unlock in rc_register_device()
Dan Carpenter
2011-07-27
1
-1
/
+2
*
[media] rc: call input_sync after scancode reports
Jarod Wilson
2011-07-01
1
-23
/
+25
*
[media] Use a more consistent value for RC repeat period
Mauro Carvalho Chehab
2011-05-20
1
-0
/
+7
*
[media] rc: add locking to fix register/show race
Jarod Wilson
2011-05-20
1
-6
/
+41
*
Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2011-05-04
1
-1
/
+3
|
\
|
*
[media] rc_core: avoid kernel oops when rmmod saa7134
Hussam Al-Tayeb
2011-04-29
1
-1
/
+2
|
*
[media] rc: show RC_TYPE_OTHER in sysfs
Jarod Wilson
2011-04-29
1
-0
/
+1
*
|
Fix common misspellings
Lucas De Marchi
2011-03-31
1
-2
/
+2
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2011-03-19
1
-2
/
+2
|
\
|
*
Input: switch completely over to the new versions of get/setkeycode
Dmitry Torokhov
2011-01-31
1
-2
/
+2
*
|
Merge branch 'media_fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/m...
Linus Torvalds
2011-03-10
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
[media] Fix sysfs rc protocol lookup for rc-5-sz
Antti Seppälä
2011-03-02
1
-1
/
+1
*
|
Input: rc-keymap - return KEY_RESERVED for unknown mappings
Dmitry Torokhov
2011-01-31
1
-11
/
+17
|
/
*
[media] rc-core: Initialize return value to zero
Mauro Carvalho Chehab
2010-12-29
1
-1
/
+1
*
[media] rc-core: fix some leftovers from the renaming patches
David Härdeman
2010-12-29
1
-1
/
+1
*
[media] rc: use rc_map_ prefix for all rc map tables
Mauro Carvalho Chehab
2010-12-29
1
-14
/
+14
*
[media] rc: Name RC keymap tables as rc_map_table
Mauro Carvalho Chehab
2010-12-29
1
-10
/
+10
*
[media] rc: Properly name the rc_map struct
Mauro Carvalho Chehab
2010-12-29
1
-106
/
+106
*
[media] rc: Rename remote controller type to rc_type instead of ir_type
Mauro Carvalho Chehab
2010-12-29
1
-17
/
+17
*
[media] Rename all public generic RC functions from ir_ to rc_
Mauro Carvalho Chehab
2010-12-29
1
-18
/
+18
*
[media] rc: rename the remaining things to rc_core
Mauro Carvalho Chehab
2010-12-29
1
-9
/
+9
*
[media] ir-core: make struct rc_dev the primary interface
David Härdeman
2010-12-29
1
-338
/
+274
*
[media] rc-core: Code cleanup after merging rc-sysfs and rc-map into rc-main
David Härdeman
2010-12-29
1
-17
/
+13
*
[media] rc-core: merge rc-map.c into rc-main.c
Mauro Carvalho Chehab
2010-12-29
1
-1
/
+93
*
[media] rc-core: Merge rc-sysfs.c into rc-main.c
Mauro Carvalho Chehab
2010-12-29
1
-2
/
+347
*
[media] Rename rc-core files from ir- to rc-
Mauro Carvalho Chehab
2010-12-29
1
-0
/
+766