Re: [PATCH v5 12/26] memory: omap-gpmc: Move device tree binding to correct location

From: Rob Herring
Date: Tue Feb 23 2016 - 15:50:23 EST


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 <rogerq@xxxxxx>
> ---
> 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@xxxxxxxxxx>