On 23/02/16 22:50, Rob Herring wrote: > 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 <rog...@ti.com> >> --- >> 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?
The driver is named drivers/memory/omap-gpmc.c. > >> 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. Indeed. > > Acked-by: Rob Herring <r...@kernel.org> > Thanks. cheers, -roger