From mboxrd@z Thu Jan 1 00:00:00 1970 From: Felipe Balbi Subject: [PATCH 00/13] mfd: menelaus: a few cleanups Date: Wed, 27 Nov 2013 13:06:44 -0600 Message-ID: <1385579217-20127-1-git-send-email-balbi@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: sameo@linux.intel.com Cc: Aaro Koskinen , Tony Lindgren , Linux Kernel Mailing List , Felipe Balbi , Linux OMAP Mailing List , lee.jones@linaro.org, Linux ARM Kernel Mailing List List-Id: linux-omap@vger.kernel.org few cleanups on the old menelaus driver. I don't have HW to test these patches, maybe Aaro can help here ? cheers Felipe Balbi (13): mfd: menelaus: drop __exit section annotation mfd: menelaus: switch over to module_i2c_driver mfd: menelaus: convert to threaded irq mfd: menelaus: remove unnecessary loop mfd: menelaus: use for_each_set_bit() mfd: menelaus: pass menelaus pointer as argument to enable/disable irq mfd: menelaus: limit the usage of the_menelaus mfd: menelaus: pass menelaus_chip pointer to add/remove irq functions mfd: menelaus: pass menelaus_chip pointer to get/set voltage mfd: menelaus: pass menelaus_chip argument to menelaus <-> time helpers mfd: menelaus: start to use irqdomain mfd: menelaus: switch all children to threaded_irq mfd: menelaus: remove unnecessary definition drivers/mfd/menelaus.c | 616 +++++++++++++++++++++++++------------------------ 1 file changed, 319 insertions(+), 297 deletions(-) -- 1.8.4.GIT