Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
f0628c524fd188c3f9418e12478dfdfadacba815
/
drivers
/
firmware
/
arm_scmi
8694548
firmware: arm_scmi/perf: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 11 months ago
4ddfb4a
firmware: arm_scmi: Replace zero-length array with flexible-array member
by Gustavo A. R. Silva
· 4 years, 11 months ago
5c8a47a
firmware: arm_scmi: Make scmi core independent of the transport type
by Viresh Kumar
· 5 years ago
c4eb836
firmware: arm_scmi: Move macros and helpers to common.h
by Viresh Kumar
· 5 years ago
71af05a
firmware: arm_scmi: Update doc style comments
by Viresh Kumar
· 5 years ago
729d353
drivers: firmware: scmi: Extend SCMI transport layer by trace events
by Lukasz Luba
· 5 years ago
2deb267
firmware: arm_scmi: Skip protocol initialisation for additional devices
by Sudeep Holla
· 5 years ago
b55b06b
firmware: arm_scmi: Stash version in protocol init functions
by Sudeep Holla
· 5 years ago
50872a9
firmware: arm_scmi: Match scmi device by both name and protocol id
by Sudeep Holla
· 5 years ago
4605e22
firmware: arm_scmi: Add versions and identifier attributes using dev_groups
by Sudeep Holla
· 5 years ago
9c5c463
firmware: arm_scmi: Add names to scmi devices created
by Sudeep Holla
· 5 years ago
1104088
firmware: arm_scmi: Skip scmi mbox channel setup for addtional devices
by Sudeep Holla
· 5 years ago
ee7a9c9
firmware: arm_scmi: Add support for multiple device per protocol
by Sudeep Holla
· 6 years ago
8305e90
firmware: arm_scmi: Avoid double free in error flow
by Wen Yang
· 5 years ago
7bd39bc
firmware: arm_scmi: Fix doorbell ring logic for !CONFIG_64BIT
by Sudeep Holla
· 5 years ago
11ed5cf
firmware: arm_scmi: reset: fix reset_state assignment in scmi_domain_reset
by Sudeep Holla
· 5 years ago
95a15d8
firmware: arm_scmi: Add RESET protocol in SCMI v2.0
by Sudeep Holla
· 5 years ago
8238395
firmware: arm_scmi: Make use SCMI v2.0 fastchannel for performance protocol
by Sudeep Holla
· 5 years ago
ac8aaf3
firmware: arm_scmi: Add discovery of SCMI v2.0 performance fastchannels
by Sudeep Holla
· 5 years ago
aa90ac4
firmware: arm_scmi: Use {get,put}_unaligned_le{32,64} accessors
by Sudeep Holla
· 5 years ago
2bc06ff
firmware: arm_scmi: Use asynchronous CLOCK_RATE_SET when possible
by Sudeep Holla
· 5 years ago
d0aba11
firmware: arm_scmi: Drop config flag in clk_ops->rate_set
by Sudeep Holla
· 5 years ago
d09aac0
firmware: arm_scmi: Add asynchronous sensor read if it supports
by Sudeep Holla
· 5 years ago
6a55331
firmware: arm_scmi: Drop async flag in sensor_ops->reading_get
by Sudeep Holla
· 5 years ago
58ecdf0
firmware: arm_scmi: Add support for asynchronous commands and delayed response
by Sudeep Holla
· 5 years ago
22d1f76
firmware: arm_scmi: Add mechanism to unpack message headers
by Sudeep Holla
· 5 years ago
38c927f
firmware: arm_scmi: Separate out tx buffer handling and prepare to add rx
by Sudeep Holla
· 5 years ago
46cc7c2
firmware: arm_scmi: Add receive channel support for notifications
by Sudeep Holla
· 5 years ago
3748daf
firmware: arm_scmi: Segregate tx channel handling and prepare to add rx
by Sudeep Holla
· 5 years ago
2747a96
firmware: arm_scmi: Reorder some functions to avoid forward declarations
by Sudeep Holla
· 5 years ago
9dc34d6
firmware: arm_scmi: Check if platform has released shmem before using
by Sudeep Holla
· 5 years ago
5b65af8
firmware: arm_scmi: Use the term 'message' instead of 'command'
by Sudeep Holla
· 5 years ago
c29a628
firmware: arm_scmi: Fix few trivial typos in comments
by Sudeep Holla
· 5 years ago
37bbffc
firmware: arm_scmi: Remove extra check for invalid length message responses
by Sudeep Holla
· 5 years ago
9eefa43
firmware: arm_scmi: Align few names in sensors protocol with SCMI specification
by Sudeep Holla
· 5 years ago
8362fd6
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
by Linus Torvalds
· 5 years ago
d252768
firmware: arm_scmi: Use the correct style for SPDX License Identifier
by Nishad Kamdar
· 6 years ago
df767c0
Merge tag 'scmi-updates-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into arm/drivers
by Olof Johansson
· 6 years ago
0b673b6
firmware: arm_scmi: fetch and store sensor scale
by Florian Fainelli
· 6 years ago
c0759b9
firmware: arm_scmi: update rate_discrete in clock_describe_rates_get
by Peng Fan
· 6 years ago
430daaf
firmware: arm_scmi: fix bitfield definitions for SENSOR_DESC attributes
by Sudeep Holla
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
d9350f2
firmware: arm_scmi: replace of_match_device->data with of_device_get_match_data()
by Aditya Pakki
· 6 years ago
fa7fe29
firmware: arm_scmi: fix of_node leak in scmi_mailbox_check
by Steven Price
· 6 years ago
46edb8d
firmware: arm_scmi: provide the mandatory device release callback
by Sudeep Holla
· 6 years ago
1a63fe9
firmware: arm_scmi: add a getter for power of performance states
by Quentin Perret
· 6 years ago
ca64b71
firmware: arm_scmi: use strlcpy to ensure NULL-terminated strings
by Sudeep Holla
· 6 years ago
96d529b
firmware: arm_scmi: fix divide by zero when sustained_perf_level is zero
by Sudeep Holla
· 6 years ago
23cae49
firmware: arm_scmi: remove some unnecessary checks
by Dan Carpenter
· 7 years ago
32bcbf8
Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 7 years ago
51fe3a3
Merge tag 'scmi-updates-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into next/drivers
by Olof Johansson
· 7 years ago
16145ff
Merge tag 'scmi-fixes-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/sudeep.holla/linux into fixes
by Olof Johansson
· 7 years ago
632de8f
firmware: arm_scmi: simplify exit path by returning on error
by Sudeep Holla
· 7 years ago
ec42ac6
firmware: arm_scmi: improve exit paths and code readability
by Sudeep Holla
· 7 years ago
8f3397cc
firmware: arm_scmi: remove unnecessary bitmap_zero
by Sudeep Holla
· 7 years ago
97b93dd
firmware: arm_scmi: drop unused `con_priv` structure member
by Sudeep Holla
· 7 years ago
14e297b
firmware: arm_scmi: rename scmi_xfer_{init,get,put}
by Sudeep Holla
· 7 years ago
7859e08
firmware: arm_scmi: rename get_transition_latency and add_opps_to_device
by Sudeep Holla
· 7 years ago
1baf47c
firmware: arm_scmi: fix kernel-docs documentation
by Sudeep Holla
· 7 years ago
354b2e3
firmware: arm_scmi: improve code readability using bitfield accessor macros
by Sudeep Holla
· 7 years ago
31c6085
firmware: arm_scmi: Use after free in scmi_create_protocol_device()
by Dan Carpenter
· 7 years ago
d27a3c3
firmware: arm_scmi: remove redundant null check on array
by Colin Ian King
· 7 years ago
b5e817d
firmware: arm_scmi: prevent accessing rate_discrete uninitialized
by Anders Roxell
· 7 years ago
898216c
firmware: arm_scmi: add device power domain support using genpd
by Sudeep Holla
· 8 years ago
907b6d1
firmware: arm_scmi: add per-protocol channels support using idr objects
by Sudeep Holla
· 7 years ago
fbc4d81
firmware: arm_scmi: refactor in preparation to support per-protocol channels
by Sudeep Holla
· 7 years ago
5c4ba3c
firmware: arm_scmi: add option for polling based performance domain operations
by Sudeep Holla
· 7 years ago
d4c3751
firmware: arm_scmi: add support for polling based SCMI transfers
by Sudeep Holla
· 7 years ago
bc40081
firmware: arm_scmi: probe and initialise all the supported protocols
by Sudeep Holla
· 8 years ago
5179c52
firmware: arm_scmi: add initial support for sensor protocol
by Sudeep Holla
· 8 years ago
76a6550
firmware: arm_scmi: add initial support for power protocol
by Sudeep Holla
· 8 years ago
5f6c643
firmware: arm_scmi: add initial support for clock protocol
by Sudeep Holla
· 8 years ago
a9e3fbf
firmware: arm_scmi: add initial support for performance protocol
by Sudeep Holla
· 8 years ago
933c504
firmware: arm_scmi: add scmi protocol bus to enumerate protocol devices
by Sudeep Holla
· 7 years ago
b6f20ff
firmware: arm_scmi: add common infrastructure and support for base protocol
by Sudeep Holla
· 8 years ago
aa4f886
firmware: arm_scmi: add basic driver infrastructure for SCMI
by Sudeep Holla
· 8 years ago