All of lore.kernel.org
 help / color / mirror / Atom feed
* + dma-fix-platform-driver-hotplug-coldplug.patch added to -mm tree
@ 2008-07-02  8:52 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2008-07-02  8:52 UTC (permalink / raw)
  To: mm-commits; +Cc: kay.sievers, dan.j.williams, dbrownell, greg, rjw, stable


The patch titled
     dma: fix platform driver hotplug/coldplug
has been added to the -mm tree.  Its filename is
     dma-fix-platform-driver-hotplug-coldplug.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://www.zip.com.au/~akpm/linux/patches/stuff/added-to-mm.txt to find
out what to do about this

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: dma: fix platform driver hotplug/coldplug
From: Kay Sievers <kay.sievers@vrfy.org>

Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:". 
Add MODULE_ALIAS() to most of the hotpluggable platform drivers, to
re-enable auto loading.

Signed-off-by: Kay Sievers <kay.sievers@vrfy.org>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Cc: <stable@kernel.org>
Cc: Greg KH <greg@kroah.com>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>
Cc: Dan Williams <dan.j.williams@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 drivers/dma/iop-adma.c |    2 ++
 1 file changed, 2 insertions(+)

diff -puN drivers/dma/iop-adma.c~dma-fix-platform-driver-hotplug-coldplug drivers/dma/iop-adma.c
--- a/drivers/dma/iop-adma.c~dma-fix-platform-driver-hotplug-coldplug
+++ a/drivers/dma/iop-adma.c
@@ -1387,6 +1387,8 @@ static void iop_chan_start_null_xor(stru
 	spin_unlock_bh(&iop_chan->lock);
 }
 
+MODULE_ALIAS("platform:iop-adma");
+
 static struct platform_driver iop_adma_driver = {
 	.probe		= iop_adma_probe,
 	.remove		= iop_adma_remove,
_

Patches currently in -mm which might be from kay.sievers@vrfy.org are

drivers-power-fix-platform-driver-hotplug-coldplug.patch
mfd-fix-platform-driver-hotplug-coldplug.patch
parport-fix-platform-driver-hotplug-coldplug.patch
linux-next.patch
gpio-sysfs-interface-updated.patch
gpio-sysfs-interface-updated-update.patch
firmware-use-memory_read_from_buffer.patch
dma-fix-platform-driver-hotplug-coldplug.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-02  8:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-02  8:52 + dma-fix-platform-driver-hotplug-coldplug.patch added to -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.