diff options
| author | Arnd Bergmann <[email protected]> | 2021-05-25 10:30:46 +0200 |
|---|---|---|
| committer | Herbert Xu <[email protected]> | 2021-06-03 20:24:04 +0800 |
| commit | f5a6bf077126a1ac8a5c489022531e72a088603e (patch) | |
| tree | e6b8575b9c84b3b1590a3ae1336a9ef38c7607e8 /scripts/gdb/linux/clk.py | |
| parent | 7551a074700a4093f5556a5ae51c1f83ea6b96ba (diff) | |
crypto: ixp4xx - convert to platform driver
The ixp4xx_crypto driver traditionally registers a bare platform
device without attaching it to a driver, and detects the hardware
at module init time by reading an SoC specific hardware register.
Change this to the conventional method of registering the platform
device from the platform code itself when the device is present,
turning the module_init/module_exit functions into probe/release
driver callbacks.
This enables compile-testing as well as potentially having ixp4xx
coexist with other ARMv5 platforms in the same kernel in the future.
Cc: Corentin Labbe <[email protected]>
Tested-by: Corentin Labbe <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Signed-off-by: Linus Walleij <[email protected]>
Signed-off-by: Herbert Xu <[email protected]>
Diffstat (limited to 'scripts/gdb/linux/clk.py')
0 files changed, 0 insertions, 0 deletions