SUPERH platform development
 help / color / mirror / Atom feed
From: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
To: Ian Molton <ian@mnementh.co.uk>
Cc: linux-sh@vger.kernel.org, linux-mmc@vger.kernel.org,
	Chris Ball <cjb@laptop.org>, Magnus Damm <magnus.damm@gmail.com>
Subject: Re: [PATCH 0/6] mmc: split the tmio driver into several modules
Date: Mon, 21 Mar 2011 11:38:10 +0000	[thread overview]
Message-ID: <Pine.LNX.4.64.1103211226110.21013@axis700.grange> (raw)
In-Reply-To: <AANLkTi=EBDnRtjqN3eckpt32p-tG8VkcsktLartOEgBp@mail.gmail.com>

Hi Chris, Ian

AFAICS there are currently still a few tmio patch-series outstanding:

From: Guennadi Liakhovetski <g.liakhovetski <at> gmx.de>
Subject: [PATCH 0/2] tmio_mmc: improve DMA reliability
	http://thread.gmane.org/gmane.linux.kernel.mmc/6485

From: Simon Horman <horms <at> verge.net.au>
Subject: [PATCH 0/4] [rfc v3] mmc, ARM: Add zboot from eSD support for SuperH Mobile ARM
	http://thread.gmane.org/gmane.linux.kernel.mmc/6664

From: Guennadi Liakhovetski <g.liakhovetski <at> gmx.de>
Subject: [PATCH 0/6] mmc: split the tmio driver into several modules
	http://thread.gmane.org/gmane.linux.ports.sh.devel/10304

From: Guennadi Liakhovetski <g.liakhovetski <at> gmx.de>
Subject: [PATCH 0/4 v2] mmc: tmio: don't access nonexisting registers
	http://thread.gmane.org/gmane.linux.ports.sh.devel/10311

From: Guennadi Liakhovetski <g.liakhovetski <at> gmx.de>
Subject: [PATCH/RFC 0/2 v2] mmc: tmio: power management and clock gating
	http://thread.gmane.org/gmane.linux.kernel.mmc/6627

Of those the first patchset shouldn't have any issues.

I haven't followed discussions regarding the second patchset from Simon - 
is it going to be applied as is, or is a new revision required?

If it is going to be applied, shall I rebase my remaining patches on top 
of it or would you prefer Simon to rebase his patches (I think, he has 
only one patch, touching tmio: [PATCH 1/4])? As for the rest of the 
patches, IIRC, the only remaining issue, that I'll be fixing today is 
Magnus' wish to allocate the bounce buffer dynamically. Although, I could 
imagine doing that incrementally, because the #ifdef, that Magnus would 
like to get rid of is already now in the code, it is not introduced by 
these my patches. But I can redo my patches too, no problem.

What would be the preferred approach?

Thanks
Guennadi

On Tue, 15 Mar 2011, Ian Molton wrote:

> Sounds like a good idea... Its possible that I could implement DMA on
> the toshiba stuff too, can your code handle this?
> 
> (I havent had time to read this yet)
> 
> -- 
> Ian Molton
> Linux, Automotive, and other hacking:
> http://www.mnementh.co.uk/
> 
> 
> 
> On 11 March 2011 07:51, Guennadi Liakhovetski <g.liakhovetski@gmx.de> wrote:
> > Hi all
> >
> > The tmio_mmc SD/SDIO driver is serving very different hardware
> > configurations: on the one hand multi-function style chips from Toshiba,
> > Compaq, on the other hand SDHI units in ARM- and SuperH-based sh-mobile
> > SoCs. Apart from the different native APIs: MFD for the former and
> > platform-device in the latter, sh-mobile implementations also have a
> > number of features, exclusive to them, which, if implemented in the common
> > driver, clutter it needlessly and make its maintenance more difficult.
> > This patch series simplifies the situation by splitting the driver up into
> > 3 modules: the core, consisting of the main part and, on sh-mobile, of the
> > DMA part; the mfd glue; and the platform glue. This way also (imaginary)
> > sh-mobile systems with additional tmio mfd chips on them can be supported.
> >
> > Thanks
> > Guennadi
> > ---
> > Guennadi Liakhovetski, Ph.D.
> > Freelance Open-Source Software Developer
> > http://www.open-technology.de/
> >
> 

---
Guennadi Liakhovetski, Ph.D.
Freelance Open-Source Software Developer
http://www.open-technology.de/

  reply	other threads:[~2011-03-21 11:38 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-11  7:51 [PATCH 0/6] mmc: split the tmio driver into several modules Guennadi Liakhovetski
2011-03-11  7:51 ` [PATCH 1/6] mmc: tmio: split core functionality, DMA and MFD glue Guennadi Liakhovetski
2011-03-12 16:05   ` Magnus Damm
2011-03-12 22:48     ` [PATCH 1/6] mmc: tmio: split core functionality, DMA and MFD Guennadi Liakhovetski
2011-03-13  3:57       ` [PATCH 1/6] mmc: tmio: split core functionality, DMA and MFD glue Magnus Damm
2011-03-13 22:51         ` [PATCH 1/6] mmc: tmio: split core functionality, DMA and MFD Guennadi Liakhovetski
2011-03-15  9:01           ` [PATCH 1/6] mmc: tmio: split core functionality, DMA and MFD glue Magnus Damm
2011-03-16 11:09             ` Ian Molton
2011-03-16 12:37               ` Magnus Damm
2011-03-21 11:19                 ` [PATCH 1/6] mmc: tmio: split core functionality, DMA and MFD Guennadi Liakhovetski
2011-03-11  7:52 ` [PATCH 2/6] sh: ecovec: use the CONFIG_MMC_TMIO symbols instead of Guennadi Liakhovetski
2011-03-12 16:18   ` [PATCH 2/6] sh: ecovec: use the CONFIG_MMC_TMIO symbols instead Magnus Damm
2011-03-12 23:00     ` Guennadi Liakhovetski
2011-03-11  7:52 ` [PATCH 3/6] mmc: tmio: convert the SDHI MMC driver from MFD to a Guennadi Liakhovetski
2011-03-13  4:14   ` Magnus Damm
2011-03-14  8:01     ` [PATCH 3/6] mmc: tmio: convert the SDHI MMC driver from MFD to Guennadi Liakhovetski
2011-03-15  9:09       ` [PATCH 3/6] mmc: tmio: convert the SDHI MMC driver from MFD to a Magnus Damm
2011-03-11  7:52 ` [PATCH 4/6] ARM: mach-shmobile: convert boards to use Guennadi Liakhovetski
2011-03-11  7:52 ` [PATCH 5/6] sh: convert boards to use linux/mmc/sh_mobile_sdhi.h Guennadi Liakhovetski
2011-03-11  7:52 ` [PATCH 6/6] mfd: remove now redundant sh_mobile_sdhi.h header Guennadi Liakhovetski
2011-03-15 21:25 ` [PATCH 0/6] mmc: split the tmio driver into several modules Ian Molton
2011-03-21 11:38   ` Guennadi Liakhovetski [this message]
2011-03-22  5:31     ` Simon Horman
2011-03-22 12:28       ` Paul Mundt
2011-03-22 22:06         ` Simon Horman
2011-03-23 14:54           ` Paul Mundt
2011-03-23 22:42             ` Simon Horman

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=Pine.LNX.4.64.1103211226110.21013@axis700.grange \
    --to=g.liakhovetski@gmx.de \
    --cc=cjb@laptop.org \
    --cc=ian@mnementh.co.uk \
    --cc=linux-mmc@vger.kernel.org \
    --cc=linux-sh@vger.kernel.org \
    --cc=magnus.damm@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox