lkml.org 
[lkml]   [2014]   [Apr]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v3 0/2] mfd: max77693: improve regmap support
Date
This patchset modifies max77693 driver and associated function drivers
to improve regmap support. It removes unnecessary wrapper functions,
which make code more clean, and modifies IRQ handling to use regmap irq.

Best regards
Robert Baldyga
Samsung R&D Institute Poland

Changelog:

v3:
- fix some style problems

v2: https://lkml.org/lkml/2014/4/29/32
- change type of array given to regmap_bulk_read() from unsigned int to u8
- remove mfd_remove_devices() call from error handling, since it's not needed
- call disable_irq()/enable_irq() in suspend/resume regardless of wakeup source

v1: https://lkml.org/lkml/2014/4/28/298


Robert Baldyga (2):
mfd: max77693: remove unnecessary wrapper functions
mfd: max77693: handle IRQs using regmap

drivers/extcon/extcon-max77693.c | 35 ++--
drivers/mfd/Kconfig | 1 +
drivers/mfd/Makefile | 2 +-
drivers/mfd/max77693-irq.c | 336 -----------------------------------
drivers/mfd/max77693.c | 210 +++++++++++++++-------
drivers/regulator/max77693.c | 12 +-
include/linux/mfd/max77693-private.h | 54 ++++--
7 files changed, 217 insertions(+), 433 deletions(-)
delete mode 100644 drivers/mfd/max77693-irq.c

--
1.9.1



\
 
 \ /
  Last update: 2014-04-29 11:21    [W:0.109 / U:0.188 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site