arm-trusted-firmware/include/drivers/st
Julius Werner d5dfdeb65f Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__
NOTE: __ASSEMBLY__ macro is now deprecated in favor of __ASSEMBLER__.

All common C compilers predefine a macro called __ASSEMBLER__ when
preprocessing a .S file. There is no reason for TF-A to define it's own
__ASSEMBLY__ macro for this purpose instead. To unify code with the
export headers (which use __ASSEMBLER__ to avoid one extra dependency),
let's deprecate __ASSEMBLY__ and switch the code base over to the
predefined standard.

Change-Id: Id7d0ec8cf330195da80499c68562b65cb5ab7417
Signed-off-by: Julius Werner <jwerner@chromium.org>
2019-08-01 13:14:12 -07:00
..
bsec.h stm32mp1: add BSEC driver 2019-01-18 15:45:08 +01:00
io_mmc.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
io_stm32image.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32_console.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
stm32_gpio.h Replace __ASSEMBLY__ with compiler-builtin __ASSEMBLER__ 2019-08-01 13:14:12 -07:00
stm32_i2c.h stm32mp1: update I2C and PMIC drivers 2019-02-14 11:20:23 +01:00
stm32_sdmmc2.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32_uart_regs.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32mp1_clk.h clk: stm32mp1: move oscillator functions to generic file 2019-06-17 14:03:51 +02:00
stm32mp1_ddr.h stm32mp1: update device tree files 2019-01-18 15:45:08 +01:00
stm32mp1_ddr_helpers.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
stm32mp1_ddr_regs.h drivers: st: update drivers code 2019-01-18 15:45:08 +01:00
stm32mp1_pwr.h Sanitise includes across codebase 2019-01-04 10:43:17 +00:00
stm32mp1_ram.h Standardise header guards across codebase 2018-11-08 10:20:19 +00:00
stm32mp1_rcc.h clk: stm32mp1: use defines for mask values in stm32mp1_clk_sel array 2019-06-17 14:03:51 +02:00
stm32mp_clkfunc.h clk: stm32mp1: move oscillator functions to generic file 2019-06-17 14:03:51 +02:00
stm32mp_pmic.h stm32mp1: update I2C and PMIC drivers 2019-02-14 11:20:23 +01:00
stm32mp_reset.h stm32mp1: make functions and macros more common 2019-02-14 11:20:23 +01:00
stpmic1.h drivers: st: pmic: update stpmic1 driver 2019-01-18 15:45:08 +01:00