Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
5e0c325cdb714409a5b242c9e73a1b61157abb36
/
drivers
/
firmware
/
arm_scpi.c
959cd8f
Merge tag 'scmi-updates-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers
by Olof Johansson
· 3 years, 7 months ago
ed7ecb8
firmware: arm_scpi: Add compatibility checks for shmem node
by Sudeep Holla
· 3 years, 7 months ago
d9cd78e
firmware: arm_scpi: Prevent the ternary sign expansion bug
by Dan Carpenter
· 3 years, 8 months ago
539db76
firmware: arm_scpi: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 11 months ago
43b9ac9
firmware: arm_scpi: convert platform driver to use dev_groups
by Greg Kroah-Hartman
· 5 years ago
9952f69
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 201
by Thomas Gleixner
· 6 years ago
a86854d
treewide: devm_kzalloc() -> devm_kcalloc()
by Kees Cook
· 7 years ago
62c60ef
firmware: arm_scpi: improve info message for pre-1.0 firmware
by Heiner Kallweit
· 7 years ago
96fe77b
firmware: arm_scpi: use FIELD_GET/_PREP to simplify macro definitions
by Heiner Kallweit
· 7 years ago
17431b7
firmware: arm_scpi: remove struct sensor_capabilities
by Heiner Kallweit
· 7 years ago
5204abd
firmware: arm_scpi: fix incorrect __iomem accesses using correct accessors
by Heiner Kallweit
· 7 years ago
c10bd41
firmware: arm_scpi: remove all single element structures
by Sudeep Holla
· 7 years ago
27901cc
firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem
by Sudeep Holla
· 7 years ago
83a6060
firmware: arm_scpi: improve struct sensor_value
by Heiner Kallweit
· 7 years ago
7cd49a2
firmware: arm_scpi: improve handling of protocol and firmware version subfields
by Heiner Kallweit
· 7 years ago
a963d7c
firmware: arm_scpi: improve struct dvfs_info to make code better readable
by Heiner Kallweit
· 7 years ago
5abc793
firmware: arm_scpi: make scpi_probe completely device-managed
by Heiner Kallweit
· 7 years ago
c14f1db
firmware: arm_scpi: make freeing mbox channels device-managed
by Heiner Kallweit
· 7 years ago
cd6f060
firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_remove
by Heiner Kallweit
· 7 years ago
81faa55
firmware: arm_scpi: Revert updates made during v4.15 merge window
by Olof Johansson
· 7 years ago
430594c
firmware: arm_scpi: silence sparse warnings
by Heiner Kallweit
· 7 years ago
48bee74
firmware: arm_scpi: remove all single element structures
by Sudeep Holla
· 7 years ago
1b36633
firmware: arm_scpi: drop unnecessary type cast to scpi_shared_mem
by Sudeep Holla
· 7 years ago
5c7ae64
firmware: arm_scpi: improve struct sensor_value
by Heiner Kallweit
· 7 years ago
4864dca
firmware: arm_scpi: improve handling of protocol and firmware version subfields
by Heiner Kallweit
· 7 years ago
d9e324e
firmware: arm_scpi: improve struct dvfs_info to make code better readable
by Heiner Kallweit
· 7 years ago
95998c7
firmware: arm_scpi: remove scpi_remove
by Heiner Kallweit
· 7 years ago
27c54cd
firmware: arm_scpi: make freeing mbox channels device-managed
by Heiner Kallweit
· 7 years ago
931cf0c
firmware: arm_scpi: pre-populate dvfs info in scpi_probe
by Heiner Kallweit
· 7 years ago
cfe8a9c
firmware: arm_scpi: remove two unneeded devm_kfree's in scpi_remove
by Heiner Kallweit
· 7 years ago
0012694
firmware: arm_scpi: remove usage of drvdata and don't reset scpi_info to null
by Heiner Kallweit
· 7 years ago
a48a7b6
Merge tag 'scpi-fixes-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers
by Arnd Bergmann
· 7 years ago
0d30176
firmware: arm_scpi: fix endianness of dev_id in struct dev_pstate_set
by Sudeep Holla
· 7 years ago
9deee31
firmware: Convert to using %pOF instead of full_name
by Rob Herring
· 7 years ago
45ca7df
firmware: arm_scpi: add support to populate OPPs and get transition latency
by Sudeep Holla
· 8 years ago
c511fa3f
firmware: arm_scpi: reinit completion instead of full init_completion()
by Alexey Klimov
· 8 years ago
a766347
firmware: arm_scpi: fix reading sensor values on pre-1.0 SCPI firmwares
by Martin Blumenstingl
· 8 years ago
8358c6b
firmware: arm_scpi: add support for pre-v1.0 SCPI compatible
by Sudeep Holla
· 8 years ago
abd3e80
firmware: arm_scpi: allow firmware with get_capabilities not implemented
by Neil Armstrong
· 8 years ago
4dfe32d
firmware: arm_scpi: add alternative legacy structures, functions and macros
by Neil Armstrong
· 8 years ago
bb789cd
firmware: arm_scpi: increase MAX_DVFS_OPPS to 16 entries
by Neil Armstrong
· 8 years ago
761d0ef
firmware: arm_scpi: add command indirection to support legacy commands
by Sudeep Holla
· 8 years ago
b079bd5
firmware: arm_scpi: add missing of_node_put after calling of_parse_phandle
by Peter Chen
· 8 years ago
37a441d
firmware: arm_scpi: add support for device power state management
by Sudeep Holla
· 9 years ago
3678b98
firmware: arm_scpi: mark scpi_get_sensor_value as static
by Sudeep Holla
· 9 years ago
f9d91de
firmware: arm_scpi: remove dvfs_get packed structure
by Sudeep Holla
· 9 years ago
2e87415
firmware: arm_scpi: add support for 64-bit sensor values
by Sudeep Holla
· 9 years ago
3bdd884
firmware: arm_scpi: decrease Tx timeout to 20ms
by Sudeep Holla
· 9 years ago
dd9a1d6
firmware: arm_scpi: fix send_message and sensor_get_value for big-endian
by Sudeep Holla
· 9 years ago
38a1bdc
firmware: arm_scpi: Extend to support sensors
by Punit Agrawal
· 10 years ago
8cb7cf5
firmware: add support for ARM System Control and Power Interface(SCPI) protocol
by Sudeep Holla
· 10 years ago