arm-trusted-firmware/drivers
Icenowy Zheng f348c3519e marvell: drivers: use anonymous union in I2C driver
The I2C controller found in Marvell A8K SoCs (and some older SoCs) mux
status and baudrate registers into the same address, however, it's a
vendor customization, and the original IP core by Mentor Graphics uses
two different addresses for the two registers.

Use anonymous union in the driver, in order to ease code sharing for
other SoC vendors that use this IP core (Allwinner SoCs that are newly
introduced to mainline ATF use this core).

Signed-off-by: Icenowy Zheng <icenowy@aosc.io>
2018-09-05 22:43:38 +08:00
..
arm Merge pull request #1540 from MISL-EBU-System-SW/marvell-updates-18.09 2018-09-04 03:35:54 +01:00
auth Prepare Mbed TLS drivers for shared heap 2018-09-04 10:32:06 +01:00
cadence/uart drivers: cadence: cdns: Update CDNS driver to support MULTI_CONSOLE_API 2018-01-19 15:21:12 -08:00
console Console: Use callee-saved registers 2018-08-15 13:03:01 +01:00
coreboot/cbmem_console/aarch64 coreboot: Add support for CBMEM console 2018-01-19 15:21:12 -08:00
delay_timer Fix MISRA rule 8.3 in common code 2018-02-28 17:18:21 +00:00
gpio Use SPDX license identifiers 2017-05-03 09:39:28 +01:00
imx drivers: imx: mxc_usdhc: Add USDHC driver to support boot EMMC 2018-09-04 13:36:14 +01:00
io Merge pull request #1450 from MISL-EBU-System-SW/marvell-support-v6 2018-07-19 17:11:32 +01:00
marvell marvell: drivers: use anonymous union in I2C driver 2018-09-05 22:43:38 +08:00
mmc drivers: mmc: Add missing response type for some commands 2018-09-04 12:35:24 +01:00
partition libc: Use printf and snprintf across codebase 2018-08-22 10:26:05 +01:00
st libc: Use printf and snprintf across codebase 2018-08-22 10:26:05 +01:00
synopsys drivers: emmc: dw_mmc: Add response flag into response ID definition 2018-09-04 12:35:21 +01:00
ti/uart drivers: ti: uart: Add TI specific 16550 initialization 2018-06-11 14:26:32 -05:00
ufs drivers: fix switch statements to comply with MISRA rules 2018-03-26 12:43:05 +01:00