summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/arm_scpi.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: arm_scpi: reinit completion instead of full init_completion()Alexey Klimov2017-03-311-2/+5
* firmware: arm_scpi: fix reading sensor values on pre-1.0 SCPI firmwaresMartin Blumenstingl2016-12-301-2/+8
* firmware: arm_scpi: add support for pre-v1.0 SCPI compatibleSudeep Holla2016-11-171-0/+9
* firmware: arm_scpi: allow firmware with get_capabilities not implementedNeil Armstrong2016-11-011-0/+4
* firmware: arm_scpi: add alternative legacy structures, functions and macrosNeil Armstrong2016-11-011-18/+174
* firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entriesNeil Armstrong2016-11-011-1/+1
* firmware: arm_scpi: add command indirection to support legacy commandsSudeep Holla2016-10-171-14/+57
* firmware: arm_scpi: add missing of_node_put after calling of_parse_phandlePeter Chen2016-08-081-2/+3
* firmware: arm_scpi: add support for device power state managementSudeep Holla2016-06-211-0/+30
* firmware: arm_scpi: mark scpi_get_sensor_value as staticSudeep Holla2016-06-131-1/+1
* firmware: arm_scpi: remove dvfs_get packed structureSudeep Holla2016-06-131-7/+3
* firmware: arm_scpi: add support for 64-bit sensor valuesSudeep Holla2016-02-161-3/+5
* firmware: arm_scpi: decrease Tx timeout to 20msSudeep Holla2016-02-161-2/+2
* firmware: arm_scpi: fix send_message and sensor_get_value for big-endianSudeep Holla2016-02-161-2/+3
* firmware: arm_scpi: Extend to support sensorsPunit Agrawal2015-10-091-0/+60
* firmware: add support for ARM System Control and Power Interface(SCPI) protocolSudeep Holla2015-09-281-0/+711