From patchwork Thu Oct 5 10:20:28 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Geert Uytterhoeven X-Patchwork-Id: 821753 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=linux-gpio-owner@vger.kernel.org; receiver=) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3y7CL106Pwz9rxj for ; Thu, 5 Oct 2017 23:50:33 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751310AbdJEMub (ORCPT ); Thu, 5 Oct 2017 08:50:31 -0400 Received: from baptiste.telenet-ops.be ([195.130.132.51]:41894 "EHLO baptiste.telenet-ops.be" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751317AbdJEMu3 (ORCPT ); Thu, 5 Oct 2017 08:50:29 -0400 Received: from ayla.of.borg ([84.195.106.246]) by baptiste.telenet-ops.be with bizsmtp id HoqT1w0135JzmfG01oqTdt; Thu, 05 Oct 2017 14:50:28 +0200 Received: from ramsan.of.borg ([192.168.97.29] helo=ramsan) by ayla.of.borg with esmtp (Exim 4.86_2) (envelope-from ) id 1e05bf-00070h-5C; Thu, 05 Oct 2017 14:50:27 +0200 Received: from geert by ramsan with local (Exim 4.86_2) (envelope-from ) id 1e03GZ-0006o8-Dw; Thu, 05 Oct 2017 12:20:31 +0200 From: Geert Uytterhoeven To: Laurent Pinchart , Linus Walleij Cc: linux-renesas-soc@vger.kernel.org, linux-gpio@vger.kernel.org, Geert Uytterhoeven Subject: [PATCH 0/2] pinctrl: sh-pfc: Restore sort order Date: Thu, 5 Oct 2017 12:20:28 +0200 Message-Id: <1507198830-26128-1-git-send-email-geert+renesas@glider.be> X-Mailer: git-send-email 2.7.4 Sender: linux-gpio-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org Hi, This patch series restores sort order in the R-Car H3 pinctrl files. Queuing up in sh-pfc-for-v4.15, as usual. Geert Uytterhoeven (2): pinctrl: sh-pfc: r8a7795-es1: Restore sort order pinctrl: sh-pfc: r8a7795: Restore sort order drivers/pinctrl/sh-pfc/pfc-r8a7795-es1.c | 34 ++++++++++++++++---------------- drivers/pinctrl/sh-pfc/pfc-r8a7795.c | 32 +++++++++++++++--------------- 2 files changed, 33 insertions(+), 33 deletions(-)