summaryrefslogtreecommitdiff
path: root/drivers/media/rc/nuvoton-cir.c
AgeCommit message (Expand)Author
2016-02-02[media] rc/nuvoton_cir: fix locking issue when calling nvt_disable_cirHeiner Kallweit
2016-02-02[media] rc/nuvoton_cir: fix locking issue when calling nvt_enable_wakeHeiner Kallweit
2016-02-02[media] rc/nuvoton_cir: fix locking issue with nvt_enable_cirHeiner Kallweit
2016-02-01[media] media: rc: nuvoton-cir: improve locking in both interrupt handlersHeiner Kallweit
2016-02-01[media] media: rc: nuvoton-cir: fix interrupt handlingHeiner Kallweit
2016-02-01[media] media: rc: nuvoton-cir: add locking to calls of nvt_enable_wakeHeiner Kallweit
2016-02-01[media] media: rc: nuvoton-cir: improve nvt_hw_detectHeiner Kallweit
2016-01-25[media] nuvoton-cir: fix setting ioport base addressHeiner Kallweit
2016-01-25[media] nuvoton-cir: remove unneeded call to nvt_set_cir_irenHeiner Kallweit
2016-01-25[media] nuvoton-cir: remove unneeded EFM operation in nvt_cir_isrHeiner Kallweit
2016-01-25[media] nuvoton-cir: improve logical device handlingHeiner Kallweit
2016-01-25[media] nuvoton-cir: factor out logical device enablingHeiner Kallweit
2016-01-25[media] nuvoton-cir: fix clearing wake fifoHeiner Kallweit
2016-01-25[media] nuvoton-cir: factor out logical device disablingHeiner Kallweit
2016-01-25[media] nuvoton-cir: simplify nvt_cir_tx_inactiveHeiner Kallweit
2016-01-25[media] nuvoton-cir: simplify nvt_select_logical_ devHeiner Kallweit
2016-01-25[media] nuvoton-cir: use request_muxed_region for accessing EFM registersHeiner Kallweit
2016-01-25[media] media: rc: nuvoton: mark wakeup-related resourcesHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: replace nvt_pr with dev_ functionsHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: switch chip detection message to info levelHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: simplify debug codeHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: add support for the NCT6779DHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: make nvt_hw_detect voidHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: improve chip detectionHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: switch resource handling to devm functionsHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: remove unneeded lockHeiner Kallweit
2015-11-19[media] media: rc: nuvoton-cir: remove unneeded IRQ_RETVAL usageHeiner Kallweit
2015-08-19Revert "[media] rc: nuvoton-cir: Add support for writing wakeup samples via s...David Härdeman
2015-05-14[media] rc: nuvoton-cir: Add support for writing wakeup samples via sysfs fil...Antti Seppälä
2015-03-18PNP: media/rc: Use module_pnp_driver to register driverPeter Huewe
2014-09-03[media] nuvoton-cir: just return 0 instead of using a varMauro Carvalho Chehab
2014-07-25[media] rc-core: fix various sparse warningsDavid Härdeman
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan
2014-03-11[media] nuvoton-cir: Activate PNP device when probingAntti Seppälä
2014-02-04[media] nuvoton-cir: Don't touch PS/2 interrupts while initializingAntti Seppälä
2013-04-14[media] rc: nuvoton-cir: fix potential double free in nvt_probe()Wei Yongjun
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman
2012-12-21[media] rc: Call rc_register_device before irq setupMatthijs Kooijman
2012-12-21[media] rc: Set rdev before irq setupMatthijs Kooijman
2012-12-21[media] rc: Make probe cleanup goto labels more verboseMatthijs Kooijman
2012-10-27[media] nuvoton-cir: carrier detect support is broken - remove itMauro Carvalho Chehab
2012-10-27[media] nuvoton-cir: get rid of warning: no previous prototypeMauro Carvalho Chehab
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman
2012-10-06[media] rc: divide by zero bugs in s_tx_carrier()Dan Carpenter
2012-07-06[media] media: Use pr_info not homegrown pr_reg macroJoe Perches
2012-05-20[media] rc: Fix invalid free_region and/or free_irq on probe failureBen Hutchings
2012-04-26[media] rc: Postpone ISR registrationLuis Henriques
2011-09-11[media] nuvoton-cir: simplify raw IR sample handlingJarod Wilson