arm-trusted-firmware/plat/nvidia/tegra/include
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
..
drivers Tegra: gpcdma: driver for general purpose DMA 2019-01-18 09:21:50 -08:00
t132 Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
t186 Tegra: gpcdma: driver for general purpose DMA 2019-01-18 09:21:50 -08:00
t210 Tegra210: memmap all the IRAM memory banks 2019-01-16 10:20:19 -08:00
plat_macros.S Tegra: support for native GICv2 drivers 2018-12-18 14:25:27 -08:00
platform_def.h Tegra: console clock settings for real/FPGA platforms 2019-01-16 10:08:53 -08:00
tegra_platform.h Tegra210: skip the BTB invalidate workaround for B01 SKUs 2019-01-16 10:20:32 -08:00
tegra_private.h Tegra: pm: fix MISRA defects 2019-01-18 09:21:50 -08:00