[Armadeus-commitlog] armadeus branch, master, updated. armadeus-6.0-363-g382acb6
Brought to you by:
sszy
|
From: Julien B a. A. <ar...@us...> - 2017-12-22 11:15:31
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "armadeus".
The branch, master has been updated
via 382acb6c57ea53b9361ea691f9daac23c9777f85 (commit)
from f7e39274982c18a2360175b0a72d09a1801f1994 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 382acb6c57ea53b9361ea691f9daac23c9777f85
Author: Julien BOIBESSOT <jul...@ar...>
Date: Fri Dec 22 12:15:11 2017 +0100
[LINUX] opos6ul: 4.8+: add a fix to prevent modprobing/rmmoding brcmfmac driver hack to have working Wi-Fi.
-----------------------------------------------------------------------
Summary of changes:
.../0803-armadeus-brcmfmac-increase-boot-timeout.patch | 18 ++++++++++++++++++
.../0803-armadeus-brcmfmac-increase-boot-timeout.patch | 18 ++++++++++++++++++
2 files changed, 36 insertions(+)
create mode 100644 patches/linux/4.8/0803-armadeus-brcmfmac-increase-boot-timeout.patch
create mode 100644 patches/linux/4.9/0803-armadeus-brcmfmac-increase-boot-timeout.patch
diff --git a/patches/linux/4.8/0803-armadeus-brcmfmac-increase-boot-timeout.patch b/patches/linux/4.8/0803-armadeus-brcmfmac-increase-boot-timeout.patch
new file mode 100644
index 0000000..37e45cd
--- /dev/null
+++ b/patches/linux/4.8/0803-armadeus-brcmfmac-increase-boot-timeout.patch
@@ -0,0 +1,18 @@
+Increase firmware boot wait timeout, otherwise, on OPOS6UL, one need to do:
+ # modprobe -r brcmfmac
+ # modprobe brcmfmac
+to have a working Wi-Fi.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+--- linux-4.8.10.org/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 2016-11-21 10:11:59.000000000 +0100
++++ linux-4.8.10/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 2017-12-14 12:48:41.017304966 +0100
+@@ -297,7 +297,7 @@
+ * max out at a 1 second (1000000us).
+ */
+ #undef PMU_MAX_TRANSITION_DLY
+-#define PMU_MAX_TRANSITION_DLY 1000000
++#define PMU_MAX_TRANSITION_DLY 5000000
+
+ /* Value for ChipClockCSR during initial setup */
+ #define BRCMF_INIT_CLKCTL1 (SBSDIO_FORCE_HW_CLKREQ_OFF | \
diff --git a/patches/linux/4.9/0803-armadeus-brcmfmac-increase-boot-timeout.patch b/patches/linux/4.9/0803-armadeus-brcmfmac-increase-boot-timeout.patch
new file mode 100644
index 0000000..4d2e878
--- /dev/null
+++ b/patches/linux/4.9/0803-armadeus-brcmfmac-increase-boot-timeout.patch
@@ -0,0 +1,18 @@
+Increase firmware boot wait timeout, otherwise, on OPOS6UL, one need to do:
+ # modprobe -r brcmfmac
+ # modprobe brcmfmac
+to have a working Wi-Fi.
+
+Signed-off-by: Julien Boibessot <jul...@ar...>
+
+--- linux-4.9.org/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 2016-11-21 10:11:59.000000000 +0100
++++ linux-4.9/drivers/net/wireless/broadcom/brcm80211/brcmfmac/sdio.c 2017-12-14 12:48:41.017304966 +0100
+@@ -297,7 +297,7 @@
+ * max out at a 1 second (1000000us).
+ */
+ #undef PMU_MAX_TRANSITION_DLY
+-#define PMU_MAX_TRANSITION_DLY 1000000
++#define PMU_MAX_TRANSITION_DLY 5000000
+
+ /* Value for ChipClockCSR during initial setup */
+ #define BRCMF_INIT_CLKCTL1 (SBSDIO_FORCE_HW_CLKREQ_OFF | \
hooks/post-receive
--
armadeus
|