summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* fix(ufs): poll UCRDY for all commandsRohit Ner2023-04-251-13/+12
* refactor(auth)!: unify REGISTER_CRYPTO_LIBYann Gautier2023-04-214-6/+7
* refactor(auth): replace plat_convert_pkYann Gautier2023-04-216-19/+23
* feat(auth): compare platform and certificate ROTPK for authenticationManish V Badarkhe2023-04-211-34/+50
* fix(rpi3): initialize SD card host controllerRob Newberry2023-04-131-3/+2
* Merge "fix(scmi): fix compilation error in scmi base" into integrationJoanna Farley2023-04-061-1/+2
|\
| * fix(scmi): fix compilation error in scmi baseMichal Simek2023-03-211-1/+2
* | feat(ethos-n): add separate RO and RW NSAIDsMikael Olsson2023-04-041-8/+16
* | feat(ethos-n)!: add protected NPU firmware setupMikael Olsson2023-04-041-1/+63
* | feat(ethos-n): add stream extends and attr supportMikael Olsson2023-04-042-3/+57
* | feat(ethos-n): add event and aux control supportMikael Olsson2023-04-042-5/+58
* | feat(ethos-n): add SMC call to get FW propertiesMikael Olsson2023-04-041-2/+41
* | refactor(ethos-n): split up SMC call handlingMikael Olsson2023-04-041-70/+104
* | feat(ethos-n): add NPU firmware validationMikael Olsson2023-04-043-0/+142
* | feat(ethos-n): add check for NPU in SiP setupMikael Olsson2023-04-041-0/+10
* | fix(ethos-n): add workaround for erratum 2838783Mikael Olsson2023-04-041-1/+2
* | feat(ethos-n): add support to set up NSAIDRajasekaran Kalidoss2023-04-041-2/+39
* | feat(ethos-n): add NPU sleeping SMC callMikael Olsson2023-04-041-2/+13
* | feat(ethos-n): add reset type to reset SMC callsJoshua Pimm2023-04-041-9/+19
* | fix(gicv3): workaround for NVIDIA erratum T241-FABRIC-4Varun Wadekar2023-03-236-45/+121
* | Merge "fix(mmc): remove redundant reset_to_idle call" into integrationManish Pandey2023-03-211-5/+0
|\ \ | |/ |/|
| * fix(mmc): remove redundant reset_to_idle callBaruch Siach2023-03-011-5/+0
* | Merge "feat(ufs): adds timeout and error handling" into integrationMadhukar Pappireddy2023-03-171-24/+171
|\ \
| * | feat(ufs): adds timeout and error handlingAnand Saminathan2023-03-151-24/+171
* | | Merge "fix(nxp-drivers): use semicolon instead of comma" into integrationMadhukar Pappireddy2023-03-161-1/+1
|\ \ \
| * | | fix(nxp-drivers): use semicolon instead of commaElyes Haouas2023-03-161-1/+1
| |/ /
* | | Merge "fix(rss): fix msg deserialization bugs in comms" into integrationManish V Badarkhe2023-03-141-5/+11
|\ \ \
| * | | fix(rss): fix msg deserialization bugs in commsDavid Vincze2023-03-061-5/+11
| |/ /
* | | style: remove useless trailing semicolon and line continuationsElyes Haouas2023-03-091-1/+1
|/ /
* | Merge "fix(mbedtls): fix mbedtls coverity issues" into integrationManish V Badarkhe2023-03-031-1/+2
|\ \
| * | fix(mbedtls): fix mbedtls coverity issuesGovindraj Raja2023-03-011-1/+2
| |/
* | refactor(auth): use a single function for parsing extensionsDemi Marie Obenour2023-03-021-68/+49
|/
* refactor(auth): clean up certificate length checksDemi Marie Obenour2023-02-271-18/+6
* refactor(auth): remove code duplicationDemi Marie Obenour2023-02-271-20/+14
* Merge changes I960771e6,I291dc627,I57f31664 into integrationMadhukar Pappireddy2023-02-271-25/+24
|\
| * fix(ufs): set the PRDT length field properlyJorge Troncoso2023-02-251-9/+6
| * fix(ufs): flush the entire PRDTJorge Troncoso2023-02-251-3/+14
| * fix(ufs): only allow using one slotJorge Troncoso2023-02-251-17/+8
* | Merge changes from topic "mbedtls3_support" into integrationManish V Badarkhe2023-02-2711-124/+235
|\ \ | |/ |/|
| * style(crypto): add braces for if statementGovindraj Raja2023-02-212-61/+119
| * feat(mbedtls): add support for mbedtls-3.3Govindraj Raja2023-02-212-30/+71
| * refactor(crypto): avoid using struct mbedtls_pk_rsassa_pss_optionsGovindraj Raja2023-02-212-17/+16
| * refactor(mbedtls): avoid including MBEDTLS_CONFIG_FILEGovindraj Raja2023-02-218-21/+34
* | Merge "fix: remove useless "return" at void functions" into integrationMadhukar Pappireddy2023-02-231-3/+0
|\ \
| * | fix: remove useless "return" at void functionsElyes Haouas2023-02-161-3/+0
| |/
* | Merge "fix(ufs): device present (DP) field is set to '1'" into integrationMadhukar Pappireddy2023-02-211-1/+1
|\ \
| * | fix(ufs): device present (DP) field is set to '1'Jorge Troncoso2023-02-201-1/+1
| |/
* | Merge "fix(gicv3): fixed bug in the initialization of GICv3 SGIs/(E)PPIs inte...Madhukar Pappireddy2023-02-211-2/+2
|\ \ | |/ |/|
| * fix(gicv3): fixed bug in the initialization of GICv3 SGIs/(E)PPIs interrupt p...Sylwester Garncarek2023-01-101-2/+2
* | refactor(allwinner): use fdt_node_is_enabled() in AXP driverAndre Przywara2023-02-031-11/+2