summaryrefslogtreecommitdiff
path: root/net/rfkill/rfkill-gpio.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-18net: rfkill-gpio: Add handle clock for rfkill gpioBeomho Seo1-3/+4
2014-11-18net: rfkill-gpio: add low power mode for bluetooth chipSeung-Woo Kim1-0/+110
2014-11-18net: rfkill-gpio: add host wake and wake pinsSeung-Woo Kim1-0/+99
2014-11-18net: rfkill-gpio: fix initial state as blockedSeung-Woo Kim1-0/+4
2014-11-18net: rfkill: add line for parsing shutdown gpio prooertyBeomho Seo1-0/+1
2014-11-18net: rfkill: gpio: add device tree supportChen-Yu Tsai1-1/+24
2014-11-18net: rfkill: gpio: fix reversed clock enable stateChen-Yu Tsai1-1/+1
2014-11-18net: rfkill: gpio: use clk_prepare_enable/clk_disable_unprepareChen-Yu Tsai1-2/+2
2014-11-18net: rfkill: gpio: prepare for DT and ACPI supportHeikki Krogerus1-41/+51
2014-11-18net: rfkill: gpio: spinlock-safe GPIO accessHeikki Krogerus1-8/+8
2014-11-18net: rfkill: gpio: clean up clock handlingHeikki Krogerus1-27/+8
2014-11-18net: rfkill: gpio: convert to resource managed allocationHeikki Krogerus1-55/+20
2013-04-22rfkill: fix error return code in rfkill_gpio_probe()Wei Yongjun1-2/+5
2012-12-06rfkill: remove __dev* attributesBill Pemberton1-1/+1
2012-01-04net/rfkill/rfkill-gpio.c: introduce missing kfreeJulia Lawall1-1/+1
2011-11-30net: rfkill: convert net/rfkill/* to use module_platform_driver()Axel Lin1-12/+1
2011-10-03net:rfkill: add a gpio setup function into GPIO rfkillSangwook Lee1-0/+11
2011-05-19net: rfkill: add generic gpio rfkill driverRhyland Klein1-0/+227