Re: [PATCH v2 13/16] nvmem: add support for cell lookups from machine code

From: Srinivas Kandagatla
Date: Mon Sep 10 2018 - 05:51:05 EST




On 10/09/18 10:45, Bartosz Golaszewski wrote:
Yes, this is how it should be!

Any actual reason for not putting these definitions into a separate
'machine' header? This approach is currently used by gpio, pinctrl,
iio and regulator framework because most systems use either DT or ACPI
and don't need to pull in any stuff aimed at board files.

I don't want to create header files specific to usecase!
Lets keep it simple!

--srini