Re: [PATCH v5 12/26] memory: omap-gpmc: Move device tree binding to correct location
From: Rob Herring <robh@kernel.org>
Date: 2016-02-23 20:50:20
Also in:
linux-omap, lkml
From: Rob Herring <robh@kernel.org>
Date: 2016-02-23 20:50:20
Also in:
linux-omap, lkml
On Fri, Feb 19, 2016 at 11:15:34PM +0200, Roger Quadros wrote:
omap-gpmc.c is a memory controller so move the binding to the right place. Signed-off-by: Roger Quadros <redacted> --- Documentation/devicetree/bindings/bus/ti-gpmc.txt | 130 --------------------- .../bindings/memory-controllers/omap-gpmc.txt | 130 +++++++++++++++++++++
am335x is not an OMAP, so wasn't ti-gpmc a better name?
2 files changed, 130 insertions(+), 130 deletions(-) delete mode 100644 Documentation/devicetree/bindings/bus/ti-gpmc.txt create mode 100644 Documentation/devicetree/bindings/memory-controllers/omap-gpmc.txt
Next time, use the git format-patch -M option. Acked-by: Rob Herring <robh@kernel.org>