Re: [PATCH] psci: add CPU_IDLE dependency

2018-01-19 Thread Arnd Bergmann
On Mon, Jul 31, 2017 at 4:14 PM, Jean Delvare wrote: > > On Mon, 31 Jul 2017 11:19:39 +0100, Kevin Brodsky wrote: >> On 31/07/17 09:55, Arnd Bergmann wrote: >> > I ran into a build error for the psci_checker: >> > >> > Fixes: ea8b1c4a6019 ("drivers: psci: PSCI checker module") >> > Signed-off-by:

Re: [PATCH] psci: add CPU_IDLE dependency

2017-07-31 Thread Kevin Brodsky
On 31/07/17 15:14, Jean Delvare wrote: Hi Kevin, On Mon, 31 Jul 2017 11:19:39 +0100, Kevin Brodsky wrote: On 31/07/17 09:55, Arnd Bergmann wrote: I ran into a build error for the psci_checker: drivers/firmware/psci_checker.o: In function `psci_checker': psci_checker.c:(.init.text+0x528): unde

Re: [PATCH] psci: add CPU_IDLE dependency

2017-07-31 Thread Jean Delvare
Hi Kevin, On Mon, 31 Jul 2017 11:19:39 +0100, Kevin Brodsky wrote: > On 31/07/17 09:55, Arnd Bergmann wrote: > > I ran into a build error for the psci_checker: > > > > drivers/firmware/psci_checker.o: In function `psci_checker': > > psci_checker.c:(.init.text+0x528): undefined reference to `cpuidl

Re: [PATCH] psci: add CPU_IDLE dependency

2017-07-31 Thread Nishanth Menon
On 07/31/2017 03:55 AM, Arnd Bergmann wrote: I ran into a build error for the psci_checker: drivers/firmware/psci_checker.o: In function `psci_checker': psci_checker.c:(.init.text+0x528): undefined reference to `cpuidle_devices' As far as I can tell, this is simply a very rare combination of op

Re: [PATCH] psci: add CPU_IDLE dependency

2017-07-31 Thread Kevin Brodsky
[Apologies for the resending, damn Thunderbird sending HTML...] On 31/07/17 09:55, Arnd Bergmann wrote: I ran into a build error for the psci_checker: drivers/firmware/psci_checker.o: In function `psci_checker': psci_checker.c:(.init.text+0x528): undefined reference to `cpuidle_devices' As far

[PATCH] psci: add CPU_IDLE dependency

2017-07-31 Thread Arnd Bergmann
I ran into a build error for the psci_checker: drivers/firmware/psci_checker.o: In function `psci_checker': psci_checker.c:(.init.text+0x528): undefined reference to `cpuidle_devices' As far as I can tell, this is simply a very rare combination of options, but the problem has existed since the co