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
/
net
/
rfkill
Age
Commit message (
Expand
)
Author
Files
Lines
2014-02-04
net: rfkill: move poll work to power efficient workqueue
Shaibal Dutta
1
-3
/
+6
2014-01-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+1
2014-01-07
net: rfkill: gpio: convert to descriptor-based GPIO interface
Heikki Krogerus
1
-43
/
+34
2013-12-11
rfkill: Fix FSF address in file headers
Jeff Kirsher
1
-3
/
+1
2013-10-28
net: rfkill: gpio: add ACPI support
Heikki Krogerus
1
-1
/
+30
2013-10-28
net: rfkill: gpio: prepare for DT and ACPI support
Heikki Krogerus
1
-41
/
+51
2013-10-28
net: rfkill: gpio: spinlock-safe GPIO access
Heikki Krogerus
1
-8
/
+8
2013-10-28
net: rfkill: gpio: clean up clock handling
Heikki Krogerus
2
-28
/
+9
2013-10-28
net: rfkill: gpio: convert to resource managed allocation
Heikki Krogerus
1
-55
/
+20
2013-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-3
/
+5
2013-08-15
net: rfkill: Do not ignore errors from regulator_enable()
Luis Henriques
1
-3
/
+5
2013-07-25
net: rfkill: convert class code to use dev_groups
Greg Kroah-Hartman
1
-49
/
+41
2013-04-22
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-2
/
+5
2013-04-22
rfkill: fix error return code in rfkill_gpio_probe()
Wei Yongjun
1
-2
/
+5
2013-04-12
rfkill: Add NFC to the list of supported radios
Samuel Ortiz
1
-1
/
+3
2013-03-06
net: rfkill: Fix sparse warning in rfkill-regulator.c
Sachin Kamat
1
-1
/
+1
2012-12-28
rfkill: don't use [delayed_]work_pending()
Tejun Heo
1
-5
/
+3
2012-12-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-2
/
+2
2012-12-06
rfkill: remove __dev* attributes
Bill Pemberton
2
-4
/
+4
2012-10-28
Merge branch 'master' into for-next
Jiri Kosina
2
-3
/
+22
2012-10-25
rfkill: error cannot be set here so simplify
Alan Cox
1
-2
/
+2
2012-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-1
/
+21
2012-09-24
rfkill: prevent unnecessary event generation
Vitaly Wool
1
-1
/
+7
2012-08-21
Revert "rfkill: remove dead code"
AceLan Kao
1
-0
/
+14
2012-08-13
workqueue: use mod_delayed_work() instead of cancel + queue
Tejun Heo
1
-2
/
+1
2012-06-06
rfkill: Add the capability to switch all devices of all type in __rfkill_swit...
Alex Hung
1
-1
/
+1
2012-03-11
device.h: cleanup users outside of linux/include (C files)
Paul Gortmaker
1
-0
/
+1
2012-01-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2012-01-04
net/rfkill/rfkill-gpio.c: introduce missing kfree
Julia Lawall
1
-1
/
+1
2011-12-19
net: fix assignment of 0/1 to bool variables.
Rusty Russell
1
-3
/
+3
2011-11-30
net: rfkill: convert net/rfkill/* to use module_platform_driver()
Axel Lin
2
-23
/
+2
2011-11-22
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...
John W. Linville
1
-0
/
+1
2011-11-09
net/rfkill/core.c: use kstrtoul, etc
Julia Lawall
1
-2
/
+2
2011-10-31
net: add moduleparam.h for users of module_param/MODULE_PARM_DESC
Paul Gortmaker
1
-0
/
+1
2011-10-03
net:rfkill: add a gpio setup function into GPIO rfkill
Sangwook Lee
1
-0
/
+11
2011-09-19
rfkill: properly assign a boolean type
Mohammed Shafi Shajakhan
1
-1
/
+1
2011-09-13
rfkill: Remove unnecessary OOM logging messages
Joe Perches
1
-1
/
+0
2011-05-19
net: rfkill: add generic gpio rfkill driver
Rhyland Klein
3
-0
/
+237
2011-05-16
net/rfkill/core.c: Avoid leaving freed data in a list
Julia Lawall
1
-1
/
+1
2011-04-19
rfkill: Regulator consumer driver for rfkill
Antonio Ospite
3
-0
/
+176
2011-01-20
kconfig: rename CONFIG_EMBEDDED to CONFIG_EXPERT
David Rientjes
1
-2
/
+2
2010-11-15
rfkill: remove dead code
Stephen Hemminger
1
-14
/
+0
2010-10-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
Linus Torvalds
1
-1
/
+1
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-09-23
net: return operator cleanup
Eric Dumazet
1
-1
/
+1
2010-04-11
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-19
rename new rfkill sysfs knobs
florian@mickler.org
1
-27
/
+8
2010-03-10
enhance sysfs rfkill interface
florian@mickler.org
1
-0
/
+58
2010-03-02
rfkill: Add support for KEY_RFKILL
Matthew Garrett
1
-0
/
+8
[next]