summaryrefslogtreecommitdiff
path: root/drivers/firmware
AgeCommit message (Expand)AuthorFilesLines
2021-11-29Merge tag 'v2022.01-rc3' into nextTom Rini1-1/+9
2021-11-23firmware: scmi: Add OP-TEE transportEtienne Carriere3-2/+323
2021-11-23firmware: scmi: smccc transport: simplify probe sequenceEtienne Carriere1-4/+2
2021-11-23firmware: scmi: smccc transport: use plat data, not priv dataEtienne Carriere1-5/+5
2021-11-23firmware: scmi: mailbox transport: use plat data, not priv dataEtienne Carriere1-5/+5
2021-11-23firmware: scmi: mailbox transport: fix probe failure implementationEtienne Carriere1-5/+1
2021-11-23firmware: scmi: add configs to select the supported agentsPatrick Delaunay2-2/+18
2021-10-21firmware: zynqmp: fix write to an uninitialised pointer in ipi_req()Michal Simek1-0/+4
2021-10-21firmware: zynqmp: Handle errors from ipi_req properlyMichal Simek1-1/+5
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-25treewide: Simply conditions with the new OF_REALSimon Glass1-1/+1
2021-07-26psci: Do not define do_poweroff() if CONFIG_SYSRESET_CMD_POWEROFF is enabledMichal Simek1-1/+1
2021-07-06dm: define LOG_CATEGORY for all uclassPatrick Delaunay1-0/+2
2021-06-11firmware: ti_sci: Add support for Resoure Management at R5 SPL stage.Vignesh Raghavendra1-10/+81
2021-06-11firmware: ti_sci: Implement GET_RANGE with static dataVignesh Raghavendra2-0/+128
2021-05-27firmware: ti_sci: Update ti_sci_msg_req_reboot to include domainDave Gerlach2-0/+3
2021-05-24treewide: Convert macro and uses of __section(foo) to __section("foo")Marek BehĂșn1-1/+1
2021-05-18psci: rename psci_features functionIgor Opaniuk1-2/+3
2021-05-12firmware: ti_sci: Update ti_sci_cmd_rm_udmap_tx_ch_cfg() API to the latestVignesh Raghavendra2-0/+21
2021-04-29dm: core: Add address translation in fdt_get_resourcePatrick Delaunay1-11/+1
2021-04-20psci: add features/reset2 supportIgor Opaniuk1-0/+68
2021-04-13scmi: translate the resource only when livetree is not activatedPatrick Delaunay1-2/+7
2021-04-13scmi: correctly configure MMU for SCMI bufferPatrick Delaunay1-2/+4
2021-04-13firmware: scmi: fix inline comments and minor coding style issuesEtienne Carriere1-2/+2
2021-04-13firmware: scmi: sandbox test for voltage regulatorEtienne Carriere2-3/+225
2021-04-13firmware: scmi: voltage regulatorEtienne Carriere1-0/+10
2021-03-11scmi: cosmetic: reorder include filesPatrick Delaunay2-3/+2
2021-03-11scmi: define LOG_CATEGORYPatrick Delaunay6-0/+12
2021-03-11scmi: Include device_compat.hPatrick Delaunay1-0/+1
2021-02-03firmware: smci: possible NULL dereferenceHeinrich Schuchardt1-0/+3
2021-01-05dm: Rename DM_GET_DRIVER() to DM_DRIVER_GET()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass5-5/+5
2020-12-13dm: core: Rename device_bind_ofnode() to device_bind()Simon Glass1-2/+2
2020-10-27firmware: zynqmp: Swap addr_hi/low when PM_FPGA_LOAD is calledMichal Simek1-0/+8
2020-10-16firmware: scmi: Include device_compat.hSean Anderson3-0/+3
2020-09-30firmware: smci: sandbox test for SCMI reset controllersEtienne Carriere2-6/+151
2020-09-30reset: add reset controller driver for SCMI agentsEtienne Carriere1-0/+4
2020-09-30firmware: scmi: sandbox test for SCMI clocksEtienne Carriere3-5/+241
2020-09-30clk: add clock driver for SCMI agentsEtienne Carriere1-3/+11
2020-09-30firmware: scmi: support Arm SMCCC transportEtienne Carriere3-3/+93
2020-09-30firmware: scmi: mailbox/smt agent deviceEtienne Carriere5-2/+333
2020-09-30firmware: add SCMI agent uclassEtienne Carriere6-0/+271
2020-09-30firmware: ti_sci: Fix not calling dev_err with a deviceSean Anderson1-7/+16
2020-09-23xilinx: drivers: Use '_' instead of '-' in driver nameMichal Simek1-1/+1
2020-08-31firmware: ti_sci: Drop unused structure ti_sci_rm_type_mapLokesh Vutla1-49/+3
2020-08-31firmware: ti_sci: drop the device ids to resource id translation tableLokesh Vutla1-11/+1
2020-08-24firmware: psci: Do not bind driver if U-Boot runs in EL3Michal Simek1-0/+6
2020-08-20xilinx: zynqmp: merge firmware calls for EL2 and EL3Ibai Erkiaga1-41/+43
2020-08-05psci: put psci_method in .data section if EFI_LOADER is not enabledYann Gautier1-0/+4
2020-06-24firmware: zynqmp: Change panic logic in zynqmp_pmufw_load_config_object()Michal Simek1-4/+15