Re: [PATCH] ARM: davinci: only use NVMEM when available

2016-04-12 Thread Sekhar Nori
On Wednesday 16 March 2016 03:04 AM, Arnd Bergmann wrote: > The davinci platform contains code that calls into the nvmem > subsystem, but that might be a loadable module, causing a > link error: > > arch/arm/mach-davinci/built-in.o: In function `davinci_get_mac_addr': > :(.text+0x1088): undefined

Re: [PATCH] ARM: davinci: only use NVMEM when available

2016-03-19 Thread Arnd Bergmann
On Thursday 17 March 2016 10:26:28 Srinivas Kandagatla wrote: > Thanks for the patch, > > On 15/03/16 21:34, Arnd Bergmann wrote: > > The davinci platform contains code that calls into the nvmem > > subsystem, but that might be a loadable module, causing a > > link error: > > > > arch/arm/mach-dav

Re: [PATCH] ARM: davinci: only use NVMEM when available

2016-03-19 Thread Srinivas Kandagatla
Thanks for the patch, On 15/03/16 21:34, Arnd Bergmann wrote: The davinci platform contains code that calls into the nvmem subsystem, but that might be a loadable module, causing a link error: arch/arm/mach-davinci/built-in.o: In function `davinci_get_mac_addr': :(.text+0x1088): undefined refer

[PATCH] ARM: davinci: only use NVMEM when available

2016-03-15 Thread Arnd Bergmann
The davinci platform contains code that calls into the nvmem subsystem, but that might be a loadable module, causing a link error: arch/arm/mach-davinci/built-in.o: In function `davinci_get_mac_addr': :(.text+0x1088): undefined reference to `nvmem_device_read' arch/arm/mach-davinci/built-in.o: In