aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/rc/winbond-cir.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-28media: rc-core: rename ir_raw_event_reset to ir_raw_event_overflowSean Young1-1/+1
2021-12-14media: winbond-cir: no need for reset after resumeSean Young1-1/+0
2020-09-03media: rc: harmonize infrared durations to microsecondsSean Young1-6/+4
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2018-10-04media: rc: Remove init_ir_raw_event and DEFINE_IR_RAW_EVENT macrosSean Young1-6/+6
2018-05-14media: rc: winbond: do not send reset and timeout raw events on startupSean Young1-2/+2
2017-12-14media: winbond-cir: Fix pnp_irq's error checking for wbcir_probeArvind Yadav1-1/+1
2017-08-20media: rc: rename RC_TYPE_* to RC_PROTO_* and RC_BIT_* to RC_PROTO_BIT_*Sean Young1-16/+17
2017-08-20media: winbond-cir: buffer overrun during transmitSean Young1-1/+1
2017-08-20media: rc-core: rename input_name to device_nameSean Young1-1/+1
2017-03-24[media] winbond: allow timeout to be setSean Young1-1/+3
2017-01-30[media] rc-main: assign driver type during allocationAndi Shyti1-2/+1
2017-01-30[media] rc: raw IR drivers cannot handle cec, unknown or otherSean Young1-1/+1
2017-01-30[media] winbond-cir: use sysfs wakeup filterSean Young1-126/+131
2017-01-27[media] media: Drop FSF's postal address from the source code filesSakari Ailus1-4/+0
2016-11-21[media] winbond-cir: use name without space for pnp driverSean Young1-1/+1
2016-11-18[media] winbond-cir: Use kmalloc_array() in wbcir_tx()Markus Elfring1-1/+1
2016-10-21[media] rc: don't break long linesMauro Carvalho Chehab1-6/+3
2016-07-15[media] rc: make s_tx_mask consistentSean Young1-0/+4
2014-07-25[media] rc-core: remove protocol arraysDavid Härdeman1-1/+1
2014-03-11[media] rc: abstract access to allowed/enabled protocolsJames Hogan1-1/+1
2013-10-17[media] winbond-cir: remove deprecated IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-08-22[media] winbond: wire up rc feedback ledSean Young1-32/+6
2013-04-14[media] rc: winbond-cir: fix potential double free in wbcir_probe()Wei Yongjun1-0/+1
2013-02-05[media] winbond-cir: only enable higher sample resolution if neededSean Young1-8/+19
2013-01-24Merge branch 'v4l_for_linus' into staging/for_v3.9Mauro Carvalho Chehab1-3/+3
2013-01-03Drivers: media: remove __dev* attributes.Greg Kroah-Hartman1-3/+3
2012-12-21[media] rc: Call rc_register_device before irq setupMatthijs Kooijman1-7/+7
2012-11-21[media] winbond-cir: add carrier detectionSean Young1-5/+75
2012-11-21[media] winbond-cir: increase IR receiver resolutionSean Young1-5/+9
2012-11-21[media] winbond-cir: fix idle modeSean Young1-10/+5
2012-10-28[media] winbond-cir: do not rename input nameSean Young1-2/+2
2012-10-27[media] rc-core: add separate defines for protocol bitmaps and numbersDavid Härdeman1-1/+1
2012-10-07[media] winbond: remove space from driver nameSean Young1-1/+1
2012-09-25[media] winbond-cir: asynchronous txDavid Härdeman1-29/+18
2012-09-25[media] winbond-cir: correctness fixDavid Härdeman1-1/+1
2012-07-06[media] winbond-cir: Initialise timeout, driver_type and allowed_protosAnton Blanchard1-0/+2
2012-07-06[media] winbond-cir: Fix txandrx module infoAnton Blanchard1-1/+1
2012-04-26[media] rc: Postpone ISR registrationLuis Henriques1-39/+39
2012-04-18[media] rc-core: set mode for winbond-cirDavid Härdeman1-0/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2012-01-02misc latin1 to utf8 conversionsAl Viro1-1/+1
2011-09-03[media] winbond-cir: Use current logging stylesJoe Perches1-2/+4
2011-07-27[media] rc-core: lirc use unsigned intDavid Härdeman1-5/+1
2011-07-27[media] rc-core: fix winbond-cir issuesDavid Härdeman1-16/+6
2011-05-20[media] rc-core: use ir_raw_event_store_with_filter in winbond-cirDavid Härdeman1-42/+21
2011-05-20[media] rc-core: add TX support to the winbond-cir driverDavid Härdeman1-75/+357
2011-05-20[media] rc-core: int to bool conversion for winbond-cirDavid Härdeman1-8/+8
2010-12-29[media] rc: rename the remaining things to rc_coreMauro Carvalho Chehab1-1/+1
2010-12-29[media] rc-core: convert winbond-cirDavid Härdeman1-0/+932