From ec3266a99de0a98b90781dc11de956152e478831 Mon Sep 17 00:00:00 2001 From: Sarada Prasanna Garnayak Date: Thu, 22 Mar 2018 20:52:40 +0530 Subject: wcnss: fix the wcnss power up sequence after ssr Update the voltage regulator enable/disable status during proxy vote and unvote request by wcnss wlan module. CRs-Fixed: 2211050 Change-Id: I334df98612b0915fe00d5390fbcd37c95e9f6509 Signed-off-by: Sarada Prasanna Garnayak --- include/linux/wcnss_wlan.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/wcnss_wlan.h b/include/linux/wcnss_wlan.h index bc838936d2c9..6cb6be78404c 100644 --- a/include/linux/wcnss_wlan.h +++ b/include/linux/wcnss_wlan.h @@ -1,4 +1,4 @@ -/* Copyright (c) 2011-2017, The Linux Foundation. All rights reserved. +/* Copyright (c) 2011-2018, The Linux Foundation. All rights reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 and @@ -130,6 +130,7 @@ int wcnss_is_hw_pronto_ver3(void); int wcnss_device_ready(void); bool wcnss_cbc_complete(void); int wcnss_device_is_shutdown(void); +void wcnss_free_regulator(void); void wcnss_riva_dump_pmic_regs(void); int wcnss_xo_auto_detect_enabled(void); u32 wcnss_get_wlan_rx_buff_count(void); -- cgit v1.2.3 From 93a468587d49a8e21c815b80055c17125c9a9e51 Mon Sep 17 00:00:00 2001 From: Sarada Prasanna Garnayak Date: Tue, 3 Apr 2018 16:40:49 +0530 Subject: wcnss: update the regulator parsing and config method Use the resource managed regulator API for the wcnss regulator parsing and configuration. CRs-Fixed: 2214888 Change-Id: Ib376893c26bb9aa797e7e9df25cc7302a84a3726 Signed-off-by: Sarada Prasanna Garnayak --- include/linux/wcnss_wlan.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') diff --git a/include/linux/wcnss_wlan.h b/include/linux/wcnss_wlan.h index 6cb6be78404c..7389fff7da51 100644 --- a/include/linux/wcnss_wlan.h +++ b/include/linux/wcnss_wlan.h @@ -130,7 +130,6 @@ int wcnss_is_hw_pronto_ver3(void); int wcnss_device_ready(void); bool wcnss_cbc_complete(void); int wcnss_device_is_shutdown(void); -void wcnss_free_regulator(void); void wcnss_riva_dump_pmic_regs(void); int wcnss_xo_auto_detect_enabled(void); u32 wcnss_get_wlan_rx_buff_count(void); -- cgit v1.2.3