[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210330161814.3144336-1-kph@platinasystems.com>
Date: Tue, 30 Mar 2021 09:18:14 -0700
From: Kevin Paul Herbert <kph@...tinasystems.com>
To: Srinivas Kandagatla <srinivas.kandagatla@...aro.org>
Cc: "Rafael J . Wysocki" <rjw@...ysocki.net>,
Len Brown <lenb@...nel.org>, linux-acpi@...r.kernel.org,
Rob Herring <robh+dt@...nel.org>,
Frank Rowand <frowand.list@...il.com>,
devicetree@...r.kernel.org,
Tom Grennan <tgrennan@...tinasystems.com>,
linux-kernel@...r.kernel.org
Subject: [PATCH v3 0/1] nvmem: Change to unified property interface
nvmem: Change to unified property interface
Change from using device tree (Open Firmware) APIs to the unified
'fwnode' interface.
Change of_nvmem_cell_get() to fwnode_nvmem_cell_get(), and add a
wrapper for of_nvmem_cell_get().
Change of_nvmem_device_get() to fwnode_nvmem_device_get(). There
are no known accessors to the OF interface, so no need for a wrapper.
The first version of this patch incorrectly had a wrapper for
of_nvmem_device_get(), even though the comments about the patch
not needing this were correct.
The second version of this patch had an incorrect return type for
of_nvmem_device_get().
Powered by blists - more mailing lists