arm-trusted-firmware/plat/nvidia/tegra/common
Anthony Zhou b36aea5a41 Tegra: pm: fix MISRA defects
Main fixes:

* Use int32_t replace int, use uint32_t replace unsign int
  [Rule 4.6]
* Add function define to header file [Rule 8.4]
* Added curly braces ({}) around if statements in order to
  make them compound [Rule 15.6]
* Voided non c-library functions whose return types are not used
  [Rule 17.7]

Change-Id: Ifa3ba4e75046697cfede885096bee9a30efe6519
Signed-off-by: Anthony Zhou <anzhou@nvidia.com>
2019-01-18 09:21:50 -08:00
..
aarch64 Tegra210: skip the BTB invalidate workaround for B01 SKUs 2019-01-16 10:20:32 -08:00
drivers Tegra: gpcdma: driver for general purpose DMA 2019-01-18 09:21:50 -08:00
tegra_bl31_setup.c Tegra: fix MISRA defects in tegra_bl31_setup.c 2019-01-18 09:21:50 -08:00
tegra_common.mk Tegra: support for native GICv2 drivers 2018-12-18 14:25:27 -08:00
tegra_delay_timer.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
tegra_fiq_glue.c Tegra: fiq_glue: fix MISRA defects for Rule 2.7 2019-01-16 10:11:31 -08:00
tegra_gicv2.c Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
tegra_platform.c Tegra210: skip the BTB invalidate workaround for B01 SKUs 2019-01-16 10:20:32 -08:00
tegra_pm.c Tegra: pm: fix MISRA defects 2019-01-18 09:21:50 -08:00
tegra_sip_calls.c Tegra: sip_calls: fix defects flagged by MISRA scan 2019-01-16 10:12:43 -08:00
tegra_topology.c Tegra: topology: fix MISRA defects for Rule 4.6 2019-01-16 10:11:41 -08:00