public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/3] mfd: rtsx: decrease driver size and add new device
@ 2013-12-03  9:26 micky_ching
  2013-12-03  9:26 ` [PATCH v2 1/3] mfd: rtsx: reduce code duplication in rtl8411 micky_ching
                   ` (2 more replies)
  0 siblings, 3 replies; 15+ messages in thread
From: micky_ching @ 2013-12-03  9:26 UTC (permalink / raw)
  To: sameo; +Cc: devel, linux-kernel, gregkh, wei_wang, rogerable, Micky Ching

From: Micky Ching <micky_ching@realsil.com.cn>

With the recent added support request of yet another device, the
burden of duplicated code was becoming a little messy. To rectify is,
we init rtl8411-like chips to 8411 param first, then modify the
different values according each chip.

Micky Ching (3):
  mfd: rtsx: reduce code duplication in rtl8411
  mfd: rtsx: add card reader rtl8402
  mfd: rtsx: prevent 'used uninitialised' warnings

 drivers/mfd/rtl8411.c  |  100 ++++++++++++++++++++++--------------------------
 drivers/mfd/rtsx_pcr.c |    5 +++
 drivers/mfd/rtsx_pcr.h |    9 +++++
 3 files changed, 60 insertions(+), 54 deletions(-)

--
1.7.9.5

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2013-12-03 11:28 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-12-03  9:26 [PATCH v2 0/3] mfd: rtsx: decrease driver size and add new device micky_ching
2013-12-03  9:26 ` [PATCH v2 1/3] mfd: rtsx: reduce code duplication in rtl8411 micky_ching
2013-12-03 10:55   ` Lee Jones
2013-12-03  9:26 ` [PATCH v2 2/3] mfd: rtsx: add card reader rtl8402 micky_ching
2013-12-03 10:45   ` Lee Jones
2013-12-03 11:02     ` micky
2013-12-03  9:26 ` [PATCH v2 3/3] mfd: rtsx: prevent 'used uninitialised' warnings micky_ching
2013-12-03 10:40   ` Lee Jones
2013-12-03 10:40     ` Lee Jones
2013-12-03 11:03       ` micky
2013-12-03 11:28         ` Lee Jones
2013-12-03 10:54     ` micky
2013-12-03 11:01       ` Lee Jones
2013-12-03 11:07         ` micky
2013-12-03 11:04       ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox