linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: linux@arm.linux.org.uk (Russell King - ARM Linux)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/33] Restore SA11x0 MCP/UCB drivers to a working state
Date: Wed, 25 Jan 2012 21:14:27 +0000	[thread overview]
Message-ID: <20120125211427.GI1068@n2100.arm.linux.org.uk> (raw)
In-Reply-To: <20120125145420.GC2054@sirena.org.uk>

On Wed, Jan 25, 2012 at 02:54:20PM +0000, Mark Brown wrote:
> On Wed, Jan 25, 2012 at 02:30:00PM +0000, Russell King - ARM Linux wrote:
> > On Fri, Jan 20, 2012 at 06:04:56PM +0000, Russell King - ARM Linux wrote:
> 
> > > The following patch set restores the SA11x0 MCP and UCB1x00 drivers back
> > > to a working state, as tested on the Assabet.
> 
> > I've not heard anything back from anyone, so I'm going to assume that's
> > silent approval.
> 
> FWIW Samuel tends to review patches every few weeks to every month, it's
> not unusual for several weeks to patch before things get looked at.

That's not going to be much use - by that time we'll be at -rc4 or so,
which means that reverting the rather large changes becomes much more
of an eye-brow raising request than it would do at -rc1 time.  We're
already at the theoretical dawn of -rc2, one week after -rc1.

So, I think the only thing I can do is push the fixes upstream myself
and hope that Samuel doesn't have an issue with it (he shouldn't have,
as I'm marked in the code as the author of it, and I still have working
hardware to test this stuff on... so in theory I should know what I'm
doing with it!)

  reply	other threads:[~2012-01-25 21:14 UTC|newest]

Thread overview: 38+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-01-25 14:30 [PATCH 00/33] Restore SA11x0 MCP/UCB drivers to a working state Russell King - ARM Linux
2012-01-25 14:30 ` [PATCH 01/33] Revert "ARM: sa1100: Refactor mcp-sa11x0 to use platform resources." Russell King - ARM Linux
2012-01-25 14:30 ` [PATCH 02/33] Revert "ARM: sa11x0: Implement autoloading of codec and codec pdata for mcp bus." Russell King - ARM Linux
2012-01-25 14:31 ` [PATCH 03/33] MFD: mcp-core: fix complaints from the genirq layer Russell King - ARM Linux
2012-01-25 14:31 ` [PATCH 04/33] MFD: mcp-core: fix mcp_priv() to be more type safe Russell King - ARM Linux
2012-01-25 14:31 ` [PATCH 05/33] MFD: ucb1x00-core: fix missing restore of io output data on resume Russell King - ARM Linux
2012-01-25 14:32 ` [PATCH 06/33] MFD: ucb1x00-core: fix gpiolib direction_output handling Russell King - ARM Linux
2012-01-25 14:32 ` [PATCH 07/33] MFD: ucb1x00-ts: fix resume failure Russell King - ARM Linux
2012-01-25 14:32 ` [PATCH 08/33] MFD: mcp-core: sanitize host creation/removal Russell King - ARM Linux
2012-01-25 14:33 ` [PATCH 09/33] MFD: mcp-sa11x0: remove DMA initializers and variables Russell King - ARM Linux
2012-01-25 14:33 ` [PATCH 10/33] MFD: mcp-sa11x0: move setup of PPC unit out of mcp-sa11x0.c Russell King - ARM Linux
2012-01-25 14:33 ` [PATCH 11/33] MFD: mcp-sa11x0: add .owner initializer Russell King - ARM Linux
2012-01-25 14:34 ` [PATCH 12/33] MFD: mcp-sa11x0: convert mcp-sa11x0 to use platform resources Russell King - ARM Linux
2012-01-25 14:34 ` [PATCH 13/33] MFD: mcp-sa11x0: convert to use dev_pm_ops Russell King - ARM Linux
2012-01-25 14:34 ` [PATCH 14/33] MFD: mcp-sa11x0: use _noirq resume methods Russell King - ARM Linux
2012-01-25 14:35 ` [PATCH 15/33] MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP data Russell King - ARM Linux
2012-01-25 14:35 ` [PATCH 16/33] MFD: ucb1x00-ts: provide input layer with device parent Russell King - ARM Linux
2012-01-25 14:35 ` [PATCH 17/33] MFD: ucb1x00-core: get rid of mach/hardware.h include Russell King - ARM Linux
2012-01-25 14:36 ` [PATCH 18/33] MFD: ucb1x00-core: add handling for ucb1x00 reset Russell King - ARM Linux
2012-01-25 14:36 ` [PATCH 19/33] MFD: ucb1x00-core: add .owner initializer and module alias Russell King - ARM Linux
2012-01-25 14:36 ` [PATCH 20/33] MFD: ucb1x00-core: use mutexes instead of semaphores Russell King - ARM Linux
2012-01-25 14:37 ` [PATCH 21/33] MFD: ucb1x00-core: clean up device handling in probe Russell King - ARM Linux
2012-01-25 14:37 ` [PATCH 22/33] MFD: ucb1x00-core: add owner and dev initializers to gpio structure Russell King - ARM Linux
2012-01-25 14:37 ` [PATCH 23/33] MFD: ucb1x00-core: scan drivers in same order they're registered Russell King - ARM Linux
2012-01-25 14:38 ` [PATCH 24/33] MFD: ucb1x00-core: add missing ucb1x00_enable()/ucb1x00_disable() Russell King - ARM Linux
2012-01-25 14:38 ` [PATCH 25/33] MFD: ucb1x00-core: disable mcp clock when bus is not required Russell King - ARM Linux
2012-01-25 14:38 ` [PATCH 26/33] MFD: mcp-sa11x0: complain if mcp clock is left enabled Russell King - ARM Linux
2012-01-25 14:39 ` [PATCH 27/33] MFD: ucb1x00-core: convert to use dev_pm_ops Russell King - ARM Linux
2012-01-25 14:39 ` [PATCH 28/33] MFD: mcp-core: remove legacy driver suspend/resume methods Russell King - ARM Linux
2012-01-25 14:39 ` [PATCH 29/33] MFD: ucb1x00: convert to use genirq Russell King - ARM Linux
2012-01-25 14:40 ` [PATCH 30/33] MFD: ucb1x00-core: add wakeup support Russell King - ARM Linux
2012-01-25 14:40 ` [PATCH 31/33] ARM: sa11x0: add assabet ucb1x00 platform data Russell King - ARM Linux
2012-01-25 14:40 ` [PATCH 32/33] MFD: ucb1x00-assabet: add support for UCB1x00 GPIO switches Russell King - ARM Linux
2012-01-25 14:41 ` [PATCH 33/33] MFD: mcp-sa11x0/assabet: move assabet reset handling out of mcp-sa11x0.c Russell King - ARM Linux
2012-01-25 14:54 ` [PATCH 00/33] Restore SA11x0 MCP/UCB drivers to a working state Mark Brown
2012-01-25 21:14   ` Russell King - ARM Linux [this message]
2012-01-26 20:30     ` Samuel Ortiz
2012-01-27  9:46 ` Jochen Friedrich

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=20120125211427.GI1068@n2100.arm.linux.org.uk \
    --to=linux@arm.linux.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    /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;
as well as URLs for NNTP newsgroup(s).