aboutsummaryrefslogtreecommitdiffstats
path: root/net/rfkill
AgeCommit message (Expand)AuthorFilesLines
2015-02-04Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc...David S. Miller1-0/+1
2015-02-03net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI IDMika Westerberg1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-2/+0
2014-11-04net: rfkill: gpio: Add default GPIO driver mappings for ACPIMika Westerberg1-3/+15
2014-10-20net: rfkill: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-08net: rfkill: kernel-doc warning fixesFabian Frederick1-2/+2
2014-09-22net: rfkill: gpio: Fix clock statusLoic Poulain1-1/+1
2014-09-16net: rfkill: gpio: Enable module auto-loading for ACPI based switchesMarcel Holtmann1-0/+1
2014-08-25net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDsMika Westerberg1-0/+1
2014-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-11/+8
2014-05-07rfkill-gpio: Use gpio cansleep versionLoic Poulain1-11/+8
2014-04-11net: rfkill: gpio: hard-code the gpio namesHeikki Krogerus1-17/+2
2014-04-11net: rfkill: gpio: add ACPI IDs for a Broadcom bluetooth chipHeikki Krogerus1-0/+5
2014-04-11net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2Heikki Krogerus1-0/+1
2014-04-11net: rfkill: gpio: remove unused and obsolete platform parametersHeikki Krogerus1-14/+1
2014-02-04net: rfkill: move poll work to power efficient workqueueShaibal Dutta1-3/+6
2014-01-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+1
2014-01-07net: rfkill: gpio: convert to descriptor-based GPIO interfaceHeikki Krogerus1-43/+34
2013-12-11rfkill: Fix FSF address in file headersJeff Kirsher1-3/+1
2013-10-28net: rfkill: gpio: add ACPI supportHeikki Krogerus1-1/+30
2013-10-28net: rfkill: gpio: prepare for DT and ACPI supportHeikki Krogerus1-41/+51
2013-10-28net: rfkill: gpio: spinlock-safe GPIO accessHeikki Krogerus1-8/+8
2013-10-28net: rfkill: gpio: clean up clock handlingHeikki Krogerus2-28/+9
2013-10-28net: rfkill: gpio: convert to resource managed allocationHeikki Krogerus1-55/+20
2013-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+5
2013-08-15net: rfkill: Do not ignore errors from regulator_enable()Luis Henriques1-3/+5
2013-07-25net: rfkill: convert class code to use dev_groupsGreg Kroah-Hartman1-49/+41
2013-04-22Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville1-2/+5
2013-04-22rfkill: fix error return code in rfkill_gpio_probe()Wei Yongjun1-2/+5
2013-04-12rfkill: Add NFC to the list of supported radiosSamuel Ortiz1-1/+3
2013-03-06net: rfkill: Fix sparse warning in rfkill-regulator.cSachin Kamat1-1/+1
2012-12-28rfkill: don't use [delayed_]work_pending()Tejun Heo1-5/+3
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-12-06rfkill: remove __dev* attributesBill Pemberton2-4/+4
2012-10-28Merge branch 'master' into for-nextJiri Kosina2-3/+22
2012-10-25rfkill: error cannot be set here so simplifyAlan Cox1-2/+2
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+21
2012-09-24rfkill: prevent unnecessary event generationVitaly Wool1-1/+7
2012-08-21Revert "rfkill: remove dead code"AceLan Kao1-0/+14
2012-08-13workqueue: use mod_delayed_work() instead of cancel + queueTejun Heo1-2/+1
2012-06-06rfkill: Add the capability to switch all devices of all type in __rfkill_swit...Alex Hung1-1/+1
2012-03-11device.h: cleanup users outside of linux/include (C files)Paul Gortmaker1-0/+1
2012-01-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+1
2012-01-04net/rfkill/rfkill-gpio.c: introduce missing kfreeJulia Lawall1-1/+1
2011-12-19net: fix assignment of 0/1 to bool variables.Rusty Russell1-3/+3
2011-11-30net: rfkill: convert net/rfkill/* to use module_platform_driver()Axel Lin2-23/+2
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville1-0/+1
2011-11-09net/rfkill/core.c: use kstrtoul, etcJulia Lawall1-2/+2
2011-10-31net: add moduleparam.h for users of module_param/MODULE_PARM_DESCPaul Gortmaker1-0/+1
2011-10-03net:rfkill: add a gpio setup function into GPIO rfkillSangwook Lee1-0/+11
2011-09-19rfkill: properly assign a boolean typeMohammed Shafi Shajakhan1-1/+1
2011-09-13rfkill: Remove unnecessary OOM logging messagesJoe Perches1-1/+0
2011-05-19net: rfkill: add generic gpio rfkill driverRhyland Klein3-0/+237
2011-05-16net/rfkill/core.c: Avoid leaving freed data in a listJulia Lawall1-1/+1
2011-04-19rfkill: Regulator consumer driver for rfkillAntonio Ospite3-0/+176
2011-01-20kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERTDavid Rientjes1-2/+2
2010-11-15rfkill: remove dead codeStephen Hemminger1-14/+0
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-1/+1
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-03-19rename new rfkill sysfs knobsflorian@mickler.org1-27/+8
2010-03-10enhance sysfs rfkill interfaceflorian@mickler.org1-0/+58
2010-03-02rfkill: Add support for KEY_RFKILLMatthew Garrett1-0/+8
2009-12-07net/rfkill/core.c: work around gcc-4.0.2 sillinessAndrew Morton1-2/+2
2009-11-29Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-0/+1
2009-11-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller1-0/+1
2009-11-23rfkill: fix miscdev opsJohannes Berg1-0/+1
2009-11-18rfkill: Add constant for RFKILL_TYPE_FM radio devicesMarcel Holtmann1-1/+3
2009-10-04headers: remove sched.h from poll.hAlexey Dobriyan1-0/+1
2009-08-04rfkill: add the GPS radio typeTomas Winkler1-1/+3
2009-07-23Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-8/+23
2009-07-21rfkill: fix rfkill_set_states() to set the hw stateAlan Jenkins1-0/+4
2009-07-21rfkill: allow toggling soft state in sysfs againJohannes Berg1-8/+19
2009-07-10rfkill: prep for rfkill API changesJohannes Berg1-2/+8
2009-06-19rfkill: export persistent attribute in sysfsAlan Jenkins1-0/+10
2009-06-19rfkill: don't restore software blocked state on persistent devicesAlan Jenkins1-15/+25
2009-06-19rfkill: rfkill_set_block() when suspended nitpickAlan Jenkins1-3/+3
2009-06-10rfkill: don't impose global states on resume (just restore the previous states)Alan Jenkins1-5/+1
2009-06-10rfkill: remove set_global_sw_stateAlan Jenkins1-51/+30
2009-06-10rfkill: remove input KconfigJohannes Berg1-1/+1
2009-06-10rfkill: print events when input handler is disabled/enabledJohannes Berg1-2/+4
2009-06-03rfkill: always init poll delayed workJohannes Berg1-7/+6
2009-06-03rfkill: add function to query stateJohannes Berg1-0/+13
2009-06-03rfkill: create useful userspace interfaceJohannes Berg2-7/+327
2009-06-03rfkill: rewriteJohannes Berg7-1263/+1256
2009-05-06net/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=nAndrew Morton1-0/+5
2009-04-22rfkill: Fix broken rfkill LED in 2.6.30-rc1Larry Finger1-1/+8
2009-04-22rfkill-input: remove unused codeJohannes Berg1-69/+0
2009-04-22rfkill: remove user_claim stuffJohannes Berg1-42/+3
2009-01-04net/rfkill/rfkill.c: fix unused rfkill_led_trigger() warningSimon Holm Thøgersen1-3/+1
2008-12-12rfkill: strip pointless notifier chainJohannes Berg1-78/+5
2008-11-26rfkill: always call get_state() hook on resumeHenrique de Moraes Holschuh1-0/+10
2008-11-26rfkill: preserve state across suspendHenrique de Moraes Holschuh1-1/+6
2008-11-10net: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+2
2008-11-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-1/+1
2008-11-06Fix logic error in rfkill_check_duplicityJonathan McDowell1-1/+1
2008-10-31rfkill: rate-limit rfkill-input workqueue usage (v3)Henrique de Moraes Holschuh1-8/+41
2008-10-31rfkill: honour EPO state when resuming a rfkill controllerHenrique de Moraes Holschuh1-2/+11
2008-10-31rfkill: add master_switch_mode and EPO lock to rfkill and rfkill-inputHenrique de Moraes Holschuh3-80/+274
2008-10-31rfkill: export global states to rfkill-inputHenrique de Moraes Holschuh2-0/+15
2008-10-31rfkill: use killable locks instead of interruptibleHenrique de Moraes Holschuh1-3/+4
2008-10-27RFKILL: fix input layer initialisationDmitry Baryshkov1-0/+5
2008-10-14net/rfkill/rfkill-input.c needs <linux/sched.h>Geert Uytterhoeven1-0/+1
2008-10-06rfkill: update LEDs for all state changesHenrique de Moraes Holschuh1-3/+2
2008-09-15rfkill: remove transmitter blocking on suspendHenrique de Moraes Holschuh1-14/+2
2008-08-29rfkill: rename rfkill_mutex to rfkill_global_mutexHenrique de Moraes Holschuh1-18/+20
2008-08-29rfkill: add WARN and BUG_ON paranoia (v2)Henrique de Moraes Holschuh1-13/+37
2008-08-29rfkill: add missing line breakFelipe Balbi1-1/+1
2008-08-29rfkill: use strict_strtoul (v2)Henrique de Moraes Holschuh1-2/+12
2008-08-22rfkill: introduce RFKILL_STATE_MAXHenrique de Moraes Holschuh1-3/+8
2008-08-22rfkill: add __must_check annotationsHenrique de Moraes Holschuh1-2/+3
2008-08-22rfkill: add default global states (v2)Henrique de Moraes Holschuh2-12/+116
2008-08-22rfkill: detect bogus double-registering (v2)Henrique de Moraes Holschuh1-1/+28
2008-08-18rfkill: protect suspended rfkill controllersHenrique de Moraes Holschuh1-4/+10
2008-08-01RFKILL: set the status of the leds on activation.Dmitry Baryshkov1-0/+12
2008-08-01RFKILL: allow one to specify led trigger nameDmitry Baryshkov1-1/+2
2008-08-01rfkill: query EV_SW states when rfkill-input (re)?connects to a input deviceHenrique de Moraes Holschuh1-15/+39
2008-07-29rfkill: yet more minor kernel-doc fixesHenrique de Moraes Holschuh1-10/+10
2008-07-29rfkill: mutex fixesHenrique de Moraes Holschuh1-10/+19
2008-07-29rfkill: fix led-trigger unregister order in error unwindHenrique de Moraes Holschuh1-2/+4
2008-07-29rfkill: document rfkill_force_state as required (v2)Henrique de Moraes Holschuh1-1/+6
2008-07-08rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switchHenrique de Moraes Holschuh1-6/+4
2008-07-08rfkill: some minor kernel-doc changes for rfkill_toggle_radioHenrique de Moraes Holschuh1-5/+7
2008-06-26rfkill: rename the rfkill_state states and add block-locked stateHenrique de Moraes Holschuh2-28/+76
2008-06-26rfkill: do not allow userspace to override ALL RADIOS OFFHenrique de Moraes Holschuh3-15/+51
2008-06-26rfkill: drop current_state from tasks in rfkill-inputFabien Crespel1-14/+1
2008-06-26rfkill: add uevent notificationsHenrique de Moraes Holschuh1-0/+42
2008-06-26rfkill: add type string helperHenrique de Moraes Holschuh1-18/+15
2008-06-26rfkill: add notifier chains supportHenrique de Moraes Holschuh1-3/+67
2008-06-26rfkill: rework suspend and resume handlersHenrique de Moraes Holschuh1-17/+18
2008-06-26rfkill: add the WWAN radio typeHenrique de Moraes Holschuh2-0/+7
2008-06-26rfkill: add read-write rfkill switch supportHenrique de Moraes Holschuh1-3/+50
2008-06-26rfkill: add parameter to disable radios by defaultHenrique de Moraes Holschuh1-1/+10
2008-06-26rfkill: handle SW_RFKILL_ALL eventsHenrique de Moraes Holschuh1-2/+43
2008-06-26rfkill: fix minor typo in kernel docHenrique de Moraes Holschuh1-1/+1
2008-04-15rfkill: Fix device type check when toggling statesCarlos Corbacho1-1/+1
2008-02-23PM: Introduce PM_EVENT_HIBERNATE callback stateRafael J. Wysocki1-1/+1
2008-02-03typo fix in net/rfkill/rfkill.cOliver Pinter1-1/+1
2008-01-31rfkill: add the WiMAX radio typeIñaky Pérez-González2-0/+12
2008-01-20rfkill: call rfkill_led_trigger_unregister() on errorEric Paris1-1/+4
2007-11-29rfkill: fix double-mutex-lockingMichael Buesch1-9/+5
2007-11-10rfkill: Fix sparse warningMichael Buesch1-0/+4
2007-11-10rfkill: Use mutex_lock() at register and add sanity checkMichael Buesch1-11/+9
2007-11-10rfkill: Use subsys_initcallMichael Buesch1-1/+1
2007-11-10rfkill: Register LED triggers before registering switchMichael Buesch1-5/+6
2007-10-19get rid of input BIT* duplicate definesJiri Slaby1-6/+6
2007-10-10[RFKILL]: Add support for hardware-only rfkill buttonsMichael Buesch1-1/+6
2007-10-10[RFKILL]: Add support for an rfkill LED.Michael Buesch2-1/+48
2007-10-10[RFKILL]: Move rfkill_switch_all out of global headerIvo van Doorn3-1/+19
2007-10-10[RFKILL]: Add support for ultrawidebandIvo van Doorn2-0/+12
2007-10-10[RFKILL]: Remove IRDAIvo van Doorn2-5/+2
2007-07-19[NET] RFKILL: Fix whitespace errors.YOSHIFUJI Hideaki1-1/+1
2007-07-18[RFKILL]: Make state sysfs writableIvo van Doorn1-1/+1
2007-07-14[RFKILL]: fix net/rfkill/rfkill-input.c bug on 64-bit systemsIngo Molnar1-1/+1
2007-05-19[RFKILL]: Fix check for correct rfkill allocationIvo van Doorn1-1/+1
2007-05-07[NET]: rfkill: add support for input key to control wireless radioIvo van Doorn4-0/+611