Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1705354
| From | Michal Simek <michal.simek@xilinx.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/8] Zynq GPIO driver changes |
| Date | 2017-08-07 13:10 +0200 |
| Message-ID | <ubO53-7rt-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
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
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/8] Zynq GPIO driver changes Michal Simek <michal.simek@xilinx.com> - 2017-08-07 13:10 +0200 [PATCH 1/8] gpio: zynq: Add support for suspend resume Michal Simek <michal.simek@xilinx.com> - 2017-08-07 13:10 +0200 [PATCH 6/8] gpio: zynq: Fix empty lines in driver Michal Simek <michal.simek@xilinx.com> - 2017-08-07 13:10 +0200 [PATCH 3/8] gpio: zynq: Shift zynq_gpio_init() to subsys_initcall level Michal Simek <michal.simek@xilinx.com> - 2017-08-07 13:10 +0200 [PATCH 2/8] gpio: zynq: Wakeup gpio controller when it is used as IRQ controller Michal Simek <michal.simek@xilinx.com> - 2017-08-07 13:10 +0200 [PATCH 7/8] gpio: zynq: Fix warnings in the driver Michal Simek <michal.simek@xilinx.com> - 2017-08-07 13:10 +0200 [PATCH 8/8] gpio: zynq: Fix driver function parameters alignment Michal Simek <michal.simek@xilinx.com> - 2017-08-07 13:10 +0200
csiph-web