From patchwork Sun Nov 25 11:20:53 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Nishad Kamdar X-Patchwork-Id: 10697779 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 D18D515A7 for ; Mon, 26 Nov 2018 08:34:28 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id C15D92979A for ; Mon, 26 Nov 2018 08:34:28 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id B46392979C; Mon, 26 Nov 2018 08:34:28 +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=-5.2 required=2.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, FREEMAIL_FROM,MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from gabe.freedesktop.org (gabe.freedesktop.org [131.252.210.177]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 61ED12979A for ; Mon, 26 Nov 2018 08:34:28 +0000 (UTC) Received: from gabe.freedesktop.org (localhost [127.0.0.1]) by gabe.freedesktop.org (Postfix) with ESMTP id 8DE4F6E2C9; Mon, 26 Nov 2018 08:34:26 +0000 (UTC) X-Original-To: dri-devel@lists.freedesktop.org Delivered-To: dri-devel@lists.freedesktop.org Received: from mail-pg1-x544.google.com (mail-pg1-x544.google.com [IPv6:2607:f8b0:4864:20::544]) by gabe.freedesktop.org (Postfix) with ESMTPS id B547B89C99 for ; Sun, 25 Nov 2018 11:21:00 +0000 (UTC) Received: by mail-pg1-x544.google.com with SMTP id w6so4841619pgl.6 for ; Sun, 25 Nov 2018 03:21:00 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:cc:subject:message-id:mime-version :content-disposition:user-agent; bh=lUTv91/JoC9v0pMFWcI/nYCUqTUVqFGh4nUuFYaDDlU=; b=Vk5EmPTPqCoTMWHZClUR0qO9bds0xv3ifaIaBB6uzC0hDLVsLPNdYH4VBobWIhtW1l sHDC4nsjcITfyHJTg5LU0ThIrETBp7DkvhZ694PDqJ8u5wjFLeAuP227QpXKwTOLPrzL si5VXQn1pXsnD1mcoR79zqCwjoPBnqzYDEmTbUxv7OiPjzoRb0mkKGFA7Tojdzz2RwMS TbiUfNqVU8rp09H0QkXWto6s6aYv9Wda+7kFabyYcAzuG6pz7b40ByFk3YTK8+hlKL1a quc865jpCX90lnA4EAV1N5YAPmLdNpEMpB0HSCPYSUv376XWDV2nkNFry6V34ruadK0F zSIw== X-Gm-Message-State: AA+aEWa+ho+KbjR/nf5cOEIuSZBeqUFI9DFnRmUKxJ1/9oLdu/0Xduiw n8OWXCjDqT+z3iObILDZlRU= X-Google-Smtp-Source: AFSGD/UqOCQBfFfB03r3i0iN0+nFRjx/ID9BSGmpaVKBtP4+KrJW2p0d1f0bvZXnHnfxlSM9qcwWgQ== X-Received: by 2002:a63:6150:: with SMTP id v77mr20225354pgb.266.1543144860060; Sun, 25 Nov 2018 03:21:00 -0800 (PST) Received: from nishad ([106.51.27.228]) by smtp.gmail.com with ESMTPSA id l11sm16653923pff.65.2018.11.25.03.20.57 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Sun, 25 Nov 2018 03:20:59 -0800 (PST) Date: Sun, 25 Nov 2018 16:50:53 +0530 From: Nishad Kamdar To: Greg Kroah-Hartman Subject: [PATCH 00/26] Staging: fbtft: Switch to the gpio descriptor interface Message-ID: MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.9.4 (2018-02-28) X-Mailman-Approved-At: Mon, 26 Nov 2018 08:34:00 +0000 X-BeenThere: dri-devel@lists.freedesktop.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Direct Rendering Infrastructure - Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Thomas Petazzoni , devel@driverdev.osuosl.org, linux-fbdev@vger.kernel.org, linux-kernel@vger.kernel.org, dri-devel@lists.freedesktop.org Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" X-Virus-Scanned: ClamAV using ClamSMTP This switches the fbtft driver to use GPIO descriptors rather than numerical gpios. Nishad Kamdar (26): Staging: fbtft: fbtft-core: Switch to the gpio descriptor interface Staging: fbtft: fbtft-bus: Switch to the gpio descriptor interface Staging: fbtft: fbtft-io: Switch to the gpio descriptor interface Staging: fbtft: flexfb: Switch to the gpio descriptor interface Staging: fbtft: fbtft-device: Switch to the gpio descriptor interface Staging: fbtft: fb_upd161704: Switch to the gpio descriptor interface Staging: fbtft: fb_sh1106: Switch to the gpio descriptor interface Staging: fbtft: fb_uc1611: Switch to the gpio descriptor interface Staging: fbtft: fb_s6d1211: Switch to the gpio descriptor interface Staging: fbtft: fb_ili9320: Switch to the gpio descriptor interface Staging: fbtft: fb_ili9340: Switch to the gpio descriptor interface Staging: fbtft: fb_ssd1325: Switch to the gpio descriptor interface Staging: fbtft: fb_ili9325: Switch to the gpio descriptor interface Staging: fbtft: fb_ssd1289: Switch to the gpio descriptor interface Staging: fbtft: fb_ssd1351: Switch to the gpio descriptor interface Staging: fbtft: fb_uc1701: Switch to the gpio descriptor interface Staging: fbtft: fb_ssd1306: Switch to the gpio descriptor interface Staging: fbtft: fb_bd663474: Switch to the gpio descriptor interface Staging: fbtft: fb_ssd1331: Switch to the gpio descriptor interface Staging: fbtft: fb_ili9163: Switch to the gpio descriptor interface Staging: fbtft: fb_agm1264k-fl: Switch to the gpio descriptor interface Staging: fbtft: fb_pcd8544: Switch to the gpio descriptor interface Staging: fbtft: fb_ssd1305: Switch to the gpio descriptor interface Staging: fbtft: fb_tls8204: Switch to the gpio descriptor interface Staging: fbtft: fb_watterott: Switch to the gpio descriptor interface Staging: fbtft: fb_ra8875: Switch to the gpio descriptor interface drivers/staging/fbtft/fb_agm1264k-fl.c | 52 ++-- drivers/staging/fbtft/fb_bd663474.c | 6 +- drivers/staging/fbtft/fb_ili9163.c | 6 +- drivers/staging/fbtft/fb_ili9320.c | 2 +- drivers/staging/fbtft/fb_ili9325.c | 6 +- drivers/staging/fbtft/fb_ili9340.c | 2 +- drivers/staging/fbtft/fb_pcd8544.c | 4 +- drivers/staging/fbtft/fb_ra8875.c | 4 +- drivers/staging/fbtft/fb_s6d1121.c | 6 +- drivers/staging/fbtft/fb_sh1106.c | 2 +- drivers/staging/fbtft/fb_ssd1289.c | 6 +- drivers/staging/fbtft/fb_ssd1305.c | 4 +- drivers/staging/fbtft/fb_ssd1306.c | 4 +- drivers/staging/fbtft/fb_ssd1325.c | 6 +- drivers/staging/fbtft/fb_ssd1331.c | 10 +- drivers/staging/fbtft/fb_ssd1351.c | 2 +- drivers/staging/fbtft/fb_tls8204.c | 6 +- drivers/staging/fbtft/fb_uc1611.c | 4 +- drivers/staging/fbtft/fb_uc1701.c | 6 +- drivers/staging/fbtft/fb_upd161704.c | 6 +- drivers/staging/fbtft/fb_watterott.c | 4 +- drivers/staging/fbtft/fbtft-bus.c | 6 +- drivers/staging/fbtft/fbtft-core.c | 170 ++---------- drivers/staging/fbtft/fbtft-io.c | 26 +- drivers/staging/fbtft/fbtft.h | 21 +- drivers/staging/fbtft/fbtft_device.c | 344 +------------------------ drivers/staging/fbtft/flexfb.c | 12 +- 27 files changed, 142 insertions(+), 585 deletions(-)