index
:
blackbird-obmc-linux
dev-5.0-raptor-04-16-2019
dev-5.0-raptor-04-16-2019-dev
Blackbird™ Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
media
/
ir-core.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
[media] rc: rename the remaining things to rc_core
Mauro Carvalho Chehab
2010-12-29
1
-211
/
+0
*
[media] ir-core: make struct rc_dev the primary interface
David Härdeman
2010-12-29
1
-101
/
+80
*
[media] rc-core: Code cleanup after merging rc-sysfs and rc-map into rc-main
David Härdeman
2010-12-29
1
-2
/
+0
*
[media] ir-core: more cleanups of ir-functions.c
David Härdeman
2010-12-29
1
-0
/
+19
*
[media] ir-core: remove remaining users of the ir-functions keyhandlers
David Härdeman
2010-12-29
1
-1
/
+2
*
[media] IR: extend ir_raw_event and do refactoring
Maxim Levitsky
2010-10-21
1
-6
/
+34
*
V4L/DVB: IR: export ir_keyup so imon driver can use it directly
Jarod Wilson
2010-10-21
1
-0
/
+1
*
V4L/DVB: IR: extend interfaces to support more device settings
Maxim Levitsky
2010-08-08
1
-1
/
+11
*
V4L/DVB: IR: add helper function for hardware with small o/b buffer
Maxim Levitsky
2010-08-08
1
-3
/
+20
*
V4L/DVB: IR: Allow not to compile keymaps in
Maxim Levitsky
2010-08-08
1
-2
/
+6
*
V4L/DVB: IR TX: incoming IR buffer now an int pointer
Jarod Wilson
2010-08-02
1
-1
/
+1
*
V4L/DVB: IR: add tx callbacks to ir-core
Jarod Wilson
2010-08-02
1
-1
/
+7
*
V4L/DVB: ir-core: change duration to be coded as a u32 integer
David Härdeman
2010-05-19
1
-2
/
+14
*
V4L/DVB: ir-core: make ir_g_keycode_from_table a public function
Jarod Wilson
2010-05-19
1
-0
/
+1
*
V4L/DVB: ir-core: move subsystem internal calls to ir-core-priv.h
Mauro Carvalho Chehab
2010-05-19
1
-77
/
+10
*
V4L/DVB: Teach drivers/media/IR/ir-raw-event.c to use durations
David Härdeman
2010-05-19
1
-11
/
+36
*
V4L/DVB: ir-core: Distinguish sysfs attributes for in-hardware and raw decoders
Mauro Carvalho Chehab
2010-05-19
1
-6
/
+14
*
V4L/DVB: ir-core: Add support for badly-implemented hardware decoders
Mauro Carvalho Chehab
2010-05-19
1
-4
/
+20
*
V4L/DVB: ir-core: move rc map code to rc-map.h
Mauro Carvalho Chehab
2010-05-19
1
-34
/
+0
*
V4L-DVB: ir-core: remove the ancillary buffer
Mauro Carvalho Chehab
2010-05-19
1
-2
/
+1
*
V4L-DVB: ir-rc5-decoder: Add a decoder for RC-5 IR protocol
Mauro Carvalho Chehab
2010-05-19
1
-0
/
+7
*
V4L/DVB: ir-core: improve keyup/keydown logic
David Härdeman
2010-05-19
1
-5
/
+10
*
V4L/DVB: drivers/media/IR - improve keytable code
David Härdeman
2010-05-19
1
-1
/
+3
*
V4L/DVB: ir-common: remove keymap tables from the module
Mauro Carvalho Chehab
2010-05-19
1
-18
/
+0
*
V4L/DVB: ir-core: Make use of the new IR keymap modules
Mauro Carvalho Chehab
2010-05-19
1
-2
/
+19
*
V4L/DVB: ir: prepare IR code for a parameter change at register function
Mauro Carvalho Chehab
2010-05-19
1
-6
/
+20
*
V4L/DVB: ir-core: Add support for RC map code register
Mauro Carvalho Chehab
2010-05-19
1
-0
/
+11
*
V4L/DVB: ir-common: move IR tables from ir-keymaps.c to a separate file
Mauro Carvalho Chehab
2010-05-19
1
-0
/
+18
*
V4L/DVB: ir-core: Add callbacks for input/evdev open/close on IR core
Mauro Carvalho Chehab
2010-05-18
1
-0
/
+2
*
V4L/DVB: ir-core: prepare to add more operations for ir decoders
Mauro Carvalho Chehab
2010-05-18
1
-5
/
+2
*
V4L/DVB: ir-core: dynamically load the compiled IR protocols
Mauro Carvalho Chehab
2010-05-18
1
-5
/
+24
*
V4L/DVB: saa7134: don't wait too much to generate an IR event on raw_decode
Mauro Carvalho Chehab
2010-05-18
1
-0
/
+2
*
V4L/DVB: ir-core/saa7134: Move ir keyup/keydown code to the ir-core
Mauro Carvalho Chehab
2010-05-18
1
-1
/
+2
*
V4L/DVB: ir-core: add two functions to report keyup/keydown events
Mauro Carvalho Chehab
2010-05-18
1
-0
/
+4
*
V4L/DVB: ir-core: Add logic to decode IR protocols at the IR core
Mauro Carvalho Chehab
2010-05-18
1
-0
/
+32
*
V4L/DVB: ir-core: export driver name used by IR via uevent
Mauro Carvalho Chehab
2010-05-18
1
-1
/
+3
*
V4L/DVB: ir-core: Add a macro to properly create IR tables
Mauro Carvalho Chehab
2010-05-18
1
-1
/
+2
*
V4L/DVB: ir: use a real device instead of a virtual class
Mauro Carvalho Chehab
2010-05-18
1
-3
/
+1
*
V4L/DVB (13833): ir-core: some functions can be static
Mauro Carvalho Chehab
2010-02-26
1
-4
/
+0
*
V4L/DVB (13680): ir: use unsigned long instead of enum
Mauro Carvalho Chehab
2010-02-26
1
-9
/
+7
*
V4L/DVB (13635): ir-core: Implement protocol table type reading
Mauro Carvalho Chehab
2010-02-26
1
-1
/
+3
*
V4L/DVB (13634): ir-core: allow passing IR device parameters to ir-core
Mauro Carvalho Chehab
2010-02-26
1
-5
/
+13
*
V4L/DVB (13633): ir-core: create a new class for remote controllers
Mauro Carvalho Chehab
2010-02-26
1
-2
/
+10
*
V4L/DVB (13616): IR: rename ir_input_free as ir_input_unregister
Mauro Carvalho Chehab
2009-12-16
1
-1
/
+1
*
V4L/DVB (13615): ir-core: create ir_input_register
Mauro Carvalho Chehab
2009-12-16
1
-2
/
+7
*
V4L/DVB (13613): IR: create ir-core module
Mauro Carvalho Chehab
2009-12-16
1
-0
/
+57