Age | Commit message (Expand) | Author | Files | Lines |
2025-02-11 | net: rfkill: gpio: allow booting in blocked state | Catalin Popescu | 1 | -0/+3 |
2024-12-01 | Get rid of 'remove_new' relic from platform driver struct | Linus Torvalds | 1 | -1/+1 |
2024-11-12 | net: rfkill: gpio: Add check for clk_enable() | Mingwei Zheng | 1 | -2/+6 |
2024-09-27 | [tree-wide] finally take no_llseek out | Al Viro | 1 | -1/+0 |
2024-08-27 | wifi: rfkill: Correct parameter type for rfkill_set_hw_state_reason() | Zijun Hu | 1 | -6/+2 |
2024-08-27 | net: rfkill: gpio: Do not load on Lenovo Yoga Tab 3 Pro YT3-X90 | Hans de Goede | 1 | -0/+18 |
2024-06-26 | net: rfkill: Correct return value in invalid parameter case | Zijun Hu | 1 | -4/+4 |
2024-03-25 | net: rfkill: gpio: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
2023-12-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Paolo Abeni | 1 | -0/+8 |
2023-12-12 | net: rfkill: gpio: set GPIO direction | Rouven Czerwinski | 1 | -0/+8 |
2023-11-24 | rfkill: return ENOTTY on invalid ioctl | Thomas Weißschuh | 1 | -2/+2 |
2023-10-11 | net: rfkill: reduce data->mtx scope in rfkill_fop_open | Johannes Berg | 1 | -3/+2 |
2023-10-11 | net: rfkill: gpio: prevent value glitch during probe | Josua Mayer | 1 | -2/+2 |
2023-09-18 | rfkill: sync before userspace visibility/changes | Johannes Berg | 1 | -6/+26 |
2023-04-06 | net: rfkill-gpio: Add explicit include for of.h | Rob Herring | 1 | -0/+1 |
2023-02-14 | rfkill: Use sysfs_emit() to instead of sprintf() | Bo Liu | 1 | -8/+8 |
2023-01-17 | Merge wireless into wireless-next | Kalle Valo | 1 | -1/+1 |
2023-01-12 | net: rfkill: gpio: add DT support | Philipp Zabel | 1 | -2/+18 |
2022-11-24 | driver core: make struct class.dev_uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
2022-03-18 | rfkill: make new event layout opt-in | Johannes Berg | 1 | -14/+34 |
2021-12-20 | rfkill: allow to get the software rfkill state | Emmanuel Grumbach | 1 | -0/+12 |
2021-04-20 | Merge tag 'mac80211-next-for-net-next-2021-04-20' of git://git.kernel.org/pub... | David S. Miller | 1 | -3/+1 |
2021-04-08 | rfkill: use DEFINE_SPINLOCK() for spinlock | Guobin Huang | 1 | -3/+1 |
2021-04-08 | rfkill: revert back to old userspace API by default | Johannes Berg | 1 | -3/+4 |
2020-12-11 | rfkill: add a reason to the HW rfkill state | Emmanuel Grumbach | 1 | -7/+34 |
2020-11-12 | rfkill: Fix use-after-free in rfkill_resume() | Claire Chang | 1 | -0/+3 |
2019-12-16 | rfkill: Fix incorrect check to avoid NULL pointer dereference | Aditya Pakki | 1 | -2/+5 |
2019-12-01 | Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -1/+1 |
2019-11-05 | rfkill: allocate static minor | Marcel Holtmann | 1 | -2/+7 |
2019-10-23 | compat_ioctl: move more drivers to compat_ptr_ioctl | Arnd Bergmann | 1 | -1/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 2 | -9/+2 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner | 1 | -13/+1 |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 1 | Thomas Gleixner | 1 | -14/+1 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 2 | -0/+2 |
2019-05-06 | *: convert stream-like files from nonseekable_open -> stream_open | Kirill Smelkov | 1 | -1/+1 |
2018-12-18 | rfkill: gpio: Remove unused include | Linus Walleij | 1 | -1/+0 |
2018-09-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+1 |
2018-09-03 | Merge tag 'mac80211-for-davem-2018-09-03' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 1 | -0/+1 |
2018-08-28 | rfkill: fix spelling mistake contidion to condition | Richard Guy Briggs | 1 | -2/+2 |
2018-08-14 | rfkill-gpio: include linux/mod_devicetable.h | Arnd Bergmann | 1 | -0/+1 |
2018-07-05 | leds: triggers: let struct led_trigger::activate() return an error code | Uwe Kleine-König | 1 | -1/+3 |
2018-05-23 | rfkill: Create rfkill-none LED trigger | João Paulo Rechi Vita | 1 | -7/+20 |
2018-05-23 | rfkill: Rename rfkill_any_led_trigger* functions | João Paulo Rechi Vita | 1 | -23/+24 |
2018-05-07 | rfkill: gpio: fix memory leak in probe error path | Johan Hovold | 1 | -1/+6 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
2017-11-27 | net: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-06-13 | net: rfkill: gpio: Switch to devm_acpi_dev_add_driver_gpios() | Andy Shevchenko | 1 | -4/+1 |
2017-01-24 | rfkill: remove rfkill-regulator | Johannes Berg | 3 | -166/+0 |
2017-01-09 | rfkill: Add rfkill-any LED trigger | Michał Kępień | 1 | -1/+71 |
2016-12-20 | Revert "rfkill: Add rfkill-any LED trigger" | Johannes Berg | 1 | -74/+1 |
2016-12-16 | rfkill: hide unused goto label | Arnd Bergmann | 1 | -0/+2 |
2016-12-13 | rfkill: Add rfkill-any LED trigger | Michał Kępień | 1 | -0/+73 |
2016-12-13 | rfkill: Cleanup error handling in rfkill_init() | Michał Kępień | 1 | -11/+12 |
2016-12-13 | rfkill: simplify rfkill_set_hw_state() slightly | Johannes Berg | 1 | -4/+1 |
2016-04-05 | rfkill: Use switch to demux userspace operations | João Paulo Rechi Vita | 1 | -14/+22 |
2016-03-01 | Merge tag 'mac80211-next-for-davem-2016-02-26' of git://git.kernel.org/pub/sc... | David S. Miller | 3 | -106/+93 |
2016-02-24 | rfkill: Factor rfkill_global_states[].cur assignments | João Paulo Rechi Vita | 1 | -21/+17 |
2016-02-24 | rfkill: Remove extra blank line | João Paulo Rechi Vita | 1 | -1/+0 |
2016-02-24 | rfkill: Improve documentation language | João Paulo Rechi Vita | 1 | -2/+2 |
2016-02-24 | net: rfkill: gpio: remove rfkill_gpio_platform_data | Heikki Krogerus | 2 | -10/+1 |
2016-02-24 | net: rfkill: gpio: get the name and type from device property | Heikki Krogerus | 1 | -5/+11 |
2016-02-24 | net: rfkill: add rfkill_find_type function | Heikki Krogerus | 1 | -28/+30 |
2016-02-24 | rfkill: Remove obsolete "claim" sysfs interface | João Paulo Rechi Vita | 1 | -10/+1 |
2016-02-24 | rfkill: remove/inline __rfkill_set_hw_state | João Paulo Rechi Vita | 1 | -26/+15 |
2016-02-24 | rfkill: use variable instead of duplicating the expression | João Paulo Rechi Vita | 1 | -1/+1 |
2016-02-24 | rfkill: disentangle polling pause and suspend | Johannes Berg | 1 | -2/+15 |
2016-01-26 | rfkill: fix rfkill_fop_read wait_event usage | Johannes Berg | 1 | -12/+4 |
2016-01-04 | Bluetooth: hci_bcm: move all Broadcom ACPI IDs to BCM HCI driver | Heikki Krogerus | 1 | -4/+0 |
2015-12-10 | rfkill: copy the name into the rfkill struct | Johannes Berg | 1 | -3/+3 |
2015-09-04 | rfkill: Copy "all" global state to other types | João Paulo Rechi Vita | 1 | -1/+9 |
2015-08-17 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 1 | -1/+0 |
2015-08-13 | rfkill: Allow compile test of GPIO consumers if !GPIOLIB | Geert Uytterhoeven | 1 | -1/+2 |
2015-08-11 | net: rfkill: gpio: Remove BCM2E39 support | Frederic Danis | 1 | -1/+0 |
2015-05-29 | net: rfkill: gpio: make better use of gpiod API | Uwe Kleine-König | 1 | -14/+10 |
2015-05-20 | net: rfkill: Switch to PM ops | Lars-Peter Clausen | 1 | -3/+9 |
2015-02-04 | Merge tag 'mac80211-next-for-davem-2015-02-03' of git://git.kernel.org/pub/sc... | David S. Miller | 1 | -0/+1 |
2015-02-03 | net: rfkill: Add Broadcom BCM2E40 bluetooth ACPI ID | Mika Westerberg | 1 | -0/+1 |
2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -2/+0 |
2014-11-04 | net: rfkill: gpio: Add default GPIO driver mappings for ACPI | Mika Westerberg | 1 | -3/+15 |
2014-10-20 | net: rfkill: drop owner assignment from platform_drivers | Wolfram Sang | 2 | -2/+0 |
2014-10-08 | net: rfkill: kernel-doc warning fixes | Fabian Frederick | 1 | -2/+2 |
2014-09-22 | net: rfkill: gpio: Fix clock status | Loic Poulain | 1 | -1/+1 |
2014-09-16 | net: rfkill: gpio: Enable module auto-loading for ACPI based switches | Marcel Holtmann | 1 | -0/+1 |
2014-08-25 | net: rfkill: gpio: Add more Broadcom bluetooth ACPI IDs | Mika Westerberg | 1 | -0/+1 |
2014-05-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next | John W. Linville | 1 | -11/+8 |
2014-05-07 | rfkill-gpio: Use gpio cansleep version | Loic Poulain | 1 | -11/+8 |
2014-04-11 | net: rfkill: gpio: hard-code the gpio names | Heikki Krogerus | 1 | -17/+2 |
2014-04-11 | net: rfkill: gpio: add ACPI IDs for a Broadcom bluetooth chip | Heikki Krogerus | 1 | -0/+5 |
2014-04-11 | net: rfkill: gpio: add ACPI ID for GPS module on Lenovo Miix2 | Heikki Krogerus | 1 | -0/+1 |
2014-04-11 | net: rfkill: gpio: remove unused and obsolete platform parameters | Heikki Krogerus | 1 | -14/+1 |
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 |
2009-12-07 | net/rfkill/core.c: work around gcc-4.0.2 silliness | Andrew Morton | 1 | -2/+2 |
2009-11-29 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2009-11-23 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -0/+1 |
2009-11-23 | rfkill: fix miscdev ops | Johannes Berg | 1 | -0/+1 |
2009-11-18 | rfkill: Add constant for RFKILL_TYPE_FM radio devices | Marcel Holtmann | 1 | -1/+3 |
2009-10-04 | headers: remove sched.h from poll.h | Alexey Dobriyan | 1 | -0/+1 |
2009-08-04 | rfkill: add the GPS radio type | Tomas Winkler | 1 | -1/+3 |
2009-07-23 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -8/+23 |
2009-07-21 | rfkill: fix rfkill_set_states() to set the hw state | Alan Jenkins | 1 | -0/+4 |
2009-07-21 | rfkill: allow toggling soft state in sysfs again | Johannes Berg | 1 | -8/+19 |
2009-07-10 | rfkill: prep for rfkill API changes | Johannes Berg | 1 | -2/+8 |
2009-06-19 | rfkill: export persistent attribute in sysfs | Alan Jenkins | 1 | -0/+10 |
2009-06-19 | rfkill: don't restore software blocked state on persistent devices | Alan Jenkins | 1 | -15/+25 |
2009-06-19 | rfkill: rfkill_set_block() when suspended nitpick | Alan Jenkins | 1 | -3/+3 |
2009-06-10 | rfkill: don't impose global states on resume (just restore the previous states) | Alan Jenkins | 1 | -5/+1 |
2009-06-10 | rfkill: remove set_global_sw_state | Alan Jenkins | 1 | -51/+30 |
2009-06-10 | rfkill: remove input Kconfig | Johannes Berg | 1 | -1/+1 |
2009-06-10 | rfkill: print events when input handler is disabled/enabled | Johannes Berg | 1 | -2/+4 |
2009-06-03 | rfkill: always init poll delayed work | Johannes Berg | 1 | -7/+6 |
2009-06-03 | rfkill: add function to query state | Johannes Berg | 1 | -0/+13 |
2009-06-03 | rfkill: create useful userspace interface | Johannes Berg | 2 | -7/+327 |
2009-06-03 | rfkill: rewrite | Johannes Berg | 7 | -1263/+1256 |
2009-05-06 | net/rfkill/rfkill.c: fix build with CONFIG_RFKILL_LEDS=n | Andrew Morton | 1 | -0/+5 |
2009-04-22 | rfkill: Fix broken rfkill LED in 2.6.30-rc1 | Larry Finger | 1 | -1/+8 |
2009-04-22 | rfkill-input: remove unused code | Johannes Berg | 1 | -69/+0 |
2009-04-22 | rfkill: remove user_claim stuff | Johannes Berg | 1 | -42/+3 |
2009-01-04 | net/rfkill/rfkill.c: fix unused rfkill_led_trigger() warning | Simon Holm Thøgersen | 1 | -3/+1 |
2008-12-12 | rfkill: strip pointless notifier chain | Johannes Berg | 1 | -78/+5 |
2008-11-26 | rfkill: always call get_state() hook on resume | Henrique de Moraes Holschuh | 1 | -0/+10 |
2008-11-26 | rfkill: preserve state across suspend | Henrique de Moraes Holschuh | 1 | -1/+6 |
2008-11-10 | net: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 1 | -3/+2 |
2008-11-06 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -1/+1 |
2008-11-06 | Fix logic error in rfkill_check_duplicity | Jonathan McDowell | 1 | -1/+1 |
2008-10-31 | rfkill: rate-limit rfkill-input workqueue usage (v3) | Henrique de Moraes Holschuh | 1 | -8/+41 |
2008-10-31 | rfkill: honour EPO state when resuming a rfkill controller | Henrique de Moraes Holschuh | 1 | -2/+11 |
2008-10-31 | rfkill: add master_switch_mode and EPO lock to rfkill and rfkill-input | Henrique de Moraes Holschuh | 3 | -80/+274 |
2008-10-31 | rfkill: export global states to rfkill-input | Henrique de Moraes Holschuh | 2 | -0/+15 |
2008-10-31 | rfkill: use killable locks instead of interruptible | Henrique de Moraes Holschuh | 1 | -3/+4 |
2008-10-27 | RFKILL: fix input layer initialisation | Dmitry Baryshkov | 1 | -0/+5 |
2008-10-14 | net/rfkill/rfkill-input.c needs <linux/sched.h> | Geert Uytterhoeven | 1 | -0/+1 |
2008-10-06 | rfkill: update LEDs for all state changes | Henrique de Moraes Holschuh | 1 | -3/+2 |
2008-09-15 | rfkill: remove transmitter blocking on suspend | Henrique de Moraes Holschuh | 1 | -14/+2 |
2008-08-29 | rfkill: rename rfkill_mutex to rfkill_global_mutex | Henrique de Moraes Holschuh | 1 | -18/+20 |
2008-08-29 | rfkill: add WARN and BUG_ON paranoia (v2) | Henrique de Moraes Holschuh | 1 | -13/+37 |
2008-08-29 | rfkill: add missing line break | Felipe Balbi | 1 | -1/+1 |
2008-08-29 | rfkill: use strict_strtoul (v2) | Henrique de Moraes Holschuh | 1 | -2/+12 |
2008-08-22 | rfkill: introduce RFKILL_STATE_MAX | Henrique de Moraes Holschuh | 1 | -3/+8 |
2008-08-22 | rfkill: add __must_check annotations | Henrique de Moraes Holschuh | 1 | -2/+3 |
2008-08-22 | rfkill: add default global states (v2) | Henrique de Moraes Holschuh | 2 | -12/+116 |
2008-08-22 | rfkill: detect bogus double-registering (v2) | Henrique de Moraes Holschuh | 1 | -1/+28 |
2008-08-18 | rfkill: protect suspended rfkill controllers | Henrique de Moraes Holschuh | 1 | -4/+10 |
2008-08-01 | RFKILL: set the status of the leds on activation. | Dmitry Baryshkov | 1 | -0/+12 |
2008-08-01 | RFKILL: allow one to specify led trigger name | Dmitry Baryshkov | 1 | -1/+2 |
2008-08-01 | rfkill: query EV_SW states when rfkill-input (re)?connects to a input device | Henrique de Moraes Holschuh | 1 | -15/+39 |
2008-07-29 | rfkill: yet more minor kernel-doc fixes | Henrique de Moraes Holschuh | 1 | -10/+10 |
2008-07-29 | rfkill: mutex fixes | Henrique de Moraes Holschuh | 1 | -10/+19 |
2008-07-29 | rfkill: fix led-trigger unregister order in error unwind | Henrique de Moraes Holschuh | 1 | -2/+4 |
2008-07-29 | rfkill: document rfkill_force_state as required (v2) | Henrique de Moraes Holschuh | 1 | -1/+6 |
2008-07-08 | rfkill: ignore errors from rfkill_toggle_radio in rfkill_add_switch | Henrique de Moraes Holschuh | 1 | -6/+4 |
2008-07-08 | rfkill: some minor kernel-doc changes for rfkill_toggle_radio | Henrique de Moraes Holschuh | 1 | -5/+7 |