This repository has been archived on 2026-03-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
ubports_kernel_google_msm/drivers
Colin Cross bfd6bf0380 android: ram_console: use platform_device_register
platform_driver_probe can only be used when the platform device
is already present.  In order to enable debugging crashes during
very early boot, the ram_console driver needs to be registered
as early as possible to allow the device to probe as soon as it
is registered at arch_initcall time.  This requires the driver
to be registered before the device.

Replace platform_driver_probe with platform_driver_register,
and make the ram_console probe function __devinit.

Change-Id: Ie02cebef90b9c9dbb5b94e52e4f93e490bb88954
Signed-off-by: Colin Cross <ccross@android.com>
2012-04-12 15:17:26 -07:00
..
2012-04-09 13:53:12 -07:00
2012-03-19 09:37:11 +00:00
2012-04-09 13:57:58 -07:00
2012-04-09 13:57:51 -07:00
2012-03-17 01:41:43 -07:00
2012-04-09 13:57:56 -07:00
2012-04-09 13:53:14 -07:00