History log of /linux-master/arch/arm/mach-omap1/board-ams-delta.h
Revision Date Author Comments
# 3af89f2d 07-Nov-2018 Janusz Krzysztofik <jmkrzyszt@gmail.com>

ARM: OMAP1: ams-delta: Move AMS_DELTA_LATCH2_NGPIO to the board file

That symbol is not used outside the board file, there is no need to
keep it in the board header.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>


# 0d5492cd 07-Nov-2018 Janusz Krzysztofik <jmkrzyszt@gmail.com>

ARM: OMAP1: ams-delta: Drop unused symbols from the board header

Those bitmap symbols defining pins of latch2 register, used with
read()/write() calls before the latch was converted to a GPIO device,
have been obsoleted by integer symbols defined inside the board file.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>


# 771e53c4 07-Nov-2018 Janusz Krzysztofik <jmkrzyszt@gmail.com>

ARM: OMAP1: ams-delta: Drop board specific global GPIO numbers

As all users of the board specific GPIO pins have been converted from
legacy integer-based to descriptor-based interface, there is no longer
a need to maintain statically assigned GPIO pin numbers. Drop support
for that.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Tony Lindgren <tony@atomide.com>


# 0a48a413 05-Nov-2018 Janusz Krzysztofik <jmkrzyszt@gmail.com>

ARM: OMAP1: ams-delta: make board header file local to mach-omap1

Now as the board header file is no longer included by drivers, move it
to the root directory of mach-omap1.

Signed-off-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>