From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755800AbcAYJF4 (ORCPT ); Mon, 25 Jan 2016 04:05:56 -0500 Received: from mga14.intel.com ([192.55.52.115]:49698 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752521AbcAYJFx (ORCPT ); Mon, 25 Jan 2016 04:05:53 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.22,343,1449561600"; d="scan'208";a="897699036" From: Heikki Krogerus To: Johannes Berg Cc: linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCHv2 0/4] net: rfkill: gpio: replace platform data with build-in property Date: Mon, 25 Jan 2016 12:03:45 +0300 Message-Id: <1453712629-143317-1-git-send-email-heikki.krogerus@linux.intel.com> X-Mailer: git-send-email 2.7.0.rc3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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