arm-trusted-firmware/drivers
Antonio Nino Diaz c3cf06f1a3 Standardise header guards across codebase
All identifiers, regardless of use, that start with two underscores are
reserved. This means they can't be used in header guards.

The style that this project is now to use the full name of the file in
capital letters followed by 'H'. For example, for a file called
"uart_example.h", the header guard is UART_EXAMPLE_H.

The exceptions are files that are imported from other projects:

- CryptoCell driver
- dt-bindings folders
- zlib headers

Change-Id: I50561bf6c88b491ec440d0c8385c74650f3c106e
Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
2018-11-08 10:20:19 +00:00
..
allwinner allwinner: Add RSB driver 2018-10-20 16:23:59 +01:00
arm Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
auth Remove all other deprecated interfaces and files 2018-09-28 15:31:53 +01:00
cadence/uart/aarch64 Multi-console: Deprecate the `finish_console_register` macro 2018-10-19 17:34:52 +01:00
cfi/v2m plat/arm: Move norflash driver to drivers/ folder 2018-10-10 11:14:44 +01:00
console Multi-console: Deprecate the `finish_console_register` macro 2018-10-19 17:34:52 +01:00
coreboot/cbmem_console/aarch64 Multi-console: Deprecate the `finish_console_register` macro 2018-10-19 17:34:52 +01:00
delay_timer Fix misra warnings in delay timer and console drivers 2018-09-25 17:49:28 +01:00
gpio Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
imx Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
io Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6 2018-07-19 17:11:32 +01:00
marvell Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
mentor/i2c drivers: i2c: mentor: move platform code into header files 2018-09-19 09:24:02 +01:00
meson/console/aarch64 meson: console: Add missing define to fix build 2018-10-29 11:35:34 +00:00
mmc mmc: Update framework to use standard response type 2018-09-28 16:48:37 +02:00
partition drivers: partition: correct compilation error in VERBOSE mode 2018-10-11 14:39:49 +02:00
renesas/rcar Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
st stm32mp1: add an IO to read MMC devices 2018-10-15 09:36:44 +02:00
staging/renesas/rcar Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
synopsys mmc: Update framework to use standard response type 2018-09-28 16:48:37 +02:00
ti/uart/aarch64 Multi-console: Deprecate the `finish_console_register` macro 2018-10-19 17:34:52 +01:00
ufs drivers: fix switch statements to comply with MISRA rules 2018-03-26 12:43:05 +01:00