Re: [PATCH] power/reset: Make the vexpress driver optional on arm and arm64

2013-06-21 Thread Anton Vorontsov
On Mon, Jun 10, 2013 at 04:12:01PM +0100, Pawel Moll wrote: > The driver can be used on either arm or arm64 platforms, but > the latter doesn't have any platform-specific configuration > options, so it must be possible to manually enable the driver. > > Signed-off-by: Pawel Moll > Acked-by: Catal

Re: [PATCH] power/reset: Make the vexpress driver optional on arm and arm64

2013-06-20 Thread Pawel Moll
On Mon, 2013-06-10 at 16:12 +0100, Pawel Moll wrote: > The driver can be used on either arm or arm64 platforms, but > the latter doesn't have any platform-specific configuration > options, so it must be possible to manually enable the driver. > > Signed-off-by: Pawel Moll > Acked-by: Catalin Mari

[PATCH] power/reset: Make the vexpress driver optional on arm and arm64

2013-06-10 Thread Pawel Moll
The driver can be used on either arm or arm64 platforms, but the latter doesn't have any platform-specific configuration options, so it must be possible to manually enable the driver. Signed-off-by: Pawel Moll Acked-by: Catalin Marinas --- drivers/power/reset/Kconfig | 3 ++- 1 file changed, 2