History log of /u-boot/drivers/fpga/cyclon2.c
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# d678a59d 18-May-2024 Tom Rini <trini@konsulko.com>

Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""

When bringing in the series 'arm: dts: am62-beagleplay: Fix Beagleplay
Ethernet"' I failed to notice that b4 noticed it was based on next and
so took that as the base commit and merged that part of next to master.

This reverts commit c8ffd1356d42223cbb8c86280a083cc3c93e6426, reversing
changes made to 2ee6f3a5f7550de3599faef9704e166e5dcace35.

Reported-by: Jonas Karlman <jonas@kwiboo.se>
Signed-off-by: Tom Rini <trini@konsulko.com>

# d9a83cf4 01-May-2024 Tom Rini <trini@konsulko.com>

fpga: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 72fc2645 04-Dec-2022 Tom Rini <trini@konsulko.com>

global: Migrate CONFIG_FPGA_DELAY to CFG

Perform a simple rename of CONFIG_FPGA_DELAY to CFG_FPGA_DELAY

Signed-off-by: Tom Rini <trini@konsulko.com>

# 65cc0e2a 16-Nov-2022 Tom Rini <trini@konsulko.com>

global: Move remaining CONFIG_SYS_* to CFG_SYS_*

The rest of the unmigrated CONFIG symbols in the CONFIG_SYS namespace do
not easily transition to Kconfig. In many cases they likely should come
from the device tree instead. Move these out of CONFIG namespace and in
to CFG namespace.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# 29e58112 07-Oct-2022 Alexander Dahl <ada@thorsis.com>

fpga: cyclon2: Use logging feature instead of FPGA_DEBUG

Instead of using DEBUG or LOG_DEBUG the driver still had its own
definition for debug output.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20221007122003.11239-7-ada@thorsis.com

# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>

# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>

# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>

# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>

# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 1a459660 08-Jul-2013 Wolfgang Denk <wd@denx.de>

Add GPL-2.0+ SPDX-License-Identifier to source files

Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>

# 472d5460 01-Apr-2013 York Sun <yorksun@freescale.com>

Consolidate bool type

'bool' is defined in random places. This patch consolidates them into a
single header file include/linux/types.h, using stdbool.h introduced in C99.

All other #define, typedef and enum are removed. They are all consistent with
true = 1, false = 0.

Replace FALSE, False with false. Replace TRUE, True with true.
Skip *.py, *.php, lib/* files.

Signed-off-by: York Sun <yorksun@freescale.com>

# a99c040c 22-Oct-2012 Stephan Gatzka <stephan.gatzka@hbm.com>

FPGA: Cyclon II: Correctly reset the FPGA before configuration

Deassert the CONFIG pin before asserting it again. This assures that the
FPGA will be resetted and therefore configuration will be correctly
enabled.

This is also already done on other FPGA's, e.g. Stratix.

Signed-off-by: Stephan Gatzka <stephan.gatzka@hbm.com>
Signed-off-by: Stefan Roese <sr@denx.de>

# e6a857da 30-Jul-2011 Wolfgang Denk <wd@denx.de>

fpga: constify to fix build warning

Fix compiler warning:

cmd_fpga.c:318: warning: passing argument 3 of 'fit_image_get_data'
from incompatible pointer type

Adding the needed 'const' here entails a whole bunch of additonal
changes all over the FPGA code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
Acked-by: Andre Schwarz<andre.schwarz@matrix-vision.de>

# ee44fb29 14-Jul-2011 Michael Jones <michael.jones@matrix-vision.de>

fpga: support FPP Cyclone configuration

Support FPGAs which use Fast Passive Parallel configuration

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>

# 6385b281 21-Sep-2009 Peter Tyser <ptyser@xes-inc.com>

fpga: Remove relocation fixups

PPC boards are the only users of the current FPGA code which is littered
with manual relocation fixups. Now that proper relocation is supported
for PPC boards, remove FPGA manual relocation.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

# c8aa7dfc 30-Oct-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

FPGA: move fpga drivers to drivers/fpga

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

# d9a83cf4 01-May-2024 Tom Rini <trini@konsulko.com>

fpga: Remove <common.h> and add needed includes

Remove <common.h> from this driver directory and when needed
add missing include files directly.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 72fc2645 04-Dec-2022 Tom Rini <trini@konsulko.com>

global: Migrate CONFIG_FPGA_DELAY to CFG

Perform a simple rename of CONFIG_FPGA_DELAY to CFG_FPGA_DELAY

Signed-off-by: Tom Rini <trini@konsulko.com>

# 65cc0e2a 16-Nov-2022 Tom Rini <trini@konsulko.com>

global: Move remaining CONFIG_SYS_* to CFG_SYS_*

The rest of the unmigrated CONFIG symbols in the CONFIG_SYS namespace do
not easily transition to Kconfig. In many cases they likely should come
from the device tree instead. Move these out of CONFIG namespace and in
to CFG namespace.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# 29e58112 07-Oct-2022 Alexander Dahl <ada@thorsis.com>

fpga: cyclon2: Use logging feature instead of FPGA_DEBUG

Instead of using DEBUG or LOG_DEBUG the driver still had its own
definition for debug output.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20221007122003.11239-7-ada@thorsis.com

# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>

# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>

# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>

# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>

# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 1a459660 08-Jul-2013 Wolfgang Denk <wd@denx.de>

Add GPL-2.0+ SPDX-License-Identifier to source files

Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>

# 472d5460 01-Apr-2013 York Sun <yorksun@freescale.com>

Consolidate bool type

'bool' is defined in random places. This patch consolidates them into a
single header file include/linux/types.h, using stdbool.h introduced in C99.

All other #define, typedef and enum are removed. They are all consistent with
true = 1, false = 0.

Replace FALSE, False with false. Replace TRUE, True with true.
Skip *.py, *.php, lib/* files.

Signed-off-by: York Sun <yorksun@freescale.com>

# a99c040c 22-Oct-2012 Stephan Gatzka <stephan.gatzka@hbm.com>

FPGA: Cyclon II: Correctly reset the FPGA before configuration

Deassert the CONFIG pin before asserting it again. This assures that the
FPGA will be resetted and therefore configuration will be correctly
enabled.

This is also already done on other FPGA's, e.g. Stratix.

Signed-off-by: Stephan Gatzka <stephan.gatzka@hbm.com>
Signed-off-by: Stefan Roese <sr@denx.de>

# e6a857da 30-Jul-2011 Wolfgang Denk <wd@denx.de>

fpga: constify to fix build warning

Fix compiler warning:

cmd_fpga.c:318: warning: passing argument 3 of 'fit_image_get_data'
from incompatible pointer type

Adding the needed 'const' here entails a whole bunch of additonal
changes all over the FPGA code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
Acked-by: Andre Schwarz<andre.schwarz@matrix-vision.de>

# ee44fb29 14-Jul-2011 Michael Jones <michael.jones@matrix-vision.de>

fpga: support FPP Cyclone configuration

Support FPGAs which use Fast Passive Parallel configuration

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>

# 6385b281 21-Sep-2009 Peter Tyser <ptyser@xes-inc.com>

fpga: Remove relocation fixups

PPC boards are the only users of the current FPGA code which is littered
with manual relocation fixups. Now that proper relocation is supported
for PPC boards, remove FPGA manual relocation.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

# c8aa7dfc 30-Oct-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

FPGA: move fpga drivers to drivers/fpga

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

# 72fc2645 04-Dec-2022 Tom Rini <trini@konsulko.com>

global: Migrate CONFIG_FPGA_DELAY to CFG

Perform a simple rename of CONFIG_FPGA_DELAY to CFG_FPGA_DELAY

Signed-off-by: Tom Rini <trini@konsulko.com>

# 65cc0e2a 16-Nov-2022 Tom Rini <trini@konsulko.com>

global: Move remaining CONFIG_SYS_* to CFG_SYS_*

The rest of the unmigrated CONFIG symbols in the CONFIG_SYS namespace do
not easily transition to Kconfig. In many cases they likely should come
from the device tree instead. Move these out of CONFIG namespace and in
to CFG namespace.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>

# 29e58112 07-Oct-2022 Alexander Dahl <ada@thorsis.com>

fpga: cyclon2: Use logging feature instead of FPGA_DEBUG

Instead of using DEBUG or LOG_DEBUG the driver still had its own
definition for debug output.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20221007122003.11239-7-ada@thorsis.com

# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>

# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>

# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>

# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>

# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 1a459660 08-Jul-2013 Wolfgang Denk <wd@denx.de>

Add GPL-2.0+ SPDX-License-Identifier to source files

Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>

# 472d5460 01-Apr-2013 York Sun <yorksun@freescale.com>

Consolidate bool type

'bool' is defined in random places. This patch consolidates them into a
single header file include/linux/types.h, using stdbool.h introduced in C99.

All other #define, typedef and enum are removed. They are all consistent with
true = 1, false = 0.

Replace FALSE, False with false. Replace TRUE, True with true.
Skip *.py, *.php, lib/* files.

Signed-off-by: York Sun <yorksun@freescale.com>

# a99c040c 22-Oct-2012 Stephan Gatzka <stephan.gatzka@hbm.com>

FPGA: Cyclon II: Correctly reset the FPGA before configuration

Deassert the CONFIG pin before asserting it again. This assures that the
FPGA will be resetted and therefore configuration will be correctly
enabled.

This is also already done on other FPGA's, e.g. Stratix.

Signed-off-by: Stephan Gatzka <stephan.gatzka@hbm.com>
Signed-off-by: Stefan Roese <sr@denx.de>

# e6a857da 30-Jul-2011 Wolfgang Denk <wd@denx.de>

fpga: constify to fix build warning

Fix compiler warning:

cmd_fpga.c:318: warning: passing argument 3 of 'fit_image_get_data'
from incompatible pointer type

Adding the needed 'const' here entails a whole bunch of additonal
changes all over the FPGA code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
Acked-by: Andre Schwarz<andre.schwarz@matrix-vision.de>

# ee44fb29 14-Jul-2011 Michael Jones <michael.jones@matrix-vision.de>

fpga: support FPP Cyclone configuration

Support FPGAs which use Fast Passive Parallel configuration

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>

# 6385b281 21-Sep-2009 Peter Tyser <ptyser@xes-inc.com>

fpga: Remove relocation fixups

PPC boards are the only users of the current FPGA code which is littered
with manual relocation fixups. Now that proper relocation is supported
for PPC boards, remove FPGA manual relocation.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

# c8aa7dfc 30-Oct-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

FPGA: move fpga drivers to drivers/fpga

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

# 29e58112 07-Oct-2022 Alexander Dahl <ada@thorsis.com>

fpga: cyclon2: Use logging feature instead of FPGA_DEBUG

Instead of using DEBUG or LOG_DEBUG the driver still had its own
definition for debug output.

Signed-off-by: Alexander Dahl <ada@thorsis.com>
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20221007122003.11239-7-ada@thorsis.com

# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>

# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>

# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>

# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>

# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>

# 1a459660 08-Jul-2013 Wolfgang Denk <wd@denx.de>

Add GPL-2.0+ SPDX-License-Identifier to source files

Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>

# 472d5460 01-Apr-2013 York Sun <yorksun@freescale.com>

Consolidate bool type

'bool' is defined in random places. This patch consolidates them into a
single header file include/linux/types.h, using stdbool.h introduced in C99.

All other #define, typedef and enum are removed. They are all consistent with
true = 1, false = 0.

Replace FALSE, False with false. Replace TRUE, True with true.
Skip *.py, *.php, lib/* files.

Signed-off-by: York Sun <yorksun@freescale.com>

# a99c040c 22-Oct-2012 Stephan Gatzka <stephan.gatzka@hbm.com>

FPGA: Cyclon II: Correctly reset the FPGA before configuration

Deassert the CONFIG pin before asserting it again. This assures that the
FPGA will be resetted and therefore configuration will be correctly
enabled.

This is also already done on other FPGA's, e.g. Stratix.

Signed-off-by: Stephan Gatzka <stephan.gatzka@hbm.com>
Signed-off-by: Stefan Roese <sr@denx.de>

# e6a857da 30-Jul-2011 Wolfgang Denk <wd@denx.de>

fpga: constify to fix build warning

Fix compiler warning:

cmd_fpga.c:318: warning: passing argument 3 of 'fit_image_get_data'
from incompatible pointer type

Adding the needed 'const' here entails a whole bunch of additonal
changes all over the FPGA code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
Acked-by: Andre Schwarz<andre.schwarz@matrix-vision.de>

# ee44fb29 14-Jul-2011 Michael Jones <michael.jones@matrix-vision.de>

fpga: support FPP Cyclone configuration

Support FPGAs which use Fast Passive Parallel configuration

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>

# 6385b281 21-Sep-2009 Peter Tyser <ptyser@xes-inc.com>

fpga: Remove relocation fixups

PPC boards are the only users of the current FPGA code which is littered
with manual relocation fixups. Now that proper relocation is supported
for PPC boards, remove FPGA manual relocation.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>

# c8aa7dfc 30-Oct-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

FPGA: move fpga drivers to drivers/fpga

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# c05ed00a 10-May-2020 Simon Glass <sjg@chromium.org>

common: Drop linux/delay.h from common header

Move this uncommon header out of the common header.

Signed-off-by: Simon Glass <sjg@chromium.org>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# b283d6ba 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Check function pointer before calling

As already done for the 'pre' function, a check is added to not follow a
NULL pointer, if somebody has not assigned a 'post' function.

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 3911b19c 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix indentation

Some code parts stood too far left …

Signed-off-by: Alexander Dahl <ada@thorsis.com>


# bb2c0fa0 28-Jun-2019 Alexander Dahl <ada@thorsis.com>

fpga: altera: cyclon2: Fix most checkpatch warnings

Nothing special, but done before further cleanup.

* spacing
* braces
* __FUNCTION__ → __func__

Suggested-by: Michal Simek <michal.simek@xilinx.com>
Signed-off-by: Alexander Dahl <ada@thorsis.com>


# 83d290c5 06-May-2018 Tom Rini <trini@konsulko.com>

SPDX: Convert all of our single license tags to Linux Kernel style

When U-Boot started using SPDX tags we were among the early adopters and
there weren't a lot of other examples to borrow from. So we picked the
area of the file that usually had a full license text and replaced it
with an appropriate SPDX-License-Identifier: entry. Since then, the
Linux Kernel has adopted SPDX tags and they place it as the very first
line in a file (except where shebangs are used, then it's second line)
and with slightly different comment styles than us.

In part due to community overlap, in part due to better tag visibility
and in part for other minor reasons, switch over to that style.

This commit changes all instances where we have a single declared
license in the tag as both the before and after are identical in tag
contents. There's also a few places where I found we did not have a tag
and have introduced one.

Signed-off-by: Tom Rini <trini@konsulko.com>


# 1a459660 08-Jul-2013 Wolfgang Denk <wd@denx.de>

Add GPL-2.0+ SPDX-License-Identifier to source files

Signed-off-by: Wolfgang Denk <wd@denx.de>
[trini: Fixup common/cmd_io.c]
Signed-off-by: Tom Rini <trini@ti.com>


# 472d5460 01-Apr-2013 York Sun <yorksun@freescale.com>

Consolidate bool type

'bool' is defined in random places. This patch consolidates them into a
single header file include/linux/types.h, using stdbool.h introduced in C99.

All other #define, typedef and enum are removed. They are all consistent with
true = 1, false = 0.

Replace FALSE, False with false. Replace TRUE, True with true.
Skip *.py, *.php, lib/* files.

Signed-off-by: York Sun <yorksun@freescale.com>


# a99c040c 22-Oct-2012 Stephan Gatzka <stephan.gatzka@hbm.com>

FPGA: Cyclon II: Correctly reset the FPGA before configuration

Deassert the CONFIG pin before asserting it again. This assures that the
FPGA will be resetted and therefore configuration will be correctly
enabled.

This is also already done on other FPGA's, e.g. Stratix.

Signed-off-by: Stephan Gatzka <stephan.gatzka@hbm.com>
Signed-off-by: Stefan Roese <sr@denx.de>


# e6a857da 30-Jul-2011 Wolfgang Denk <wd@denx.de>

fpga: constify to fix build warning

Fix compiler warning:

cmd_fpga.c:318: warning: passing argument 3 of 'fit_image_get_data'
from incompatible pointer type

Adding the needed 'const' here entails a whole bunch of additonal
changes all over the FPGA code.

Signed-off-by: Wolfgang Denk <wd@denx.de>
Cc: Andre Schwarz <andre.schwarz@matrix-vision.de>
Cc: Murray Jensen <Murray.Jensen@csiro.au>
Acked-by: Andre Schwarz<andre.schwarz@matrix-vision.de>


# ee44fb29 14-Jul-2011 Michael Jones <michael.jones@matrix-vision.de>

fpga: support FPP Cyclone configuration

Support FPGAs which use Fast Passive Parallel configuration

Signed-off-by: Michael Jones <michael.jones@matrix-vision.de>


# 6385b281 21-Sep-2009 Peter Tyser <ptyser@xes-inc.com>

fpga: Remove relocation fixups

PPC boards are the only users of the current FPGA code which is littered
with manual relocation fixups. Now that proper relocation is supported
for PPC boards, remove FPGA manual relocation.

Signed-off-by: Peter Tyser <ptyser@xes-inc.com>


# c8aa7dfc 30-Oct-2008 Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>

FPGA: move fpga drivers to drivers/fpga

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>