linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mfd: rtsx: Decrease driver size and add new device
@ 2013-11-15  8:34 micky_ching
  2013-11-15  8:34 ` [PATCH 1/3] mfd: rtsx: reduce code duplication in rtl8411 micky_ching
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: micky_ching @ 2013-11-15  8:34 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.

Lee Jones (2):
  mfd: rtsx: reduce code duplication in rtl8411
  mfd: rtsx: Prevent 'used uninitialised' warnings

Micky Ching (1):
  mfd: rtsx: add card reader rtl8402

 drivers/mfd/rtl8411.c  |  111 +++++++++++++++++++++++-------------------------
 drivers/mfd/rtsx_pcr.c |    9 ++--
 drivers/mfd/rtsx_pcr.h |    9 +++-
 3 files changed, 65 insertions(+), 64 deletions(-)

--
1.7.9.5

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

end of thread, other threads:[~2013-11-15 16:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-15  8:34 [PATCH 0/3] mfd: rtsx: Decrease driver size and add new device micky_ching
2013-11-15  8:34 ` [PATCH 1/3] mfd: rtsx: reduce code duplication in rtl8411 micky_ching
2013-11-15 14:58   ` Lee Jones
2013-11-15  8:34 ` [PATCH 2/3] mfd: rtsx: add card reader rtl8402 micky_ching
2013-11-15 16:22   ` Lee Jones
2013-11-15  8:34 ` [PATCH 3/3] mfd: rtsx: Prevent 'used uninitialised' warnings micky_ching
2013-11-15 15:02   ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).