From patchwork Mon May 20 09:27:09 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Wolfram Sang X-Patchwork-Id: 10950709 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id B8F581902 for ; Mon, 20 May 2019 09:27:25 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AA2EE287DE for ; Mon, 20 May 2019 09:27:25 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A8A39287E9; Mon, 20 May 2019 09:27:25 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=unavailable version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DCD50287DE for ; Mon, 20 May 2019 09:27:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1732119AbfETJ1X (ORCPT ); Mon, 20 May 2019 05:27:23 -0400 Received: from sauhun.de ([88.99.104.3]:49458 "EHLO pokefinder.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730445AbfETJ1X (ORCPT ); Mon, 20 May 2019 05:27:23 -0400 Received: from localhost (p54B333DA.dip0.t-ipconnect.de [84.179.51.218]) by pokefinder.org (Postfix) with ESMTPSA id 6B9632C2761; Mon, 20 May 2019 11:27:21 +0200 (CEST) From: Wolfram Sang To: linux-input@vger.kernel.org Cc: linux-renesas-soc@vger.kernel.org, Dmitry Torokhov , Steve Twiss , Wolfram Sang Subject: [PATCH RESEND 0/2] input: da9063 updates Date: Mon, 20 May 2019 11:27:09 +0200 Message-Id: <20190520092711.30662-1-wsa+renesas@sang-engineering.com> X-Mailer: git-send-email 2.19.1 MIME-Version: 1.0 Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This series removes the unused pdata interface and updates the header to SPDX. Last time, a similar and bigger da9063 series was meant to go in via MFD. This resend, however, was rebased to v5.2-rc1 and regrouped, so it can go in via the input tree directly. Wolfram Sang (2): input: da9063_onkey: remove platform_data support input: da9063_onkey: convert header to SPDX drivers/input/misc/da9063_onkey.c | 22 +++------------------- 1 file changed, 3 insertions(+), 19 deletions(-)