Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1316302
| From | Heikki Krogerus <heikki.krogerus@linux.intel.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 0/4] net: rfkill: gpio: replace platform data with build-in property |
| Date | 2016-01-25 10:10 +0100 |
| Message-ID | <qULjP-1FX-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi, The changes to the unified properties interface that I have been waiting for are finally available in v4.5-rc1. Heikki Krogerus (4): net: rfkill: add rfkill_find_type function net: rfkill: gpio: get the name and type from device property ARM: tegra: use build-in device properties with rfkill_gpio net: rfkill: gpio: remove rfkill_gpio_platform_data arch/arm/mach-tegra/board-paz00.c | 17 +++++++----- include/linux/rfkill-gpio.h | 37 ------------------------- include/linux/rfkill.h | 15 +++++++++++ net/rfkill/Kconfig | 3 +-- net/rfkill/core.c | 57 ++++++++++++++++++++------------------- net/rfkill/rfkill-gpio.c | 24 ++++++++--------- 6 files changed, 66 insertions(+), 87 deletions(-) delete mode 100644 include/linux/rfkill-gpio.h -- 2.7.0.rc3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv2 0/4] net: rfkill: gpio: replace platform data with build-in property Heikki Krogerus <heikki.krogerus@linux.intel.com> - 2016-01-25 10:10 +0100 [PATCHv2 2/4] net: rfkill: gpio: get the name and type from device property Heikki Krogerus <heikki.krogerus@linux.intel.com> - 2016-01-25 10:10 +0100
csiph-web