Jolly, On Mon, Jan 8, 2018 at 11:07 PM, Jolly Shah <[email protected]> wrote: > This patch is adding communication layer with firmware. > Firmware driver provides an interface to firmware APIs. > Interface APIs can be used by any driver to communicate to > PMUFW(Platform Management Unit). All requests go through ATF. > Firmware-debug provides debugfs interface to all APIs. > Firmware-ggs provides read/write interface to > global storage registers. > > Signed-off-by: Jolly Shah <[email protected]> > Signed-off-by: Rajan Vaja <[email protected]>
<snip> > --- /dev/null > +++ b/drivers/firmware/xilinx/Kconfig > @@ -0,0 +1,4 @@ > +# SPDX-License-Identifier: GPL-2.0+ Thank you++ for using the SPDX tags: here is my cheerful ack for this: Acked-by: Philippe Ombredanne <[email protected]>

