Re: [PATCH 07/19] ARM64 / ACPI: Parse MADT to map logical cpu to MPIDR and get cpu_possible/present_map

2014-07-24 Thread Naresh Bhat
On 24 July 2014 18:30, Hanjun Guo wrote: > MADT contains the information for MPIDR which is essential for > SMP initialization, parse the GIC cpu interface structures to > get the MPIDR value and map it to cpu_logical_map(), and add > enabled cpu with valid MPIDR into cpu_possible_map and > cpu_pr

Re: [PATCH 05/19] ARM64 / ACPI: Make PCI optional for ACPI on ARM64

2014-07-24 Thread Naresh Bhat
On 24 July 2014 18:30, Hanjun Guo wrote: > > As PCI for ARM64 is not ready, so introduce some stub functions > to make PCI optional for ACPI, and make ACPI core run without > CONFIG_PCI on ARM64. > > Since ACPI on X86 and IA64 depends on PCI and this patch only makes > PCI optinal for ARM64, it wi

[PATCH] watchdog: Add sp805_wdt depends on ARM64

2014-01-22 Thread naresh . bhat
From: Naresh Bhat Add sp805_wdt depends on ARM64. Signed-off-by: Naresh Bhat --- drivers/watchdog/Kconfig |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index 5be6e91..2385124 100644 --- a/drivers/watchdog/Kconfig

Re: [PATCH] ACPI/fan: Initialize acpi_state variable

2013-07-01 Thread Naresh Bhat
Opps sorry about that. I have added my sign-off and send the patch. Thanks Naresh Bhat On 1 July 2013 19:29, Rafael J. Wysocki wrote: > On Monday, July 01, 2013 05:31:46 PM Naresh Bhat wrote: >> Hi Rafeal, >> >> I appreciate if you give any feedback on the provided patch

[PATCH] ACPI/fan: Initialize acpi_state variable

2013-07-01 Thread naresh . bhat
From: Naresh Bhat CC drivers/acpi/fan.o drivers/acpi/fan.c: In function ‘fan_get_cur_state’: drivers/acpi/fan.c:96:9: warning: ‘acpi_state’ may be used uninitialized in this function [-Wuninitialized] Signed-off-by: Naresh Bhat --- drivers/acpi/fan.c |2 +- 1 file changed, 1

Re: [PATCH] ACPI/fan: Initialize acpi_state variable

2013-07-01 Thread Naresh Bhat
Hi Rafeal, I appreciate if you give any feedback on the provided patch. Thanks -Naresh Bhat On 28 June 2013 01:17, wrote: > From: Naresh Bhat > > CC drivers/acpi/fan.o > drivers/acpi/fan.c: In function ‘fan_get_cur_state’: > drivers/acpi/fan.c:96:9: warning: ‘acpi_sta

Re: [PATCH] ACPI/fan: Initialize acpi_state variable

2013-06-27 Thread Naresh Bhat
Done. Thank you very much -Naresh Bhat On 28 June 2013 00:59, Rafael J. Wysocki wrote: > On Thursday, June 27, 2013 06:37:35 PM Naresh Bhat wrote: >> Hi Rafael, >> >> You mean I need to initialize using ACPI_STATE_D0 ? and resend the patch ? > > Yes, please. &

[PATCH] ACPI/fan: Initialize acpi_state variable

2013-06-27 Thread naresh . bhat
From: Naresh Bhat CC drivers/acpi/fan.o drivers/acpi/fan.c: In function ‘fan_get_cur_state’: drivers/acpi/fan.c:96:9: warning: ‘acpi_state’ may be used uninitialized in this function [-Wuninitialized] --- drivers/acpi/fan.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff

[PATCH 3/3] smc91x: Fix cast from pointer to integer

2013-06-27 Thread Naresh Bhat
The patch fix the following warning which is occured while compiling the kernel for aarch64 bit architecture CC drivers/net/ethernet/smsc/smc91x.o drivers/net/ethernet/smsc/smc91x.c: In function ‘smc_probe’: drivers/net/ethernet/smsc/smc91x.c:1901:7: warning: cast from pointer to integer o

Re: [PATCH] ACPI/fan: Initialize acpi_state variable

2013-06-27 Thread Naresh Bhat
Hi Rafael, You mean I need to initialize using ACPI_STATE_D0 ? and resend the patch ? Thanks -Naresh Bhat On 27 June 2013 17:58, Rafael J. Wysocki wrote: > On Thursday, June 27, 2013 04:38:34 PM naresh.b...@linaro.org wrote: >> From: Naresh Bhat >> >> CC drivers/

[PATCH] ACPI/fan: Initialize acpi_state variable

2013-06-27 Thread naresh . bhat
From: Naresh Bhat CC drivers/acpi/fan.o drivers/acpi/fan.c: In function ‘fan_get_cur_state’: drivers/acpi/fan.c:96:9: warning: ‘acpi_state’ may be used uninitialized in this function [-Wuninitialized] --- drivers/acpi/fan.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff