Standardise header guards across codebaseAll identifiers, regardless of use, that start with two underscores arereserved. This means they can't be used in header guards.The style that this proje
Standardise header guards across codebaseAll identifiers, regardless of use, that start with two underscores arereserved. 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 incapital 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 headersChange-Id: I50561bf6c88b491ec440d0c8385c74650f3c106eSigned-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
show more ...
Use SPDX license identifiersTo make software license auditing simpler, use SPDX[0] licenseidentifiers instead of duplicating the license text in every file.NOTE: Files that have been imported by
Use SPDX license identifiersTo make software license auditing simpler, use SPDX[0] licenseidentifiers instead of duplicating the license text in every file.NOTE: Files that have been imported by FreeBSD have not been modified.[0]: https://spdx.org/Change-Id: I80a00e1f641b8cc075ca5a95b10607ed9ed8761aSigned-off-by: dp-arm <dimitris.papastamos@arm.com>
rockchip: update to handle PWMs for rk3399This patch updates some things for rk3399, as following:1) Add the new file to handle the pwm. (e.g. the pwm regulator)Make sure that good deal with the
rockchip: update to handle PWMs for rk3399This patch updates some things for rk3399, as following:1) Add the new file to handle the pwm. (e.g. the pwm regulator)Make sure that good deal with the pwm related things.Also, remove some pwm setting for pmu.c.2) Set the plls slow mode and bypass in suspend, and restore them.Change-Id: I112806700bf433c87763aac23d22fa7e6a7f5264