mirror of
https://github.com/torvalds/linux.git
synced 2026-05-28 09:04:39 +02:00
The driver updates again are all over the place with many minor fixes
going into platform specific code. The most notable changes are:
- Support for Microchip pic64gx system controllers
- Work on cleaning up devicetree bindings for SoC drivers, and
converting them into the new format
- Lots of smaller changes for Qualcomm SoC drivers, including support
for a number of newly supported chips
- reset controller API cleanups and a new driver for Cix Sky1
- Reworks of the Tegra PMC and CBB drivers, along with a change
to how individual Tegra SoCs get selected in Kconfig and
BPMP firmware driver updates including a refresh of the ABI
header to match the version used by firmware
- STM32 updates to the firewall bus driver and support for
the debug bus through OP-TEE
- SCMI firmware driver improvements for reliability, in particular
for dealing with broken firmware interrupts
- Memory driver updates for Tegra, and a patch to remove the
unused Baikal T1 driver
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEo6/YBQwIrVS28WGKmmx57+YAGNkFAmnhCSYACgkQmmx57+YA
GNl2ow/+Pti7qbBE34WNyIuWOgZEzjo1OeLe/Y4LqkQmHcM9FJV3/rCadA/FkmD9
nH85WiRuUjIjzUiAl24SP2nkEcIU/yv8ECvROX46uAjhTByVHkaCedwl3ECW9RPA
IAYiTJPrQBNCmWZuGO4bZ3go6hHn4q4RSd2V8vrCw/J3b+wBSAPTPzsaWnWg4MiL
QYz7sBTwcNJaJuwJ7ZnHN/VgEOs9OgY6ejGJImiaVzBbsH7rNp7Cbs6t88X5rCXS
mbgMvVlYKbsOWj3kNyv98YFAGgzo59uEL+m+846U32w9o0nIgkmIS60RQ5k73JV4
QlhV1uT7PPtu7y7VbxfJ8KISxaRoex/+AZShmAWCul4YK75hEWT3mWGhM8cqeMUQ
U0ogpbekRjKdn2Bgfl6kHf38smusjJ1fOBr8QIZcdDJpEtxYtRmNpLUNNSc5vO+T
HvA79C8I8ydWGyqr1wRP1gDRBNc1BDYKxJO4ohvjnAPIeC01zArXCOyf0F3VtPzH
XSycnyW7eRUVi+4C3/cF8qzhW2y7Wx03ui5mCDIEcOzyVoGNqTrPNsbCvkNkyrdc
jqvWagZ4Ci8jaRxLAawnqHI/stvsHx9V+NPp6p07BsOxJMsuOqO4sInRhh5P6YvM
5wZCFUK37xPEqYvr+BFS9B/4jgw3Mg2Kj+gjxShwsLS5JtVDfZw=
=UB4F
-----END PGP SIGNATURE-----
Merge tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc
Pull SoC driver updates from Arnd Bergmann:
"The driver updates again are all over the place with many minor fixes
going into platform specific code. The most notable changes are:
- Support for Microchip pic64gx system controllers
- Work on cleaning up devicetree bindings for SoC drivers, and
converting them into the new format
- Lots of smaller changes for Qualcomm SoC drivers, including support
for a number of newly supported chips
- reset controller API cleanups and a new driver for Cix Sky1
- Reworks of the Tegra PMC and CBB drivers, along with a change to
how individual Tegra SoCs get selected in Kconfig and BPMP firmware
driver updates including a refresh of the ABI header to match the
version used by firmware
- STM32 updates to the firewall bus driver and support for the debug
bus through OP-TEE
- SCMI firmware driver improvements for reliability, in particular
for dealing with broken firmware interrupts
- Memory driver updates for Tegra, and a patch to remove the unused
Baikal T1 driver"
* tag 'soc-drivers-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc: (193 commits)
firmware: arm_ffa: Use the correct buffer size during RXTX_MAP
firmware: qcom: scm: Allow QSEECOM on Lenovo IdeaCentre Mini X
clk: spear: fix resource leak in clk_register_vco_pll()
reset: rzv2h-usb2phy: Add support for VBUS mux controller registration
reset: rzv2h-usb2phy: Convert to regmap API
dt-bindings: reset: renesas,rzv2h-usb2phy: Document RZ/G3E USB2PHY reset
dt-bindings: reset: renesas,rzv2h-usb2phy: Add '#mux-state-cells' property
soc: microchip: add mpfs gpio interrupt mux driver
dt-bindings: soc: microchip: document PolarFire SoC's gpio interrupt mux
gpio: mpfs: Add interrupt support
soc: qcom: ubwc: add helpers to get programmable values
soc: qcom: ubwc: add helper to get min_acc length
firmware: qcom: scm: Register gunyah watchdog device
soc: qcom: socinfo: Add SoC ID for SA8650P
dt-bindings: arm: qcom,ids: Add SoC ID for SA8650P
firmware: qcom: scm: Allow QSEECOM on Mahua CRD
soc: qcom: wcnss: simplify allocation of req
soc: qcom: pd-mapper: Add support for Eliza
soc: qcom: aoss: compare against normalized cooling state
soc: qcom: llcc: fix v1 SB syndrome register offset
...
104 lines
2.8 KiB
C
104 lines
2.8 KiB
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
#ifndef __QCOM_PDR_HELPER_INTERNAL__
|
|
#define __QCOM_PDR_HELPER_INTERNAL__
|
|
|
|
#include <linux/soc/qcom/pdr.h>
|
|
|
|
#define SERVREG_REGISTER_LISTENER_REQ 0x20
|
|
#define SERVREG_GET_DOMAIN_LIST_REQ 0x21
|
|
#define SERVREG_STATE_UPDATED_IND_ID 0x22
|
|
#define SERVREG_SET_ACK_REQ 0x23
|
|
#define SERVREG_RESTART_PD_REQ 0x24
|
|
|
|
#define SERVREG_LOC_PFR_REQ 0x24
|
|
|
|
#define SERVREG_DOMAIN_LIST_LENGTH 32
|
|
#define SERVREG_RESTART_PD_REQ_MAX_LEN 67
|
|
#define SERVREG_REGISTER_LISTENER_REQ_LEN 71
|
|
#define SERVREG_SET_ACK_REQ_LEN 72
|
|
#define SERVREG_GET_DOMAIN_LIST_REQ_MAX_LEN 74
|
|
#define SERVREG_STATE_UPDATED_IND_MAX_LEN 79
|
|
#define SERVREG_GET_DOMAIN_LIST_RESP_MAX_LEN 2389
|
|
#define SERVREG_LOC_PFR_RESP_MAX_LEN 10
|
|
|
|
struct servreg_location_entry {
|
|
char name[SERVREG_NAME_LENGTH + 1];
|
|
u8 service_data_valid;
|
|
u32 service_data;
|
|
u32 instance;
|
|
};
|
|
|
|
struct servreg_get_domain_list_req {
|
|
char service_name[SERVREG_NAME_LENGTH + 1];
|
|
u8 domain_offset_valid;
|
|
u32 domain_offset;
|
|
};
|
|
|
|
struct servreg_get_domain_list_resp {
|
|
struct qmi_response_type_v01 resp;
|
|
u8 total_domains_valid;
|
|
u16 total_domains;
|
|
u8 db_rev_count_valid;
|
|
u16 db_rev_count;
|
|
u8 domain_list_valid;
|
|
u32 domain_list_len;
|
|
struct servreg_location_entry domain_list[SERVREG_DOMAIN_LIST_LENGTH];
|
|
};
|
|
|
|
struct servreg_register_listener_req {
|
|
u8 enable;
|
|
char service_path[SERVREG_NAME_LENGTH + 1];
|
|
};
|
|
|
|
struct servreg_register_listener_resp {
|
|
struct qmi_response_type_v01 resp;
|
|
u8 curr_state_valid;
|
|
enum servreg_service_state curr_state;
|
|
};
|
|
|
|
struct servreg_restart_pd_req {
|
|
char service_path[SERVREG_NAME_LENGTH + 1];
|
|
};
|
|
|
|
struct servreg_restart_pd_resp {
|
|
struct qmi_response_type_v01 resp;
|
|
};
|
|
|
|
struct servreg_state_updated_ind {
|
|
enum servreg_service_state curr_state;
|
|
char service_path[SERVREG_NAME_LENGTH + 1];
|
|
u16 transaction_id;
|
|
};
|
|
|
|
struct servreg_set_ack_req {
|
|
char service_path[SERVREG_NAME_LENGTH + 1];
|
|
u16 transaction_id;
|
|
};
|
|
|
|
struct servreg_set_ack_resp {
|
|
struct qmi_response_type_v01 resp;
|
|
};
|
|
|
|
struct servreg_loc_pfr_req {
|
|
char service[SERVREG_NAME_LENGTH + 1];
|
|
char reason[SERVREG_PFR_LENGTH + 1];
|
|
};
|
|
|
|
struct servreg_loc_pfr_resp {
|
|
struct qmi_response_type_v01 rsp;
|
|
};
|
|
|
|
extern const struct qmi_elem_info servreg_get_domain_list_req_ei[];
|
|
extern const struct qmi_elem_info servreg_get_domain_list_resp_ei[];
|
|
extern const struct qmi_elem_info servreg_register_listener_req_ei[];
|
|
extern const struct qmi_elem_info servreg_register_listener_resp_ei[];
|
|
extern const struct qmi_elem_info servreg_restart_pd_req_ei[];
|
|
extern const struct qmi_elem_info servreg_restart_pd_resp_ei[];
|
|
extern const struct qmi_elem_info servreg_state_updated_ind_ei[];
|
|
extern const struct qmi_elem_info servreg_set_ack_req_ei[];
|
|
extern const struct qmi_elem_info servreg_set_ack_resp_ei[];
|
|
extern const struct qmi_elem_info servreg_loc_pfr_req_ei[];
|
|
extern const struct qmi_elem_info servreg_loc_pfr_resp_ei[];
|
|
|
|
#endif
|