Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1 | /* |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2 | * Copyright (c) 2013-2017, Linux Foundation. All rights reserved. |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 3 | * |
| 4 | * This program is free software; you can redistribute it and/or modify |
| 5 | * it under the terms of the GNU General Public License version 2 and |
| 6 | * only version 2 as published by the Free Software Foundation. |
| 7 | * |
| 8 | * This program is distributed in the hope that it will be useful, |
| 9 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 10 | * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 11 | * GNU General Public License for more details. |
| 12 | * |
| 13 | */ |
| 14 | |
| 15 | #include <linux/time.h> |
| 16 | #include <linux/of.h> |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 17 | #include <linux/iopoll.h> |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 18 | #include <linux/platform_device.h> |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 19 | |
| 20 | #ifdef CONFIG_QCOM_BUS_SCALING |
| 21 | #include <linux/msm-bus.h> |
| 22 | #endif |
| 23 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 24 | #include <linux/phy/phy.h> |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 25 | #include <linux/phy/phy-qcom-ufs.h> |
Yaniv Gardi | 4b9ad0b | 2016-03-10 17:37:19 +0200 | [diff] [blame] | 26 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 27 | #include "ufshcd.h" |
Yaniv Gardi | 47555a5 | 2015-10-28 13:15:49 +0200 | [diff] [blame] | 28 | #include "ufshcd-pltfrm.h" |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 29 | #include "unipro.h" |
| 30 | #include "ufs-qcom.h" |
| 31 | #include "ufshci.h" |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 32 | #include "ufs_quirks.h" |
| 33 | #include "ufs-qcom-ice.h" |
| 34 | #include "ufs-qcom-debugfs.h" |
Venkat Gopalakrishnan | f71c385 | 2016-09-01 17:54:54 -0700 | [diff] [blame] | 35 | #include <linux/clk/qcom.h> |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 36 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 37 | #define MAX_PROP_SIZE 32 |
| 38 | #define VDDP_REF_CLK_MIN_UV 1200000 |
| 39 | #define VDDP_REF_CLK_MAX_UV 1200000 |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 40 | /* TODO: further tuning for this parameter may be required */ |
| 41 | #define UFS_QCOM_PM_QOS_UNVOTE_TIMEOUT_US (10000) /* microseconds */ |
| 42 | |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 43 | #define UFS_QCOM_DEFAULT_DBG_PRINT_EN \ |
| 44 | (UFS_QCOM_DBG_PRINT_REGS_EN | UFS_QCOM_DBG_PRINT_TEST_BUS_EN) |
| 45 | |
| 46 | enum { |
| 47 | TSTBUS_UAWM, |
| 48 | TSTBUS_UARM, |
| 49 | TSTBUS_TXUC, |
| 50 | TSTBUS_RXUC, |
| 51 | TSTBUS_DFC, |
| 52 | TSTBUS_TRLUT, |
| 53 | TSTBUS_TMRLUT, |
| 54 | TSTBUS_OCSC, |
| 55 | TSTBUS_UTP_HCI, |
| 56 | TSTBUS_COMBINED, |
| 57 | TSTBUS_WRAPPER, |
| 58 | TSTBUS_UNIPRO, |
| 59 | TSTBUS_MAX, |
| 60 | }; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 61 | |
| 62 | static struct ufs_qcom_host *ufs_qcom_hosts[MAX_UFS_QCOM_HOSTS]; |
| 63 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 64 | static int ufs_qcom_update_sec_cfg(struct ufs_hba *hba, bool restore_sec_cfg); |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 65 | static void ufs_qcom_get_default_testbus_cfg(struct ufs_qcom_host *host); |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 66 | static int ufs_qcom_set_dme_vs_core_clk_ctrl_clear_div(struct ufs_hba *hba, |
| 67 | u32 clk_cycles); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 68 | static void ufs_qcom_pm_qos_suspend(struct ufs_qcom_host *host); |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 69 | |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 70 | static void ufs_qcom_dump_regs(struct ufs_hba *hba, int offset, int len, |
| 71 | char *prefix) |
| 72 | { |
| 73 | print_hex_dump(KERN_ERR, prefix, |
| 74 | len > 4 ? DUMP_PREFIX_OFFSET : DUMP_PREFIX_NONE, |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 75 | 16, 4, hba->mmio_base + offset, len * 4, false); |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 76 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 77 | |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 78 | static void ufs_qcom_dump_regs_wrapper(struct ufs_hba *hba, int offset, int len, |
| 79 | char *prefix, void *priv) |
| 80 | { |
| 81 | ufs_qcom_dump_regs(hba, offset, len, prefix); |
| 82 | } |
| 83 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 84 | static int ufs_qcom_get_connected_tx_lanes(struct ufs_hba *hba, u32 *tx_lanes) |
| 85 | { |
| 86 | int err = 0; |
| 87 | |
| 88 | err = ufshcd_dme_get(hba, |
| 89 | UIC_ARG_MIB(PA_CONNECTEDTXDATALANES), tx_lanes); |
| 90 | if (err) |
| 91 | dev_err(hba->dev, "%s: couldn't read PA_CONNECTEDTXDATALANES %d\n", |
| 92 | __func__, err); |
| 93 | |
| 94 | return err; |
| 95 | } |
| 96 | |
| 97 | static int ufs_qcom_host_clk_get(struct device *dev, |
| 98 | const char *name, struct clk **clk_out) |
| 99 | { |
| 100 | struct clk *clk; |
| 101 | int err = 0; |
| 102 | |
| 103 | clk = devm_clk_get(dev, name); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 104 | if (IS_ERR(clk)) |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 105 | err = PTR_ERR(clk); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 106 | else |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 107 | *clk_out = clk; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 108 | |
| 109 | return err; |
| 110 | } |
| 111 | |
| 112 | static int ufs_qcom_host_clk_enable(struct device *dev, |
| 113 | const char *name, struct clk *clk) |
| 114 | { |
| 115 | int err = 0; |
| 116 | |
| 117 | err = clk_prepare_enable(clk); |
| 118 | if (err) |
| 119 | dev_err(dev, "%s: %s enable failed %d\n", __func__, name, err); |
| 120 | |
| 121 | return err; |
| 122 | } |
| 123 | |
| 124 | static void ufs_qcom_disable_lane_clks(struct ufs_qcom_host *host) |
| 125 | { |
| 126 | if (!host->is_lane_clks_enabled) |
| 127 | return; |
| 128 | |
Venkat Gopalakrishnan | ac795e7 | 2016-08-18 16:58:20 -0700 | [diff] [blame] | 129 | if (host->tx_l1_sync_clk) |
Yaniv Gardi | 4b9ad0b | 2016-03-10 17:37:19 +0200 | [diff] [blame] | 130 | clk_disable_unprepare(host->tx_l1_sync_clk); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 131 | clk_disable_unprepare(host->tx_l0_sync_clk); |
Venkat Gopalakrishnan | ac795e7 | 2016-08-18 16:58:20 -0700 | [diff] [blame] | 132 | if (host->rx_l1_sync_clk) |
Yaniv Gardi | 4b9ad0b | 2016-03-10 17:37:19 +0200 | [diff] [blame] | 133 | clk_disable_unprepare(host->rx_l1_sync_clk); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 134 | clk_disable_unprepare(host->rx_l0_sync_clk); |
| 135 | |
| 136 | host->is_lane_clks_enabled = false; |
| 137 | } |
| 138 | |
| 139 | static int ufs_qcom_enable_lane_clks(struct ufs_qcom_host *host) |
| 140 | { |
| 141 | int err = 0; |
| 142 | struct device *dev = host->hba->dev; |
| 143 | |
| 144 | if (host->is_lane_clks_enabled) |
| 145 | return 0; |
| 146 | |
| 147 | err = ufs_qcom_host_clk_enable(dev, "rx_lane0_sync_clk", |
| 148 | host->rx_l0_sync_clk); |
| 149 | if (err) |
| 150 | goto out; |
| 151 | |
| 152 | err = ufs_qcom_host_clk_enable(dev, "tx_lane0_sync_clk", |
| 153 | host->tx_l0_sync_clk); |
| 154 | if (err) |
| 155 | goto disable_rx_l0; |
| 156 | |
Yaniv Gardi | 54b879b | 2016-03-10 17:37:05 +0200 | [diff] [blame] | 157 | if (host->hba->lanes_per_direction > 1) { |
| 158 | err = ufs_qcom_host_clk_enable(dev, "rx_lane1_sync_clk", |
| 159 | host->rx_l1_sync_clk); |
| 160 | if (err) |
| 161 | goto disable_tx_l0; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 162 | |
Venkat Gopalakrishnan | ac795e7 | 2016-08-18 16:58:20 -0700 | [diff] [blame] | 163 | /* The tx lane1 clk could be muxed, hence keep this optional */ |
| 164 | if (host->tx_l1_sync_clk) |
| 165 | ufs_qcom_host_clk_enable(dev, "tx_lane1_sync_clk", |
| 166 | host->tx_l1_sync_clk); |
Yaniv Gardi | 54b879b | 2016-03-10 17:37:05 +0200 | [diff] [blame] | 167 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 168 | host->is_lane_clks_enabled = true; |
| 169 | goto out; |
| 170 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 171 | disable_tx_l0: |
| 172 | clk_disable_unprepare(host->tx_l0_sync_clk); |
| 173 | disable_rx_l0: |
| 174 | clk_disable_unprepare(host->rx_l0_sync_clk); |
| 175 | out: |
| 176 | return err; |
| 177 | } |
| 178 | |
| 179 | static int ufs_qcom_init_lane_clks(struct ufs_qcom_host *host) |
| 180 | { |
| 181 | int err = 0; |
| 182 | struct device *dev = host->hba->dev; |
| 183 | |
| 184 | err = ufs_qcom_host_clk_get(dev, |
| 185 | "rx_lane0_sync_clk", &host->rx_l0_sync_clk); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 186 | if (err) { |
| 187 | dev_err(dev, "%s: failed to get rx_lane0_sync_clk, err %d", |
| 188 | __func__, err); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 189 | goto out; |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 190 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 191 | |
| 192 | err = ufs_qcom_host_clk_get(dev, |
| 193 | "tx_lane0_sync_clk", &host->tx_l0_sync_clk); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 194 | if (err) { |
| 195 | dev_err(dev, "%s: failed to get tx_lane0_sync_clk, err %d", |
| 196 | __func__, err); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 197 | goto out; |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 198 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 199 | |
Yaniv Gardi | 54b879b | 2016-03-10 17:37:05 +0200 | [diff] [blame] | 200 | /* In case of single lane per direction, don't read lane1 clocks */ |
| 201 | if (host->hba->lanes_per_direction > 1) { |
| 202 | err = ufs_qcom_host_clk_get(dev, "rx_lane1_sync_clk", |
| 203 | &host->rx_l1_sync_clk); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 204 | if (err) { |
| 205 | dev_err(dev, "%s: failed to get rx_lane1_sync_clk, err %d", |
| 206 | __func__, err); |
Yaniv Gardi | 54b879b | 2016-03-10 17:37:05 +0200 | [diff] [blame] | 207 | goto out; |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 208 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 209 | |
Venkat Gopalakrishnan | ac795e7 | 2016-08-18 16:58:20 -0700 | [diff] [blame] | 210 | /* The tx lane1 clk could be muxed, hence keep this optional */ |
| 211 | ufs_qcom_host_clk_get(dev, "tx_lane1_sync_clk", |
| 212 | &host->tx_l1_sync_clk); |
Yaniv Gardi | 54b879b | 2016-03-10 17:37:05 +0200 | [diff] [blame] | 213 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 214 | out: |
| 215 | return err; |
| 216 | } |
| 217 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 218 | static int ufs_qcom_check_hibern8(struct ufs_hba *hba) |
| 219 | { |
| 220 | int err; |
| 221 | u32 tx_fsm_val = 0; |
| 222 | unsigned long timeout = jiffies + msecs_to_jiffies(HBRN8_POLL_TOUT_MS); |
| 223 | |
| 224 | do { |
| 225 | err = ufshcd_dme_get(hba, |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 226 | UIC_ARG_MIB_SEL(MPHY_TX_FSM_STATE, |
| 227 | UIC_ARG_MPHY_TX_GEN_SEL_INDEX(0)), |
| 228 | &tx_fsm_val); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 229 | if (err || tx_fsm_val == TX_FSM_HIBERN8) |
| 230 | break; |
| 231 | |
| 232 | /* sleep for max. 200us */ |
| 233 | usleep_range(100, 200); |
| 234 | } while (time_before(jiffies, timeout)); |
| 235 | |
| 236 | /* |
| 237 | * we might have scheduled out for long during polling so |
| 238 | * check the state again. |
| 239 | */ |
| 240 | if (time_after(jiffies, timeout)) |
| 241 | err = ufshcd_dme_get(hba, |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 242 | UIC_ARG_MIB_SEL(MPHY_TX_FSM_STATE, |
| 243 | UIC_ARG_MPHY_TX_GEN_SEL_INDEX(0)), |
| 244 | &tx_fsm_val); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 245 | |
| 246 | if (err) { |
| 247 | dev_err(hba->dev, "%s: unable to get TX_FSM_STATE, err %d\n", |
| 248 | __func__, err); |
| 249 | } else if (tx_fsm_val != TX_FSM_HIBERN8) { |
| 250 | err = tx_fsm_val; |
| 251 | dev_err(hba->dev, "%s: invalid TX_FSM_STATE = %d\n", |
| 252 | __func__, err); |
| 253 | } |
| 254 | |
| 255 | return err; |
| 256 | } |
| 257 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 258 | static void ufs_qcom_select_unipro_mode(struct ufs_qcom_host *host) |
| 259 | { |
| 260 | ufshcd_rmwl(host->hba, QUNIPRO_SEL, |
| 261 | ufs_qcom_cap_qunipro(host) ? QUNIPRO_SEL : 0, |
| 262 | REG_UFS_CFG1); |
| 263 | /* make sure above configuration is applied before we return */ |
| 264 | mb(); |
| 265 | } |
| 266 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 267 | static int ufs_qcom_power_up_sequence(struct ufs_hba *hba) |
| 268 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 269 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 270 | struct phy *phy = host->generic_phy; |
| 271 | int ret = 0; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 272 | bool is_rate_B = (UFS_QCOM_LIMIT_HS_RATE == PA_HS_MODE_B) |
| 273 | ? true : false; |
| 274 | |
| 275 | /* Assert PHY reset and apply PHY calibration values */ |
| 276 | ufs_qcom_assert_reset(hba); |
| 277 | /* provide 1ms delay to let the reset pulse propagate */ |
| 278 | usleep_range(1000, 1100); |
| 279 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 280 | ret = ufs_qcom_phy_calibrate_phy(phy, is_rate_B); |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 281 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 282 | if (ret) { |
Yaniv Gardi | 4b9ad0b | 2016-03-10 17:37:19 +0200 | [diff] [blame] | 283 | dev_err(hba->dev, "%s: ufs_qcom_phy_calibrate_phy() failed, ret = %d\n", |
| 284 | __func__, ret); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 285 | goto out; |
| 286 | } |
| 287 | |
| 288 | /* De-assert PHY reset and start serdes */ |
| 289 | ufs_qcom_deassert_reset(hba); |
| 290 | |
| 291 | /* |
| 292 | * after reset deassertion, phy will need all ref clocks, |
| 293 | * voltage, current to settle down before starting serdes. |
| 294 | */ |
| 295 | usleep_range(1000, 1100); |
| 296 | ret = ufs_qcom_phy_start_serdes(phy); |
| 297 | if (ret) { |
| 298 | dev_err(hba->dev, "%s: ufs_qcom_phy_start_serdes() failed, ret = %d\n", |
| 299 | __func__, ret); |
| 300 | goto out; |
| 301 | } |
| 302 | |
| 303 | ret = ufs_qcom_phy_is_pcs_ready(phy); |
| 304 | if (ret) |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 305 | dev_err(hba->dev, "%s: is_physical_coding_sublayer_ready() failed, ret = %d\n", |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 306 | __func__, ret); |
| 307 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 308 | ufs_qcom_select_unipro_mode(host); |
| 309 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 310 | out: |
| 311 | return ret; |
| 312 | } |
| 313 | |
| 314 | /* |
| 315 | * The UTP controller has a number of internal clock gating cells (CGCs). |
| 316 | * Internal hardware sub-modules within the UTP controller control the CGCs. |
| 317 | * Hardware CGCs disable the clock to inactivate UTP sub-modules not involved |
| 318 | * in a specific operation, UTP controller CGCs are by default disabled and |
| 319 | * this function enables them (after every UFS link startup) to save some power |
| 320 | * leakage. |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 321 | * |
| 322 | * UFS host controller v3.0.0 onwards has internal clock gating mechanism |
| 323 | * in Qunipro, enable them to save additional power. |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 324 | */ |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 325 | static int ufs_qcom_enable_hw_clk_gating(struct ufs_hba *hba) |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 326 | { |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 327 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 328 | int err = 0; |
| 329 | |
| 330 | /* Enable UTP internal clock gating */ |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 331 | ufshcd_writel(hba, |
| 332 | ufshcd_readl(hba, REG_UFS_CFG2) | REG_UFS_CFG2_CGC_EN_ALL, |
| 333 | REG_UFS_CFG2); |
| 334 | |
| 335 | /* Ensure that HW clock gating is enabled before next operations */ |
| 336 | mb(); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 337 | |
| 338 | /* Enable Qunipro internal clock gating if supported */ |
| 339 | if (!ufs_qcom_cap_qunipro_clk_gating(host)) |
| 340 | goto out; |
| 341 | |
| 342 | /* Enable all the mask bits */ |
| 343 | err = ufshcd_dme_rmw(hba, DL_VS_CLK_CFG_MASK, |
| 344 | DL_VS_CLK_CFG_MASK, DL_VS_CLK_CFG); |
| 345 | if (err) |
| 346 | goto out; |
| 347 | |
| 348 | err = ufshcd_dme_rmw(hba, PA_VS_CLK_CFG_REG_MASK, |
| 349 | PA_VS_CLK_CFG_REG_MASK, PA_VS_CLK_CFG_REG); |
| 350 | if (err) |
| 351 | goto out; |
| 352 | |
| 353 | err = ufshcd_dme_rmw(hba, DME_VS_CORE_CLK_CTRL_DME_HW_CGC_EN, |
| 354 | DME_VS_CORE_CLK_CTRL_DME_HW_CGC_EN, |
| 355 | DME_VS_CORE_CLK_CTRL); |
| 356 | out: |
| 357 | return err; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 358 | } |
| 359 | |
Venkat Gopalakrishnan | f71c385 | 2016-09-01 17:54:54 -0700 | [diff] [blame] | 360 | static void ufs_qcom_force_mem_config(struct ufs_hba *hba) |
| 361 | { |
| 362 | struct ufs_clk_info *clki; |
| 363 | |
| 364 | /* |
| 365 | * Configure the behavior of ufs clocks core and peripheral |
| 366 | * memory state when they are turned off. |
| 367 | * This configuration is required to allow retaining |
| 368 | * ICE crypto configuration (including keys) when |
| 369 | * core_clk_ice is turned off, and powering down |
| 370 | * non-ICE RAMs of host controller. |
| 371 | */ |
| 372 | list_for_each_entry(clki, &hba->clk_list_head, list) { |
| 373 | if (!strcmp(clki->name, "core_clk_ice")) |
| 374 | clk_set_flags(clki->clk, CLKFLAG_RETAIN_MEM); |
| 375 | else |
| 376 | clk_set_flags(clki->clk, CLKFLAG_NORETAIN_MEM); |
| 377 | clk_set_flags(clki->clk, CLKFLAG_NORETAIN_PERIPH); |
| 378 | clk_set_flags(clki->clk, CLKFLAG_PERIPH_OFF_CLEAR); |
| 379 | } |
| 380 | } |
| 381 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 382 | static int ufs_qcom_hce_enable_notify(struct ufs_hba *hba, |
| 383 | enum ufs_notify_change_status status) |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 384 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 385 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 386 | int err = 0; |
| 387 | |
| 388 | switch (status) { |
| 389 | case PRE_CHANGE: |
Venkat Gopalakrishnan | f71c385 | 2016-09-01 17:54:54 -0700 | [diff] [blame] | 390 | ufs_qcom_force_mem_config(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 391 | ufs_qcom_power_up_sequence(hba); |
| 392 | /* |
| 393 | * The PHY PLL output is the source of tx/rx lane symbol |
| 394 | * clocks, hence, enable the lane clocks only after PHY |
| 395 | * is initialized. |
| 396 | */ |
| 397 | err = ufs_qcom_enable_lane_clks(host); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 398 | if (!err && host->ice.pdev) { |
| 399 | err = ufs_qcom_ice_init(host); |
| 400 | if (err) { |
| 401 | dev_err(hba->dev, "%s: ICE init failed (%d)\n", |
| 402 | __func__, err); |
| 403 | err = -EINVAL; |
| 404 | } |
| 405 | } |
| 406 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 407 | break; |
| 408 | case POST_CHANGE: |
| 409 | /* check if UFS PHY moved from DISABLED to HIBERN8 */ |
| 410 | err = ufs_qcom_check_hibern8(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 411 | break; |
| 412 | default: |
| 413 | dev_err(hba->dev, "%s: invalid status %d\n", __func__, status); |
| 414 | err = -EINVAL; |
| 415 | break; |
| 416 | } |
| 417 | return err; |
| 418 | } |
| 419 | |
| 420 | /** |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 421 | * Returns zero for success and non-zero in case of a failure |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 422 | */ |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 423 | static int __ufs_qcom_cfg_timers(struct ufs_hba *hba, u32 gear, |
| 424 | u32 hs, u32 rate, bool update_link_startup_timer, |
| 425 | bool is_pre_scale_up) |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 426 | { |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 427 | int ret = 0; |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 428 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 429 | struct ufs_clk_info *clki; |
| 430 | u32 core_clk_period_in_ns; |
| 431 | u32 tx_clk_cycles_per_us = 0; |
| 432 | unsigned long core_clk_rate = 0; |
| 433 | u32 core_clk_cycles_per_us = 0; |
| 434 | |
| 435 | static u32 pwm_fr_table[][2] = { |
| 436 | {UFS_PWM_G1, 0x1}, |
| 437 | {UFS_PWM_G2, 0x1}, |
| 438 | {UFS_PWM_G3, 0x1}, |
| 439 | {UFS_PWM_G4, 0x1}, |
| 440 | }; |
| 441 | |
| 442 | static u32 hs_fr_table_rA[][2] = { |
| 443 | {UFS_HS_G1, 0x1F}, |
| 444 | {UFS_HS_G2, 0x3e}, |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 445 | {UFS_HS_G3, 0x7D}, |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 446 | }; |
| 447 | |
| 448 | static u32 hs_fr_table_rB[][2] = { |
| 449 | {UFS_HS_G1, 0x24}, |
| 450 | {UFS_HS_G2, 0x49}, |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 451 | {UFS_HS_G3, 0x92}, |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 452 | }; |
| 453 | |
Yaniv Gardi | 81c7e06 | 2015-05-17 18:54:58 +0300 | [diff] [blame] | 454 | /* |
| 455 | * The Qunipro controller does not use following registers: |
| 456 | * SYS1CLK_1US_REG, TX_SYMBOL_CLK_1US_REG, CLK_NS_REG & |
| 457 | * UFS_REG_PA_LINK_STARTUP_TIMER |
| 458 | * But UTP controller uses SYS1CLK_1US_REG register for Interrupt |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 459 | * Aggregation / Auto hibern8 logic. |
Yaniv Gardi | 81c7e06 | 2015-05-17 18:54:58 +0300 | [diff] [blame] | 460 | */ |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 461 | if (ufs_qcom_cap_qunipro(host) && |
| 462 | (!(ufshcd_is_intr_aggr_allowed(hba) || |
| 463 | ufshcd_is_auto_hibern8_supported(hba)))) |
Yaniv Gardi | 81c7e06 | 2015-05-17 18:54:58 +0300 | [diff] [blame] | 464 | goto out; |
| 465 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 466 | if (gear == 0) { |
| 467 | dev_err(hba->dev, "%s: invalid gear = %d\n", __func__, gear); |
| 468 | goto out_error; |
| 469 | } |
| 470 | |
| 471 | list_for_each_entry(clki, &hba->clk_list_head, list) { |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 472 | if (!strcmp(clki->name, "core_clk")) { |
| 473 | if (is_pre_scale_up) |
| 474 | core_clk_rate = clki->max_freq; |
| 475 | else |
| 476 | core_clk_rate = clk_get_rate(clki->clk); |
| 477 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 478 | } |
| 479 | |
| 480 | /* If frequency is smaller than 1MHz, set to 1MHz */ |
| 481 | if (core_clk_rate < DEFAULT_CLK_RATE_HZ) |
| 482 | core_clk_rate = DEFAULT_CLK_RATE_HZ; |
| 483 | |
| 484 | core_clk_cycles_per_us = core_clk_rate / USEC_PER_SEC; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 485 | if (ufshcd_readl(hba, REG_UFS_SYS1CLK_1US) != core_clk_cycles_per_us) { |
| 486 | ufshcd_writel(hba, core_clk_cycles_per_us, REG_UFS_SYS1CLK_1US); |
| 487 | /* |
| 488 | * make sure above write gets applied before we return from |
| 489 | * this function. |
| 490 | */ |
| 491 | mb(); |
| 492 | } |
| 493 | |
| 494 | if (ufs_qcom_cap_qunipro(host)) |
| 495 | goto out; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 496 | |
| 497 | core_clk_period_in_ns = NSEC_PER_SEC / core_clk_rate; |
| 498 | core_clk_period_in_ns <<= OFFSET_CLK_NS_REG; |
| 499 | core_clk_period_in_ns &= MASK_CLK_NS_REG; |
| 500 | |
| 501 | switch (hs) { |
| 502 | case FASTAUTO_MODE: |
| 503 | case FAST_MODE: |
| 504 | if (rate == PA_HS_MODE_A) { |
| 505 | if (gear > ARRAY_SIZE(hs_fr_table_rA)) { |
| 506 | dev_err(hba->dev, |
| 507 | "%s: index %d exceeds table size %zu\n", |
| 508 | __func__, gear, |
| 509 | ARRAY_SIZE(hs_fr_table_rA)); |
| 510 | goto out_error; |
| 511 | } |
| 512 | tx_clk_cycles_per_us = hs_fr_table_rA[gear-1][1]; |
| 513 | } else if (rate == PA_HS_MODE_B) { |
| 514 | if (gear > ARRAY_SIZE(hs_fr_table_rB)) { |
| 515 | dev_err(hba->dev, |
| 516 | "%s: index %d exceeds table size %zu\n", |
| 517 | __func__, gear, |
| 518 | ARRAY_SIZE(hs_fr_table_rB)); |
| 519 | goto out_error; |
| 520 | } |
| 521 | tx_clk_cycles_per_us = hs_fr_table_rB[gear-1][1]; |
| 522 | } else { |
| 523 | dev_err(hba->dev, "%s: invalid rate = %d\n", |
| 524 | __func__, rate); |
| 525 | goto out_error; |
| 526 | } |
| 527 | break; |
| 528 | case SLOWAUTO_MODE: |
| 529 | case SLOW_MODE: |
| 530 | if (gear > ARRAY_SIZE(pwm_fr_table)) { |
| 531 | dev_err(hba->dev, |
| 532 | "%s: index %d exceeds table size %zu\n", |
| 533 | __func__, gear, |
| 534 | ARRAY_SIZE(pwm_fr_table)); |
| 535 | goto out_error; |
| 536 | } |
| 537 | tx_clk_cycles_per_us = pwm_fr_table[gear-1][1]; |
| 538 | break; |
| 539 | case UNCHANGED: |
| 540 | default: |
| 541 | dev_err(hba->dev, "%s: invalid mode = %d\n", __func__, hs); |
| 542 | goto out_error; |
| 543 | } |
| 544 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 545 | if (ufshcd_readl(hba, REG_UFS_TX_SYMBOL_CLK_NS_US) != |
| 546 | (core_clk_period_in_ns | tx_clk_cycles_per_us)) { |
| 547 | /* this register 2 fields shall be written at once */ |
| 548 | ufshcd_writel(hba, core_clk_period_in_ns | tx_clk_cycles_per_us, |
| 549 | REG_UFS_TX_SYMBOL_CLK_NS_US); |
| 550 | /* |
| 551 | * make sure above write gets applied before we return from |
| 552 | * this function. |
| 553 | */ |
| 554 | mb(); |
| 555 | } |
| 556 | |
| 557 | if (update_link_startup_timer) { |
| 558 | ufshcd_writel(hba, ((core_clk_rate / MSEC_PER_SEC) * 100), |
| 559 | REG_UFS_PA_LINK_STARTUP_TIMER); |
| 560 | /* |
| 561 | * make sure that this configuration is applied before |
| 562 | * we return |
| 563 | */ |
| 564 | mb(); |
| 565 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 566 | goto out; |
| 567 | |
| 568 | out_error: |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 569 | ret = -EINVAL; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 570 | out: |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 571 | return ret; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 572 | } |
| 573 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 574 | static int ufs_qcom_cfg_timers(struct ufs_hba *hba, u32 gear, |
| 575 | u32 hs, u32 rate, bool update_link_startup_timer) |
| 576 | { |
| 577 | return __ufs_qcom_cfg_timers(hba, gear, hs, rate, |
| 578 | update_link_startup_timer, false); |
| 579 | } |
| 580 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 581 | static int ufs_qcom_link_startup_pre_change(struct ufs_hba *hba) |
| 582 | { |
| 583 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 584 | struct phy *phy = host->generic_phy; |
| 585 | u32 unipro_ver; |
| 586 | int err = 0; |
| 587 | |
| 588 | if (ufs_qcom_cfg_timers(hba, UFS_PWM_G1, SLOWAUTO_MODE, 0, true)) { |
| 589 | dev_err(hba->dev, "%s: ufs_qcom_cfg_timers() failed\n", |
| 590 | __func__); |
| 591 | err = -EINVAL; |
| 592 | goto out; |
| 593 | } |
| 594 | |
| 595 | /* make sure RX LineCfg is enabled before link startup */ |
| 596 | err = ufs_qcom_phy_ctrl_rx_linecfg(phy, true); |
| 597 | if (err) |
| 598 | goto out; |
| 599 | |
| 600 | if (ufs_qcom_cap_qunipro(host)) { |
| 601 | /* |
| 602 | * set unipro core clock cycles to 150 & clear clock divider |
| 603 | */ |
| 604 | err = ufs_qcom_set_dme_vs_core_clk_ctrl_clear_div(hba, 150); |
| 605 | if (err) |
| 606 | goto out; |
| 607 | } |
| 608 | |
| 609 | err = ufs_qcom_enable_hw_clk_gating(hba); |
| 610 | if (err) |
| 611 | goto out; |
| 612 | |
| 613 | /* |
| 614 | * Some UFS devices (and may be host) have issues if LCC is |
| 615 | * enabled. So we are setting PA_Local_TX_LCC_Enable to 0 |
| 616 | * before link startup which will make sure that both host |
| 617 | * and device TX LCC are disabled once link startup is |
| 618 | * completed. |
| 619 | */ |
| 620 | unipro_ver = ufshcd_get_local_unipro_ver(hba); |
| 621 | if (unipro_ver != UFS_UNIPRO_VER_1_41) |
| 622 | err = ufshcd_dme_set(hba, |
| 623 | UIC_ARG_MIB(PA_LOCAL_TX_LCC_ENABLE), |
| 624 | 0); |
| 625 | if (err) |
| 626 | goto out; |
| 627 | |
| 628 | if (!ufs_qcom_cap_qunipro_clk_gating(host)) |
| 629 | goto out; |
| 630 | |
| 631 | /* Enable all the mask bits */ |
| 632 | err = ufshcd_dme_rmw(hba, SAVECONFIGTIME_MODE_MASK, |
| 633 | SAVECONFIGTIME_MODE_MASK, |
| 634 | PA_VS_CONFIG_REG1); |
| 635 | out: |
| 636 | return err; |
| 637 | } |
| 638 | |
| 639 | static int ufs_qcom_link_startup_post_change(struct ufs_hba *hba) |
| 640 | { |
| 641 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 642 | struct phy *phy = host->generic_phy; |
| 643 | u32 tx_lanes; |
| 644 | int err = 0; |
| 645 | |
| 646 | err = ufs_qcom_get_connected_tx_lanes(hba, &tx_lanes); |
| 647 | if (err) |
| 648 | goto out; |
| 649 | |
| 650 | err = ufs_qcom_phy_set_tx_lane_enable(phy, tx_lanes); |
| 651 | if (err) { |
| 652 | dev_err(hba->dev, "%s: ufs_qcom_phy_set_tx_lane_enable failed\n", |
| 653 | __func__); |
| 654 | goto out; |
| 655 | } |
| 656 | |
| 657 | /* |
| 658 | * Some UFS devices send incorrect LineCfg data as part of power mode |
| 659 | * change sequence which may cause host PHY to go into bad state. |
| 660 | * Disabling Rx LineCfg of host PHY should help avoid this. |
| 661 | */ |
| 662 | if (ufshcd_get_local_unipro_ver(hba) == UFS_UNIPRO_VER_1_41) |
| 663 | err = ufs_qcom_phy_ctrl_rx_linecfg(phy, false); |
| 664 | if (err) { |
| 665 | dev_err(hba->dev, "%s: ufs_qcom_phy_ctrl_rx_linecfg failed\n", |
| 666 | __func__); |
| 667 | goto out; |
| 668 | } |
| 669 | |
| 670 | /* |
| 671 | * UFS controller has *clk_req output to GCC, for each one if the clocks |
| 672 | * entering it. When *clk_req for a specific clock is de-asserted, |
| 673 | * a corresponding clock from GCC is stopped. UFS controller de-asserts |
| 674 | * *clk_req outputs when it is in Auto Hibernate state only if the |
| 675 | * Clock request feature is enabled. |
| 676 | * Enable the Clock request feature: |
| 677 | * - Enable HW clock control for UFS clocks in GCC (handled by the |
| 678 | * clock driver as part of clk_prepare_enable). |
| 679 | * - Set the AH8_CFG.*CLK_REQ register bits to 1. |
| 680 | */ |
| 681 | if (ufshcd_is_auto_hibern8_supported(hba)) |
| 682 | ufshcd_writel(hba, ufshcd_readl(hba, UFS_AH8_CFG) | |
| 683 | UFS_HW_CLK_CTRL_EN, |
| 684 | UFS_AH8_CFG); |
| 685 | /* |
| 686 | * Make sure clock request feature gets enabled for HW clk gating |
| 687 | * before further operations. |
| 688 | */ |
| 689 | mb(); |
| 690 | |
| 691 | out: |
| 692 | return err; |
| 693 | } |
| 694 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 695 | static int ufs_qcom_link_startup_notify(struct ufs_hba *hba, |
| 696 | enum ufs_notify_change_status status) |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 697 | { |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 698 | int err = 0; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 699 | |
| 700 | switch (status) { |
| 701 | case PRE_CHANGE: |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 702 | err = ufs_qcom_link_startup_pre_change(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 703 | break; |
| 704 | case POST_CHANGE: |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 705 | err = ufs_qcom_link_startup_post_change(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 706 | break; |
| 707 | default: |
| 708 | break; |
| 709 | } |
| 710 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 711 | return err; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 712 | } |
| 713 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 714 | |
| 715 | static int ufs_qcom_config_vreg(struct device *dev, |
| 716 | struct ufs_vreg *vreg, bool on) |
| 717 | { |
| 718 | int ret = 0; |
| 719 | struct regulator *reg; |
| 720 | int min_uV, uA_load; |
| 721 | |
| 722 | if (!vreg) { |
| 723 | WARN_ON(1); |
| 724 | ret = -EINVAL; |
| 725 | goto out; |
| 726 | } |
| 727 | |
| 728 | reg = vreg->reg; |
| 729 | if (regulator_count_voltages(reg) > 0) { |
| 730 | min_uV = on ? vreg->min_uV : 0; |
| 731 | ret = regulator_set_voltage(reg, min_uV, vreg->max_uV); |
| 732 | if (ret) { |
| 733 | dev_err(dev, "%s: %s set voltage failed, err=%d\n", |
| 734 | __func__, vreg->name, ret); |
| 735 | goto out; |
| 736 | } |
| 737 | |
| 738 | uA_load = on ? vreg->max_uA : 0; |
| 739 | ret = regulator_set_load(vreg->reg, uA_load); |
| 740 | if (ret) |
| 741 | goto out; |
| 742 | } |
| 743 | out: |
| 744 | return ret; |
| 745 | } |
| 746 | |
| 747 | static int ufs_qcom_enable_vreg(struct device *dev, struct ufs_vreg *vreg) |
| 748 | { |
| 749 | int ret = 0; |
| 750 | |
| 751 | if (vreg->enabled) |
| 752 | return ret; |
| 753 | |
| 754 | ret = ufs_qcom_config_vreg(dev, vreg, true); |
| 755 | if (ret) |
| 756 | goto out; |
| 757 | |
| 758 | ret = regulator_enable(vreg->reg); |
| 759 | if (ret) |
| 760 | goto out; |
| 761 | |
| 762 | vreg->enabled = true; |
| 763 | out: |
| 764 | return ret; |
| 765 | } |
| 766 | |
| 767 | static int ufs_qcom_disable_vreg(struct device *dev, struct ufs_vreg *vreg) |
| 768 | { |
| 769 | int ret = 0; |
| 770 | |
| 771 | if (!vreg->enabled) |
| 772 | return ret; |
| 773 | |
| 774 | ret = regulator_disable(vreg->reg); |
| 775 | if (ret) |
| 776 | goto out; |
| 777 | |
| 778 | ret = ufs_qcom_config_vreg(dev, vreg, false); |
| 779 | if (ret) |
| 780 | goto out; |
| 781 | |
| 782 | vreg->enabled = false; |
| 783 | out: |
| 784 | return ret; |
| 785 | } |
| 786 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 787 | static int ufs_qcom_suspend(struct ufs_hba *hba, enum ufs_pm_op pm_op) |
| 788 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 789 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 790 | struct phy *phy = host->generic_phy; |
| 791 | int ret = 0; |
| 792 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 793 | /* |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 794 | * If UniPro link is not active or OFF, PHY ref_clk, main PHY analog |
| 795 | * power rail and low noise analog power rail for PLL can be |
| 796 | * switched off. |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 797 | */ |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 798 | if (!ufs_qcom_is_link_active(hba)) { |
| 799 | ufs_qcom_disable_lane_clks(host); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 800 | phy_power_off(phy); |
| 801 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 802 | if (host->vddp_ref_clk && ufs_qcom_is_link_off(hba)) |
| 803 | ret = ufs_qcom_disable_vreg(hba->dev, |
| 804 | host->vddp_ref_clk); |
| 805 | ufs_qcom_ice_suspend(host); |
| 806 | |
| 807 | if (ufs_qcom_is_link_off(hba)) { |
| 808 | /* Assert PHY soft reset */ |
| 809 | ufs_qcom_assert_reset(hba); |
| 810 | goto out; |
| 811 | } |
| 812 | } |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 813 | /* Unvote PM QoS */ |
| 814 | ufs_qcom_pm_qos_suspend(host); |
| 815 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 816 | out: |
| 817 | return ret; |
| 818 | } |
| 819 | |
| 820 | static int ufs_qcom_resume(struct ufs_hba *hba, enum ufs_pm_op pm_op) |
| 821 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 822 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 823 | struct phy *phy = host->generic_phy; |
| 824 | int err; |
| 825 | |
| 826 | err = phy_power_on(phy); |
| 827 | if (err) { |
| 828 | dev_err(hba->dev, "%s: failed enabling regs, err = %d\n", |
| 829 | __func__, err); |
| 830 | goto out; |
| 831 | } |
| 832 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 833 | if (host->vddp_ref_clk && (hba->rpm_lvl > UFS_PM_LVL_3 || |
| 834 | hba->spm_lvl > UFS_PM_LVL_3)) |
| 835 | ufs_qcom_enable_vreg(hba->dev, |
| 836 | host->vddp_ref_clk); |
| 837 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 838 | err = ufs_qcom_enable_lane_clks(host); |
| 839 | if (err) |
| 840 | goto out; |
| 841 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 842 | err = ufs_qcom_ice_resume(host); |
| 843 | if (err) { |
| 844 | dev_err(hba->dev, "%s: ufs_qcom_ice_resume failed, err = %d\n", |
| 845 | __func__, err); |
| 846 | goto out; |
| 847 | } |
| 848 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 849 | hba->is_sys_suspended = false; |
| 850 | |
| 851 | out: |
| 852 | return err; |
| 853 | } |
| 854 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 855 | static int ufs_qcom_full_reset(struct ufs_hba *hba) |
| 856 | { |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 857 | int ret = -ENOTSUPP; |
| 858 | |
| 859 | if (!hba->core_reset) { |
| 860 | dev_err(hba->dev, "%s: failed, err = %d\n", __func__, |
| 861 | ret); |
| 862 | goto out; |
| 863 | } |
| 864 | |
| 865 | ret = reset_control_assert(hba->core_reset); |
| 866 | if (ret) { |
| 867 | dev_err(hba->dev, "%s: core_reset assert failed, err = %d\n", |
| 868 | __func__, ret); |
| 869 | goto out; |
| 870 | } |
| 871 | |
| 872 | /* |
| 873 | * The hardware requirement for delay between assert/deassert |
| 874 | * is at least 3-4 sleep clock (32.7KHz) cycles, which comes to |
| 875 | * ~125us (4/32768). To be on the safe side add 200us delay. |
| 876 | */ |
| 877 | usleep_range(200, 210); |
| 878 | |
| 879 | ret = reset_control_deassert(hba->core_reset); |
| 880 | if (ret) |
| 881 | dev_err(hba->dev, "%s: core_reset deassert failed, err = %d\n", |
| 882 | __func__, ret); |
| 883 | |
| 884 | out: |
| 885 | return ret; |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 886 | } |
| 887 | |
| 888 | #ifdef CONFIG_SCSI_UFS_QCOM_ICE |
| 889 | static int ufs_qcom_crypto_req_setup(struct ufs_hba *hba, |
| 890 | struct ufshcd_lrb *lrbp, u8 *cc_index, bool *enable, u64 *dun) |
| 891 | { |
| 892 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 893 | struct request *req; |
| 894 | int ret; |
| 895 | |
| 896 | if (lrbp->cmd && lrbp->cmd->request) |
| 897 | req = lrbp->cmd->request; |
| 898 | else |
| 899 | return 0; |
| 900 | |
| 901 | /* Use request LBA as the DUN value */ |
| 902 | if (req->bio) |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 903 | *dun = (req->bio->bi_iter.bi_sector) >> |
| 904 | UFS_QCOM_ICE_TR_DATA_UNIT_4_KB; |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 905 | |
| 906 | ret = ufs_qcom_ice_req_setup(host, lrbp->cmd, cc_index, enable); |
| 907 | |
| 908 | return ret; |
| 909 | } |
| 910 | |
| 911 | static |
| 912 | int ufs_qcom_crytpo_engine_cfg_start(struct ufs_hba *hba, unsigned int task_tag) |
| 913 | { |
| 914 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 915 | struct ufshcd_lrb *lrbp = &hba->lrb[task_tag]; |
| 916 | int err = 0; |
| 917 | |
| 918 | if (!host->ice.pdev || |
| 919 | !lrbp->cmd || lrbp->command_type != UTP_CMD_TYPE_SCSI) |
| 920 | goto out; |
| 921 | |
| 922 | err = ufs_qcom_ice_cfg_start(host, lrbp->cmd); |
| 923 | out: |
| 924 | return err; |
| 925 | } |
| 926 | |
| 927 | static |
| 928 | int ufs_qcom_crytpo_engine_cfg_end(struct ufs_hba *hba, |
| 929 | struct ufshcd_lrb *lrbp, struct request *req) |
| 930 | { |
| 931 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 932 | int err = 0; |
| 933 | |
| 934 | if (!host->ice.pdev || lrbp->command_type != UTP_CMD_TYPE_SCSI) |
| 935 | goto out; |
| 936 | |
| 937 | err = ufs_qcom_ice_cfg_end(host, req); |
| 938 | out: |
| 939 | return err; |
| 940 | } |
| 941 | |
| 942 | static |
| 943 | int ufs_qcom_crytpo_engine_reset(struct ufs_hba *hba) |
| 944 | { |
| 945 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 946 | int err = 0; |
| 947 | |
| 948 | if (!host->ice.pdev) |
| 949 | goto out; |
| 950 | |
| 951 | err = ufs_qcom_ice_reset(host); |
| 952 | out: |
| 953 | return err; |
| 954 | } |
| 955 | |
| 956 | static int ufs_qcom_crypto_engine_get_status(struct ufs_hba *hba, u32 *status) |
| 957 | { |
| 958 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 959 | |
| 960 | if (!status) |
| 961 | return -EINVAL; |
| 962 | |
| 963 | return ufs_qcom_ice_get_status(host, status); |
| 964 | } |
| 965 | #else /* !CONFIG_SCSI_UFS_QCOM_ICE */ |
| 966 | #define ufs_qcom_crypto_req_setup NULL |
| 967 | #define ufs_qcom_crytpo_engine_cfg_start NULL |
| 968 | #define ufs_qcom_crytpo_engine_cfg_end NULL |
| 969 | #define ufs_qcom_crytpo_engine_reset NULL |
| 970 | #define ufs_qcom_crypto_engine_get_status NULL |
| 971 | #endif /* CONFIG_SCSI_UFS_QCOM_ICE */ |
| 972 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 973 | struct ufs_qcom_dev_params { |
| 974 | u32 pwm_rx_gear; /* pwm rx gear to work in */ |
| 975 | u32 pwm_tx_gear; /* pwm tx gear to work in */ |
| 976 | u32 hs_rx_gear; /* hs rx gear to work in */ |
| 977 | u32 hs_tx_gear; /* hs tx gear to work in */ |
| 978 | u32 rx_lanes; /* number of rx lanes */ |
| 979 | u32 tx_lanes; /* number of tx lanes */ |
| 980 | u32 rx_pwr_pwm; /* rx pwm working pwr */ |
| 981 | u32 tx_pwr_pwm; /* tx pwm working pwr */ |
| 982 | u32 rx_pwr_hs; /* rx hs working pwr */ |
| 983 | u32 tx_pwr_hs; /* tx hs working pwr */ |
| 984 | u32 hs_rate; /* rate A/B to work in HS */ |
| 985 | u32 desired_working_mode; |
| 986 | }; |
| 987 | |
| 988 | static int ufs_qcom_get_pwr_dev_param(struct ufs_qcom_dev_params *qcom_param, |
| 989 | struct ufs_pa_layer_attr *dev_max, |
| 990 | struct ufs_pa_layer_attr *agreed_pwr) |
| 991 | { |
| 992 | int min_qcom_gear; |
| 993 | int min_dev_gear; |
| 994 | bool is_dev_sup_hs = false; |
| 995 | bool is_qcom_max_hs = false; |
| 996 | |
| 997 | if (dev_max->pwr_rx == FAST_MODE) |
| 998 | is_dev_sup_hs = true; |
| 999 | |
| 1000 | if (qcom_param->desired_working_mode == FAST) { |
| 1001 | is_qcom_max_hs = true; |
| 1002 | min_qcom_gear = min_t(u32, qcom_param->hs_rx_gear, |
| 1003 | qcom_param->hs_tx_gear); |
| 1004 | } else { |
| 1005 | min_qcom_gear = min_t(u32, qcom_param->pwm_rx_gear, |
| 1006 | qcom_param->pwm_tx_gear); |
| 1007 | } |
| 1008 | |
| 1009 | /* |
| 1010 | * device doesn't support HS but qcom_param->desired_working_mode is |
| 1011 | * HS, thus device and qcom_param don't agree |
| 1012 | */ |
| 1013 | if (!is_dev_sup_hs && is_qcom_max_hs) { |
| 1014 | pr_err("%s: failed to agree on power mode (device doesn't support HS but requested power is HS)\n", |
| 1015 | __func__); |
| 1016 | return -ENOTSUPP; |
| 1017 | } else if (is_dev_sup_hs && is_qcom_max_hs) { |
| 1018 | /* |
| 1019 | * since device supports HS, it supports FAST_MODE. |
| 1020 | * since qcom_param->desired_working_mode is also HS |
| 1021 | * then final decision (FAST/FASTAUTO) is done according |
| 1022 | * to qcom_params as it is the restricting factor |
| 1023 | */ |
| 1024 | agreed_pwr->pwr_rx = agreed_pwr->pwr_tx = |
| 1025 | qcom_param->rx_pwr_hs; |
| 1026 | } else { |
| 1027 | /* |
| 1028 | * here qcom_param->desired_working_mode is PWM. |
| 1029 | * it doesn't matter whether device supports HS or PWM, |
| 1030 | * in both cases qcom_param->desired_working_mode will |
| 1031 | * determine the mode |
| 1032 | */ |
| 1033 | agreed_pwr->pwr_rx = agreed_pwr->pwr_tx = |
| 1034 | qcom_param->rx_pwr_pwm; |
| 1035 | } |
| 1036 | |
| 1037 | /* |
| 1038 | * we would like tx to work in the minimum number of lanes |
| 1039 | * between device capability and vendor preferences. |
| 1040 | * the same decision will be made for rx |
| 1041 | */ |
| 1042 | agreed_pwr->lane_tx = min_t(u32, dev_max->lane_tx, |
| 1043 | qcom_param->tx_lanes); |
| 1044 | agreed_pwr->lane_rx = min_t(u32, dev_max->lane_rx, |
| 1045 | qcom_param->rx_lanes); |
| 1046 | |
| 1047 | /* device maximum gear is the minimum between device rx and tx gears */ |
| 1048 | min_dev_gear = min_t(u32, dev_max->gear_rx, dev_max->gear_tx); |
| 1049 | |
| 1050 | /* |
| 1051 | * if both device capabilities and vendor pre-defined preferences are |
| 1052 | * both HS or both PWM then set the minimum gear to be the chosen |
| 1053 | * working gear. |
| 1054 | * if one is PWM and one is HS then the one that is PWM get to decide |
| 1055 | * what is the gear, as it is the one that also decided previously what |
| 1056 | * pwr the device will be configured to. |
| 1057 | */ |
| 1058 | if ((is_dev_sup_hs && is_qcom_max_hs) || |
| 1059 | (!is_dev_sup_hs && !is_qcom_max_hs)) |
| 1060 | agreed_pwr->gear_rx = agreed_pwr->gear_tx = |
| 1061 | min_t(u32, min_dev_gear, min_qcom_gear); |
| 1062 | else if (!is_dev_sup_hs) |
| 1063 | agreed_pwr->gear_rx = agreed_pwr->gear_tx = min_dev_gear; |
| 1064 | else |
| 1065 | agreed_pwr->gear_rx = agreed_pwr->gear_tx = min_qcom_gear; |
| 1066 | |
| 1067 | agreed_pwr->hs_rate = qcom_param->hs_rate; |
| 1068 | return 0; |
| 1069 | } |
| 1070 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1071 | #ifdef CONFIG_QCOM_BUS_SCALING |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1072 | static int ufs_qcom_get_bus_vote(struct ufs_qcom_host *host, |
| 1073 | const char *speed_mode) |
| 1074 | { |
| 1075 | struct device *dev = host->hba->dev; |
| 1076 | struct device_node *np = dev->of_node; |
| 1077 | int err; |
| 1078 | const char *key = "qcom,bus-vector-names"; |
| 1079 | |
| 1080 | if (!speed_mode) { |
| 1081 | err = -EINVAL; |
| 1082 | goto out; |
| 1083 | } |
| 1084 | |
| 1085 | if (host->bus_vote.is_max_bw_needed && !!strcmp(speed_mode, "MIN")) |
| 1086 | err = of_property_match_string(np, key, "MAX"); |
| 1087 | else |
| 1088 | err = of_property_match_string(np, key, speed_mode); |
| 1089 | |
| 1090 | out: |
| 1091 | if (err < 0) |
| 1092 | dev_err(dev, "%s: Invalid %s mode %d\n", |
| 1093 | __func__, speed_mode, err); |
| 1094 | return err; |
| 1095 | } |
| 1096 | |
| 1097 | static void ufs_qcom_get_speed_mode(struct ufs_pa_layer_attr *p, char *result) |
| 1098 | { |
| 1099 | int gear = max_t(u32, p->gear_rx, p->gear_tx); |
| 1100 | int lanes = max_t(u32, p->lane_rx, p->lane_tx); |
| 1101 | int pwr; |
| 1102 | |
| 1103 | /* default to PWM Gear 1, Lane 1 if power mode is not initialized */ |
| 1104 | if (!gear) |
| 1105 | gear = 1; |
| 1106 | |
| 1107 | if (!lanes) |
| 1108 | lanes = 1; |
| 1109 | |
| 1110 | if (!p->pwr_rx && !p->pwr_tx) { |
| 1111 | pwr = SLOWAUTO_MODE; |
| 1112 | snprintf(result, BUS_VECTOR_NAME_LEN, "MIN"); |
| 1113 | } else if (p->pwr_rx == FAST_MODE || p->pwr_rx == FASTAUTO_MODE || |
| 1114 | p->pwr_tx == FAST_MODE || p->pwr_tx == FASTAUTO_MODE) { |
| 1115 | pwr = FAST_MODE; |
| 1116 | snprintf(result, BUS_VECTOR_NAME_LEN, "%s_R%s_G%d_L%d", "HS", |
| 1117 | p->hs_rate == PA_HS_MODE_B ? "B" : "A", gear, lanes); |
| 1118 | } else { |
| 1119 | pwr = SLOW_MODE; |
| 1120 | snprintf(result, BUS_VECTOR_NAME_LEN, "%s_G%d_L%d", |
| 1121 | "PWM", gear, lanes); |
| 1122 | } |
| 1123 | } |
| 1124 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 1125 | static int __ufs_qcom_set_bus_vote(struct ufs_qcom_host *host, int vote) |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1126 | { |
| 1127 | int err = 0; |
| 1128 | |
| 1129 | if (vote != host->bus_vote.curr_vote) { |
| 1130 | err = msm_bus_scale_client_update_request( |
| 1131 | host->bus_vote.client_handle, vote); |
| 1132 | if (err) { |
| 1133 | dev_err(host->hba->dev, |
| 1134 | "%s: msm_bus_scale_client_update_request() failed: bus_client_handle=0x%x, vote=%d, err=%d\n", |
| 1135 | __func__, host->bus_vote.client_handle, |
| 1136 | vote, err); |
| 1137 | goto out; |
| 1138 | } |
| 1139 | |
| 1140 | host->bus_vote.curr_vote = vote; |
| 1141 | } |
| 1142 | out: |
| 1143 | return err; |
| 1144 | } |
| 1145 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1146 | static int ufs_qcom_update_bus_bw_vote(struct ufs_qcom_host *host) |
| 1147 | { |
| 1148 | int vote; |
| 1149 | int err = 0; |
| 1150 | char mode[BUS_VECTOR_NAME_LEN]; |
| 1151 | |
| 1152 | ufs_qcom_get_speed_mode(&host->dev_req_params, mode); |
| 1153 | |
| 1154 | vote = ufs_qcom_get_bus_vote(host, mode); |
| 1155 | if (vote >= 0) |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 1156 | err = __ufs_qcom_set_bus_vote(host, vote); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1157 | else |
| 1158 | err = vote; |
| 1159 | |
| 1160 | if (err) |
| 1161 | dev_err(host->hba->dev, "%s: failed %d\n", __func__, err); |
| 1162 | else |
| 1163 | host->bus_vote.saved_vote = vote; |
| 1164 | return err; |
| 1165 | } |
| 1166 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 1167 | static int ufs_qcom_set_bus_vote(struct ufs_hba *hba, bool on) |
| 1168 | { |
| 1169 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 1170 | int vote, err; |
| 1171 | |
| 1172 | /* |
| 1173 | * In case ufs_qcom_init() is not yet done, simply ignore. |
| 1174 | * This ufs_qcom_set_bus_vote() shall be called from |
| 1175 | * ufs_qcom_init() after init is done. |
| 1176 | */ |
| 1177 | if (!host) |
| 1178 | return 0; |
| 1179 | |
| 1180 | if (on) { |
| 1181 | vote = host->bus_vote.saved_vote; |
| 1182 | if (vote == host->bus_vote.min_bw_vote) |
| 1183 | ufs_qcom_update_bus_bw_vote(host); |
| 1184 | } else { |
| 1185 | vote = host->bus_vote.min_bw_vote; |
| 1186 | } |
| 1187 | |
| 1188 | err = __ufs_qcom_set_bus_vote(host, vote); |
| 1189 | if (err) |
| 1190 | dev_err(hba->dev, "%s: set bus vote failed %d\n", |
| 1191 | __func__, err); |
| 1192 | |
| 1193 | return err; |
| 1194 | } |
| 1195 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1196 | static ssize_t |
| 1197 | show_ufs_to_mem_max_bus_bw(struct device *dev, struct device_attribute *attr, |
| 1198 | char *buf) |
| 1199 | { |
| 1200 | struct ufs_hba *hba = dev_get_drvdata(dev); |
| 1201 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 1202 | |
| 1203 | return snprintf(buf, PAGE_SIZE, "%u\n", |
| 1204 | host->bus_vote.is_max_bw_needed); |
| 1205 | } |
| 1206 | |
| 1207 | static ssize_t |
| 1208 | store_ufs_to_mem_max_bus_bw(struct device *dev, struct device_attribute *attr, |
| 1209 | const char *buf, size_t count) |
| 1210 | { |
| 1211 | struct ufs_hba *hba = dev_get_drvdata(dev); |
| 1212 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 1213 | uint32_t value; |
| 1214 | |
| 1215 | if (!kstrtou32(buf, 0, &value)) { |
| 1216 | host->bus_vote.is_max_bw_needed = !!value; |
| 1217 | ufs_qcom_update_bus_bw_vote(host); |
| 1218 | } |
| 1219 | |
| 1220 | return count; |
| 1221 | } |
| 1222 | |
| 1223 | static int ufs_qcom_bus_register(struct ufs_qcom_host *host) |
| 1224 | { |
| 1225 | int err; |
| 1226 | struct msm_bus_scale_pdata *bus_pdata; |
| 1227 | struct device *dev = host->hba->dev; |
| 1228 | struct platform_device *pdev = to_platform_device(dev); |
| 1229 | struct device_node *np = dev->of_node; |
| 1230 | |
| 1231 | bus_pdata = msm_bus_cl_get_pdata(pdev); |
| 1232 | if (!bus_pdata) { |
| 1233 | dev_err(dev, "%s: failed to get bus vectors\n", __func__); |
| 1234 | err = -ENODATA; |
| 1235 | goto out; |
| 1236 | } |
| 1237 | |
| 1238 | err = of_property_count_strings(np, "qcom,bus-vector-names"); |
| 1239 | if (err < 0 || err != bus_pdata->num_usecases) { |
| 1240 | dev_err(dev, "%s: qcom,bus-vector-names not specified correctly %d\n", |
| 1241 | __func__, err); |
| 1242 | goto out; |
| 1243 | } |
| 1244 | |
| 1245 | host->bus_vote.client_handle = msm_bus_scale_register_client(bus_pdata); |
| 1246 | if (!host->bus_vote.client_handle) { |
| 1247 | dev_err(dev, "%s: msm_bus_scale_register_client failed\n", |
| 1248 | __func__); |
| 1249 | err = -EFAULT; |
| 1250 | goto out; |
| 1251 | } |
| 1252 | |
| 1253 | /* cache the vote index for minimum and maximum bandwidth */ |
| 1254 | host->bus_vote.min_bw_vote = ufs_qcom_get_bus_vote(host, "MIN"); |
| 1255 | host->bus_vote.max_bw_vote = ufs_qcom_get_bus_vote(host, "MAX"); |
| 1256 | |
| 1257 | host->bus_vote.max_bus_bw.show = show_ufs_to_mem_max_bus_bw; |
| 1258 | host->bus_vote.max_bus_bw.store = store_ufs_to_mem_max_bus_bw; |
| 1259 | sysfs_attr_init(&host->bus_vote.max_bus_bw.attr); |
| 1260 | host->bus_vote.max_bus_bw.attr.name = "max_bus_bw"; |
| 1261 | host->bus_vote.max_bus_bw.attr.mode = S_IRUGO | S_IWUSR; |
| 1262 | err = device_create_file(dev, &host->bus_vote.max_bus_bw); |
| 1263 | out: |
| 1264 | return err; |
| 1265 | } |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1266 | #else /* CONFIG_QCOM_BUS_SCALING */ |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1267 | static int ufs_qcom_update_bus_bw_vote(struct ufs_qcom_host *host) |
| 1268 | { |
| 1269 | return 0; |
| 1270 | } |
| 1271 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 1272 | static int ufs_qcom_set_bus_vote(struct ufs_hba *hba, bool on) |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1273 | { |
| 1274 | return 0; |
| 1275 | } |
| 1276 | |
| 1277 | static int ufs_qcom_bus_register(struct ufs_qcom_host *host) |
| 1278 | { |
| 1279 | return 0; |
| 1280 | } |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1281 | static inline void msm_bus_scale_unregister_client(uint32_t cl) |
| 1282 | { |
| 1283 | } |
| 1284 | #endif /* CONFIG_QCOM_BUS_SCALING */ |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1285 | |
| 1286 | static void ufs_qcom_dev_ref_clk_ctrl(struct ufs_qcom_host *host, bool enable) |
| 1287 | { |
| 1288 | if (host->dev_ref_clk_ctrl_mmio && |
| 1289 | (enable ^ host->is_dev_ref_clk_enabled)) { |
| 1290 | u32 temp = readl_relaxed(host->dev_ref_clk_ctrl_mmio); |
| 1291 | |
| 1292 | if (enable) |
| 1293 | temp |= host->dev_ref_clk_en_mask; |
| 1294 | else |
| 1295 | temp &= ~host->dev_ref_clk_en_mask; |
| 1296 | |
| 1297 | /* |
| 1298 | * If we are here to disable this clock it might be immediately |
| 1299 | * after entering into hibern8 in which case we need to make |
| 1300 | * sure that device ref_clk is active at least 1us after the |
| 1301 | * hibern8 enter. |
| 1302 | */ |
| 1303 | if (!enable) |
| 1304 | udelay(1); |
| 1305 | |
| 1306 | writel_relaxed(temp, host->dev_ref_clk_ctrl_mmio); |
| 1307 | |
| 1308 | /* ensure that ref_clk is enabled/disabled before we return */ |
| 1309 | wmb(); |
| 1310 | |
| 1311 | /* |
| 1312 | * If we call hibern8 exit after this, we need to make sure that |
| 1313 | * device ref_clk is stable for at least 1us before the hibern8 |
| 1314 | * exit command. |
| 1315 | */ |
| 1316 | if (enable) |
| 1317 | udelay(1); |
| 1318 | |
| 1319 | host->is_dev_ref_clk_enabled = enable; |
| 1320 | } |
| 1321 | } |
| 1322 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1323 | static int ufs_qcom_pwr_change_notify(struct ufs_hba *hba, |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1324 | enum ufs_notify_change_status status, |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1325 | struct ufs_pa_layer_attr *dev_max_params, |
| 1326 | struct ufs_pa_layer_attr *dev_req_params) |
| 1327 | { |
| 1328 | u32 val; |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 1329 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1330 | struct phy *phy = host->generic_phy; |
| 1331 | struct ufs_qcom_dev_params ufs_qcom_cap; |
| 1332 | int ret = 0; |
| 1333 | int res = 0; |
| 1334 | |
| 1335 | if (!dev_req_params) { |
| 1336 | pr_err("%s: incoming dev_req_params is NULL\n", __func__); |
| 1337 | ret = -EINVAL; |
| 1338 | goto out; |
| 1339 | } |
| 1340 | |
| 1341 | switch (status) { |
| 1342 | case PRE_CHANGE: |
| 1343 | ufs_qcom_cap.tx_lanes = UFS_QCOM_LIMIT_NUM_LANES_TX; |
| 1344 | ufs_qcom_cap.rx_lanes = UFS_QCOM_LIMIT_NUM_LANES_RX; |
| 1345 | ufs_qcom_cap.hs_rx_gear = UFS_QCOM_LIMIT_HSGEAR_RX; |
| 1346 | ufs_qcom_cap.hs_tx_gear = UFS_QCOM_LIMIT_HSGEAR_TX; |
| 1347 | ufs_qcom_cap.pwm_rx_gear = UFS_QCOM_LIMIT_PWMGEAR_RX; |
| 1348 | ufs_qcom_cap.pwm_tx_gear = UFS_QCOM_LIMIT_PWMGEAR_TX; |
| 1349 | ufs_qcom_cap.rx_pwr_pwm = UFS_QCOM_LIMIT_RX_PWR_PWM; |
| 1350 | ufs_qcom_cap.tx_pwr_pwm = UFS_QCOM_LIMIT_TX_PWR_PWM; |
| 1351 | ufs_qcom_cap.rx_pwr_hs = UFS_QCOM_LIMIT_RX_PWR_HS; |
| 1352 | ufs_qcom_cap.tx_pwr_hs = UFS_QCOM_LIMIT_TX_PWR_HS; |
| 1353 | ufs_qcom_cap.hs_rate = UFS_QCOM_LIMIT_HS_RATE; |
| 1354 | ufs_qcom_cap.desired_working_mode = |
| 1355 | UFS_QCOM_LIMIT_DESIRED_MODE; |
| 1356 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1357 | if (host->hw_ver.major == 0x1) { |
| 1358 | /* |
| 1359 | * HS-G3 operations may not reliably work on legacy QCOM |
| 1360 | * UFS host controller hardware even though capability |
| 1361 | * exchange during link startup phase may end up |
| 1362 | * negotiating maximum supported gear as G3. |
| 1363 | * Hence downgrade the maximum supported gear to HS-G2. |
| 1364 | */ |
| 1365 | if (ufs_qcom_cap.hs_tx_gear > UFS_HS_G2) |
| 1366 | ufs_qcom_cap.hs_tx_gear = UFS_HS_G2; |
| 1367 | if (ufs_qcom_cap.hs_rx_gear > UFS_HS_G2) |
| 1368 | ufs_qcom_cap.hs_rx_gear = UFS_HS_G2; |
| 1369 | } |
| 1370 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1371 | ret = ufs_qcom_get_pwr_dev_param(&ufs_qcom_cap, |
| 1372 | dev_max_params, |
| 1373 | dev_req_params); |
| 1374 | if (ret) { |
| 1375 | pr_err("%s: failed to determine capabilities\n", |
| 1376 | __func__); |
| 1377 | goto out; |
| 1378 | } |
| 1379 | |
Yaniv Gardi | f37aabc | 2016-03-10 17:37:20 +0200 | [diff] [blame] | 1380 | /* enable the device ref clock before changing to HS mode */ |
| 1381 | if (!ufshcd_is_hs_mode(&hba->pwr_info) && |
| 1382 | ufshcd_is_hs_mode(dev_req_params)) |
| 1383 | ufs_qcom_dev_ref_clk_ctrl(host, true); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1384 | break; |
| 1385 | case POST_CHANGE: |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1386 | if (ufs_qcom_cfg_timers(hba, dev_req_params->gear_rx, |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1387 | dev_req_params->pwr_rx, |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1388 | dev_req_params->hs_rate, false)) { |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1389 | dev_err(hba->dev, "%s: ufs_qcom_cfg_timers() failed\n", |
| 1390 | __func__); |
| 1391 | /* |
| 1392 | * we return error code at the end of the routine, |
| 1393 | * but continue to configure UFS_PHY_TX_LANE_ENABLE |
| 1394 | * and bus voting as usual |
| 1395 | */ |
| 1396 | ret = -EINVAL; |
| 1397 | } |
| 1398 | |
| 1399 | val = ~(MAX_U32 << dev_req_params->lane_tx); |
| 1400 | res = ufs_qcom_phy_set_tx_lane_enable(phy, val); |
| 1401 | if (res) { |
| 1402 | dev_err(hba->dev, "%s: ufs_qcom_phy_set_tx_lane_enable() failed res = %d\n", |
| 1403 | __func__, res); |
| 1404 | ret = res; |
| 1405 | } |
| 1406 | |
| 1407 | /* cache the power mode parameters to use internally */ |
| 1408 | memcpy(&host->dev_req_params, |
| 1409 | dev_req_params, sizeof(*dev_req_params)); |
| 1410 | ufs_qcom_update_bus_bw_vote(host); |
Yaniv Gardi | f37aabc | 2016-03-10 17:37:20 +0200 | [diff] [blame] | 1411 | |
| 1412 | /* disable the device ref clock if entered PWM mode */ |
| 1413 | if (ufshcd_is_hs_mode(&hba->pwr_info) && |
| 1414 | !ufshcd_is_hs_mode(dev_req_params)) |
| 1415 | ufs_qcom_dev_ref_clk_ctrl(host, false); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1416 | break; |
| 1417 | default: |
| 1418 | ret = -EINVAL; |
| 1419 | break; |
| 1420 | } |
| 1421 | out: |
| 1422 | return ret; |
| 1423 | } |
| 1424 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1425 | static int ufs_qcom_quirk_host_pa_saveconfigtime(struct ufs_hba *hba) |
| 1426 | { |
| 1427 | int err; |
| 1428 | u32 pa_vs_config_reg1; |
| 1429 | |
| 1430 | err = ufshcd_dme_get(hba, UIC_ARG_MIB(PA_VS_CONFIG_REG1), |
| 1431 | &pa_vs_config_reg1); |
| 1432 | if (err) |
| 1433 | goto out; |
| 1434 | |
| 1435 | /* Allow extension of MSB bits of PA_SaveConfigTime attribute */ |
| 1436 | err = ufshcd_dme_set(hba, UIC_ARG_MIB(PA_VS_CONFIG_REG1), |
| 1437 | (pa_vs_config_reg1 | (1 << 12))); |
| 1438 | |
| 1439 | out: |
| 1440 | return err; |
| 1441 | } |
| 1442 | |
| 1443 | static int ufs_qcom_apply_dev_quirks(struct ufs_hba *hba) |
| 1444 | { |
| 1445 | int err = 0; |
| 1446 | |
Subhash Jadavani | 4f0df17b | 2016-12-16 13:19:27 -0800 | [diff] [blame] | 1447 | if (hba->dev_info.quirks & UFS_DEVICE_QUIRK_HOST_PA_SAVECONFIGTIME) |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1448 | err = ufs_qcom_quirk_host_pa_saveconfigtime(hba); |
| 1449 | |
| 1450 | return err; |
| 1451 | } |
| 1452 | |
Yaniv Gardi | ae97758 | 2015-05-17 18:55:06 +0300 | [diff] [blame] | 1453 | static u32 ufs_qcom_get_ufs_hci_version(struct ufs_hba *hba) |
| 1454 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 1455 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | ae97758 | 2015-05-17 18:55:06 +0300 | [diff] [blame] | 1456 | |
| 1457 | if (host->hw_ver.major == 0x1) |
| 1458 | return UFSHCI_VERSION_11; |
| 1459 | else |
| 1460 | return UFSHCI_VERSION_20; |
| 1461 | } |
| 1462 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1463 | /** |
| 1464 | * ufs_qcom_advertise_quirks - advertise the known QCOM UFS controller quirks |
| 1465 | * @hba: host controller instance |
| 1466 | * |
| 1467 | * QCOM UFS host controller might have some non standard behaviours (quirks) |
| 1468 | * than what is specified by UFSHCI specification. Advertise all such |
| 1469 | * quirks to standard UFS host controller driver so standard takes them into |
| 1470 | * account. |
| 1471 | */ |
| 1472 | static void ufs_qcom_advertise_quirks(struct ufs_hba *hba) |
| 1473 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 1474 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1475 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1476 | if (host->hw_ver.major == 0x1) { |
| 1477 | hba->quirks |= (UFSHCD_QUIRK_DELAY_BEFORE_DME_CMDS |
| 1478 | | UFSHCD_QUIRK_BROKEN_PA_RXHSUNTERMCAP |
| 1479 | | UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1480 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1481 | if (host->hw_ver.minor == 0x001 && host->hw_ver.step == 0x0001) |
Yaniv Gardi | 81c7e06 | 2015-05-17 18:54:58 +0300 | [diff] [blame] | 1482 | hba->quirks |= UFSHCD_QUIRK_BROKEN_INTR_AGGR; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1483 | |
| 1484 | hba->quirks |= UFSHCD_QUIRK_BROKEN_LCC; |
Yaniv Gardi | 81c7e06 | 2015-05-17 18:54:58 +0300 | [diff] [blame] | 1485 | } |
| 1486 | |
Subhash Jadavani | c04fcdd | 2016-08-05 11:20:10 -0700 | [diff] [blame] | 1487 | if (host->hw_ver.major == 0x2) { |
Yaniv Gardi | ae97758 | 2015-05-17 18:55:06 +0300 | [diff] [blame] | 1488 | hba->quirks |= UFSHCD_QUIRK_BROKEN_UFS_HCI_VERSION; |
Yaniv Gardi | 2f01837 | 2015-05-17 18:55:00 +0300 | [diff] [blame] | 1489 | |
Yaniv Gardi | cad2e03 | 2015-03-31 17:37:14 +0300 | [diff] [blame] | 1490 | if (!ufs_qcom_cap_qunipro(host)) |
| 1491 | /* Legacy UniPro mode still need following quirks */ |
Yaniv Gardi | 8163743 | 2015-05-17 18:55:02 +0300 | [diff] [blame] | 1492 | hba->quirks |= (UFSHCD_QUIRK_DELAY_BEFORE_DME_CMDS |
Yaniv Gardi | 2c0cc2e | 2015-05-17 18:55:04 +0300 | [diff] [blame] | 1493 | | UFSHCD_QUIRK_DME_PEER_ACCESS_AUTO_MODE |
Yaniv Gardi | 8163743 | 2015-05-17 18:55:02 +0300 | [diff] [blame] | 1494 | | UFSHCD_QUIRK_BROKEN_PA_RXHSUNTERMCAP); |
Yaniv Gardi | cad2e03 | 2015-03-31 17:37:14 +0300 | [diff] [blame] | 1495 | } |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1496 | |
| 1497 | if (host->disable_lpm) |
| 1498 | hba->quirks |= UFSHCD_QUIRK_BROKEN_AUTO_HIBERN8; |
Yaniv Gardi | cad2e03 | 2015-03-31 17:37:14 +0300 | [diff] [blame] | 1499 | } |
| 1500 | |
| 1501 | static void ufs_qcom_set_caps(struct ufs_hba *hba) |
| 1502 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 1503 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | cad2e03 | 2015-03-31 17:37:14 +0300 | [diff] [blame] | 1504 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1505 | if (!host->disable_lpm) { |
| 1506 | hba->caps |= UFSHCD_CAP_CLK_GATING; |
| 1507 | hba->caps |= UFSHCD_CAP_HIBERN8_WITH_CLK_GATING; |
| 1508 | hba->caps |= UFSHCD_CAP_CLK_SCALING; |
| 1509 | } |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1510 | hba->caps |= UFSHCD_CAP_AUTO_BKOPS_SUSPEND; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1511 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1512 | if (host->hw_ver.major >= 0x2) { |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1513 | if (!host->disable_lpm) |
| 1514 | hba->caps |= UFSHCD_CAP_POWER_COLLAPSE_DURING_HIBERN8; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1515 | host->caps = UFS_QCOM_CAP_QUNIPRO | |
| 1516 | UFS_QCOM_CAP_RETAIN_SEC_CFG_AFTER_PWR_COLLAPSE; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1517 | } |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1518 | if (host->hw_ver.major >= 0x3) { |
| 1519 | host->caps |= UFS_QCOM_CAP_QUNIPRO_CLK_GATING; |
| 1520 | /* |
| 1521 | * The UFS PHY attached to v3.0.0 controller supports entering |
| 1522 | * deeper low power state of SVS2. This lets the controller |
| 1523 | * run at much lower clock frequencies for saving power. |
| 1524 | * Assuming this and any future revisions of the controller |
| 1525 | * support this capability. Need to revist this assumption if |
| 1526 | * any future platform with this core doesn't support the |
| 1527 | * capability, as there will be no benefit running at lower |
| 1528 | * frequencies then. |
| 1529 | */ |
| 1530 | host->caps |= UFS_QCOM_CAP_SVS2; |
| 1531 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1532 | } |
| 1533 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1534 | /** |
| 1535 | * ufs_qcom_setup_clocks - enables/disable clocks |
| 1536 | * @hba: host controller instance |
| 1537 | * @on: If true, enable clocks else disable them. |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1538 | * @is_gating_context: If true then it means this function is called from |
| 1539 | * aggressive clock gating context and we may only need to gate off important |
| 1540 | * clocks. If false then make sure to gate off all clocks. |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1541 | * |
| 1542 | * Returns 0 on success, non-zero on failure. |
| 1543 | */ |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1544 | static int ufs_qcom_setup_clocks(struct ufs_hba *hba, bool on, |
| 1545 | bool is_gating_context) |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1546 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 1547 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1548 | int err; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1549 | |
| 1550 | /* |
| 1551 | * In case ufs_qcom_init() is not yet done, simply ignore. |
| 1552 | * This ufs_qcom_setup_clocks() shall be called from |
| 1553 | * ufs_qcom_init() after init is done. |
| 1554 | */ |
| 1555 | if (!host) |
| 1556 | return 0; |
| 1557 | |
| 1558 | if (on) { |
| 1559 | err = ufs_qcom_phy_enable_iface_clk(host->generic_phy); |
| 1560 | if (err) |
| 1561 | goto out; |
| 1562 | |
| 1563 | err = ufs_qcom_phy_enable_ref_clk(host->generic_phy); |
| 1564 | if (err) { |
| 1565 | dev_err(hba->dev, "%s enable phy ref clock failed, err=%d\n", |
| 1566 | __func__, err); |
| 1567 | ufs_qcom_phy_disable_iface_clk(host->generic_phy); |
| 1568 | goto out; |
| 1569 | } |
Yaniv Gardi | f37aabc | 2016-03-10 17:37:20 +0200 | [diff] [blame] | 1570 | /* enable the device ref clock for HS mode*/ |
| 1571 | if (ufshcd_is_hs_mode(&hba->pwr_info)) |
| 1572 | ufs_qcom_dev_ref_clk_ctrl(host, true); |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1573 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1574 | err = ufs_qcom_ice_resume(host); |
| 1575 | if (err) |
| 1576 | goto out; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1577 | } else { |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1578 | err = ufs_qcom_ice_suspend(host); |
| 1579 | if (err) |
| 1580 | goto out; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1581 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1582 | /* M-PHY RMMI interface clocks can be turned off */ |
| 1583 | ufs_qcom_phy_disable_iface_clk(host->generic_phy); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 1584 | /* |
| 1585 | * If auto hibern8 is supported then the link will already |
| 1586 | * be in hibern8 state and the ref clock can be gated. |
| 1587 | */ |
| 1588 | if (ufshcd_is_auto_hibern8_supported(hba) || |
| 1589 | !ufs_qcom_is_link_active(hba)) { |
| 1590 | /* turn off UFS local PHY ref_clk */ |
| 1591 | ufs_qcom_phy_disable_ref_clk(host->generic_phy); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1592 | /* disable device ref_clk */ |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 1593 | ufs_qcom_dev_ref_clk_ctrl(host, false); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1594 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1595 | } |
| 1596 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 1597 | out: |
| 1598 | return err; |
| 1599 | } |
| 1600 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 1601 | #ifdef CONFIG_SMP /* CONFIG_SMP */ |
| 1602 | static int ufs_qcom_cpu_to_group(struct ufs_qcom_host *host, int cpu) |
| 1603 | { |
| 1604 | int i; |
| 1605 | |
| 1606 | if (cpu >= 0 && cpu < num_possible_cpus()) |
| 1607 | for (i = 0; i < host->pm_qos.num_groups; i++) |
| 1608 | if (cpumask_test_cpu(cpu, &host->pm_qos.groups[i].mask)) |
| 1609 | return i; |
| 1610 | |
| 1611 | return host->pm_qos.default_cpu; |
| 1612 | } |
| 1613 | |
| 1614 | static void ufs_qcom_pm_qos_req_start(struct ufs_hba *hba, struct request *req) |
| 1615 | { |
| 1616 | unsigned long flags; |
| 1617 | struct ufs_qcom_host *host; |
| 1618 | struct ufs_qcom_pm_qos_cpu_group *group; |
| 1619 | |
| 1620 | if (!hba || !req) |
| 1621 | return; |
| 1622 | |
| 1623 | host = ufshcd_get_variant(hba); |
| 1624 | if (!host->pm_qos.groups) |
| 1625 | return; |
| 1626 | |
| 1627 | group = &host->pm_qos.groups[ufs_qcom_cpu_to_group(host, req->cpu)]; |
| 1628 | |
| 1629 | spin_lock_irqsave(hba->host->host_lock, flags); |
| 1630 | if (!host->pm_qos.is_enabled) |
| 1631 | goto out; |
| 1632 | |
| 1633 | group->active_reqs++; |
| 1634 | if (group->state != PM_QOS_REQ_VOTE && |
| 1635 | group->state != PM_QOS_VOTED) { |
| 1636 | group->state = PM_QOS_REQ_VOTE; |
| 1637 | queue_work(host->pm_qos.workq, &group->vote_work); |
| 1638 | } |
| 1639 | out: |
| 1640 | spin_unlock_irqrestore(hba->host->host_lock, flags); |
| 1641 | } |
| 1642 | |
| 1643 | /* hba->host->host_lock is assumed to be held by caller */ |
| 1644 | static void __ufs_qcom_pm_qos_req_end(struct ufs_qcom_host *host, int req_cpu) |
| 1645 | { |
| 1646 | struct ufs_qcom_pm_qos_cpu_group *group; |
| 1647 | |
| 1648 | if (!host->pm_qos.groups || !host->pm_qos.is_enabled) |
| 1649 | return; |
| 1650 | |
| 1651 | group = &host->pm_qos.groups[ufs_qcom_cpu_to_group(host, req_cpu)]; |
| 1652 | |
| 1653 | if (--group->active_reqs) |
| 1654 | return; |
| 1655 | group->state = PM_QOS_REQ_UNVOTE; |
| 1656 | queue_work(host->pm_qos.workq, &group->unvote_work); |
| 1657 | } |
| 1658 | |
| 1659 | static void ufs_qcom_pm_qos_req_end(struct ufs_hba *hba, struct request *req, |
| 1660 | bool should_lock) |
| 1661 | { |
| 1662 | unsigned long flags = 0; |
| 1663 | |
| 1664 | if (!hba || !req) |
| 1665 | return; |
| 1666 | |
| 1667 | if (should_lock) |
| 1668 | spin_lock_irqsave(hba->host->host_lock, flags); |
| 1669 | __ufs_qcom_pm_qos_req_end(ufshcd_get_variant(hba), req->cpu); |
| 1670 | if (should_lock) |
| 1671 | spin_unlock_irqrestore(hba->host->host_lock, flags); |
| 1672 | } |
| 1673 | |
| 1674 | static void ufs_qcom_pm_qos_vote_work(struct work_struct *work) |
| 1675 | { |
| 1676 | struct ufs_qcom_pm_qos_cpu_group *group = |
| 1677 | container_of(work, struct ufs_qcom_pm_qos_cpu_group, vote_work); |
| 1678 | struct ufs_qcom_host *host = group->host; |
| 1679 | unsigned long flags; |
| 1680 | |
| 1681 | spin_lock_irqsave(host->hba->host->host_lock, flags); |
| 1682 | |
| 1683 | if (!host->pm_qos.is_enabled || !group->active_reqs) { |
| 1684 | spin_unlock_irqrestore(host->hba->host->host_lock, flags); |
| 1685 | return; |
| 1686 | } |
| 1687 | |
| 1688 | group->state = PM_QOS_VOTED; |
| 1689 | spin_unlock_irqrestore(host->hba->host->host_lock, flags); |
| 1690 | |
| 1691 | pm_qos_update_request(&group->req, group->latency_us); |
| 1692 | } |
| 1693 | |
| 1694 | static void ufs_qcom_pm_qos_unvote_work(struct work_struct *work) |
| 1695 | { |
| 1696 | struct ufs_qcom_pm_qos_cpu_group *group = container_of(work, |
| 1697 | struct ufs_qcom_pm_qos_cpu_group, unvote_work); |
| 1698 | struct ufs_qcom_host *host = group->host; |
| 1699 | unsigned long flags; |
| 1700 | |
| 1701 | /* |
| 1702 | * Check if new requests were submitted in the meantime and do not |
| 1703 | * unvote if so. |
| 1704 | */ |
| 1705 | spin_lock_irqsave(host->hba->host->host_lock, flags); |
| 1706 | |
| 1707 | if (!host->pm_qos.is_enabled || group->active_reqs) { |
| 1708 | spin_unlock_irqrestore(host->hba->host->host_lock, flags); |
| 1709 | return; |
| 1710 | } |
| 1711 | |
| 1712 | group->state = PM_QOS_UNVOTED; |
| 1713 | spin_unlock_irqrestore(host->hba->host->host_lock, flags); |
| 1714 | |
| 1715 | pm_qos_update_request_timeout(&group->req, |
| 1716 | group->latency_us, UFS_QCOM_PM_QOS_UNVOTE_TIMEOUT_US); |
| 1717 | } |
| 1718 | |
| 1719 | static ssize_t ufs_qcom_pm_qos_enable_show(struct device *dev, |
| 1720 | struct device_attribute *attr, char *buf) |
| 1721 | { |
| 1722 | struct ufs_hba *hba = dev_get_drvdata(dev->parent); |
| 1723 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 1724 | |
| 1725 | return snprintf(buf, PAGE_SIZE, "%d\n", host->pm_qos.is_enabled); |
| 1726 | } |
| 1727 | |
| 1728 | static ssize_t ufs_qcom_pm_qos_enable_store(struct device *dev, |
| 1729 | struct device_attribute *attr, const char *buf, size_t count) |
| 1730 | { |
| 1731 | struct ufs_hba *hba = dev_get_drvdata(dev->parent); |
| 1732 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 1733 | unsigned long value; |
| 1734 | unsigned long flags; |
| 1735 | bool enable; |
| 1736 | int i; |
| 1737 | |
| 1738 | if (kstrtoul(buf, 0, &value)) |
| 1739 | return -EINVAL; |
| 1740 | |
| 1741 | enable = !!value; |
| 1742 | |
| 1743 | /* |
| 1744 | * Must take the spinlock and save irqs before changing the enabled |
| 1745 | * flag in order to keep correctness of PM QoS release. |
| 1746 | */ |
| 1747 | spin_lock_irqsave(hba->host->host_lock, flags); |
| 1748 | if (enable == host->pm_qos.is_enabled) { |
| 1749 | spin_unlock_irqrestore(hba->host->host_lock, flags); |
| 1750 | return count; |
| 1751 | } |
| 1752 | host->pm_qos.is_enabled = enable; |
| 1753 | spin_unlock_irqrestore(hba->host->host_lock, flags); |
| 1754 | |
| 1755 | if (!enable) |
| 1756 | for (i = 0; i < host->pm_qos.num_groups; i++) { |
| 1757 | cancel_work_sync(&host->pm_qos.groups[i].vote_work); |
| 1758 | cancel_work_sync(&host->pm_qos.groups[i].unvote_work); |
| 1759 | spin_lock_irqsave(hba->host->host_lock, flags); |
| 1760 | host->pm_qos.groups[i].state = PM_QOS_UNVOTED; |
| 1761 | host->pm_qos.groups[i].active_reqs = 0; |
| 1762 | spin_unlock_irqrestore(hba->host->host_lock, flags); |
| 1763 | pm_qos_update_request(&host->pm_qos.groups[i].req, |
| 1764 | PM_QOS_DEFAULT_VALUE); |
| 1765 | } |
| 1766 | |
| 1767 | return count; |
| 1768 | } |
| 1769 | |
| 1770 | static ssize_t ufs_qcom_pm_qos_latency_show(struct device *dev, |
| 1771 | struct device_attribute *attr, char *buf) |
| 1772 | { |
| 1773 | struct ufs_hba *hba = dev_get_drvdata(dev->parent); |
| 1774 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 1775 | int ret; |
| 1776 | int i; |
| 1777 | int offset = 0; |
| 1778 | |
| 1779 | for (i = 0; i < host->pm_qos.num_groups; i++) { |
| 1780 | ret = snprintf(&buf[offset], PAGE_SIZE, |
| 1781 | "cpu group #%d(mask=0x%lx): %d\n", i, |
| 1782 | host->pm_qos.groups[i].mask.bits[0], |
| 1783 | host->pm_qos.groups[i].latency_us); |
| 1784 | if (ret > 0) |
| 1785 | offset += ret; |
| 1786 | else |
| 1787 | break; |
| 1788 | } |
| 1789 | |
| 1790 | return offset; |
| 1791 | } |
| 1792 | |
| 1793 | static ssize_t ufs_qcom_pm_qos_latency_store(struct device *dev, |
| 1794 | struct device_attribute *attr, const char *buf, size_t count) |
| 1795 | { |
| 1796 | struct ufs_hba *hba = dev_get_drvdata(dev->parent); |
| 1797 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 1798 | unsigned long value; |
| 1799 | unsigned long flags; |
| 1800 | char *strbuf; |
| 1801 | char *strbuf_copy; |
| 1802 | char *token; |
| 1803 | int i; |
| 1804 | int ret; |
| 1805 | |
| 1806 | /* reserve one byte for null termination */ |
| 1807 | strbuf = kmalloc(count + 1, GFP_KERNEL); |
| 1808 | if (!strbuf) |
| 1809 | return -ENOMEM; |
| 1810 | strbuf_copy = strbuf; |
| 1811 | strlcpy(strbuf, buf, count + 1); |
| 1812 | |
| 1813 | for (i = 0; i < host->pm_qos.num_groups; i++) { |
| 1814 | token = strsep(&strbuf, ","); |
| 1815 | if (!token) |
| 1816 | break; |
| 1817 | |
| 1818 | ret = kstrtoul(token, 0, &value); |
| 1819 | if (ret) |
| 1820 | break; |
| 1821 | |
| 1822 | spin_lock_irqsave(hba->host->host_lock, flags); |
| 1823 | host->pm_qos.groups[i].latency_us = value; |
| 1824 | spin_unlock_irqrestore(hba->host->host_lock, flags); |
| 1825 | } |
| 1826 | |
| 1827 | kfree(strbuf_copy); |
| 1828 | return count; |
| 1829 | } |
| 1830 | |
| 1831 | static int ufs_qcom_pm_qos_init(struct ufs_qcom_host *host) |
| 1832 | { |
| 1833 | struct device_node *node = host->hba->dev->of_node; |
| 1834 | struct device_attribute *attr; |
| 1835 | int ret = 0; |
| 1836 | int num_groups; |
| 1837 | int num_values; |
| 1838 | char wq_name[sizeof("ufs_pm_qos_00")]; |
| 1839 | int i; |
| 1840 | |
| 1841 | num_groups = of_property_count_u32_elems(node, |
| 1842 | "qcom,pm-qos-cpu-groups"); |
| 1843 | if (num_groups <= 0) |
| 1844 | goto no_pm_qos; |
| 1845 | |
| 1846 | num_values = of_property_count_u32_elems(node, |
| 1847 | "qcom,pm-qos-cpu-group-latency-us"); |
| 1848 | if (num_values <= 0) |
| 1849 | goto no_pm_qos; |
| 1850 | |
| 1851 | if (num_values != num_groups || num_groups > num_possible_cpus()) { |
| 1852 | dev_err(host->hba->dev, "%s: invalid count: num_groups=%d, num_values=%d, num_possible_cpus=%d\n", |
| 1853 | __func__, num_groups, num_values, num_possible_cpus()); |
| 1854 | goto no_pm_qos; |
| 1855 | } |
| 1856 | |
| 1857 | host->pm_qos.num_groups = num_groups; |
| 1858 | host->pm_qos.groups = kcalloc(host->pm_qos.num_groups, |
| 1859 | sizeof(struct ufs_qcom_pm_qos_cpu_group), GFP_KERNEL); |
| 1860 | if (!host->pm_qos.groups) |
| 1861 | return -ENOMEM; |
| 1862 | |
| 1863 | for (i = 0; i < host->pm_qos.num_groups; i++) { |
| 1864 | u32 mask; |
| 1865 | |
| 1866 | ret = of_property_read_u32_index(node, "qcom,pm-qos-cpu-groups", |
| 1867 | i, &mask); |
| 1868 | if (ret) |
| 1869 | goto free_groups; |
| 1870 | host->pm_qos.groups[i].mask.bits[0] = mask; |
| 1871 | if (!cpumask_subset(&host->pm_qos.groups[i].mask, |
| 1872 | cpu_possible_mask)) { |
| 1873 | dev_err(host->hba->dev, "%s: invalid mask 0x%x for cpu group\n", |
| 1874 | __func__, mask); |
| 1875 | goto free_groups; |
| 1876 | } |
| 1877 | |
| 1878 | ret = of_property_read_u32_index(node, |
| 1879 | "qcom,pm-qos-cpu-group-latency-us", i, |
| 1880 | &host->pm_qos.groups[i].latency_us); |
| 1881 | if (ret) |
| 1882 | goto free_groups; |
| 1883 | |
| 1884 | host->pm_qos.groups[i].req.type = PM_QOS_REQ_AFFINE_CORES; |
| 1885 | host->pm_qos.groups[i].req.cpus_affine = |
| 1886 | host->pm_qos.groups[i].mask; |
| 1887 | host->pm_qos.groups[i].state = PM_QOS_UNVOTED; |
| 1888 | host->pm_qos.groups[i].active_reqs = 0; |
| 1889 | host->pm_qos.groups[i].host = host; |
| 1890 | |
| 1891 | INIT_WORK(&host->pm_qos.groups[i].vote_work, |
| 1892 | ufs_qcom_pm_qos_vote_work); |
| 1893 | INIT_WORK(&host->pm_qos.groups[i].unvote_work, |
| 1894 | ufs_qcom_pm_qos_unvote_work); |
| 1895 | } |
| 1896 | |
| 1897 | ret = of_property_read_u32(node, "qcom,pm-qos-default-cpu", |
| 1898 | &host->pm_qos.default_cpu); |
| 1899 | if (ret || host->pm_qos.default_cpu > num_possible_cpus()) |
| 1900 | host->pm_qos.default_cpu = 0; |
| 1901 | |
| 1902 | /* |
| 1903 | * Use a single-threaded workqueue to assure work submitted to the queue |
| 1904 | * is performed in order. Consider the following 2 possible cases: |
| 1905 | * |
| 1906 | * 1. A new request arrives and voting work is scheduled for it. Before |
| 1907 | * the voting work is performed the request is finished and unvote |
| 1908 | * work is also scheduled. |
| 1909 | * 2. A request is finished and unvote work is scheduled. Before the |
| 1910 | * work is performed a new request arrives and voting work is also |
| 1911 | * scheduled. |
| 1912 | * |
| 1913 | * In both cases a vote work and unvote work wait to be performed. |
| 1914 | * If ordering is not guaranteed, then the end state might be the |
| 1915 | * opposite of the desired state. |
| 1916 | */ |
| 1917 | snprintf(wq_name, ARRAY_SIZE(wq_name), "%s_%d", "ufs_pm_qos", |
| 1918 | host->hba->host->host_no); |
| 1919 | host->pm_qos.workq = create_singlethread_workqueue(wq_name); |
| 1920 | if (!host->pm_qos.workq) { |
| 1921 | dev_err(host->hba->dev, "%s: failed to create the workqueue\n", |
| 1922 | __func__); |
| 1923 | ret = -ENOMEM; |
| 1924 | goto free_groups; |
| 1925 | } |
| 1926 | |
| 1927 | /* Initialization was ok, add all PM QoS requests */ |
| 1928 | for (i = 0; i < host->pm_qos.num_groups; i++) |
| 1929 | pm_qos_add_request(&host->pm_qos.groups[i].req, |
| 1930 | PM_QOS_CPU_DMA_LATENCY, PM_QOS_DEFAULT_VALUE); |
| 1931 | |
| 1932 | /* PM QoS latency sys-fs attribute */ |
| 1933 | attr = &host->pm_qos.latency_attr; |
| 1934 | attr->show = ufs_qcom_pm_qos_latency_show; |
| 1935 | attr->store = ufs_qcom_pm_qos_latency_store; |
| 1936 | sysfs_attr_init(&attr->attr); |
| 1937 | attr->attr.name = "pm_qos_latency_us"; |
| 1938 | attr->attr.mode = S_IRUGO | S_IWUSR; |
| 1939 | if (device_create_file(host->hba->var->dev, attr)) |
| 1940 | dev_dbg(host->hba->dev, "Failed to create sysfs for pm_qos_latency_us\n"); |
| 1941 | |
| 1942 | /* PM QoS enable sys-fs attribute */ |
| 1943 | attr = &host->pm_qos.enable_attr; |
| 1944 | attr->show = ufs_qcom_pm_qos_enable_show; |
| 1945 | attr->store = ufs_qcom_pm_qos_enable_store; |
| 1946 | sysfs_attr_init(&attr->attr); |
| 1947 | attr->attr.name = "pm_qos_enable"; |
| 1948 | attr->attr.mode = S_IRUGO | S_IWUSR; |
| 1949 | if (device_create_file(host->hba->var->dev, attr)) |
| 1950 | dev_dbg(host->hba->dev, "Failed to create sysfs for pm_qos enable\n"); |
| 1951 | |
| 1952 | host->pm_qos.is_enabled = true; |
| 1953 | |
| 1954 | return 0; |
| 1955 | |
| 1956 | free_groups: |
| 1957 | kfree(host->pm_qos.groups); |
| 1958 | no_pm_qos: |
| 1959 | host->pm_qos.groups = NULL; |
| 1960 | return ret ? ret : -ENOTSUPP; |
| 1961 | } |
| 1962 | |
| 1963 | static void ufs_qcom_pm_qos_suspend(struct ufs_qcom_host *host) |
| 1964 | { |
| 1965 | int i; |
| 1966 | |
| 1967 | if (!host->pm_qos.groups) |
| 1968 | return; |
| 1969 | |
| 1970 | for (i = 0; i < host->pm_qos.num_groups; i++) |
| 1971 | flush_work(&host->pm_qos.groups[i].unvote_work); |
| 1972 | } |
| 1973 | |
| 1974 | static void ufs_qcom_pm_qos_remove(struct ufs_qcom_host *host) |
| 1975 | { |
| 1976 | int i; |
| 1977 | |
| 1978 | if (!host->pm_qos.groups) |
| 1979 | return; |
| 1980 | |
| 1981 | for (i = 0; i < host->pm_qos.num_groups; i++) |
| 1982 | pm_qos_remove_request(&host->pm_qos.groups[i].req); |
| 1983 | destroy_workqueue(host->pm_qos.workq); |
| 1984 | |
| 1985 | kfree(host->pm_qos.groups); |
| 1986 | host->pm_qos.groups = NULL; |
| 1987 | } |
| 1988 | #endif /* CONFIG_SMP */ |
| 1989 | |
Asutosh Das | 134636a | 2017-06-07 11:47:42 +0530 | [diff] [blame] | 1990 | #define ANDROID_BOOT_DEV_MAX 30 |
| 1991 | static char android_boot_dev[ANDROID_BOOT_DEV_MAX]; |
| 1992 | |
| 1993 | #ifndef MODULE |
| 1994 | static int __init get_android_boot_dev(char *str) |
| 1995 | { |
| 1996 | strlcpy(android_boot_dev, str, ANDROID_BOOT_DEV_MAX); |
| 1997 | return 1; |
| 1998 | } |
| 1999 | __setup("androidboot.bootdevice=", get_android_boot_dev); |
| 2000 | #endif |
| 2001 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2002 | /* |
| 2003 | * ufs_qcom_parse_lpm - read from DTS whether LPM modes should be disabled. |
| 2004 | */ |
| 2005 | static void ufs_qcom_parse_lpm(struct ufs_qcom_host *host) |
| 2006 | { |
| 2007 | struct device_node *node = host->hba->dev->of_node; |
| 2008 | |
| 2009 | host->disable_lpm = of_property_read_bool(node, "qcom,disable-lpm"); |
| 2010 | if (host->disable_lpm) |
| 2011 | pr_info("%s: will disable all LPM modes\n", __func__); |
| 2012 | } |
| 2013 | |
Subhash Jadavani | a889db0 | 2016-12-09 10:24:58 -0800 | [diff] [blame] | 2014 | static void ufs_qcom_save_host_ptr(struct ufs_hba *hba) |
| 2015 | { |
| 2016 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 2017 | int id; |
| 2018 | |
| 2019 | if (!hba->dev->of_node) |
| 2020 | return; |
| 2021 | |
| 2022 | /* Extract platform data */ |
| 2023 | id = of_alias_get_id(hba->dev->of_node, "ufshc"); |
| 2024 | if (id <= 0) |
| 2025 | dev_err(hba->dev, "Failed to get host index %d\n", id); |
| 2026 | else if (id <= MAX_UFS_QCOM_HOSTS) |
| 2027 | ufs_qcom_hosts[id - 1] = host; |
| 2028 | else |
| 2029 | dev_err(hba->dev, "invalid host index %d\n", id); |
| 2030 | } |
| 2031 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2032 | static int ufs_qcom_parse_reg_info(struct ufs_qcom_host *host, char *name, |
| 2033 | struct ufs_vreg **out_vreg) |
| 2034 | { |
| 2035 | int ret = 0; |
| 2036 | char prop_name[MAX_PROP_SIZE]; |
| 2037 | struct ufs_vreg *vreg = NULL; |
| 2038 | struct device *dev = host->hba->dev; |
| 2039 | struct device_node *np = dev->of_node; |
| 2040 | |
| 2041 | if (!np) { |
| 2042 | dev_err(dev, "%s: non DT initialization\n", __func__); |
| 2043 | goto out; |
| 2044 | } |
| 2045 | |
| 2046 | snprintf(prop_name, MAX_PROP_SIZE, "%s-supply", name); |
| 2047 | if (!of_parse_phandle(np, prop_name, 0)) { |
| 2048 | dev_info(dev, "%s: Unable to find %s regulator, assuming enabled\n", |
| 2049 | __func__, prop_name); |
| 2050 | ret = -ENODEV; |
| 2051 | goto out; |
| 2052 | } |
| 2053 | |
| 2054 | vreg = devm_kzalloc(dev, sizeof(*vreg), GFP_KERNEL); |
| 2055 | if (!vreg) |
| 2056 | return -ENOMEM; |
| 2057 | |
| 2058 | vreg->name = name; |
| 2059 | |
| 2060 | snprintf(prop_name, MAX_PROP_SIZE, "%s-max-microamp", name); |
| 2061 | ret = of_property_read_u32(np, prop_name, &vreg->max_uA); |
| 2062 | if (ret) { |
| 2063 | dev_err(dev, "%s: unable to find %s err %d\n", |
| 2064 | __func__, prop_name, ret); |
| 2065 | goto out; |
| 2066 | } |
| 2067 | |
| 2068 | vreg->reg = devm_regulator_get(dev, vreg->name); |
| 2069 | if (IS_ERR(vreg->reg)) { |
| 2070 | ret = PTR_ERR(vreg->reg); |
| 2071 | dev_err(dev, "%s: %s get failed, err=%d\n", |
| 2072 | __func__, vreg->name, ret); |
| 2073 | } |
| 2074 | vreg->min_uV = VDDP_REF_CLK_MIN_UV; |
| 2075 | vreg->max_uV = VDDP_REF_CLK_MAX_UV; |
| 2076 | |
| 2077 | out: |
| 2078 | if (!ret) |
| 2079 | *out_vreg = vreg; |
| 2080 | return ret; |
| 2081 | } |
| 2082 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2083 | /** |
| 2084 | * ufs_qcom_init - bind phy with controller |
| 2085 | * @hba: host controller instance |
| 2086 | * |
| 2087 | * Binds PHY with controller and powers up PHY enabling clocks |
| 2088 | * and regulators. |
| 2089 | * |
| 2090 | * Returns -EPROBE_DEFER if binding fails, returns negative error |
| 2091 | * on phy power up failure and returns zero on success. |
| 2092 | */ |
| 2093 | static int ufs_qcom_init(struct ufs_hba *hba) |
| 2094 | { |
| 2095 | int err; |
| 2096 | struct device *dev = hba->dev; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2097 | struct platform_device *pdev = to_platform_device(dev); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2098 | struct ufs_qcom_host *host; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2099 | struct resource *res; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2100 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2101 | host = devm_kzalloc(dev, sizeof(*host), GFP_KERNEL); |
| 2102 | if (!host) { |
| 2103 | err = -ENOMEM; |
| 2104 | dev_err(dev, "%s: no memory for qcom ufs host\n", __func__); |
| 2105 | goto out; |
| 2106 | } |
| 2107 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2108 | /* Make a two way bind between the qcom host and the hba */ |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2109 | host->hba = hba; |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2110 | spin_lock_init(&host->ice_work_lock); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2111 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2112 | ufshcd_set_variant(hba, host); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2113 | |
| 2114 | err = ufs_qcom_ice_get_dev(host); |
| 2115 | if (err == -EPROBE_DEFER) { |
| 2116 | /* |
| 2117 | * UFS driver might be probed before ICE driver does. |
| 2118 | * In that case we would like to return EPROBE_DEFER code |
| 2119 | * in order to delay its probing. |
| 2120 | */ |
| 2121 | dev_err(dev, "%s: required ICE device not probed yet err = %d\n", |
| 2122 | __func__, err); |
| 2123 | goto out_host_free; |
| 2124 | |
| 2125 | } else if (err == -ENODEV) { |
| 2126 | /* |
| 2127 | * ICE device is not enabled in DTS file. No need for further |
| 2128 | * initialization of ICE driver. |
| 2129 | */ |
| 2130 | dev_warn(dev, "%s: ICE device is not enabled", |
| 2131 | __func__); |
| 2132 | } else if (err) { |
| 2133 | dev_err(dev, "%s: ufs_qcom_ice_get_dev failed %d\n", |
| 2134 | __func__, err); |
| 2135 | goto out_host_free; |
| 2136 | } |
| 2137 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2138 | host->generic_phy = devm_phy_get(dev, "ufsphy"); |
| 2139 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2140 | if (host->generic_phy == ERR_PTR(-EPROBE_DEFER)) { |
| 2141 | /* |
| 2142 | * UFS driver might be probed before the phy driver does. |
| 2143 | * In that case we would like to return EPROBE_DEFER code. |
| 2144 | */ |
| 2145 | err = -EPROBE_DEFER; |
| 2146 | dev_warn(dev, "%s: required phy device. hasn't probed yet. err = %d\n", |
| 2147 | __func__, err); |
| 2148 | goto out_host_free; |
| 2149 | } else if (IS_ERR(host->generic_phy)) { |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2150 | err = PTR_ERR(host->generic_phy); |
| 2151 | dev_err(dev, "%s: PHY get failed %d\n", __func__, err); |
| 2152 | goto out; |
| 2153 | } |
| 2154 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2155 | err = ufs_qcom_pm_qos_init(host); |
| 2156 | if (err) |
| 2157 | dev_info(dev, "%s: PM QoS will be disabled\n", __func__); |
| 2158 | |
| 2159 | /* restore the secure configuration */ |
| 2160 | ufs_qcom_update_sec_cfg(hba, true); |
| 2161 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2162 | err = ufs_qcom_bus_register(host); |
| 2163 | if (err) |
| 2164 | goto out_host_free; |
| 2165 | |
Yaniv Gardi | bfdbe8b | 2015-03-31 17:37:13 +0300 | [diff] [blame] | 2166 | ufs_qcom_get_controller_revision(hba, &host->hw_ver.major, |
| 2167 | &host->hw_ver.minor, &host->hw_ver.step); |
| 2168 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2169 | /* |
| 2170 | * for newer controllers, device reference clock control bit has |
| 2171 | * moved inside UFS controller register address space itself. |
| 2172 | */ |
| 2173 | if (host->hw_ver.major >= 0x02) { |
| 2174 | host->dev_ref_clk_ctrl_mmio = hba->mmio_base + REG_UFS_CFG1; |
| 2175 | host->dev_ref_clk_en_mask = BIT(26); |
| 2176 | } else { |
| 2177 | /* "dev_ref_clk_ctrl_mem" is optional resource */ |
| 2178 | res = platform_get_resource(pdev, IORESOURCE_MEM, 1); |
| 2179 | if (res) { |
| 2180 | host->dev_ref_clk_ctrl_mmio = |
| 2181 | devm_ioremap_resource(dev, res); |
| 2182 | if (IS_ERR(host->dev_ref_clk_ctrl_mmio)) { |
| 2183 | dev_warn(dev, |
| 2184 | "%s: could not map dev_ref_clk_ctrl_mmio, err %ld\n", |
| 2185 | __func__, |
| 2186 | PTR_ERR(host->dev_ref_clk_ctrl_mmio)); |
| 2187 | host->dev_ref_clk_ctrl_mmio = NULL; |
| 2188 | } |
| 2189 | host->dev_ref_clk_en_mask = BIT(5); |
| 2190 | } |
| 2191 | } |
| 2192 | |
Yaniv Gardi | bfdbe8b | 2015-03-31 17:37:13 +0300 | [diff] [blame] | 2193 | /* update phy revision information before calling phy_init() */ |
| 2194 | ufs_qcom_phy_save_controller_version(host->generic_phy, |
| 2195 | host->hw_ver.major, host->hw_ver.minor, host->hw_ver.step); |
| 2196 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2197 | err = ufs_qcom_parse_reg_info(host, "qcom,vddp-ref-clk", |
| 2198 | &host->vddp_ref_clk); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2199 | phy_init(host->generic_phy); |
| 2200 | err = phy_power_on(host->generic_phy); |
| 2201 | if (err) |
| 2202 | goto out_unregister_bus; |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2203 | if (host->vddp_ref_clk) { |
| 2204 | err = ufs_qcom_enable_vreg(dev, host->vddp_ref_clk); |
| 2205 | if (err) { |
| 2206 | dev_err(dev, "%s: failed enabling ref clk supply: %d\n", |
| 2207 | __func__, err); |
| 2208 | goto out_disable_phy; |
| 2209 | } |
| 2210 | } |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2211 | |
| 2212 | err = ufs_qcom_init_lane_clks(host); |
| 2213 | if (err) |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2214 | goto out_disable_vddp; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2215 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2216 | ufs_qcom_parse_lpm(host); |
| 2217 | if (host->disable_lpm) |
| 2218 | pm_runtime_forbid(host->hba->dev); |
Yaniv Gardi | cad2e03 | 2015-03-31 17:37:14 +0300 | [diff] [blame] | 2219 | ufs_qcom_set_caps(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2220 | ufs_qcom_advertise_quirks(hba); |
| 2221 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2222 | ufs_qcom_set_bus_vote(hba, true); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2223 | ufs_qcom_setup_clocks(hba, true, false); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2224 | |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2225 | host->dbg_print_en |= UFS_QCOM_DEFAULT_DBG_PRINT_EN; |
| 2226 | ufs_qcom_get_default_testbus_cfg(host); |
| 2227 | err = ufs_qcom_testbus_config(host); |
| 2228 | if (err) { |
| 2229 | dev_warn(dev, "%s: failed to configure the testbus %d\n", |
| 2230 | __func__, err); |
| 2231 | err = 0; |
| 2232 | } |
| 2233 | |
Subhash Jadavani | a889db0 | 2016-12-09 10:24:58 -0800 | [diff] [blame] | 2234 | ufs_qcom_save_host_ptr(hba); |
| 2235 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2236 | goto out; |
| 2237 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2238 | out_disable_vddp: |
| 2239 | if (host->vddp_ref_clk) |
| 2240 | ufs_qcom_disable_vreg(dev, host->vddp_ref_clk); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2241 | out_disable_phy: |
| 2242 | phy_power_off(host->generic_phy); |
| 2243 | out_unregister_bus: |
| 2244 | phy_exit(host->generic_phy); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2245 | msm_bus_scale_unregister_client(host->bus_vote.client_handle); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2246 | out_host_free: |
| 2247 | devm_kfree(dev, host); |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 2248 | ufshcd_set_variant(hba, NULL); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2249 | out: |
| 2250 | return err; |
| 2251 | } |
| 2252 | |
| 2253 | static void ufs_qcom_exit(struct ufs_hba *hba) |
| 2254 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 2255 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2256 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2257 | msm_bus_scale_unregister_client(host->bus_vote.client_handle); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2258 | ufs_qcom_disable_lane_clks(host); |
| 2259 | phy_power_off(host->generic_phy); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2260 | ufs_qcom_pm_qos_remove(host); |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2261 | } |
| 2262 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2263 | static int ufs_qcom_set_dme_vs_core_clk_ctrl_clear_div(struct ufs_hba *hba, |
| 2264 | u32 clk_cycles) |
| 2265 | { |
| 2266 | int err; |
| 2267 | u32 core_clk_ctrl_reg; |
| 2268 | |
| 2269 | if (clk_cycles > DME_VS_CORE_CLK_CTRL_MAX_CORE_CLK_1US_CYCLES_MASK) |
| 2270 | return -EINVAL; |
| 2271 | |
| 2272 | err = ufshcd_dme_get(hba, |
| 2273 | UIC_ARG_MIB(DME_VS_CORE_CLK_CTRL), |
| 2274 | &core_clk_ctrl_reg); |
| 2275 | if (err) |
| 2276 | goto out; |
| 2277 | |
| 2278 | core_clk_ctrl_reg &= ~DME_VS_CORE_CLK_CTRL_MAX_CORE_CLK_1US_CYCLES_MASK; |
| 2279 | core_clk_ctrl_reg |= clk_cycles; |
| 2280 | |
| 2281 | /* Clear CORE_CLK_DIV_EN */ |
| 2282 | core_clk_ctrl_reg &= ~DME_VS_CORE_CLK_CTRL_CORE_CLK_DIV_EN_BIT; |
| 2283 | |
| 2284 | err = ufshcd_dme_set(hba, |
| 2285 | UIC_ARG_MIB(DME_VS_CORE_CLK_CTRL), |
| 2286 | core_clk_ctrl_reg); |
| 2287 | out: |
| 2288 | return err; |
| 2289 | } |
| 2290 | |
| 2291 | static int ufs_qcom_clk_scale_up_pre_change(struct ufs_hba *hba) |
| 2292 | { |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2293 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2294 | struct ufs_pa_layer_attr *attr = &host->dev_req_params; |
| 2295 | int err = 0; |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2296 | |
| 2297 | if (!ufs_qcom_cap_qunipro(host)) |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2298 | goto out; |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2299 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2300 | if (attr) |
| 2301 | __ufs_qcom_cfg_timers(hba, attr->gear_rx, attr->pwr_rx, |
| 2302 | attr->hs_rate, false, true); |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2303 | |
| 2304 | /* set unipro core clock cycles to 150 and clear clock divider */ |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2305 | err = ufs_qcom_set_dme_vs_core_clk_ctrl_clear_div(hba, 150); |
| 2306 | out: |
| 2307 | return err; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2308 | } |
| 2309 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2310 | static int ufs_qcom_clk_scale_down_post_change(struct ufs_hba *hba) |
| 2311 | { |
| 2312 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2313 | struct ufs_pa_layer_attr *attr = &host->dev_req_params; |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2314 | int err = 0; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2315 | |
| 2316 | if (!ufs_qcom_cap_qunipro(host)) |
| 2317 | return 0; |
| 2318 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2319 | if (attr) |
| 2320 | ufs_qcom_cfg_timers(hba, attr->gear_rx, attr->pwr_rx, |
| 2321 | attr->hs_rate, false); |
| 2322 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2323 | if (ufs_qcom_cap_svs2(host)) |
| 2324 | /* |
| 2325 | * For SVS2 set unipro core clock cycles to 37 and |
| 2326 | * clear clock divider |
| 2327 | */ |
| 2328 | err = ufs_qcom_set_dme_vs_core_clk_ctrl_clear_div(hba, 37); |
| 2329 | else |
| 2330 | /* |
| 2331 | * For SVS set unipro core clock cycles to 75 and |
| 2332 | * clear clock divider |
| 2333 | */ |
| 2334 | err = ufs_qcom_set_dme_vs_core_clk_ctrl_clear_div(hba, 75); |
| 2335 | |
| 2336 | return err; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2337 | } |
| 2338 | |
| 2339 | static int ufs_qcom_clk_scale_notify(struct ufs_hba *hba, |
| 2340 | bool scale_up, enum ufs_notify_change_status status) |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2341 | { |
Yaniv Gardi | 1ce5898 | 2015-10-28 13:15:47 +0200 | [diff] [blame] | 2342 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2343 | int err = 0; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2344 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2345 | switch (status) { |
| 2346 | case PRE_CHANGE: |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2347 | if (scale_up) |
| 2348 | err = ufs_qcom_clk_scale_up_pre_change(hba); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2349 | break; |
| 2350 | case POST_CHANGE: |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2351 | if (!scale_up) |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2352 | err = ufs_qcom_clk_scale_down_post_change(hba); |
| 2353 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2354 | ufs_qcom_update_bus_bw_vote(host); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2355 | break; |
| 2356 | default: |
| 2357 | dev_err(hba->dev, "%s: invalid status %d\n", __func__, status); |
| 2358 | err = -EINVAL; |
| 2359 | break; |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2360 | } |
| 2361 | |
Yaniv Gardi | f06fcc7 | 2015-10-28 13:15:51 +0200 | [diff] [blame] | 2362 | return err; |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2363 | } |
| 2364 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2365 | /* |
| 2366 | * This function should be called to restore the security configuration of UFS |
| 2367 | * register space after coming out of UFS host core power collapse. |
| 2368 | * |
| 2369 | * @hba: host controller instance |
| 2370 | * @restore_sec_cfg: Set "true" if secure configuration needs to be restored |
| 2371 | * and set "false" when secure configuration is lost. |
| 2372 | */ |
| 2373 | static int ufs_qcom_update_sec_cfg(struct ufs_hba *hba, bool restore_sec_cfg) |
| 2374 | { |
| 2375 | return 0; |
| 2376 | } |
| 2377 | |
| 2378 | |
| 2379 | static inline u32 ufs_qcom_get_scale_down_gear(struct ufs_hba *hba) |
| 2380 | { |
| 2381 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 2382 | |
| 2383 | if (ufs_qcom_cap_svs2(host)) |
| 2384 | return UFS_HS_G1; |
| 2385 | /* Default SVS support @ HS G2 frequencies*/ |
| 2386 | return UFS_HS_G2; |
| 2387 | } |
| 2388 | |
| 2389 | void ufs_qcom_print_hw_debug_reg_all(struct ufs_hba *hba, void *priv, |
| 2390 | void (*print_fn)(struct ufs_hba *hba, int offset, int num_regs, |
| 2391 | char *str, void *priv)) |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 2392 | { |
| 2393 | u32 reg; |
| 2394 | struct ufs_qcom_host *host; |
| 2395 | |
| 2396 | if (unlikely(!hba)) { |
| 2397 | pr_err("%s: hba is NULL\n", __func__); |
| 2398 | return; |
| 2399 | } |
| 2400 | if (unlikely(!print_fn)) { |
| 2401 | dev_err(hba->dev, "%s: print_fn is NULL\n", __func__); |
| 2402 | return; |
| 2403 | } |
| 2404 | |
| 2405 | host = ufshcd_get_variant(hba); |
| 2406 | if (!(host->dbg_print_en & UFS_QCOM_DBG_PRINT_REGS_EN)) |
| 2407 | return; |
| 2408 | |
| 2409 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_UFS_DBG_RD_REG_OCSC); |
| 2410 | print_fn(hba, reg, 44, "UFS_UFS_DBG_RD_REG_OCSC ", priv); |
| 2411 | |
| 2412 | reg = ufshcd_readl(hba, REG_UFS_CFG1); |
| 2413 | reg |= UFS_BIT(17); |
| 2414 | ufshcd_writel(hba, reg, REG_UFS_CFG1); |
| 2415 | |
| 2416 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_UFS_DBG_RD_EDTL_RAM); |
| 2417 | print_fn(hba, reg, 32, "UFS_UFS_DBG_RD_EDTL_RAM ", priv); |
| 2418 | |
| 2419 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_UFS_DBG_RD_DESC_RAM); |
| 2420 | print_fn(hba, reg, 128, "UFS_UFS_DBG_RD_DESC_RAM ", priv); |
| 2421 | |
| 2422 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_UFS_DBG_RD_PRDT_RAM); |
| 2423 | print_fn(hba, reg, 64, "UFS_UFS_DBG_RD_PRDT_RAM ", priv); |
| 2424 | |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2425 | /* clear bit 17 - UTP_DBG_RAMS_EN */ |
| 2426 | ufshcd_rmwl(hba, UFS_BIT(17), 0, REG_UFS_CFG1); |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 2427 | |
| 2428 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_DBG_RD_REG_UAWM); |
| 2429 | print_fn(hba, reg, 4, "UFS_DBG_RD_REG_UAWM ", priv); |
| 2430 | |
| 2431 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_DBG_RD_REG_UARM); |
| 2432 | print_fn(hba, reg, 4, "UFS_DBG_RD_REG_UARM ", priv); |
| 2433 | |
| 2434 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_DBG_RD_REG_TXUC); |
| 2435 | print_fn(hba, reg, 48, "UFS_DBG_RD_REG_TXUC ", priv); |
| 2436 | |
| 2437 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_DBG_RD_REG_RXUC); |
| 2438 | print_fn(hba, reg, 27, "UFS_DBG_RD_REG_RXUC ", priv); |
| 2439 | |
| 2440 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_DBG_RD_REG_DFC); |
| 2441 | print_fn(hba, reg, 19, "UFS_DBG_RD_REG_DFC ", priv); |
| 2442 | |
| 2443 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_DBG_RD_REG_TRLUT); |
| 2444 | print_fn(hba, reg, 34, "UFS_DBG_RD_REG_TRLUT ", priv); |
| 2445 | |
| 2446 | reg = ufs_qcom_get_debug_reg_offset(host, UFS_DBG_RD_REG_TMRLUT); |
| 2447 | print_fn(hba, reg, 9, "UFS_DBG_RD_REG_TMRLUT ", priv); |
| 2448 | } |
| 2449 | |
| 2450 | static void ufs_qcom_enable_test_bus(struct ufs_qcom_host *host) |
| 2451 | { |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2452 | if (host->dbg_print_en & UFS_QCOM_DBG_PRINT_TEST_BUS_EN) { |
| 2453 | ufshcd_rmwl(host->hba, UFS_REG_TEST_BUS_EN, |
| 2454 | UFS_REG_TEST_BUS_EN, REG_UFS_CFG1); |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 2455 | ufshcd_rmwl(host->hba, TEST_BUS_EN, TEST_BUS_EN, REG_UFS_CFG1); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2456 | } else { |
| 2457 | ufshcd_rmwl(host->hba, UFS_REG_TEST_BUS_EN, 0, REG_UFS_CFG1); |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 2458 | ufshcd_rmwl(host->hba, TEST_BUS_EN, 0, REG_UFS_CFG1); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2459 | } |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 2460 | } |
| 2461 | |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2462 | static void ufs_qcom_get_default_testbus_cfg(struct ufs_qcom_host *host) |
| 2463 | { |
| 2464 | /* provide a legal default configuration */ |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2465 | host->testbus.select_major = TSTBUS_UNIPRO; |
| 2466 | host->testbus.select_minor = 37; |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2467 | } |
| 2468 | |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2469 | bool ufs_qcom_testbus_cfg_is_ok(struct ufs_qcom_host *host, |
| 2470 | u8 select_major, u8 select_minor) |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2471 | { |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2472 | if (select_major >= TSTBUS_MAX) { |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2473 | dev_err(host->hba->dev, |
| 2474 | "%s: UFS_CFG1[TEST_BUS_SEL} may not equal 0x%05X\n", |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2475 | __func__, select_major); |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2476 | return false; |
| 2477 | } |
| 2478 | |
| 2479 | /* |
| 2480 | * Not performing check for each individual select_major |
| 2481 | * mappings of select_minor, since there is no harm in |
| 2482 | * configuring a non-existent select_minor |
| 2483 | */ |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2484 | if (select_minor > 0xFF) { |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2485 | dev_err(host->hba->dev, |
| 2486 | "%s: 0x%05X is not a legal testbus option\n", |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2487 | __func__, select_minor); |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2488 | return false; |
| 2489 | } |
| 2490 | |
| 2491 | return true; |
| 2492 | } |
| 2493 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2494 | /* |
| 2495 | * The caller of this function must make sure that the controller |
| 2496 | * is out of runtime suspend and appropriate clocks are enabled |
| 2497 | * before accessing. |
| 2498 | */ |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2499 | int ufs_qcom_testbus_config(struct ufs_qcom_host *host) |
| 2500 | { |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2501 | int reg = 0; |
Asutosh Das | f7c5b03 | 2018-04-13 14:03:36 +0530 | [diff] [blame^] | 2502 | int offset = -1, ret = 0, testbus_sel_offset = 19; |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2503 | u32 mask = TEST_BUS_SUB_SEL_MASK; |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2504 | unsigned long flags; |
| 2505 | struct ufs_hba *hba; |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2506 | |
| 2507 | if (!host) |
| 2508 | return -EINVAL; |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2509 | hba = host->hba; |
| 2510 | spin_lock_irqsave(hba->host->host_lock, flags); |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2511 | switch (host->testbus.select_major) { |
| 2512 | case TSTBUS_UAWM: |
| 2513 | reg = UFS_TEST_BUS_CTRL_0; |
| 2514 | offset = 24; |
| 2515 | break; |
| 2516 | case TSTBUS_UARM: |
| 2517 | reg = UFS_TEST_BUS_CTRL_0; |
| 2518 | offset = 16; |
| 2519 | break; |
| 2520 | case TSTBUS_TXUC: |
| 2521 | reg = UFS_TEST_BUS_CTRL_0; |
| 2522 | offset = 8; |
| 2523 | break; |
| 2524 | case TSTBUS_RXUC: |
| 2525 | reg = UFS_TEST_BUS_CTRL_0; |
| 2526 | offset = 0; |
| 2527 | break; |
| 2528 | case TSTBUS_DFC: |
| 2529 | reg = UFS_TEST_BUS_CTRL_1; |
| 2530 | offset = 24; |
| 2531 | break; |
| 2532 | case TSTBUS_TRLUT: |
| 2533 | reg = UFS_TEST_BUS_CTRL_1; |
| 2534 | offset = 16; |
| 2535 | break; |
| 2536 | case TSTBUS_TMRLUT: |
| 2537 | reg = UFS_TEST_BUS_CTRL_1; |
| 2538 | offset = 8; |
| 2539 | break; |
| 2540 | case TSTBUS_OCSC: |
| 2541 | reg = UFS_TEST_BUS_CTRL_1; |
| 2542 | offset = 0; |
| 2543 | break; |
| 2544 | case TSTBUS_WRAPPER: |
| 2545 | reg = UFS_TEST_BUS_CTRL_2; |
| 2546 | offset = 16; |
| 2547 | break; |
| 2548 | case TSTBUS_COMBINED: |
| 2549 | reg = UFS_TEST_BUS_CTRL_2; |
| 2550 | offset = 8; |
| 2551 | break; |
| 2552 | case TSTBUS_UTP_HCI: |
| 2553 | reg = UFS_TEST_BUS_CTRL_2; |
| 2554 | offset = 0; |
| 2555 | break; |
| 2556 | case TSTBUS_UNIPRO: |
| 2557 | reg = UFS_UNIPRO_CFG; |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2558 | offset = 20; |
| 2559 | mask = 0xFFF; |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2560 | break; |
| 2561 | /* |
| 2562 | * No need for a default case, since |
| 2563 | * ufs_qcom_testbus_cfg_is_ok() checks that the configuration |
| 2564 | * is legal |
| 2565 | */ |
| 2566 | } |
Asutosh Das | f7c5b03 | 2018-04-13 14:03:36 +0530 | [diff] [blame^] | 2567 | if (offset < 0) { |
| 2568 | dev_err(hba->dev, "%s: Bad offset: %d\n", __func__, offset); |
| 2569 | ret = -EINVAL; |
| 2570 | spin_unlock_irqrestore(hba->host->host_lock, flags); |
| 2571 | goto out; |
| 2572 | } |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2573 | mask <<= offset; |
| 2574 | |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2575 | spin_unlock_irqrestore(hba->host->host_lock, flags); |
| 2576 | if (reg) { |
| 2577 | ufshcd_rmwl(host->hba, TEST_BUS_SEL, |
| 2578 | (u32)host->testbus.select_major << testbus_sel_offset, |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2579 | REG_UFS_CFG1); |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2580 | ufshcd_rmwl(host->hba, mask, |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2581 | (u32)host->testbus.select_minor << offset, |
| 2582 | reg); |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2583 | } else { |
| 2584 | dev_err(hba->dev, "%s: Problem setting minor\n", __func__); |
| 2585 | ret = -EINVAL; |
| 2586 | goto out; |
| 2587 | } |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 2588 | ufs_qcom_enable_test_bus(host); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2589 | /* |
| 2590 | * Make sure the test bus configuration is |
| 2591 | * committed before returning. |
| 2592 | */ |
| 2593 | mb(); |
Sayali Lokhande | 6db5274 | 2017-10-04 11:56:14 +0530 | [diff] [blame] | 2594 | out: |
| 2595 | return ret; |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2596 | } |
| 2597 | |
| 2598 | static void ufs_qcom_testbus_read(struct ufs_hba *hba) |
| 2599 | { |
| 2600 | ufs_qcom_dump_regs(hba, UFS_TEST_BUS, 1, "UFS_TEST_BUS "); |
| 2601 | } |
| 2602 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2603 | static void ufs_qcom_print_unipro_testbus(struct ufs_hba *hba) |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2604 | { |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2605 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2606 | u32 *testbus = NULL; |
| 2607 | int i, nminor = 256, testbus_len = nminor * sizeof(u32); |
| 2608 | |
| 2609 | testbus = kmalloc(testbus_len, GFP_KERNEL); |
| 2610 | if (!testbus) |
| 2611 | return; |
| 2612 | |
| 2613 | host->testbus.select_major = TSTBUS_UNIPRO; |
| 2614 | for (i = 0; i < nminor; i++) { |
| 2615 | host->testbus.select_minor = i; |
| 2616 | ufs_qcom_testbus_config(host); |
| 2617 | testbus[i] = ufshcd_readl(hba, UFS_TEST_BUS); |
| 2618 | } |
| 2619 | print_hex_dump(KERN_ERR, "UNIPRO_TEST_BUS ", DUMP_PREFIX_OFFSET, |
| 2620 | 16, 4, testbus, testbus_len, false); |
| 2621 | kfree(testbus); |
| 2622 | } |
| 2623 | |
Subhash Jadavani | 86fed9d | 2018-02-21 10:21:15 -0800 | [diff] [blame] | 2624 | static void ufs_qcom_print_utp_hci_testbus(struct ufs_hba *hba) |
| 2625 | { |
| 2626 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 2627 | u32 *testbus = NULL; |
| 2628 | int i, nminor = 32, testbus_len = nminor * sizeof(u32); |
| 2629 | |
| 2630 | testbus = kmalloc(testbus_len, GFP_KERNEL); |
| 2631 | if (!testbus) |
| 2632 | return; |
| 2633 | |
| 2634 | host->testbus.select_major = TSTBUS_UTP_HCI; |
Can Guo | b7f80d5 | 2018-03-19 22:46:17 -0700 | [diff] [blame] | 2635 | for (i = 0; i < nminor; i++) { |
Subhash Jadavani | 86fed9d | 2018-02-21 10:21:15 -0800 | [diff] [blame] | 2636 | host->testbus.select_minor = i; |
| 2637 | ufs_qcom_testbus_config(host); |
| 2638 | testbus[i] = ufshcd_readl(hba, UFS_TEST_BUS); |
| 2639 | } |
| 2640 | print_hex_dump(KERN_ERR, "UTP_HCI_TEST_BUS ", DUMP_PREFIX_OFFSET, |
| 2641 | 16, 4, testbus, testbus_len, false); |
| 2642 | kfree(testbus); |
| 2643 | } |
| 2644 | |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2645 | static void ufs_qcom_dump_dbg_regs(struct ufs_hba *hba, bool no_sleep) |
| 2646 | { |
| 2647 | struct ufs_qcom_host *host = ufshcd_get_variant(hba); |
| 2648 | struct phy *phy = host->generic_phy; |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2649 | |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2650 | ufs_qcom_dump_regs(hba, REG_UFS_SYS1CLK_1US, 16, |
| 2651 | "HCI Vendor Specific Registers "); |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 2652 | ufs_qcom_print_hw_debug_reg_all(hba, NULL, ufs_qcom_dump_regs_wrapper); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2653 | |
| 2654 | if (no_sleep) |
| 2655 | return; |
| 2656 | |
| 2657 | /* sleep a bit intermittently as we are dumping too much data */ |
| 2658 | usleep_range(1000, 1100); |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2659 | ufs_qcom_testbus_read(hba); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2660 | usleep_range(1000, 1100); |
| 2661 | ufs_qcom_print_unipro_testbus(hba); |
| 2662 | usleep_range(1000, 1100); |
Subhash Jadavani | 86fed9d | 2018-02-21 10:21:15 -0800 | [diff] [blame] | 2663 | ufs_qcom_print_utp_hci_testbus(hba); |
| 2664 | usleep_range(1000, 1100); |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2665 | ufs_qcom_phy_dbg_register_dump(phy); |
| 2666 | usleep_range(1000, 1100); |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2667 | ufs_qcom_ice_print_regs(host); |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2668 | } |
Yaniv Gardi | eba5ed3 | 2016-03-10 17:37:21 +0200 | [diff] [blame] | 2669 | |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2670 | /** |
| 2671 | * struct ufs_hba_qcom_vops - UFS QCOM specific variant operations |
| 2672 | * |
| 2673 | * The variant operations configure the necessary controller and PHY |
| 2674 | * handshake during initialization. |
| 2675 | */ |
Yaniv Gardi | 47555a5 | 2015-10-28 13:15:49 +0200 | [diff] [blame] | 2676 | static struct ufs_hba_variant_ops ufs_hba_qcom_vops = { |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2677 | .init = ufs_qcom_init, |
| 2678 | .exit = ufs_qcom_exit, |
Yaniv Gardi | ae97758 | 2015-05-17 18:55:06 +0300 | [diff] [blame] | 2679 | .get_ufs_hci_version = ufs_qcom_get_ufs_hci_version, |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2680 | .clk_scale_notify = ufs_qcom_clk_scale_notify, |
| 2681 | .setup_clocks = ufs_qcom_setup_clocks, |
| 2682 | .hce_enable_notify = ufs_qcom_hce_enable_notify, |
| 2683 | .link_startup_notify = ufs_qcom_link_startup_notify, |
| 2684 | .pwr_change_notify = ufs_qcom_pwr_change_notify, |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2685 | .apply_dev_quirks = ufs_qcom_apply_dev_quirks, |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2686 | .suspend = ufs_qcom_suspend, |
| 2687 | .resume = ufs_qcom_resume, |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2688 | .full_reset = ufs_qcom_full_reset, |
| 2689 | .update_sec_cfg = ufs_qcom_update_sec_cfg, |
| 2690 | .get_scale_down_gear = ufs_qcom_get_scale_down_gear, |
Subhash Jadavani | 9c80770 | 2017-04-01 00:35:51 -0700 | [diff] [blame] | 2691 | .set_bus_vote = ufs_qcom_set_bus_vote, |
Yaniv Gardi | 6e3fd44 | 2015-10-28 13:15:50 +0200 | [diff] [blame] | 2692 | .dbg_register_dump = ufs_qcom_dump_dbg_regs, |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2693 | #ifdef CONFIG_DEBUG_FS |
| 2694 | .add_debugfs = ufs_qcom_dbg_add_debugfs, |
| 2695 | #endif |
| 2696 | }; |
| 2697 | |
| 2698 | static struct ufs_hba_crypto_variant_ops ufs_hba_crypto_variant_ops = { |
| 2699 | .crypto_req_setup = ufs_qcom_crypto_req_setup, |
| 2700 | .crypto_engine_cfg_start = ufs_qcom_crytpo_engine_cfg_start, |
| 2701 | .crypto_engine_cfg_end = ufs_qcom_crytpo_engine_cfg_end, |
| 2702 | .crypto_engine_reset = ufs_qcom_crytpo_engine_reset, |
| 2703 | .crypto_engine_get_status = ufs_qcom_crypto_engine_get_status, |
| 2704 | }; |
| 2705 | |
| 2706 | static struct ufs_hba_pm_qos_variant_ops ufs_hba_pm_qos_variant_ops = { |
| 2707 | .req_start = ufs_qcom_pm_qos_req_start, |
| 2708 | .req_end = ufs_qcom_pm_qos_req_end, |
| 2709 | }; |
| 2710 | |
| 2711 | static struct ufs_hba_variant ufs_hba_qcom_variant = { |
| 2712 | .name = "qcom", |
| 2713 | .vops = &ufs_hba_qcom_vops, |
| 2714 | .crypto_vops = &ufs_hba_crypto_variant_ops, |
| 2715 | .pm_qos_vops = &ufs_hba_pm_qos_variant_ops, |
Yaniv Gardi | 81c0fc5 | 2015-01-15 16:32:37 +0200 | [diff] [blame] | 2716 | }; |
Yaniv Gardi | fb819ee | 2015-10-28 13:15:45 +0200 | [diff] [blame] | 2717 | |
Yaniv Gardi | 47555a5 | 2015-10-28 13:15:49 +0200 | [diff] [blame] | 2718 | /** |
| 2719 | * ufs_qcom_probe - probe routine of the driver |
| 2720 | * @pdev: pointer to Platform device handle |
| 2721 | * |
| 2722 | * Return zero for success and non-zero for failure |
| 2723 | */ |
| 2724 | static int ufs_qcom_probe(struct platform_device *pdev) |
| 2725 | { |
| 2726 | int err; |
| 2727 | struct device *dev = &pdev->dev; |
Asutosh Das | 134636a | 2017-06-07 11:47:42 +0530 | [diff] [blame] | 2728 | struct device_node *np = dev->of_node; |
| 2729 | |
| 2730 | /* |
| 2731 | * On qcom platforms, bootdevice is the primary storage |
| 2732 | * device. This device can either be eMMC or UFS. |
| 2733 | * The type of device connected is detected at runtime. |
| 2734 | * So, if an eMMC device is connected, and this function |
| 2735 | * is invoked, it would turn-off the regulator if it detects |
| 2736 | * that the storage device is not ufs. |
| 2737 | * These regulators are turned ON by the bootloaders & turning |
| 2738 | * them off without sending PON may damage the connected device. |
| 2739 | * Hence, check for the connected device early-on & don't turn-off |
| 2740 | * the regulators. |
| 2741 | */ |
| 2742 | if (of_property_read_bool(np, "non-removable") && |
| 2743 | strlen(android_boot_dev) && |
| 2744 | strcmp(android_boot_dev, dev_name(dev))) |
| 2745 | return -ENODEV; |
Yaniv Gardi | 47555a5 | 2015-10-28 13:15:49 +0200 | [diff] [blame] | 2746 | |
| 2747 | /* Perform generic probe */ |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2748 | err = ufshcd_pltfrm_init(pdev, &ufs_hba_qcom_variant); |
Yaniv Gardi | 47555a5 | 2015-10-28 13:15:49 +0200 | [diff] [blame] | 2749 | if (err) |
| 2750 | dev_err(dev, "ufshcd_pltfrm_init() failed %d\n", err); |
| 2751 | |
| 2752 | return err; |
| 2753 | } |
| 2754 | |
| 2755 | /** |
| 2756 | * ufs_qcom_remove - set driver_data of the device to NULL |
| 2757 | * @pdev: pointer to platform device handle |
| 2758 | * |
Subhash Jadavani | cce6fbc | 2016-08-11 11:35:26 -0700 | [diff] [blame] | 2759 | * Always return 0 |
Yaniv Gardi | 47555a5 | 2015-10-28 13:15:49 +0200 | [diff] [blame] | 2760 | */ |
| 2761 | static int ufs_qcom_remove(struct platform_device *pdev) |
| 2762 | { |
| 2763 | struct ufs_hba *hba = platform_get_drvdata(pdev); |
| 2764 | |
| 2765 | pm_runtime_get_sync(&(pdev)->dev); |
| 2766 | ufshcd_remove(hba); |
| 2767 | return 0; |
| 2768 | } |
| 2769 | |
| 2770 | static const struct of_device_id ufs_qcom_of_match[] = { |
| 2771 | { .compatible = "qcom,ufshc"}, |
| 2772 | {}, |
| 2773 | }; |
Javier Martinez Canillas | ea56533 | 2017-01-02 11:04:58 -0300 | [diff] [blame] | 2774 | MODULE_DEVICE_TABLE(of, ufs_qcom_of_match); |
Yaniv Gardi | 47555a5 | 2015-10-28 13:15:49 +0200 | [diff] [blame] | 2775 | |
| 2776 | static const struct dev_pm_ops ufs_qcom_pm_ops = { |
| 2777 | .suspend = ufshcd_pltfrm_suspend, |
| 2778 | .resume = ufshcd_pltfrm_resume, |
| 2779 | .runtime_suspend = ufshcd_pltfrm_runtime_suspend, |
| 2780 | .runtime_resume = ufshcd_pltfrm_runtime_resume, |
| 2781 | .runtime_idle = ufshcd_pltfrm_runtime_idle, |
| 2782 | }; |
| 2783 | |
| 2784 | static struct platform_driver ufs_qcom_pltform = { |
| 2785 | .probe = ufs_qcom_probe, |
| 2786 | .remove = ufs_qcom_remove, |
| 2787 | .shutdown = ufshcd_pltfrm_shutdown, |
| 2788 | .driver = { |
| 2789 | .name = "ufshcd-qcom", |
| 2790 | .pm = &ufs_qcom_pm_ops, |
| 2791 | .of_match_table = of_match_ptr(ufs_qcom_of_match), |
| 2792 | }, |
| 2793 | }; |
| 2794 | module_platform_driver(ufs_qcom_pltform); |
| 2795 | |
Yaniv Gardi | fb819ee | 2015-10-28 13:15:45 +0200 | [diff] [blame] | 2796 | MODULE_LICENSE("GPL v2"); |