[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20150828164245.GA5023@goodgumbo.baconseed.org>
Date: Fri, 28 Aug 2015 18:42:45 +0200
From: Luis de Bethencourt <luis@...ethencourt.com>
To: linux-kernel@...r.kernel.org
Cc: Herbert Xu <herbert@...dor.apana.org.au>,
"David S. Miller" <davem@...emloft.net>,
linux-crypto@...r.kernel.org,
Javier Martinez Canillas <javier@....samsung.com>
Subject: [PATCH 0/3] crypto: Fix module autoload for OF platform drivers
Hello,
This series add the missing MODULE_DEVICE_TABLE() for OF to eport
that information so modules have the correct aliases built-in
and autoloading works correctly.
A longer explanation by Javier Canillas can be found here:
https://lkml.org/lkml/2015/7/30/519
Thanks,
Luis
Luis de Bethencourt (3):
crypto: amcc: Fix module autoload for OF platform driver
crypto: picoxcell: Fix module autoload for OF platform driver
crypto: ux500: Fix module autoload for OF platform drivers
drivers/crypto/amcc/crypto4xx_core.c | 1 +
drivers/crypto/picoxcell_crypto.c | 1 +
drivers/crypto/ux500/cryp/cryp_core.c | 1 +
drivers/crypto/ux500/hash/hash_core.c | 1 +
4 files changed, 4 insertions(+)
--
2.4.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists