Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936411AbcKONRR (ORCPT ); Tue, 15 Nov 2016 08:17:17 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:36783 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932540AbcKONRG (ORCPT ); Tue, 15 Nov 2016 08:17:06 -0500 From: Milo Kim To: Lee Jones Cc: Tony Lindgren , linux-omap@vger.kernel.org, linux-kernel@vger.kernel.org, Milo Kim Subject: [PATCH 0/5] mfd: tps65217: Improve the IRQ domain feature Date: Tue, 15 Nov 2016 22:02:10 +0900 Message-Id: <20161115130215.3301-1-woogyom.kim@gmail.com> X-Mailer: git-send-email 2.9.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 669 Lines: 18 TPS65217 can be built as a module, this patch-set includes the error fix and rework the interrupt handler. Additionally, TPS65217 INT pin is registered as a system wakeup source. Milo Kim (5): mfd: tps65217: Fix page fault on unloading modules mfd: tps65217: Specify the IRQ name mfd: tps65217: Update register interrupt mask bits instead of writing operation mfd: tps65217: Make an interrupt handler simpler mfd: tps65217: Support an interrupt pin as the system wakeup drivers/mfd/tps65217.c | 71 ++++++++++++++++++++------------------------ include/linux/mfd/tps65217.h | 4 ++- 2 files changed, 36 insertions(+), 39 deletions(-) -- 2.9.3