Received: by 2002:ac0:bc90:0:0:0:0:0 with SMTP id a16csp545842img; Mon, 18 Mar 2019 08:50:11 -0700 (PDT) X-Google-Smtp-Source: APXvYqylV/XmUeO9VAx6M6nW1evKIPlJ0MQHRz0VtYH7csGY25v3o9Ja5KJl03YQXXu6ePZXwXze X-Received: by 2002:a62:be0b:: with SMTP id l11mr20213354pff.52.1552924211617; Mon, 18 Mar 2019 08:50:11 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1552924211; cv=none; d=google.com; s=arc-20160816; b=uQnWPZsDYCosH9ntzdcC88ehXdIEHjsPYMxru+FnEuC8CkLO4etMnePQBBEGWIu1Fe aIELHcbOGBIxwGOv8WjypvNSS0DPpqFt3eRUlU99IVRBRzgNArVfxChhqZjWK6TAOqdl dYH+M1wwQMW77stapYyLzPhIVEVNgsm36nF394ZAHKHo+SoEQQhpuVZ9/ha9B4cT7tIc gUUqp8eaCC17i2u8WdnRmlrV21WmP0NqaXfRUdV5fSF0pz4lUTOk7/7I3hRYvqqhOATh Wqr04coTyY5grkO6fbFGDKbTw7CABKs3W3+lTfhY2WfkqXPReL3/n1Jy9m5p+/gjNMX8 I8fg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from; bh=qfoD0G6ueszMS5KBiHgAyUhBKFyApyGh2xWQzMw28kY=; b=I93woEaE0G3JXKDkxEfZG5P6bnz3t0ZZUuGZGOdVRy4SLygH+WGiEfjPMef8yHNCcv NGehG98p9YSlpOHib0vDk87zE6/C8pHlB+xHNpbnAjwHDTlLLzdj2MGcQO/OW2/7iCfE N79Y+DtjdX3rV8X+7thJP5Cd5brecGG5NriYvebeHWAlGnGm07oTOnqxdrziVaVsPxZD bWTSzwAN1xMh6MwXzUvkH1Fn1lLVchK1nTJNPaoUq+paQ28jKfofRFNftaCy1hQytnd8 uuoONiJU5zwXjy43XC0AMa7DydpmFk/eaDDzvo6WsCKWGqMBCpxZuf4Shf1ku7OA5ROm PXwQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id 12si10406147plb.335.2019.03.18.08.49.56; Mon, 18 Mar 2019 08:50:11 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727581AbfCRPtE (ORCPT + 99 others); Mon, 18 Mar 2019 11:49:04 -0400 Received: from sauhun.de ([88.99.104.3]:36864 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727134AbfCRPtB (ORCPT ); Mon, 18 Mar 2019 11:49:01 -0400 Received: from localhost (p54B330C6.dip0.t-ipconnect.de [84.179.48.198]) by pokefinder.org (Postfix) with ESMTPSA id 530284A134C; Mon, 18 Mar 2019 16:48:59 +0100 (CET) From: Wolfram Sang To: linux-kernel@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Lee Jones , Mark Brown , Support Opensource , Wolfram Sang Subject: [PATCH 5/6] mfd: da9063: remove leftover platform_data definitions Date: Mon, 18 Mar 2019 16:47:57 +0100 Message-Id: <20190318154759.21978-6-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.11.0 In-Reply-To: <20190318154759.21978-1-wsa+renesas@sang-engineering.com> References: <20190318154759.21978-1-wsa+renesas@sang-engineering.com> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Not used, not needed, remove them. Signed-off-by: Wolfram Sang --- include/linux/mfd/da9063/pdata.h | 65 ---------------------------------------- 1 file changed, 65 deletions(-) delete mode 100644 include/linux/mfd/da9063/pdata.h diff --git a/include/linux/mfd/da9063/pdata.h b/include/linux/mfd/da9063/pdata.h deleted file mode 100644 index 21a2d107f0cf..000000000000 --- a/include/linux/mfd/da9063/pdata.h +++ /dev/null @@ -1,65 +0,0 @@ -/* - * Platform configuration options for DA9063 - * - * Copyright 2012 Dialog Semiconductor Ltd. - * - * Author: Michal Hajduk, Dialog Semiconductor - * Author: Krystian Garbaciak, Dialog Semiconductor - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License as published by the - * Free Software Foundation; either version 2 of the License, or (at your - * option) any later version. - * - */ - -#ifndef __MFD_DA9063_PDATA_H__ -#define __MFD_DA9063_PDATA_H__ - -/* - * RGB LED configuration - */ -/* LED IDs for flags in struct led_info. */ -enum { - DA9063_GPIO11_LED, - DA9063_GPIO14_LED, - DA9063_GPIO15_LED, - - DA9063_LED_NUM -}; -#define DA9063_LED_ID_MASK 0x3 - -/* LED polarity for flags in struct led_info. */ -#define DA9063_LED_HIGH_LEVEL_ACTIVE 0x0 -#define DA9063_LED_LOW_LEVEL_ACTIVE 0x4 - - -/* - * General PMIC configuration - */ -/* HWMON ADC channels configuration */ -#define DA9063_FLG_FORCE_IN0_MANUAL_MODE 0x0010 -#define DA9063_FLG_FORCE_IN0_AUTO_MODE 0x0020 -#define DA9063_FLG_FORCE_IN1_MANUAL_MODE 0x0040 -#define DA9063_FLG_FORCE_IN1_AUTO_MODE 0x0080 -#define DA9063_FLG_FORCE_IN2_MANUAL_MODE 0x0100 -#define DA9063_FLG_FORCE_IN2_AUTO_MODE 0x0200 -#define DA9063_FLG_FORCE_IN3_MANUAL_MODE 0x0400 -#define DA9063_FLG_FORCE_IN3_AUTO_MODE 0x0800 - -/* Disable register caching. */ -#define DA9063_FLG_NO_CACHE 0x0008 - -struct da9063; - -/* DA9063 platform data */ -struct da9063_pdata { - int (*init)(struct da9063 *da9063); - int irq_base; - bool key_power; - unsigned flags; - struct da9063_regulators_pdata *regulators_pdata; - struct led_platform_data *leds_pdata; -}; - -#endif /* __MFD_DA9063_PDATA_H__ */ -- 2.11.0