index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
media
/
rc
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-10
[media] mceusb: use %*ph for small buffer dumps
Mauro Carvalho Chehab
1
-3
/
+2
2016-03-05
[media] media: rc: nuvoton: switch attribute wakeup_data to text
Heiner Kallweit
1
-32
/
+53
2016-03-03
[media] rc: sunxi-cir: support module autoloading
Emilio López
1
-0
/
+1
2016-03-03
[media] igorplugusb: fix leaks in error path
Sean Young
1
-5
/
+12
2016-03-03
[media] Fix AverMedia RM-KS remote keymap
Philippe Valembois
1
-28
/
+28
2016-03-03
[media] media: rc: nuvoton: support reading / writing wakeup sequence via sysfs
Heiner Kallweit
2
-0
/
+88
2016-03-03
[media] rc-core: allow calling rc_open with device not initialized
Mauro Carvalho Chehab
1
-26
/
+21
2016-03-01
[media] lirc_dev: avoid double mutex unlock
Mauro Carvalho Chehab
1
-2
/
+5
2016-03-01
[media] ati_remote: Put timeouts at the accel array
Mauro Carvalho Chehab
1
-20
/
+27
2016-02-16
[media] rc-core: don't lock device at rc_register_device()
Mauro Carvalho Chehab
1
-19
/
+26
2016-02-02
[media] rc/nuvoton_cir: fix locking issue when calling nvt_disable_cir
Heiner Kallweit
1
-8
/
+6
2016-02-02
[media] rc/nuvoton_cir: fix locking issue when calling nvt_enable_wake
Heiner Kallweit
1
-6
/
+10
2016-02-02
[media] rc/nuvoton_cir: fix locking issue with nvt_enable_cir
Heiner Kallweit
1
-18
/
+15
2016-02-01
[media] media: rc: nuvoton-cir: improve locking in both interrupt handlers
Heiner Kallweit
1
-12
/
+12
2016-02-01
[media] media: rc: nuvoton-cir: fix interrupt handling
Heiner Kallweit
1
-17
/
+12
2016-02-01
[media] media: rc: nuvoton-cir: fix wakeup interrupt bits
Heiner Kallweit
1
-4
/
+1
2016-02-01
[media] media: rc: nuvoton-cir: add locking to calls of nvt_enable_wake
Heiner Kallweit
1
-6
/
+12
2016-02-01
[media] media: rc: nuvoton-cir: improve nvt_hw_detect
Heiner Kallweit
2
-5
/
+15
2016-01-25
[media] nuvoton-cir: fix setting ioport base address
Heiner Kallweit
1
-4
/
+18
2016-01-25
[media] nuvoton-cir: remove unneeded call to nvt_set_cir_iren
Heiner Kallweit
1
-3
/
+0
2016-01-25
[media] nuvoton-cir: remove unneeded EFM operation in nvt_cir_isr
Heiner Kallweit
1
-4
/
+0
2016-01-25
[media] nuvoton-cir: improve logical device handling
Heiner Kallweit
1
-9
/
+13
2016-01-25
[media] nuvoton-cir: factor out logical device enabling
Heiner Kallweit
1
-11
/
+11
2016-01-25
[media] nuvoton-cir: use IR_DEFAULT_TIMEOUT and consider SAMPLE_PERIOD
Heiner Kallweit
1
-2
/
+2
2016-01-25
[media] nuvoton-cir: fix clearing wake fifo
Heiner Kallweit
1
-1
/
+9
2016-01-25
[media] nuvoton-cir: factor out logical device disabling
Heiner Kallweit
1
-12
/
+11
2016-01-25
[media] nuvoton-cir: simplify nvt_cir_tx_inactive
Heiner Kallweit
1
-4
/
+1
2016-01-25
[media] nuvoton-cir: simplify nvt_select_logical_ dev
Heiner Kallweit
1
-2
/
+1
2016-01-25
[media] nuvoton-cir: use request_muxed_region for accessing EFM registers
Heiner Kallweit
1
-1
/
+8
2016-01-25
[media] media: rc: raw: improve FIFO handling
Heiner Kallweit
2
-16
/
+13
2016-01-25
[media] media: rc: nuvoton: mark wakeup-related resources
Heiner Kallweit
1
-2
/
+2
2015-12-23
[media] rc: sunxi-cir: Initialize the spinlock properly
Chen-Yu Tsai
1
-0
/
+2
2015-12-21
[media] ir-lirc-codec.c: don't leak lirc->drv-rbuf
Mauro Carvalho Chehab
1
-0
/
+1
2015-12-03
[media] media: rc: remove unneeded code
Heiner Kallweit
3
-20
/
+1
2015-11-19
[media] media: rc: move check whether a protocol is enabled to the core
Heiner Kallweit
10
-31
/
+3
2015-11-19
[media] media: rc: load decoder modules on-demand
Heiner Kallweit
2
-74
/
+0
2015-11-19
[media] media: rc: constify struct proto_names
Heiner Kallweit
1
-2
/
+2
2015-11-19
[media] media: rc: preparation for on-demand decoder module loading
Heiner Kallweit
1
-13
/
+59
2015-11-19
[media] media: rc: fix decoder module unloading
Heiner Kallweit
1
-3
/
+14
2015-11-19
[media] media: rc-core: simplify logging in rc_register_device
Heiner Kallweit
1
-4
/
+2
2015-11-19
[media] media: rc: nuvoton-cir: replace nvt_pr with dev_ functions
Heiner Kallweit
2
-10
/
+8
2015-11-19
[media] media: rc: nuvoton-cir: switch chip detection message to info level
Heiner Kallweit
1
-2
/
+3
2015-11-19
[media] media: rc: nuvoton-cir: simplify debug code
Heiner Kallweit
1
-3
/
+2
2015-11-19
[media] media: rc: nuvoton-cir: add support for the NCT6779D
Heiner Kallweit
2
-1
/
+3
2015-11-19
[media] media: rc: nuvoton-cir: make nvt_hw_detect void
Heiner Kallweit
1
-6
/
+2
2015-11-19
[media] media: rc: nuvoton-cir: improve chip detection
Heiner Kallweit
2
-49
/
+56
2015-11-19
[media] media: rc: nuvoton-cir: switch resource handling to devm functions
Heiner Kallweit
1
-25
/
+11
2015-11-19
[media] media: rc: nuvoton-cir: remove unneeded lock
Heiner Kallweit
1
-3
/
+0
2015-11-19
[media] media: rc: nuvoton-cir: remove unneeded IRQ_RETVAL usage
Heiner Kallweit
1
-6
/
+6
2015-11-19
[media] media: rc: ir-sharp-decoder: add support for Denon variant of the pro...
Heiner Kallweit
2
-2
/
+5
[next]