From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752924AbbHENjO (ORCPT ); Wed, 5 Aug 2015 09:39:14 -0400 Received: from mga01.intel.com ([192.55.52.88]:15050 "EHLO mga01.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751493AbbHENjM (ORCPT ); Wed, 5 Aug 2015 09:39:12 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.15,617,1432623600"; d="scan'208";a="742687595" From: Heikki Krogerus To: Johannes Berg Cc: "Rafael J. Wysocki" , Mika Westerberg , Andy Shevchenko , linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-tegra@vger.kernel.org Subject: [PATCH 0/5] net: rfkill: gpio: replace platform data with build-in property Date: Wed, 5 Aug 2015 16:39:02 +0300 Message-Id: <1438781947-7952-1-git-send-email-heikki.krogerus@linux.intel.com> X-Mailer: git-send-email 2.4.6 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org The first patch adds a few helper macros for build-in property creation and the second makes it possible to get the rfkill type index based on name. The rest deal with rfkill-gpio. Cheers, Heikki Krogerus (5): device property: helper macros for property entry creation 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/property.h | 35 ++++++++++++++++++++++++ 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 ++++++++--------- 7 files changed, 101 insertions(+), 87 deletions(-) delete mode 100644 include/linux/rfkill-gpio.h -- 2.4.6