Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752998AbdHGLCH (ORCPT ); Mon, 7 Aug 2017 07:02:07 -0400 Received: from mail-wr0-f195.google.com ([209.85.128.195]:37767 "EHLO mail-wr0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752936AbdHGLCE (ORCPT ); Mon, 7 Aug 2017 07:02:04 -0400 From: Michal Simek To: linux-kernel@vger.kernel.org, monstr@monstr.eu Cc: =?UTF-8?q?S=C3=B6ren=20Brinkmann?= , Steffen Trumtrar , Linus Walleij , Peter Crosthwaite , linux-gpio@vger.kernel.org, Rob Herring , Josh Cartwright , linux-arm-kernel@lists.infradead.org Subject: [PATCH 0/8] Zynq GPIO driver changes Date: Mon, 7 Aug 2017 13:01:53 +0200 Message-Id: X-Mailer: git-send-email 1.9.1 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 885 Lines: 33 Hi, the patchset contains several patches which adding new functionality to the driver (irq wakeup, suspend/resume) and fixing issue with DATA_RO reg. The rest of changes are fixing kernel-doc and checkpatch warnings. Thanks, Michal Borsodi Petr (1): gpio: zynq: Wakeup gpio controller when it is used as IRQ controller Michal Simek (2): gpio: zynq: Fix empty lines in driver gpio: zynq: Fix driver function parameters alignment Nava kishore Manne (3): gpio: zynq: Shift zynq_gpio_init() to subsys_initcall level gpio: zynq: Fix kernel doc warnings gpio: zynq: Fix warnings in the driver Shubhrajyoti Datta (1): gpio: zynq: Add support for suspend resume Swapna Manupati (1): gpio: zynq: Provided workaround for GPIO drivers/gpio/gpio-zynq.c | 201 +++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 176 insertions(+), 25 deletions(-) -- 1.9.1