diff --git a/packages/compress/cpio/package.mk b/packages/compress/cpio/package.mk
index b261b7f38e..057cb059f5 100644
--- a/packages/compress/cpio/package.mk
+++ b/packages/compress/cpio/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="cpio"
-PKG_VERSION="2.11"
+PKG_VERSION="2.12"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/compress/cpio/patches/cpio-2.11-fgets.patch b/packages/compress/cpio/patches/cpio-2.11-fgets.patch
deleted file mode 100644
index ae1b9412ec..0000000000
--- a/packages/compress/cpio/patches/cpio-2.11-fgets.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-diff --git a/gnu/stdio.in.h b/gnu/stdio.in.h
-index 88b368b..44f1087 100644
---- a/gnu/stdio.in.h
-+++ b/gnu/stdio.in.h
-@@ -139,7 +139,9 @@ _GL_WARN_ON_USE (fflush, "fflush is not always POSIX compliant - "
- so any use of gets warrants an unconditional warning. Assume it is
- always declared, since it is required by C89. */
- #undef gets
-+#if HAVE_RAW_DECL_GETS
- _GL_WARN_ON_USE (gets, "gets is a security hole - use fgets instead");
-+#endif
-
- #if @GNULIB_FOPEN@
- # if @REPLACE_FOPEN@
diff --git a/packages/compress/xz/package.mk b/packages/compress/xz/package.mk
index 7a842362ed..46b0cc8109 100644
--- a/packages/compress/xz/package.mk
+++ b/packages/compress/xz/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="xz"
-PKG_VERSION="5.2.1"
+PKG_VERSION="5.2.2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/devel/glibc/package.mk b/packages/devel/glibc/package.mk
index dff6190b11..beb68e4c4b 100644
--- a/packages/devel/glibc/package.mk
+++ b/packages/devel/glibc/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="glibc"
-PKG_VERSION="2.21"
+PKG_VERSION="2.22"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/devel/scons/package.mk b/packages/devel/scons/package.mk
deleted file mode 100644
index 1f77622983..0000000000
--- a/packages/devel/scons/package.mk
+++ /dev/null
@@ -1,41 +0,0 @@
-################################################################################
-# This file is part of OpenELEC - http://www.openelec.tv
-# Copyright (C) 2009-2014 Stephan Raue (stephan@openelec.tv)
-#
-# OpenELEC is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-#
-# OpenELEC is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with OpenELEC. If not, see .
-################################################################################
-
-PKG_NAME="scons"
-PKG_VERSION="2.2.0"
-PKG_REV="1"
-PKG_ARCH="any"
-PKG_LICENSE="OSS"
-PKG_SITE="http://www.scons.org/"
-PKG_URL="$SOURCEFORGE_SRC/scons/$PKG_NAME-$PKG_VERSION.tar.gz"
-PKG_DEPENDS_HOST="Python:host"
-PKG_PRIORITY="optional"
-PKG_SECTION="python/devel"
-PKG_SHORTDESC="SCons: an Open Source software construction tool—that is, a next-generation build tool."
-PKG_LONGDESC="SCons is an Open Source software construction tool—that is, a next-generation build tool."
-
-PKG_IS_ADDON="no"
-PKG_AUTORECONF="no"
-
-make_host() {
- : # nothing todo
-}
-
-makeinstall_host() {
- python setup.py install --prefix=$ROOT/$TOOLCHAIN
-}
diff --git a/packages/graphics/bcm2835-driver/package.mk b/packages/graphics/bcm2835-driver/package.mk
index df5cc52110..228b25ebbc 100644
--- a/packages/graphics/bcm2835-driver/package.mk
+++ b/packages/graphics/bcm2835-driver/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bcm2835-driver"
-PKG_VERSION="9a21e6a"
+PKG_VERSION="960832a"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="nonfree"
diff --git a/packages/graphics/libpng/package.mk b/packages/graphics/libpng/package.mk
index 854615a02e..1483f6cf3b 100644
--- a/packages/graphics/libpng/package.mk
+++ b/packages/graphics/libpng/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libpng"
-PKG_VERSION="1.6.17"
+PKG_VERSION="1.6.18"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
diff --git a/packages/graphics/mesa/package.mk b/packages/graphics/mesa/package.mk
index 9077c680f9..37a7553be4 100644
--- a/packages/graphics/mesa/package.mk
+++ b/packages/graphics/mesa/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="mesa"
-PKG_VERSION="10.6.8"
+PKG_VERSION="10.6.9"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OSS"
diff --git a/packages/linux-drivers/dvbhdhomerun/patches/dvbhdhomerun-hdhomerun_discover_find_devices_custom_v2.patch b/packages/linux-drivers/dvbhdhomerun/patches/dvbhdhomerun-hdhomerun_discover_find_devices_custom_v2.patch
new file mode 100644
index 0000000000..4ecdee3253
--- /dev/null
+++ b/packages/linux-drivers/dvbhdhomerun/patches/dvbhdhomerun-hdhomerun_discover_find_devices_custom_v2.patch
@@ -0,0 +1,12 @@
+diff -Naur dvbhdhomerun-20130704/userhdhomerun/hdhomerun_controller.cpp dvbhdhomerun-20130704.patch/userhdhomerun/hdhomerun_controller.cpp
+--- dvbhdhomerun-20130704/userhdhomerun/hdhomerun_controller.cpp 2013-02-17 22:37:34.000000000 +0100
++++ dvbhdhomerun-20130704.patch/userhdhomerun/hdhomerun_controller.cpp 2015-09-23 14:13:00.659818567 +0200
+@@ -71,7 +71,7 @@
+ // ...really fragile API design...
+ memset(devices, 0, sizeof(devices));
+
+- int numOfDevices = hdhomerun_discover_find_devices_custom(0, HDHOMERUN_DEVICE_TYPE_TUNER, HDHOMERUN_DEVICE_ID_WILDCARD, devices, m_maxDevices);
++ int numOfDevices = hdhomerun_discover_find_devices_custom_v2(0, HDHOMERUN_DEVICE_TYPE_TUNER, HDHOMERUN_DEVICE_ID_WILDCARD, devices, m_maxDevices);
+ LOG() << "Num of devices = " << numOfDevices << endl;
+
+ if(numOfDevices == 0) {
diff --git a/packages/linux-drivers/wetekdvb/package.mk b/packages/linux-drivers/wetekdvb/package.mk
index 0cd802d890..0be31e6b9f 100644
--- a/packages/linux-drivers/wetekdvb/package.mk
+++ b/packages/linux-drivers/wetekdvb/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="wetekdvb"
-PKG_VERSION="20150503"
+PKG_VERSION="20150930"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"
diff --git a/packages/linux/package.mk b/packages/linux/package.mk
index c881bf0f8b..5cc4cece19 100644
--- a/packages/linux/package.mk
+++ b/packages/linux/package.mk
@@ -31,7 +31,7 @@ PKG_SHORTDESC="linux26: The Linux kernel 2.6 precompiled kernel binary image and
PKG_LONGDESC="This package contains a precompiled kernel image and the modules."
case "$LINUX" in
amlogic)
- PKG_VERSION="amlogic-3.10-a9cef51"
+ PKG_VERSION="amlogic-3.10-753dc30"
PKG_URL="$DISTRO_SRC/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
imx6)
@@ -40,7 +40,7 @@ case "$LINUX" in
PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET imx6-status-led imx6-soc-fan"
;;
*)
- PKG_VERSION="4.1.7"
+ PKG_VERSION="4.1.9"
PKG_URL="http://www.kernel.org/pub/linux/kernel/v4.x/$PKG_NAME-$PKG_VERSION.tar.xz"
;;
esac
diff --git a/packages/linux/patches/4.1.7/linux-003-no_dev_console.patch b/packages/linux/patches/4.1.9/linux-003-no_dev_console.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-003-no_dev_console.patch
rename to packages/linux/patches/4.1.9/linux-003-no_dev_console.patch
diff --git a/packages/linux/patches/4.1.7/linux-051-ouya_controller_support.patch b/packages/linux/patches/4.1.9/linux-051-ouya_controller_support.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-051-ouya_controller_support.patch
rename to packages/linux/patches/4.1.9/linux-051-ouya_controller_support.patch
diff --git a/packages/linux/patches/4.1.7/linux-052-XBOX_remote_support.patch b/packages/linux/patches/4.1.9/linux-052-XBOX_remote_support.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-052-XBOX_remote_support.patch
rename to packages/linux/patches/4.1.9/linux-052-XBOX_remote_support.patch
diff --git a/packages/linux/patches/4.1.7/linux-053-spinelplus-remote-0.2.patch b/packages/linux/patches/4.1.9/linux-053-spinelplus-remote-0.2.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-053-spinelplus-remote-0.2.patch
rename to packages/linux/patches/4.1.9/linux-053-spinelplus-remote-0.2.patch
diff --git a/packages/linux/patches/4.1.7/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch b/packages/linux/patches/4.1.9/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch
rename to packages/linux/patches/4.1.9/linux-054-nuvoton_revert_d7b290a1056c5564eec8a1b169c6e84ff3.6.114c13.patch
diff --git a/packages/linux/patches/4.1.7/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch b/packages/linux/patches/4.1.9/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch
rename to packages/linux/patches/4.1.9/linux-056-add_Adaptec_eHome_Infrared_Receiver.patch
diff --git a/packages/linux/patches/4.1.7/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch b/packages/linux/patches/4.1.9/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch
rename to packages/linux/patches/4.1.9/linux-057-Removed-MCE-customer-code-restriction-in-rc6-decode.patch
diff --git a/packages/linux/patches/4.1.7/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch b/packages/linux/patches/4.1.9/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch
rename to packages/linux/patches/4.1.9/linux-057-add_SMK_Manufacturing_Inc_Infrared_Receiver.patch
diff --git a/packages/linux/patches/4.1.7/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch b/packages/linux/patches/4.1.9/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch
rename to packages/linux/patches/4.1.9/linux-058.05-hid_sony-add_autorepeat_for_PS3_remotes.patch
diff --git a/packages/linux/patches/4.1.7/linux-062-imon_pad_ignore_diagonal.patch b/packages/linux/patches/4.1.9/linux-062-imon_pad_ignore_diagonal.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-062-imon_pad_ignore_diagonal.patch
rename to packages/linux/patches/4.1.9/linux-062-imon_pad_ignore_diagonal.patch
diff --git a/packages/linux/patches/4.1.7/linux-063-xpad-fix_xbox360_wireless.patch b/packages/linux/patches/4.1.9/linux-063-xpad-fix_xbox360_wireless.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-063-xpad-fix_xbox360_wireless.patch
rename to packages/linux/patches/4.1.9/linux-063-xpad-fix_xbox360_wireless.patch
diff --git a/packages/linux/patches/4.1.7/linux-203-stb0899_enable_low_symbol_rate.patch b/packages/linux/patches/4.1.9/linux-203-stb0899_enable_low_symbol_rate.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-203-stb0899_enable_low_symbol_rate.patch
rename to packages/linux/patches/4.1.9/linux-203-stb0899_enable_low_symbol_rate.patch
diff --git a/packages/linux/patches/4.1.7/linux-212-mantis_stb0899_faster_lock.patch b/packages/linux/patches/4.1.9/linux-212-mantis_stb0899_faster_lock.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-212-mantis_stb0899_faster_lock.patch
rename to packages/linux/patches/4.1.9/linux-212-mantis_stb0899_faster_lock.patch
diff --git a/packages/linux/patches/4.1.7/linux-221-ngene-octopus.patch b/packages/linux/patches/4.1.9/linux-221-ngene-octopus.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-221-ngene-octopus.patch
rename to packages/linux/patches/4.1.9/linux-221-ngene-octopus.patch
diff --git a/packages/linux/patches/4.1.7/linux-222-stb0899_signal_quality.patch b/packages/linux/patches/4.1.9/linux-222-stb0899_signal_quality.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-222-stb0899_signal_quality.patch
rename to packages/linux/patches/4.1.9/linux-222-stb0899_signal_quality.patch
diff --git a/packages/linux/patches/4.1.7/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch b/packages/linux/patches/4.1.9/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch
rename to packages/linux/patches/4.1.9/linux-223-Fix-video-artifacts-with-tt-3600-s2-usb.patch
diff --git a/packages/linux/patches/4.1.7/linux-224-STK1160-addFramescaling.patch b/packages/linux/patches/4.1.9/linux-224-STK1160-addFramescaling.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-224-STK1160-addFramescaling.patch
rename to packages/linux/patches/4.1.9/linux-224-STK1160-addFramescaling.patch
diff --git a/packages/linux/patches/4.1.7/linux-227-ds3000-invalid-symbol-rate.patch b/packages/linux/patches/4.1.9/linux-227-ds3000-invalid-symbol-rate.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-227-ds3000-invalid-symbol-rate.patch
rename to packages/linux/patches/4.1.9/linux-227-ds3000-invalid-symbol-rate.patch
diff --git a/packages/linux/patches/4.1.7/linux-228-fix-tt-s2-4600.patch b/packages/linux/patches/4.1.9/linux-228-fix-tt-s2-4600.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-228-fix-tt-s2-4600.patch
rename to packages/linux/patches/4.1.9/linux-228-fix-tt-s2-4600.patch
diff --git a/packages/linux/patches/4.1.7/linux-229-hauppauge-hvr-2205-and-2255.patch b/packages/linux/patches/4.1.9/linux-229-hauppauge-hvr-2205-and-2255.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-229-hauppauge-hvr-2205-and-2255.patch
rename to packages/linux/patches/4.1.9/linux-229-hauppauge-hvr-2205-and-2255.patch
diff --git a/packages/linux/patches/4.1.7/linux-230-elgato-eyetv-sat-v3.patch b/packages/linux/patches/4.1.9/linux-230-elgato-eyetv-sat-v3.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-230-elgato-eyetv-sat-v3.patch
rename to packages/linux/patches/4.1.9/linux-230-elgato-eyetv-sat-v3.patch
diff --git a/packages/linux/patches/4.1.7/linux-706-Sitecom-N300.patch b/packages/linux/patches/4.1.9/linux-706-Sitecom-N300.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-706-Sitecom-N300.patch
rename to packages/linux/patches/4.1.9/linux-706-Sitecom-N300.patch
diff --git a/packages/linux/patches/4.1.7/linux-950-saa716x_PCIe_interface_chipset.patch b/packages/linux/patches/4.1.9/linux-950-saa716x_PCIe_interface_chipset.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-950-saa716x_PCIe_interface_chipset.patch
rename to packages/linux/patches/4.1.9/linux-950-saa716x_PCIe_interface_chipset.patch
diff --git a/packages/linux/patches/4.1.7/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch b/packages/linux/patches/4.1.9/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch
rename to packages/linux/patches/4.1.9/linux-990.06-hda-Avoid-outputting-HDMI-audio-before-prepare-.patch
diff --git a/packages/linux/patches/4.1.7/linux-995-CX24120-13Z_frontend.patch b/packages/linux/patches/4.1.9/linux-995-CX24120-13Z_frontend.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-995-CX24120-13Z_frontend.patch
rename to packages/linux/patches/4.1.9/linux-995-CX24120-13Z_frontend.patch
diff --git a/packages/linux/patches/4.1.7/linux-999-i915-use-legacy-turbo.patch b/packages/linux/patches/4.1.9/linux-999-i915-use-legacy-turbo.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-999-i915-use-legacy-turbo.patch
rename to packages/linux/patches/4.1.9/linux-999-i915-use-legacy-turbo.patch
diff --git a/packages/linux/patches/4.1.7/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch b/packages/linux/patches/4.1.9/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch
rename to packages/linux/patches/4.1.9/linux-999.02-0001-pm-disable-async-suspend-resume-by-default.patch
diff --git a/packages/linux/patches/4.1.7/linux-999.05-eMMC-Don-t-initialize-partitions-on-RPMB-flagged-are.patch b/packages/linux/patches/4.1.9/linux-999.05-eMMC-Don-t-initialize-partitions-on-RPMB-flagged-are.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-999.05-eMMC-Don-t-initialize-partitions-on-RPMB-flagged-are.patch
rename to packages/linux/patches/4.1.9/linux-999.05-eMMC-Don-t-initialize-partitions-on-RPMB-flagged-are.patch
diff --git a/packages/linux/patches/4.1.7/linux-999.20-mt7601u-support.patch b/packages/linux/patches/4.1.9/linux-999.20-mt7601u-support.patch
similarity index 100%
rename from packages/linux/patches/4.1.7/linux-999.20-mt7601u-support.patch
rename to packages/linux/patches/4.1.9/linux-999.20-mt7601u-support.patch
diff --git a/packages/mediacenter/kodi-binary-addons/audioencoder.flac/package.mk b/packages/mediacenter/kodi-binary-addons/audioencoder.flac/package.mk
index a6d4dd5ef3..2ac35570ea 100644
--- a/packages/mediacenter/kodi-binary-addons/audioencoder.flac/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/audioencoder.flac/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="audioencoder.flac"
-PKG_VERSION="a5e2d12"
+PKG_VERSION="8e67185"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-binary-addons/pvr.argustv/package.mk b/packages/mediacenter/kodi-binary-addons/pvr.argustv/package.mk
index 13c12ce71f..2f894f7cdb 100644
--- a/packages/mediacenter/kodi-binary-addons/pvr.argustv/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/pvr.argustv/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pvr.argustv"
-PKG_VERSION="96c8026"
+PKG_VERSION="32f0327"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-binary-addons/pvr.filmon/package.mk b/packages/mediacenter/kodi-binary-addons/pvr.filmon/package.mk
index 33cd08b93f..1d9cb9fe8b 100644
--- a/packages/mediacenter/kodi-binary-addons/pvr.filmon/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/pvr.filmon/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pvr.filmon"
-PKG_VERSION="5c41f4e"
+PKG_VERSION="67abb56"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-binary-addons/pvr.hts/package.mk b/packages/mediacenter/kodi-binary-addons/pvr.hts/package.mk
index ba7b546639..6d6a9570d7 100644
--- a/packages/mediacenter/kodi-binary-addons/pvr.hts/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/pvr.hts/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pvr.hts"
-PKG_VERSION="5c22440"
+PKG_VERSION="016b0b3"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-binary-addons/pvr.mythtv/package.mk b/packages/mediacenter/kodi-binary-addons/pvr.mythtv/package.mk
index 4ed283da69..a66ba1367c 100644
--- a/packages/mediacenter/kodi-binary-addons/pvr.mythtv/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/pvr.mythtv/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pvr.mythtv"
-PKG_VERSION="538e24d"
+PKG_VERSION="ce6b801"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-binary-addons/pvr.pctv/package.mk b/packages/mediacenter/kodi-binary-addons/pvr.pctv/package.mk
index 6ba5324d50..c6853e4a2b 100644
--- a/packages/mediacenter/kodi-binary-addons/pvr.pctv/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/pvr.pctv/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pvr.pctv"
-PKG_VERSION="d23160c"
+PKG_VERSION="bca8165"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-binary-addons/pvr.stalker/package.mk b/packages/mediacenter/kodi-binary-addons/pvr.stalker/package.mk
index 979a9b7cff..e7990055e9 100644
--- a/packages/mediacenter/kodi-binary-addons/pvr.stalker/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/pvr.stalker/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pvr.stalker"
-PKG_VERSION="5f6eb19"
+PKG_VERSION="a89afb8"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-binary-addons/pvr.vbox/package.mk b/packages/mediacenter/kodi-binary-addons/pvr.vbox/package.mk
index 94d1308ef7..270b7e8d03 100644
--- a/packages/mediacenter/kodi-binary-addons/pvr.vbox/package.mk
+++ b/packages/mediacenter/kodi-binary-addons/pvr.vbox/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pvr.vbox"
-PKG_VERSION="874eb88"
+PKG_VERSION="0b1d571"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-platform/package.mk b/packages/mediacenter/kodi-platform/package.mk
index f5b3d5a8fc..4dd93fb80e 100644
--- a/packages/mediacenter/kodi-platform/package.mk
+++ b/packages/mediacenter/kodi-platform/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi-platform"
-PKG_VERSION="054a42f66"
+PKG_VERSION="054a42f"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-theme-Confluence/package.mk b/packages/mediacenter/kodi-theme-Confluence/package.mk
index c5d61e2ae3..8087a7d570 100644
--- a/packages/mediacenter/kodi-theme-Confluence/package.mk
+++ b/packages/mediacenter/kodi-theme-Confluence/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi-theme-Confluence"
-PKG_VERSION="15.1-f4dda26"
+PKG_VERSION="15.2-rc2-4ed3eb6"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi-theme-Confluence/patches/kodi-theme-Confluence-999.99-Isengard-backports.patch b/packages/mediacenter/kodi-theme-Confluence/patches/kodi-theme-Confluence-999.99-Isengard-backports.patch
deleted file mode 100644
index 9f21c467cd..0000000000
--- a/packages/mediacenter/kodi-theme-Confluence/patches/kodi-theme-Confluence-999.99-Isengard-backports.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From be7118372ed9ed86ad99187eff4f6f056dfde416 Mon Sep 17 00:00:00 2001
-From: ronie
-Date: Tue, 18 Aug 2015 12:24:46 +0200
-Subject: [PATCH 11/17] [Confluence] fix watched flag in media info 3 view
-
----
- 720p/ViewsVideoLibrary.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/720p/ViewsVideoLibrary.xml b/720p/ViewsVideoLibrary.xml
-index 443cd62..d7de36c 100644
---- a/720p/ViewsVideoLibrary.xml
-+++ b/720p/ViewsVideoLibrary.xml
-@@ -1632,7 +1632,6 @@
- OverlayWatching.png
- ListItem.IsResumable
-
--
-
- 320
- 14
-@@ -1641,6 +1640,7 @@
- $INFO[ListItem.Overlay]
- keep
-
-+
-
-
- 0
diff --git a/packages/mediacenter/kodi/package.mk b/packages/mediacenter/kodi/package.mk
index ccbeeda321..97ffc98958 100644
--- a/packages/mediacenter/kodi/package.mk
+++ b/packages/mediacenter/kodi/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="kodi"
-PKG_VERSION="15.1-f4dda26"
+PKG_VERSION="15.2-rc2-4ed3eb6"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/mediacenter/kodi/patches/kodi-999.99-Isengard-backports.patch b/packages/mediacenter/kodi/patches/kodi-999.99-Isengard-backports.patch
deleted file mode 100644
index a7bada307e..0000000000
--- a/packages/mediacenter/kodi/patches/kodi-999.99-Isengard-backports.patch
+++ /dev/null
@@ -1,1314 +0,0 @@
-From eaeaf6d8321073c79e562afb5f8da7132c5fd20a Mon Sep 17 00:00:00 2001
-From: ronie
-Date: Sun, 9 Aug 2015 15:17:58 +0200
-Subject: [PATCH 01/30] fix Window.IsMedia infobool
-
----
- xbmc/GUIInfoManager.cpp | 6 ++----
- 1 file changed, 2 insertions(+), 4 deletions(-)
-
-diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp
-index 8cf1202..355e9a5 100644
---- a/xbmc/GUIInfoManager.cpp
-+++ b/xbmc/GUIInfoManager.cpp
-@@ -1203,10 +1203,8 @@ int CGUIInfoManager::TranslateSingleString(const std::string &strCondition, bool
- { // TODO: The parameter for these should really be on the first not the second property
- if (prop.param().find("xml") != std::string::npos)
- return AddMultiInfo(GUIInfo(window_bools[i].val, 0, ConditionalStringParameter(prop.param())));
-- int winID = prop.param().empty() ? 0 : CButtonTranslator::TranslateWindow(prop.param());
-- if (winID != WINDOW_INVALID)
-- return AddMultiInfo(GUIInfo(window_bools[i].val, winID, 0));
-- return 0;
-+ int winID = prop.param().empty() ? WINDOW_INVALID : CButtonTranslator::TranslateWindow(prop.param());
-+ return winID != WINDOW_INVALID ? AddMultiInfo(GUIInfo(window_bools[i].val, winID, 0)) : window_bools[i].val;
- }
- }
- }
-
-From 7da667b2733d3b125b200fcda120ea512ae599f1 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?P=C3=A4r=20Bj=C3=B6rklund?=
-Date: Sun, 9 Aug 2015 19:31:11 +0200
-Subject: [PATCH 02/30] Updated taglib that fixes a crash when playing flac
- files
-
----
- project/BuildDependencies/scripts/0_package.list | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/project/BuildDependencies/scripts/0_package.list b/project/BuildDependencies/scripts/0_package.list
-index b0d90e1..fdc1d54 100644
---- a/project/BuildDependencies/scripts/0_package.list
-+++ b/project/BuildDependencies/scripts/0_package.list
-@@ -47,6 +47,6 @@ PIL-1.1.7p-win32.7z
- python-2.7.8-win32.7z
- sqlite-3.8.6-win32-vc120.7z
- swig-2.0.7-win32-1.7z
--taglib-1.9.1-win32-vc120.7z
-+taglib-1.9.1-patched-win32-vc120.7z
- texturepacker-1.0.2-win32.7z
- tinyxml-2.6.2_3-win32-vc120.7z
-
-From d1d7a506c44da50b7da11aedc469c20badbac805 Mon Sep 17 00:00:00 2001
-From: MilhouseVH
-Date: Sun, 16 Aug 2015 21:34:08 +0100
-Subject: [PATCH 04/30] [mysql] Fix incomprehensible error message [backport]
-
----
- xbmc/dbwrappers/mysqldataset.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/xbmc/dbwrappers/mysqldataset.cpp b/xbmc/dbwrappers/mysqldataset.cpp
-index 34c2477..f133dde 100644
---- a/xbmc/dbwrappers/mysqldataset.cpp
-+++ b/xbmc/dbwrappers/mysqldataset.cpp
-@@ -277,7 +277,7 @@ int MysqlDatabase::copy(const char *backup_name) {
- if ( (ret=query_with_reconnect(sql)) != MYSQL_OK )
- {
- mysql_free_result(res);
-- throw DbErrors("Can't copy schema for table '%s'\nError: %d", db.c_str(), ret);
-+ throw DbErrors("Can't copy schema for table '%s'\nError: %d", row[0], ret);
- }
-
- // copy the table data
-
-From de0c4bde9ee5d03cbc8df67f3aae42d605b124c1 Mon Sep 17 00:00:00 2001
-From: Frank Razenberg
-Date: Wed, 12 Aug 2015 23:44:38 +0200
-Subject: [PATCH 05/30] [action] Disregard sign of volume adjustment actions to
- match seeking behavior
-
----
- xbmc/Application.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
-index f3f65c5..352df29 100644
---- a/xbmc/Application.cpp
-+++ b/xbmc/Application.cpp
-@@ -2415,9 +2415,9 @@ bool CApplication::OnAction(const CAction &action)
- step *= action.GetRepeat() * 50; // 50 fps
- #endif
- if (action.GetID() == ACTION_VOLUME_UP)
-- volume += (float)fabs(action.GetAmount()) * action.GetAmount() * step;
-+ volume += (float)(action.GetAmount() * action.GetAmount() * step);
- else if (action.GetID() == ACTION_VOLUME_DOWN)
-- volume -= (float)fabs(action.GetAmount()) * action.GetAmount() * step;
-+ volume -= (float)(action.GetAmount() * action.GetAmount() * step);
- else
- volume = action.GetAmount() * step;
- if (volume != m_volumeLevel)
-
-From a657826315ad536ac8791413508f0645eb2d8492 Mon Sep 17 00:00:00 2001
-From: Frank Razenberg
-Date: Wed, 12 Aug 2015 23:44:52 +0200
-Subject: [PATCH 06/30] [keymap] undo workaround for volume adjustment issue
-
----
- system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml | 6 ++++--
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml b/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
-index e4d2d07..43aee76 100644
---- a/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
-+++ b/system/keymaps/joystick.Sony.PLAYSTATION(R)3.Controller.xml
-@@ -93,8 +93,10 @@
-
- AnalogSeekForward
- AnalogSeekBack
-- VolumeUp
-- VolumeDown
-+ VolumeUp
-+ VolumeDown
-+ VolumeDown
-+ VolumeUp
- ScrollUp
- ScrollDown
-
-
-From 81030f4eda4d66005807d284979cdfa8936c3ebb Mon Sep 17 00:00:00 2001
-From: Anton Fedchin
-Date: Mon, 3 Aug 2015 18:47:02 +0300
-Subject: [PATCH 07/30] [win32] Move call to SetSuspendState/InitiateShutdown
- out from main thread.
-
-Calling SetSuspend in main thread prevents to receiving WM_POWERBROADCAST message on Suspend/Hibernate. This restores receiving WM_POWERBROADCAST message.
----
- xbmc/powermanagement/windows/Win32PowerSyscall.cpp | 49 ++++++++++++++++------
- xbmc/powermanagement/windows/Win32PowerSyscall.h | 21 ++++++++++
- xbmc/win32/WIN32Util.cpp | 7 +---
- 3 files changed, 60 insertions(+), 17 deletions(-)
-
-diff --git a/xbmc/powermanagement/windows/Win32PowerSyscall.cpp b/xbmc/powermanagement/windows/Win32PowerSyscall.cpp
-index 09787ca..cbc9842 100644
---- a/xbmc/powermanagement/windows/Win32PowerSyscall.cpp
-+++ b/xbmc/powermanagement/windows/Win32PowerSyscall.cpp
-@@ -26,34 +26,59 @@
- bool CWin32PowerSyscall::m_OnResume = false;
- bool CWin32PowerSyscall::m_OnSuspend = false;
-
-+bool CWin32PowerStateWorker::QueryStateChange(PowerState state)
-+{
-+ if (!IsRunning())
-+ return false;
-+
-+ if (m_state.exchange(state) != state)
-+ {
-+ m_queryEvent.Set();
-+ return true;
-+ }
-+
-+ return false;
-+}
-+
-+void CWin32PowerStateWorker::Process(void)
-+{
-+ while (!m_bStop)
-+ {
-+ if (AbortableWait(m_queryEvent, -1) == WAIT_SIGNALED)
-+ {
-+ CWIN32Util::PowerManagement(m_state.load());
-+ m_state.exchange(POWERSTATE_NONE);
-+ m_queryEvent.Reset();
-+ }
-+ }
-+}
-
- CWin32PowerSyscall::CWin32PowerSyscall()
- {
-+ m_worker.Create();
-+}
-+
-+CWin32PowerSyscall::~CWin32PowerSyscall()
-+{
-+ if (m_worker.IsRunning())
-+ m_worker.StopThread();
- }
-
- bool CWin32PowerSyscall::Powerdown()
- {
-- return CWIN32Util::PowerManagement(POWERSTATE_SHUTDOWN);
-+ return m_worker.QueryStateChange(POWERSTATE_SHUTDOWN);
- }
- bool CWin32PowerSyscall::Suspend()
- {
-- // On Vista+, we don't receive the PBT_APMSUSPEND message as we have fired the suspend mode
-- // Set the flag manually
-- CWin32PowerSyscall::SetOnSuspend();
--
-- return CWIN32Util::PowerManagement(POWERSTATE_SUSPEND);
-+ return m_worker.QueryStateChange(POWERSTATE_SUSPEND);
- }
- bool CWin32PowerSyscall::Hibernate()
- {
-- // On Vista+, we don't receive the PBT_APMSUSPEND message as we have fired the suspend mode
-- // Set the flag manually
-- CWin32PowerSyscall::SetOnSuspend();
--
-- return CWIN32Util::PowerManagement(POWERSTATE_HIBERNATE);
-+ return m_worker.QueryStateChange(POWERSTATE_HIBERNATE);
- }
- bool CWin32PowerSyscall::Reboot()
- {
-- return CWIN32Util::PowerManagement(POWERSTATE_REBOOT);
-+ return m_worker.QueryStateChange(POWERSTATE_REBOOT);
- }
-
- bool CWin32PowerSyscall::CanPowerdown()
-diff --git a/xbmc/powermanagement/windows/Win32PowerSyscall.h b/xbmc/powermanagement/windows/Win32PowerSyscall.h
-index 95d4027..f2f0dd7 100644
---- a/xbmc/powermanagement/windows/Win32PowerSyscall.h
-+++ b/xbmc/powermanagement/windows/Win32PowerSyscall.h
-@@ -24,11 +24,31 @@
- #ifndef _WIN32_POWER_SYSCALL_H_
- #define _WIN32_POWER_SYSCALL_H_
- #include "powermanagement/IPowerSyscall.h"
-+#include "powermanagement/PowerManager.h"
-+#include "threads/Event.h"
-+#include "threads/Thread.h"
-+#include
-+
-+class CWin32PowerStateWorker : public CThread
-+{
-+public:
-+ CWin32PowerStateWorker() : CThread("CWin32PowerStateWorker"), m_queryEvent(true), m_state(POWERSTATE_NONE) {}
-+ bool QueryStateChange(PowerState State);
-+
-+protected:
-+ virtual void Process(void);
-+ virtual void OnStartup() { SetPriority(THREAD_PRIORITY_IDLE); };
-+
-+private:
-+ std::atomic m_state;
-+ CEvent m_queryEvent;
-+};
-
- class CWin32PowerSyscall : public CAbstractPowerSyscall
- {
- public:
- CWin32PowerSyscall();
-+ ~CWin32PowerSyscall();
-
- virtual bool Powerdown();
- virtual bool Suspend();
-@@ -48,6 +68,7 @@ class CWin32PowerSyscall : public CAbstractPowerSyscall
- static bool IsSuspending() { return m_OnSuspend; }
-
- private:
-+ CWin32PowerStateWorker m_worker;
-
- static bool m_OnResume;
- static bool m_OnSuspend;
-diff --git a/xbmc/win32/WIN32Util.cpp b/xbmc/win32/WIN32Util.cpp
-index f484935..0bf3a98 100644
---- a/xbmc/win32/WIN32Util.cpp
-+++ b/xbmc/win32/WIN32Util.cpp
-@@ -217,18 +217,15 @@ bool CWIN32Util::PowerManagement(PowerState State)
- return false;
- }
-
-- // process OnSleep() events. This is called in main thread.
-- g_powerManager.ProcessEvents();
--
- switch (State)
- {
- case POWERSTATE_HIBERNATE:
- CLog::Log(LOGINFO, "Asking Windows to hibernate...");
-- return SetSuspendState(true,true,false) == TRUE;
-+ return SetSuspendState(true, true, false) == TRUE;
- break;
- case POWERSTATE_SUSPEND:
- CLog::Log(LOGINFO, "Asking Windows to suspend...");
-- return SetSuspendState(false,true,false) == TRUE;
-+ return SetSuspendState(false, true, false) == TRUE;
- break;
- case POWERSTATE_SHUTDOWN:
- CLog::Log(LOGINFO, "Shutdown Windows...");
-
-From 483ce5ee702a0f51607bbdf21136c6128609278d Mon Sep 17 00:00:00 2001
-From: Anton Fedchin
-Date: Mon, 3 Aug 2015 18:54:11 +0300
-Subject: [PATCH 08/30] [PowerManager] Show dialog busy only when processing
- OnSleep.
-
----
- xbmc/powermanagement/PowerManager.cpp | 28 ++++++++--------------------
- 1 file changed, 8 insertions(+), 20 deletions(-)
-
-diff --git a/xbmc/powermanagement/PowerManager.cpp b/xbmc/powermanagement/PowerManager.cpp
-index 6754f42..1a0b68c 100644
---- a/xbmc/powermanagement/PowerManager.cpp
-+++ b/xbmc/powermanagement/PowerManager.cpp
-@@ -180,31 +180,14 @@ bool CPowerManager::Powerdown()
-
- bool CPowerManager::Suspend()
- {
-- if (CanSuspend() && m_instance->Suspend())
-- {
-- CGUIDialogBusy* dialog = (CGUIDialogBusy*)g_windowManager.GetWindow(WINDOW_DIALOG_BUSY);
-- if (dialog)
-- dialog->Show();
--
-- return true;
-- }
--
-- return false;
-+ return (CanSuspend() && m_instance->Suspend());
- }
-
- bool CPowerManager::Hibernate()
- {
-- if (CanHibernate() && m_instance->Hibernate())
-- {
-- CGUIDialogBusy* dialog = (CGUIDialogBusy*)g_windowManager.GetWindow(WINDOW_DIALOG_BUSY);
-- if (dialog)
-- dialog->Show();
--
-- return true;
-- }
--
-- return false;
-+ return (CanHibernate() && m_instance->Hibernate());
- }
-+
- bool CPowerManager::Reboot()
- {
- bool success = CanReboot() ? m_instance->Reboot() : false;
-@@ -254,6 +237,11 @@ void CPowerManager::ProcessEvents()
- void CPowerManager::OnSleep()
- {
- CAnnouncementManager::Get().Announce(System, "xbmc", "OnSleep");
-+
-+ CGUIDialogBusy* dialog = (CGUIDialogBusy*)g_windowManager.GetWindow(WINDOW_DIALOG_BUSY);
-+ if (dialog)
-+ dialog->Show();
-+
- CLog::Log(LOGNOTICE, "%s: Running sleep jobs", __FUNCTION__);
-
- // stop lirc
-
-From 523e4db8802b3e73acca0a0dfd70fab8ee8c66b4 Mon Sep 17 00:00:00 2001
-From: Anton Fedchin
-Date: Tue, 11 Aug 2015 14:45:36 +0300
-Subject: [PATCH 09/30] [ApplicationMessenger] Moved call
- PVRManager::SetWakeupCommand to PowerManager::OnSleep for execute it when a
- actual suspend/hibernate occurs.
-
----
- xbmc/ApplicationMessenger.cpp | 2 --
- xbmc/powermanagement/PowerManager.cpp | 2 ++
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/xbmc/ApplicationMessenger.cpp b/xbmc/ApplicationMessenger.cpp
-index 90424af..e0152aa 100644
---- a/xbmc/ApplicationMessenger.cpp
-+++ b/xbmc/ApplicationMessenger.cpp
-@@ -269,14 +269,12 @@ void CApplicationMessenger::ProcessMessage(ThreadMessage *pMsg)
-
- case TMSG_HIBERNATE:
- {
-- g_PVRManager.SetWakeupCommand();
- g_powerManager.Hibernate();
- }
- break;
-
- case TMSG_SUSPEND:
- {
-- g_PVRManager.SetWakeupCommand();
- g_powerManager.Suspend();
- }
- break;
-diff --git a/xbmc/powermanagement/PowerManager.cpp b/xbmc/powermanagement/PowerManager.cpp
-index 1a0b68c..53a5217 100644
---- a/xbmc/powermanagement/PowerManager.cpp
-+++ b/xbmc/powermanagement/PowerManager.cpp
-@@ -35,6 +35,7 @@
- #include "guilib/GUIWindowManager.h"
- #include "dialogs/GUIDialogBusy.h"
- #include "dialogs/GUIDialogKaiToast.h"
-+#include "pvr/PVRManager.h"
-
- #if defined(TARGET_DARWIN)
- #include "osx/CocoaPowerSyscall.h"
-@@ -250,6 +251,7 @@ void CPowerManager::OnSleep()
- CBuiltins::Execute("LIRC.Stop");
- #endif
-
-+ PVR::CPVRManager::Get().SetWakeupCommand();
- g_application.SaveFileState(true);
- g_application.StopPlaying();
- g_application.StopShutdownTimer();
-
-From 95bc7e24d528045f6bab2ef1ec02f80e33d05058 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?P=C3=A4r=20Bj=C3=B6rklund?=
-Date: Wed, 12 Aug 2015 17:30:33 +0200
-Subject: [PATCH 10/30] [xbmc][win32] Fixes side flyout appearing when using
- touch
-
-When querying for gesture capable controls the result was written over the x coordinate of the event and resent causing the flyout to think there's a mouseover.
-closes trac #16173
----
- xbmc/guilib/GUIWindow.cpp | 3 ++-
- xbmc/input/touch/generic/GenericTouchActionHandler.cpp | 10 +++++++++-
- 2 files changed, 11 insertions(+), 2 deletions(-)
-
-diff --git a/xbmc/guilib/GUIWindow.cpp b/xbmc/guilib/GUIWindow.cpp
-index a700ebe..562c949 100644
---- a/xbmc/guilib/GUIWindow.cpp
-+++ b/xbmc/guilib/GUIWindow.cpp
-@@ -656,7 +656,8 @@ bool CGUIWindow::OnMessage(CGUIMessage& message)
- {
- CAction action(ACTION_GESTURE_NOTIFY, 0, (float)message.GetParam1(), (float)message.GetParam2(), 0, 0);
- EVENT_RESULT result = OnMouseAction(action);
-- message.SetParam1(result);
-+ auto res = new int(result);
-+ message.SetPointer(static_cast(res));
- return result != EVENT_RESULT_UNHANDLED;
- }
- case GUI_MSG_ADD_CONTROL:
-diff --git a/xbmc/input/touch/generic/GenericTouchActionHandler.cpp b/xbmc/input/touch/generic/GenericTouchActionHandler.cpp
-index fc8599c..ebd538d 100644
---- a/xbmc/input/touch/generic/GenericTouchActionHandler.cpp
-+++ b/xbmc/input/touch/generic/GenericTouchActionHandler.cpp
-@@ -148,7 +148,15 @@ int CGenericTouchActionHandler::QuerySupportedGestures(float x, float y)
- if (!g_windowManager.SendMessage(msg))
- return 0;
-
-- return msg.GetParam1();
-+ int result = 0;
-+ if (msg.GetPointer())
-+ {
-+ int *p = static_cast(msg.GetPointer());
-+ msg.SetPointer(nullptr);
-+ result = *p;
-+ delete p;
-+ }
-+ return result;
- }
-
- void CGenericTouchActionHandler::touch(uint8_t type, uint8_t button, uint16_t x, uint16_t y)
-
-From 47219512d32f37df3d5338f63049e0726a6c2fa5 Mon Sep 17 00:00:00 2001
-From: Thomas Amland
-Date: Tue, 18 Aug 2015 13:15:49 +0200
-Subject: [PATCH 12/30] [lang] fix fallback after 'no' was changed to 'nb_NO'
-
----
- xbmc/addons/AddonManager.cpp | 2 ++
- 1 file changed, 2 insertions(+)
-
-diff --git a/xbmc/addons/AddonManager.cpp b/xbmc/addons/AddonManager.cpp
-index 81b80b6..1c07fe0 100644
---- a/xbmc/addons/AddonManager.cpp
-+++ b/xbmc/addons/AddonManager.cpp
-@@ -789,6 +789,8 @@ std::string CAddonMgr::GetTranslatedString(const cp_cfg_element_t *root, const c
- translatedValues.insert(std::make_pair(lang, child.value != NULL ? child.value : ""));
- else if (lang == NULL || strcmp(lang, "en") == 0 || strcmp(lang, "en_GB") == 0)
- translatedValues.insert(std::make_pair("en_GB", child.value != NULL ? child.value : ""));
-+ else if (strcmp(lang, "no") == 0)
-+ translatedValues.insert(std::make_pair("nb_NO", child.value != NULL ? child.value : ""));
- }
- }
-
-
-From c6b7a2a070e1d7d0bd61ad1110a68c9a6b27b16f Mon Sep 17 00:00:00 2001
-From: Thomas Amland
-Date: Tue, 18 Aug 2015 16:11:23 +0200
-Subject: [PATCH 13/30] [addons] fix foreign filter after 'no' was changed to
- 'nb_NO'
-
----
- xbmc/addons/GUIWindowAddonBrowser.cpp | 33 ++++++++++++++++++---------------
- 1 file changed, 18 insertions(+), 15 deletions(-)
-
-diff --git a/xbmc/addons/GUIWindowAddonBrowser.cpp b/xbmc/addons/GUIWindowAddonBrowser.cpp
-index 3623014..ff53f09 100644
---- a/xbmc/addons/GUIWindowAddonBrowser.cpp
-+++ b/xbmc/addons/GUIWindowAddonBrowser.cpp
-@@ -302,17 +302,23 @@ void CGUIWindowAddonBrowser::UpdateButtons()
- CGUIMediaWindow::UpdateButtons();
- }
-
--static bool FilterVar(bool valid, const CVariant& variant,
-- const std::string& check)
-+static bool IsForeign(const std::string& languages)
- {
-- if (!valid)
-+ if (languages.empty())
- return false;
-
-- if (variant.isNull() || variant.asString().empty())
-- return false;
--
-- std::string regions = variant.asString();
-- return regions.find(check) == std::string::npos;
-+ for (const auto& lang : StringUtils::Split(languages, " "))
-+ {
-+ if (lang == "en" ||
-+ lang == g_langInfo.GetLocale().GetLanguageCode() ||
-+ lang == g_langInfo.GetLocale().ToShortString())
-+ return false;
-+
-+ // for backwards compatibility
-+ if (lang == "no" && g_langInfo.GetLocale().ToShortString() == "nb_NO")
-+ return false;
-+ }
-+ return true;
- }
-
- bool CGUIWindowAddonBrowser::GetDirectory(const std::string& strDirectory,
-@@ -350,14 +356,11 @@ bool CGUIWindowAddonBrowser::GetDirectory(const std::string& strDirectory,
- int i=0;
- while (i < items.Size())
- {
-- if (!FilterVar(true, items[i]->GetProperty("Addon.Language"), "en") ||
-- !FilterVar(true, items[i]->GetProperty("Addon.Language"), g_langInfo.GetLocale().GetLanguageCode()) ||
-- !FilterVar(true, items[i]->GetProperty("Addon.Language"), g_langInfo.GetLocale().ToShortString()))
-- {
-- i++;
-- }
-- else
-+ auto prop = items[i]->GetProperty("Addon.Language");
-+ if (!prop.isNull() && IsForeign(prop.asString()))
- items.Remove(i);
-+ else
-+ ++i;
- }
- }
- if (CSettings::Get().GetBool("general.addonbrokenfilter"))
-
-From 67b604e14458802d86ee2dd57f3d5a9c6ae27d43 Mon Sep 17 00:00:00 2001
-From: Matthias Kortstiege
-Date: Tue, 18 Aug 2015 20:26:07 +0200
-Subject: [PATCH 14/30] [recentlyadded] fix empty LatestAlbum.Artist (closes
- #16200)
-
----
- xbmc/utils/RecentlyAddedJob.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/xbmc/utils/RecentlyAddedJob.cpp b/xbmc/utils/RecentlyAddedJob.cpp
-index a2f130e..094133d 100644
---- a/xbmc/utils/RecentlyAddedJob.cpp
-+++ b/xbmc/utils/RecentlyAddedJob.cpp
-@@ -272,7 +272,7 @@ bool CRecentlyAddedJob::UpdateMusic()
-
- home->SetProperty("LatestAlbum." + value + ".Title" , album.strAlbum);
- home->SetProperty("LatestAlbum." + value + ".Year" , album.iYear);
-- home->SetProperty("LatestAlbum." + value + ".Artist" , album.artist);
-+ home->SetProperty("LatestAlbum." + value + ".Artist" , StringUtils::Join(album.artist, g_advancedSettings.m_videoItemSeparator));
- home->SetProperty("LatestAlbum." + value + ".Rating" , album.iRating);
- home->SetProperty("LatestAlbum." + value + ".Path" , strDBpath);
- home->SetProperty("LatestAlbum." + value + ".Thumb" , strThumb);
-
-From b186cd8e7c0a47f45d1342250d70c9ee8e226b66 Mon Sep 17 00:00:00 2001
-From: Matthias Kortstiege
-Date: Tue, 18 Aug 2015 19:29:00 +0200
-Subject: [PATCH 15/30] [guilib] fix double memory free in panel container
-
----
- xbmc/guilib/GUIPanelContainer.cpp | 8 +++-----
- 1 file changed, 3 insertions(+), 5 deletions(-)
-
-diff --git a/xbmc/guilib/GUIPanelContainer.cpp b/xbmc/guilib/GUIPanelContainer.cpp
-index 6bb3f79..21fd4aa 100644
---- a/xbmc/guilib/GUIPanelContainer.cpp
-+++ b/xbmc/guilib/GUIPanelContainer.cpp
-@@ -54,8 +54,9 @@ void CGUIPanelContainer::Process(unsigned int currentTime, CDirtyRegionList &dir
- int cacheBefore, cacheAfter;
- GetCacheOffsets(cacheBefore, cacheAfter);
-
-- // Free memory not used on screen at the moment, do this first so there's more memory for the new items.
-- FreeMemory(CorrectOffset(offset - cacheBefore, 0), CorrectOffset(offset + cacheAfter + m_itemsPerPage + 1, 0));
-+ // Free memory not used on screen
-+ if ((int)m_items.size() > m_itemsPerPage + cacheBefore + cacheAfter)
-+ FreeMemory(CorrectOffset(offset - cacheBefore, 0), CorrectOffset(offset + m_itemsPerPage + 1 + cacheAfter, 0));
-
- CPoint origin = CPoint(m_posX, m_posY) + m_renderOffset;
- float pos = (m_orientation == VERTICAL) ? origin.y : origin.x;
-@@ -107,9 +108,6 @@ void CGUIPanelContainer::Render()
- int cacheBefore, cacheAfter;
- GetCacheOffsets(cacheBefore, cacheAfter);
-
-- // Free memory not used on screen at the moment, do this first so there's more memory for the new items.
-- FreeMemory(CorrectOffset(offset - cacheBefore, 0), CorrectOffset(offset + cacheAfter + m_itemsPerPage + 1, 0));
--
- if (g_graphicsContext.SetClipRegion(m_posX, m_posY, m_width, m_height))
- {
- CPoint origin = CPoint(m_posX, m_posY) + m_renderOffset;
-
-From c34028e6af638f614623874d5fceb111f94a77fa Mon Sep 17 00:00:00 2001
-From: "Chris \"Koying\" Browet"
-Date: Fri, 21 Aug 2015 18:09:46 +0200
-Subject: [PATCH 16/30] Revert "[aml] - fix draining message queue"
-
-This breaks ff/rw/seek
----
- xbmc/cores/dvdplayer/DVDCodecs/Video/AMLCodec.cpp | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Video/AMLCodec.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Video/AMLCodec.cpp
-index 450b4a9..0503bec 100644
---- a/xbmc/cores/dvdplayer/DVDCodecs/Video/AMLCodec.cpp
-+++ b/xbmc/cores/dvdplayer/DVDCodecs/Video/AMLCodec.cpp
-@@ -1867,7 +1867,9 @@ int CAMLCodec::Decode(uint8_t *pData, size_t iSize, double dts, double pts)
- if (m_old_pictcnt == m_cur_pictcnt)
- m_ready_event.WaitMSec(25);
-
-- int rtn = 0;
-+ // we must return VC_BUFFER or VC_PICTURE,
-+ // default to VC_BUFFER.
-+ int rtn = VC_BUFFER;
- if (m_old_pictcnt != m_cur_pictcnt)
- {
- m_old_pictcnt++;
-
-From ccb57019a87eb2a914db277c8764c66529d00e15 Mon Sep 17 00:00:00 2001
-From: janbar
-Date: Sat, 22 Aug 2015 15:01:30 +0200
-Subject: [PATCH 18/30] [pvr.mythtv] bump addon to version 2.6.1
-
-- Support protocol 0.28-pre:87
-- Limit channel tune attempts
----
- project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt b/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt
-index 6c2d24f..b5e4d63 100644
---- a/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt
-+++ b/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt
-@@ -1 +1 @@
--pvr.mythtv https://github.com/kodi-pvr/pvr.mythtv 877774a
-+pvr.mythtv https://github.com/kodi-pvr/pvr.mythtv bf85a48
-
-From c1c10734eee1d824d7297d7e388be6068f3aea5e Mon Sep 17 00:00:00 2001
-From: montellese
-Date: Mon, 17 Aug 2015 23:15:35 +0200
-Subject: [PATCH 19/30] CLangInfo: properly set the time format when
- setting/changing regions
-
----
- xbmc/LangInfo.cpp | 5 +++++
- 1 file changed, 5 insertions(+)
-
-diff --git a/xbmc/LangInfo.cpp b/xbmc/LangInfo.cpp
-index 844c6ae..2132460 100644
---- a/xbmc/LangInfo.cpp
-+++ b/xbmc/LangInfo.cpp
-@@ -952,7 +952,12 @@ void CLangInfo::SetCurrentRegion(const std::string& strName)
- if (CSettings::Get().GetString("locale.longdateformat") == SETTING_REGIONAL_DEFAULT)
- SetLongDateFormat(m_currentRegion->m_strDateFormatLong);
- if (CSettings::Get().GetString("locale.use24hourclock") == SETTING_REGIONAL_DEFAULT)
-+ {
- Set24HourClock(m_currentRegion->m_strTimeFormat);
-+
-+ // update the time format
-+ SetTimeFormat(CSettings::GetInstance().GetString("locale.timeformat"));
-+ }
- if (CSettings::Get().GetString("locale.timeformat") == SETTING_REGIONAL_DEFAULT)
- SetTimeFormat(m_currentRegion->m_strTimeFormat);
- if (CSettings::Get().GetString("locale.temperatureunit") == SETTING_REGIONAL_DEFAULT)
-
-From e0dd7b5e61ec2e5f45f607462693532322e56148 Mon Sep 17 00:00:00 2001
-From: Rainer Hochecker
-Date: Sun, 23 Aug 2015 21:21:23 +0200
-Subject: [PATCH 20/30] dvdplayer: set default screen region for dvb subs
-
----
- .../dvdplayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp | 10 ++++++++++
- 1 file changed, 10 insertions(+)
-
-diff --git a/xbmc/cores/dvdplayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp b/xbmc/cores/dvdplayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp
-index e7bed43..06f81c8 100644
---- a/xbmc/cores/dvdplayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp
-+++ b/xbmc/cores/dvdplayer/DVDCodecs/Overlay/DVDOverlayCodecFFmpeg.cpp
-@@ -243,6 +243,16 @@ CDVDOverlay* CDVDOverlayCodecFFmpeg::GetOverlay()
- m_height = m_pCodecContext->height;
- m_width = m_pCodecContext->width;
-
-+ // ETSI EN 300 743 V1.3.1
-+ // 5.3.1
-+ // Absence of a DDS in a stream implies that the stream is coded in accordance with EN 300 743 (V1.2.1) [5] and that a
-+ // display width of 720 pixels and a display height of 576 lines may be assumed.
-+ if (!m_height && !m_width)
-+ {
-+ m_width = 720;
-+ m_height = 576;
-+ }
-+
- RENDER_STEREO_MODE render_stereo_mode = g_graphicsContext.GetStereoMode();
- if (render_stereo_mode != RENDER_STEREO_MODE_OFF)
- {
-
-From f93bcc6e1a53cfb75f949b6630372fc561ba161d Mon Sep 17 00:00:00 2001
-From: anaconda
-Date: Tue, 25 Aug 2015 23:42:28 +0200
-Subject: [PATCH 21/30] Fix build after PR 7886.
-
----
- xbmc/LangInfo.cpp | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/xbmc/LangInfo.cpp b/xbmc/LangInfo.cpp
-index 2132460..c0c7034 100644
---- a/xbmc/LangInfo.cpp
-+++ b/xbmc/LangInfo.cpp
-@@ -956,7 +956,7 @@ void CLangInfo::SetCurrentRegion(const std::string& strName)
- Set24HourClock(m_currentRegion->m_strTimeFormat);
-
- // update the time format
-- SetTimeFormat(CSettings::GetInstance().GetString("locale.timeformat"));
-+ SetTimeFormat(CSettings::Get().GetString("locale.timeformat"));
- }
- if (CSettings::Get().GetString("locale.timeformat") == SETTING_REGIONAL_DEFAULT)
- SetTimeFormat(m_currentRegion->m_strTimeFormat);
-
-From 6fcd406132f2a95c5209beb29693365d047a55a3 Mon Sep 17 00:00:00 2001
-From: Matthias Kortstiege
-Date: Mon, 24 Aug 2015 23:20:25 +0200
-Subject: [PATCH 22/30] [music] fix missing lyrics from tag when playing from
- musicdb url (fixes #16216)
-
----
- xbmc/GUIInfoManager.cpp | 2 --
- xbmc/music/MusicInfoLoader.cpp | 9 +++++----
- 2 files changed, 5 insertions(+), 6 deletions(-)
-
-diff --git a/xbmc/GUIInfoManager.cpp b/xbmc/GUIInfoManager.cpp
-index 355e9a5..35f0d1d 100644
---- a/xbmc/GUIInfoManager.cpp
-+++ b/xbmc/GUIInfoManager.cpp
-@@ -3711,8 +3711,6 @@ std::string CGUIInfoManager::GetMusicLabel(int item)
- return StringUtils::Format("%s", m_audioInfo.audioCodecName.c_str());
- }
- break;
-- case MUSICPLAYER_LYRICS:
-- return GetItemLabel(m_currentFile, AddListItemProp("lyrics"));
- }
- return GetMusicTagLabel(item, m_currentFile);
- }
-diff --git a/xbmc/music/MusicInfoLoader.cpp b/xbmc/music/MusicInfoLoader.cpp
-index 8de9c4c..a3fef98 100644
---- a/xbmc/music/MusicInfoLoader.cpp
-+++ b/xbmc/music/MusicInfoLoader.cpp
-@@ -107,14 +107,15 @@ bool CMusicInfoLoader::LoadAdditionalTagInfo(CFileItem* pItem)
-
- CLog::Log(LOGDEBUG, "Loading additional tag info for file %s", path.c_str());
-
-- // we load up the actual tag for this file
-- unique_ptr pLoader (CMusicInfoTagLoaderFactory::CreateLoader(*pItem));
-+ // we load up the actual tag for this file in order to
-+ // fetch the lyrics and add it to the current music info tag
-+ CFileItem tempItem(path, false);
-+ unique_ptr pLoader (CMusicInfoTagLoaderFactory::CreateLoader(tempItem));
- if (NULL != pLoader.get())
- {
- CMusicInfoTag tag;
- pLoader->Load(path, tag);
-- // then we set the fields from the file tags to the item
-- pItem->SetProperty("lyrics", tag.GetLyrics());
-+ pItem->GetMusicInfoTag()->SetLyrics(tag.GetLyrics());
- pItem->SetProperty("hasfullmusictag", "true");
- return true;
- }
-
-From 3764856852be67a3b285d5f4350910678289fe4e Mon Sep 17 00:00:00 2001
-From: "Chris \"koying\" Browet"
-Date: Wed, 26 Aug 2015 14:47:26 +0200
-Subject: [PATCH 23/30] FIX: [amlegl] do not require RW on /sys/.../mode
-
----
- xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp | 11 +++++++++--
- xbmc/windowing/egl/EGLNativeTypeAmlAndroid.h | 1 +
- 2 files changed, 10 insertions(+), 2 deletions(-)
-
-diff --git a/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp b/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp
-index 5ea1d7c..08c2704 100644
---- a/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp
-+++ b/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp
-@@ -28,14 +28,18 @@
- #include "utils/SysfsUtils.h"
- #include "utils/AMLUtils.h"
-
-+bool CEGLNativeTypeAmlAndroid::m_isWritable = false;
-+
- bool CEGLNativeTypeAmlAndroid::CheckCompatibility()
- {
- if (aml_present())
- {
-+ m_isWritable = false;
- if (SysfsUtils::HasRW("/sys/class/display/mode"))
-- return true;
-+ m_isWritable = true;
- else
-- CLog::Log(LOGERROR, "AMLEGL: no rw on /sys/class/display/mode");
-+ CLog::Log(LOGINFO, "AMLEGL: no rw on /sys/class/display/mode");
-+ return true;
- }
- return false;
- }
-@@ -62,6 +66,9 @@ bool CEGLNativeTypeAmlAndroid::GetNativeResolution(RESOLUTION_INFO *res) const
-
- bool CEGLNativeTypeAmlAndroid::SetNativeResolution(const RESOLUTION_INFO &res)
- {
-+ if (!m_isWritable)
-+ return false;
-+
- switch((int)(res.fRefreshRate*10))
- {
- default:
-diff --git a/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.h b/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.h
-index 27a935b..6887537 100644
---- a/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.h
-+++ b/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.h
-@@ -36,6 +36,7 @@ class CEGLNativeTypeAmlAndroid : public CEGLNativeTypeAndroid
- protected:
- mutable std::string m_curHdmiResolution;
- mutable RESOLUTION_INFO m_fb_res;
-+ static bool m_isWritable;
-
- bool SetDisplayResolution(const char *resolution);
- };
-
-From 26db5af8a5c788ce8fa3e036a11a194b6a445bd4 Mon Sep 17 00:00:00 2001
-From: Chris Browet
-Date: Tue, 11 Aug 2015 18:12:28 +0200
-Subject: [PATCH 24/30] FIX: [amlegl] additional display modes
-
----
- xbmc/utils/AMLUtils.cpp | 45 ++++++++++++++++++++++++++
- xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp | 32 ++++++++++++++++++
- 2 files changed, 77 insertions(+)
-
-diff --git a/xbmc/utils/AMLUtils.cpp b/xbmc/utils/AMLUtils.cpp
-index bcb57fcd..ac2667c 100644
---- a/xbmc/utils/AMLUtils.cpp
-+++ b/xbmc/utils/AMLUtils.cpp
-@@ -356,6 +356,15 @@ bool aml_mode_to_resolution(const char *mode, RESOLUTION_INFO *res)
- res->fRefreshRate = 60;
- res->dwFlags = D3DPRESENTFLAG_PROGRESSIVE;
- }
-+ else if (StringUtils::EqualsNoCase(fromMode, "1080p23hz"))
-+ {
-+ res->iWidth = 1920;
-+ res->iHeight= 1080;
-+ res->iScreenWidth = 1920;
-+ res->iScreenHeight= 1080;
-+ res->fRefreshRate = 23.976;
-+ res->dwFlags = D3DPRESENTFLAG_PROGRESSIVE;
-+ }
- else if (StringUtils::EqualsNoCase(fromMode, "1080p24hz"))
- {
- res->iWidth = 1920;
-@@ -383,6 +392,15 @@ bool aml_mode_to_resolution(const char *mode, RESOLUTION_INFO *res)
- res->fRefreshRate = 50;
- res->dwFlags = D3DPRESENTFLAG_PROGRESSIVE;
- }
-+ else if (StringUtils::EqualsNoCase(fromMode, "1080p59hz"))
-+ {
-+ res->iWidth = 1920;
-+ res->iHeight= 1080;
-+ res->iScreenWidth = 1920;
-+ res->iScreenHeight= 1080;
-+ res->fRefreshRate = 59.940;
-+ res->dwFlags = D3DPRESENTFLAG_PROGRESSIVE;
-+ }
- else if (StringUtils::EqualsNoCase(fromMode, "1080i"))
- {
- res->iWidth = 1920;
-@@ -401,6 +419,15 @@ bool aml_mode_to_resolution(const char *mode, RESOLUTION_INFO *res)
- res->fRefreshRate = 50;
- res->dwFlags = D3DPRESENTFLAG_INTERLACED;
- }
-+ else if (StringUtils::EqualsNoCase(fromMode, "1080i59hz"))
-+ {
-+ res->iWidth = 1920;
-+ res->iHeight= 1080;
-+ res->iScreenWidth = 1920;
-+ res->iScreenHeight= 1080;
-+ res->fRefreshRate = 59.940;
-+ res->dwFlags = D3DPRESENTFLAG_INTERLACED;
-+ }
- else if (StringUtils::EqualsNoCase(fromMode, "4k2ksmpte"))
- {
- res->iWidth = 1920;
-@@ -410,6 +437,15 @@ bool aml_mode_to_resolution(const char *mode, RESOLUTION_INFO *res)
- res->fRefreshRate = 24;
- res->dwFlags = D3DPRESENTFLAG_PROGRESSIVE;
- }
-+ else if (StringUtils::EqualsNoCase(fromMode, "4k2k23hz"))
-+ {
-+ res->iWidth = 1920;
-+ res->iHeight= 1080;
-+ res->iScreenWidth = 3840;
-+ res->iScreenHeight= 2160;
-+ res->fRefreshRate = 23.976;
-+ res->dwFlags = D3DPRESENTFLAG_PROGRESSIVE;
-+ }
- else if (StringUtils::EqualsNoCase(fromMode, "4k2k24hz"))
- {
- res->iWidth = 1920;
-@@ -428,6 +464,15 @@ bool aml_mode_to_resolution(const char *mode, RESOLUTION_INFO *res)
- res->fRefreshRate = 25;
- res->dwFlags = D3DPRESENTFLAG_PROGRESSIVE;
- }
-+ else if (StringUtils::EqualsNoCase(fromMode, "4k2k29hz"))
-+ {
-+ res->iWidth = 1920;
-+ res->iHeight= 1080;
-+ res->iScreenWidth = 3840;
-+ res->iScreenHeight= 2160;
-+ res->fRefreshRate = 29.970;
-+ res->dwFlags = D3DPRESENTFLAG_PROGRESSIVE;
-+ }
- else if (StringUtils::EqualsNoCase(fromMode, "4k2k30hz"))
- {
- res->iWidth = 1920;
-diff --git a/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp b/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp
-index 08c2704..111442c 100644
---- a/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp
-+++ b/xbmc/windowing/egl/EGLNativeTypeAmlAndroid.cpp
-@@ -87,6 +87,16 @@ bool CEGLNativeTypeAmlAndroid::SetNativeResolution(const RESOLUTION_INFO &res)
- break;
- }
- break;
-+ case 599:
-+ switch(res.iScreenWidth)
-+ {
-+ default:
-+ if (res.dwFlags & D3DPRESENTFLAG_INTERLACED)
-+ return SetDisplayResolution("1080i59hz");
-+ else
-+ return SetDisplayResolution("1080p59hz");
-+ break;
-+ }
- case 500:
- switch(res.iScreenWidth)
- {
-@@ -113,6 +123,17 @@ bool CEGLNativeTypeAmlAndroid::SetNativeResolution(const RESOLUTION_INFO &res)
- break;
- }
- break;
-+ case 299:
-+ switch(res.iScreenWidth)
-+ {
-+ case 3840:
-+ return SetDisplayResolution("4k2k29hz");
-+ break;
-+ default:
-+ return SetDisplayResolution("1080p29hz");
-+ break;
-+ }
-+ break;
- case 250:
- switch(res.iScreenWidth)
- {
-@@ -138,6 +159,17 @@ bool CEGLNativeTypeAmlAndroid::SetNativeResolution(const RESOLUTION_INFO &res)
- break;
- }
- break;
-+ case 239:
-+ switch(res.iScreenWidth)
-+ {
-+ case 3840:
-+ return SetDisplayResolution("4k2k23hz");
-+ break;
-+ default:
-+ return SetDisplayResolution("1080p23hz");
-+ break;
-+ }
-+ break;
- }
-
- return false;
-
-From 98e077f5cb7c3cf319f674b0ded85b8e2e32d334 Mon Sep 17 00:00:00 2001
-From: "h.udo"
-Date: Thu, 27 Aug 2015 22:42:19 +0100
-Subject: [PATCH 25/30] [pvr] Fix json depend MIA
-
----
- project/cmake/addons/addons/pvr.argustv/pvr.argustv.txt | 2 +-
- project/cmake/addons/addons/pvr.filmon/pvr.filmon.txt | 2 +-
- project/cmake/addons/addons/pvr.pctv/pvr.pctv.txt | 2 +-
- project/cmake/addons/addons/pvr.stalker/pvr.stalker.txt | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/project/cmake/addons/addons/pvr.argustv/pvr.argustv.txt b/project/cmake/addons/addons/pvr.argustv/pvr.argustv.txt
-index 31457f5..7ec9c06 100644
---- a/project/cmake/addons/addons/pvr.argustv/pvr.argustv.txt
-+++ b/project/cmake/addons/addons/pvr.argustv/pvr.argustv.txt
-@@ -1 +1 @@
--pvr.argustv https://github.com/kodi-pvr/pvr.argustv 96c8026
-+pvr.argustv https://github.com/kodi-pvr/pvr.argustv 32f0327
-diff --git a/project/cmake/addons/addons/pvr.filmon/pvr.filmon.txt b/project/cmake/addons/addons/pvr.filmon/pvr.filmon.txt
-index f9bfe22..c7bf82c 100644
---- a/project/cmake/addons/addons/pvr.filmon/pvr.filmon.txt
-+++ b/project/cmake/addons/addons/pvr.filmon/pvr.filmon.txt
-@@ -1 +1 @@
--pvr.filmon https://github.com/kodi-pvr/pvr.filmon 5c41f4e
-+pvr.filmon https://github.com/kodi-pvr/pvr.filmon 67abb56
-diff --git a/project/cmake/addons/addons/pvr.pctv/pvr.pctv.txt b/project/cmake/addons/addons/pvr.pctv/pvr.pctv.txt
-index ddcdb9c..78326ce 100644
---- a/project/cmake/addons/addons/pvr.pctv/pvr.pctv.txt
-+++ b/project/cmake/addons/addons/pvr.pctv/pvr.pctv.txt
-@@ -1 +1 @@
--pvr.pctv https://github.com/kodi-pvr/pvr.pctv d23160c
-+pvr.pctv https://github.com/kodi-pvr/pvr.pctv bca8165
-diff --git a/project/cmake/addons/addons/pvr.stalker/pvr.stalker.txt b/project/cmake/addons/addons/pvr.stalker/pvr.stalker.txt
-index dfd0ac0..8182ad1 100644
---- a/project/cmake/addons/addons/pvr.stalker/pvr.stalker.txt
-+++ b/project/cmake/addons/addons/pvr.stalker/pvr.stalker.txt
-@@ -1 +1 @@
--pvr.stalker https://github.com/kodi-pvr/pvr.stalker 5f6eb19
-+pvr.stalker https://github.com/kodi-pvr/pvr.stalker e556508
-
-From 355e7bc69c3f787ce46c1080b4be55e79306a7b2 Mon Sep 17 00:00:00 2001
-From: Memphiz
-Date: Fri, 28 Aug 2015 09:45:02 +0200
-Subject: [PATCH 26/30] [osx/darwinutils] - add method IsLion to check for
- 10.7.x runtime
-
----
- xbmc/osx/DarwinUtils.h | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/xbmc/osx/DarwinUtils.h b/xbmc/osx/DarwinUtils.h
-index 7763548..0a0423e 100644
---- a/xbmc/osx/DarwinUtils.h
-+++ b/xbmc/osx/DarwinUtils.h
-@@ -33,6 +33,7 @@ class CDarwinUtils
- static const char *getIosPlatformString(void);
- static bool IsAppleTV2(void);
- static bool IsMavericks(void);
-+ static bool IsLion(void);
- static bool IsSnowLeopard(void);
- static bool DeviceHasRetina(double &scale);
- static const char *GetOSReleaseString(void);
-
-From 1d26a1ff992b2eb76ebbea071cfae5e1ed109c35 Mon Sep 17 00:00:00 2001
-From: Memphiz
-Date: Fri, 28 Aug 2015 09:46:46 +0200
-Subject: [PATCH 27/30] [osx/darwinutils] - add implementation for IsLion to
- determine 10.7.x runtime
-
----
- xbmc/osx/DarwinUtils.mm | 14 ++++++++++++++
- 1 file changed, 14 insertions(+)
-
-diff --git a/xbmc/osx/DarwinUtils.mm b/xbmc/osx/DarwinUtils.mm
-index 75ece9f..b1b282f 100644
---- a/xbmc/osx/DarwinUtils.mm
-+++ b/xbmc/osx/DarwinUtils.mm
-@@ -212,6 +212,20 @@ enum iosPlatform getIosPlatform()
- return isMavericks == 1;
- }
-
-+bool CDarwinUtils::IsLion(void)
-+{
-+ static int isLion = -1;
-+#if defined(TARGET_DARWIN_OSX)
-+ if (isLion == -1)
-+ {
-+ double appKitVersion = floor(NSAppKitVersionNumber);
-+ // everything lower 10.8 is 10.7.x because 10.7 is deployment target...
-+ isLion = (appKitVersion < NSAppKitVersionNumber10_8) ? 1 : 0;
-+ }
-+#endif
-+ return isLion == 1;
-+}
-+
- bool CDarwinUtils::IsSnowLeopard(void)
- {
- static int isSnowLeopard = -1;
-
-From 896511cb1bd03a0927903f5f65f8c572129e8154 Mon Sep 17 00:00:00 2001
-From: Memphiz
-Date: Fri, 28 Aug 2015 09:49:21 +0200
-Subject: [PATCH 28/30] [osx] - on 10.7.x runtime never call
- Cocoa_GetVolumeNameFromMountPoint as it crashes
-
----
- xbmc/storage/osx/DarwinStorageProvider.cpp | 8 ++++++++
- 1 file changed, 8 insertions(+)
-
-diff --git a/xbmc/storage/osx/DarwinStorageProvider.cpp b/xbmc/storage/osx/DarwinStorageProvider.cpp
-index 6be9ab1..19c99b7 100644
---- a/xbmc/storage/osx/DarwinStorageProvider.cpp
-+++ b/xbmc/storage/osx/DarwinStorageProvider.cpp
-@@ -29,6 +29,7 @@
- #include
- #include
- #include
-+#include "osx/DarwinUtils.h"
- #endif
- #include "osx/CocoaInterface.h"
-
-@@ -62,6 +63,9 @@ void CDarwinStorageProvider::GetLocalDrives(VECSOURCES &localDrives)
- share.strName = "Volumes";
- share.m_ignore = true;
- localDrives.push_back(share);
-+
-+ if (CDarwinUtils::IsLion())
-+ return; //temp workaround for crash in Cocoa_GetVolumeNameFromMountPoint on 10.7.x
-
- // This will pick up all local non-removable disks including the Root Disk.
- DASessionRef session = DASessionCreate(kCFAllocatorDefault);
-@@ -106,6 +110,10 @@ void CDarwinStorageProvider::GetLocalDrives(VECSOURCES &localDrives)
- void CDarwinStorageProvider::GetRemovableDrives(VECSOURCES &removableDrives)
- {
- #if defined(TARGET_DARWIN_OSX)
-+
-+ if (CDarwinUtils::IsLion())
-+ return; //temp workaround for crash in Cocoa_GetVolumeNameFromMountPoint on 10.7.x
-+
- DASessionRef session = DASessionCreate(kCFAllocatorDefault);
- if (session)
- {
-
-From f462c0e42fcb019951867af15dd7173281ce5454 Mon Sep 17 00:00:00 2001
-From: janbar
-Date: Mon, 31 Aug 2015 20:48:14 +0200
-Subject: [PATCH 29/30] [pvr.mythtv] bump addon to version 2.6.2
-
-- Security fix for JSON parser
-- Add EPG Entry associated with recent Recording
----
- project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt b/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt
-index b5e4d63..97d4ecb 100644
---- a/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt
-+++ b/project/cmake/addons/addons/pvr.mythtv/pvr.mythtv.txt
-@@ -1 +1 @@
--pvr.mythtv https://github.com/kodi-pvr/pvr.mythtv bf85a48
-+pvr.mythtv https://github.com/kodi-pvr/pvr.mythtv eb8d29e
-
-From 79fab8184b60ea0be6923804f973289f1f0f4318 Mon Sep 17 00:00:00 2001
-From: Craig Andrews
-Date: Thu, 30 Jul 2015 23:06:41 -0400
-Subject: [PATCH 30/30] [rsxs] Use stdbool.h from GCC 5.2.0
-
----
- xbmc/screensavers/rsxs-0.9/lib/stdbool_.h | 137 +++++++++---------------------
- 1 file changed, 38 insertions(+), 99 deletions(-)
-
-diff --git a/xbmc/screensavers/rsxs-0.9/lib/stdbool_.h b/xbmc/screensavers/rsxs-0.9/lib/stdbool_.h
-index efa80ba..a951510 100644
---- a/xbmc/screensavers/rsxs-0.9/lib/stdbool_.h
-+++ b/xbmc/screensavers/rsxs-0.9/lib/stdbool_.h
-@@ -1,115 +1,54 @@
--/* Copyright (C) 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
-- Written by Bruno Haible , 2001.
-+/* Copyright (C) 1998-2015 Free Software Foundation, Inc.
-
-- This program is free software; you can redistribute it and/or modify
-- it under the terms of the GNU General Public License as published by
-- the Free Software Foundation; either version 2, or (at your option)
-- any later version.
-+This file is part of GCC.
-
-- This program is distributed in the hope that it will be useful,
-- but WITHOUT ANY WARRANTY; without even the implied warranty of
-- MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-- GNU General Public License for more details.
-+GCC is free software; you can redistribute it and/or modify
-+it under the terms of the GNU General Public License as published by
-+the Free Software Foundation; either version 3, or (at your option)
-+any later version.
-
-- You should have received a copy of the GNU General Public License
-- along with this program; if not, write to the Free Software Foundation,
-- Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
-+GCC is distributed in the hope that it will be useful,
-+but WITHOUT ANY WARRANTY; without even the implied warranty of
-+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-+GNU General Public License for more details.
-
--#ifndef _STDBOOL_H
--#define _STDBOOL_H
--
--/* ISO C 99 for platforms that lack it. */
--
--/* Usage suggestions:
--
-- Programs that use should be aware of some limitations
-- and standards compliance issues.
--
-- Standards compliance:
-+Under Section 7 of GPL version 3, you are granted additional
-+permissions described in the GCC Runtime Library Exception, version
-+3.1, as published by the Free Software Foundation.
-
-- - must be #included before 'bool', 'false', 'true'
-- can be used.
-+You should have received a copy of the GNU General Public License and
-+a copy of the GCC Runtime Library Exception along with this program;
-+see the files COPYING3 and COPYING.RUNTIME respectively. If not, see
-+. */
-
-- - You cannot assume that sizeof (bool) == 1.
-+/*
-+ * ISO C Standard: 7.16 Boolean type and values
-+ */
-
-- - Programs should not undefine the macros bool, true, and false,
-- as C99 lists that as an "obsolescent feature".
--
-- Limitations of this substitute, when used in a C89 environment:
--
-- - must be #included before the '_Bool' type can be used.
--
-- - You cannot assume that _Bool is a typedef; it might be a macro.
-+#ifndef _STDBOOL_H
-+#define _STDBOOL_H
-
-- - In C99, casts and automatic conversions to '_Bool' or 'bool' are
-- performed in such a way that every nonzero value gets converted
-- to 'true', and zero gets converted to 'false'. This doesn't work
-- with this substitute. With this substitute, only the values 0 and 1
-- give the expected result when converted to _Bool' or 'bool'.
-+#ifndef __cplusplus
-
-- Also, it is suggested that programs use 'bool' rather than '_Bool';
-- this isn't required, but 'bool' is more common. */
-+#define bool _Bool
-+#define true 1
-+#define false 0
-
-+#else /* __cplusplus */
-
--/* 7.16. Boolean type and values */
-+/* Supporting _Bool in C++ is a GCC extension. */
-+#define _Bool bool
-
--/* BeOS already #defines false 0, true 1. We use the same
-- definitions below, but temporarily we have to #undef them. */
--#ifdef __BEOS__
--# include /* defines bool but not _Bool */
--# undef false
--# undef true
-+#if __cplusplus < 201103L
-+/* Defining these macros in C++98 is a GCC extension. */
-+#define bool bool
-+#define false false
-+#define true true
- #endif
-
--/* For the sake of symbolic names in gdb, we define true and false as
-- enum constants, not only as macros.
-- It is tempting to write
-- typedef enum { false = 0, true = 1 } _Bool;
-- so that gdb prints values of type 'bool' symbolically. But if we do
-- this, values of type '_Bool' may promote to 'int' or 'unsigned int'
-- (see ISO C 99 6.7.2.2.(4)); however, '_Bool' must promote to 'int'
-- (see ISO C 99 6.3.1.1.(2)). So we add a negative value to the
-- enum; this ensures that '_Bool' promotes to 'int'. */
--#if defined __cplusplus || defined __BEOS__
-- /* A compiler known to have 'bool'. */
-- /* If the compiler already has both 'bool' and '_Bool', we can assume they
-- are the same types. */
--# if !@HAVE__BOOL@
--typedef bool _Bool;
--# endif
--#else
--# if !defined __GNUC__
-- /* If @HAVE__BOOL@:
-- Some HP-UX cc and AIX IBM C compiler versions have compiler bugs when
-- the built-in _Bool type is used. See
-- http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02303.html
-- http://lists.gnu.org/archive/html/bug-coreutils/2005-11/msg00161.html
-- http://lists.gnu.org/archive/html/bug-coreutils/2005-10/msg00086.html
-- Similar bugs are likely with other compilers as well; this file
-- wouldn't be used if was working.
-- So we override the _Bool type.
-- If !@HAVE__BOOL@:
-- Need to define _Bool ourselves. As 'signed char' or as an enum type?
-- Use of a typedef, with SunPRO C, leads to a stupid
-- "warning: _Bool is a keyword in ISO C99".
-- Use of an enum type, with IRIX cc, leads to a stupid
-- "warning(1185): enumerated type mixed with another type".
-- The only benefit of the enum type, debuggability, is not important
-- with these compilers. So use 'signed char' and no typedef. */
--# define _Bool signed char
--enum { false = 0, true = 1 };
--# else
-- /* With this compiler, trust the _Bool type if the compiler has it. */
--# if !@HAVE__BOOL@
--typedef enum { _Bool_must_promote_to_int = -1, false = 0, true = 1 } _Bool;
--# endif
--# endif
--#endif
--#define bool _Bool
-+#endif /* __cplusplus */
-
--/* The other macros must be usable in preprocessor directives. */
--#define false 0
--#define true 1
--#define __bool_true_false_are_defined 1
-+/* Signal that all the definitions are present. */
-+#define __bool_true_false_are_defined 1
-
--#endif /* _STDBOOL_H */
-+#endif /* stdbool.h */
diff --git a/packages/multimedia/libhdhomerun/package.mk b/packages/multimedia/libhdhomerun/package.mk
index cc5d6d957e..2269c0f77c 100644
--- a/packages/multimedia/libhdhomerun/package.mk
+++ b/packages/multimedia/libhdhomerun/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libhdhomerun"
-PKG_VERSION="20150406"
+PKG_VERSION="20150826"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPL"
diff --git a/packages/network/bluez/package.mk b/packages/network/bluez/package.mk
index 9b2d26e9d9..7a1c162fa5 100644
--- a/packages/network/bluez/package.mk
+++ b/packages/network/bluez/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bluez"
-PKG_VERSION="5.29"
+PKG_VERSION="5.35"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/network/bluez/patches/bluez-link_against_ncurses.patch b/packages/network/bluez/patches/bluez-link_against_ncurses.patch
index bb5c84c825..9bab171e90 100644
--- a/packages/network/bluez/patches/bluez-link_against_ncurses.patch
+++ b/packages/network/bluez/patches/bluez-link_against_ncurses.patch
@@ -1,8 +1,8 @@
-diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
---- bluez-5.25/Makefile.tools 2014-10-05 21:31:20.000000000 +0200
-+++ bluez-5.25.patch/Makefile.tools 2014-11-21 19:10:03.450218527 +0100
-@@ -7,7 +7,7 @@
- client/agent.h client/agent.c \
+diff -Naur bluez-5.35/Makefile.tools bluez-5.35.patch/Makefile.tools
+--- bluez-5.35/Makefile.tools 2015-09-04 03:19:36.000000000 +0200
++++ bluez-5.35.patch/Makefile.tools 2015-10-02 15:28:03.406835739 +0200
+@@ -8,7 +8,7 @@
+ client/gatt.h client/gatt.c \
monitor/uuid.h monitor/uuid.c
client_bluetoothctl_LDADD = gdbus/libgdbus-internal.la @GLIB_LIBS@ @DBUS_LIBS@ \
- -lreadline
@@ -10,7 +10,7 @@ diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
endif
if MONITOR
-@@ -288,12 +288,12 @@
+@@ -340,12 +340,12 @@
attrib/utils.c src/log.c client/display.c \
client/display.h
attrib_gatttool_LDADD = lib/libbluetooth-internal.la \
@@ -25,7 +25,7 @@ diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
tools_obex_server_tool_SOURCES = $(gobex_sources) $(btio_sources) \
tools/obex-server-tool.c
-@@ -302,12 +302,12 @@
+@@ -354,16 +354,16 @@
tools_bluetooth_player_SOURCES = tools/bluetooth-player.c \
client/display.h client/display.c
tools_bluetooth_player_LDADD = gdbus/libgdbus-internal.la \
@@ -37,6 +37,11 @@ diff -Naur bluez-5.25/Makefile.tools bluez-5.25.patch/Makefile.tools
tools_obexctl_LDADD = gdbus/libgdbus-internal.la \
- @GLIB_LIBS@ @DBUS_LIBS@ -lreadline
+ @GLIB_LIBS@ @DBUS_LIBS@ -lreadline -lncurses
+
+ tools_btmgmt_SOURCES = tools/btmgmt.c src/uuid-helper.c client/display.c
+ tools_btmgmt_LDADD = lib/libbluetooth-internal.la src/libshared-mainloop.la \
+- -lreadline
++ -lreadline -lncurses
endif
if EXPERIMENTAL
diff --git a/packages/network/libnfs/package.mk b/packages/network/libnfs/package.mk
index 4ae4a46134..8ee4a89ace 100644
--- a/packages/network/libnfs/package.mk
+++ b/packages/network/libnfs/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libnfs"
-PKG_VERSION="1.9.7"
+PKG_VERSION="1.9.8"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/network/libssh/package.mk b/packages/network/libssh/package.mk
index 63cfe35c20..798ca492c3 100644
--- a/packages/network/libssh/package.mk
+++ b/packages/network/libssh/package.mk
@@ -17,12 +17,12 @@
################################################################################
PKG_NAME="libssh"
-PKG_VERSION="0.7.0"
+PKG_VERSION="0.7.2"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="OpenSource"
PKG_SITE="http://www.libssh.org/"
-PKG_URL="https://red.libssh.org/attachments/download/140/$PKG_NAME-$PKG_VERSION.tar.xz"
+PKG_URL="https://red.libssh.org/attachments/download/177/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain zlib libressl"
PKG_PRIORITY="optional"
PKG_SECTION="network"
diff --git a/packages/network/wpa_supplicant/package.mk b/packages/network/wpa_supplicant/package.mk
index cd537b891f..d8837a89d4 100644
--- a/packages/network/wpa_supplicant/package.mk
+++ b/packages/network/wpa_supplicant/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="wpa_supplicant"
-PKG_VERSION="2.4"
+PKG_VERSION="2.5"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/network/wpa_supplicant/patches/wpa_supplicant-libressl.patch b/packages/network/wpa_supplicant/patches/wpa_supplicant-libressl.patch
new file mode 100644
index 0000000000..45bae24ae2
--- /dev/null
+++ b/packages/network/wpa_supplicant/patches/wpa_supplicant-libressl.patch
@@ -0,0 +1,69 @@
+$OpenBSD: patch-src_crypto_tls_openssl_c,v 1.3 2015/09/29 11:57:54 dcoppa Exp $
+
+Compatibility fixes for LibreSSL
+
+--- a/src/crypto/tls_openssl.c.orig Sun Sep 27 21:02:05 2015
++++ b/src/crypto/tls_openssl.c Mon Sep 28 13:43:46 2015
+@@ -2229,7 +2229,7 @@ static int tls_parse_pkcs12(struct tls_data *data, SSL
+ }
+
+ if (certs) {
+-#if OPENSSL_VERSION_NUMBER >= 0x10002000L
++#if OPENSSL_VERSION_NUMBER >= 0x10002000L && !defined(LIBRESSL_VERSION_NUMBER)
+ SSL_clear_chain_certs(ssl);
+ while ((cert = sk_X509_pop(certs)) != NULL) {
+ X509_NAME_oneline(X509_get_subject_name(cert), buf,
+@@ -2247,7 +2247,7 @@ static int tls_parse_pkcs12(struct tls_data *data, SSL
+ /* Try to continue anyway */
+ }
+ sk_X509_free(certs);
+-#ifndef OPENSSL_IS_BORINGSSL
++#if !defined(OPENSSL_IS_BORINGSSL) && !defined(LIBRESSL_VERSION_NUMBER)
+ res = SSL_build_cert_chain(ssl,
+ SSL_BUILD_CHAIN_FLAG_CHECK |
+ SSL_BUILD_CHAIN_FLAG_IGNORE_ERROR);
+@@ -2812,7 +2812,7 @@ int tls_connection_get_random(void *ssl_ctx, struct tl
+ if (conn == NULL || keys == NULL)
+ return -1;
+ ssl = conn->ssl;
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+ if (ssl == NULL || ssl->s3 == NULL || ssl->session == NULL)
+ return -1;
+
+@@ -2841,7 +2841,7 @@ int tls_connection_get_random(void *ssl_ctx, struct tl
+ #ifndef CONFIG_FIPS
+ static int openssl_get_keyblock_size(SSL *ssl)
+ {
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+ const EVP_CIPHER *c;
+ const EVP_MD *h;
+ int md_size;
+@@ -2911,7 +2911,7 @@ static int openssl_tls_prf(struct tls_connection *conn
+ "mode");
+ return -1;
+ #else /* CONFIG_FIPS */
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+ SSL *ssl;
+ u8 *rnd;
+ int ret = -1;
+@@ -3394,7 +3394,7 @@ int tls_connection_set_cipher_list(void *tls_ctx, stru
+
+ wpa_printf(MSG_DEBUG, "OpenSSL: cipher suites: %s", buf + 1);
+
+-#if OPENSSL_VERSION_NUMBER >= 0x10100000L
++#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER)
+ #if defined(EAP_FAST) || defined(EAP_FAST_DYNAMIC) || defined(EAP_SERVER_FAST)
+ if (os_strstr(buf, ":ADH-")) {
+ /*
+@@ -3977,7 +3977,7 @@ static int tls_sess_sec_cb(SSL *s, void *secret, int *
+ struct tls_connection *conn = arg;
+ int ret;
+
+-#if OPENSSL_VERSION_NUMBER < 0x10100000L
++#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER)
+ if (conn == NULL || conn->session_ticket_cb == NULL)
+ return 0;
+
diff --git a/packages/sysutils/dbus/package.mk b/packages/sysutils/dbus/package.mk
index d45eba348f..9019f67ace 100644
--- a/packages/sysutils/dbus/package.mk
+++ b/packages/sysutils/dbus/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="dbus"
-PKG_VERSION="1.8.18"
+PKG_VERSION="1.8.20"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="GPL"
diff --git a/packages/sysutils/dosfstools/package.mk b/packages/sysutils/dosfstools/package.mk
index e95a10cf2c..238504e512 100644
--- a/packages/sysutils/dosfstools/package.mk
+++ b/packages/sysutils/dosfstools/package.mk
@@ -17,10 +17,10 @@
################################################################################
PKG_NAME="dosfstools"
-PKG_VERSION="3.0.27"
+PKG_VERSION="3.0.28"
PKG_REV="1"
PKG_ARCH="any"
-PKG_LICENSE="GPL"
+PKG_LICENSE="GPLv3"
PKG_SITE="https://github.com/dosfstools/dosfstools"
PKG_URL="https://github.com/dosfstools/dosfstools/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.xz"
PKG_DEPENDS_TARGET="toolchain"
diff --git a/packages/sysutils/fuse-exfat/package.mk b/packages/sysutils/fuse-exfat/package.mk
index 76cd900a47..d7f3199525 100644
--- a/packages/sysutils/fuse-exfat/package.mk
+++ b/packages/sysutils/fuse-exfat/package.mk
@@ -17,31 +17,17 @@
################################################################################
PKG_NAME="fuse-exfat"
-PKG_VERSION="1.1.0"
+PKG_VERSION="1.2.0"
PKG_REV="1"
PKG_ARCH="any"
-PKG_LICENSE="GPL"
-PKG_SITE="http://code.google.com/p/exfat"
-#PKG_URL="http://exfat.googlecode.com/files/$PKG_NAME-$PKG_VERSION.tar.gz"
-PKG_URL="http://distfiles.gentoo.org/distfiles/$PKG_NAME-$PKG_VERSION.tar.gz"
-PKG_DEPENDS_TARGET="toolchain scons:host fuse"
+PKG_LICENSE="GPLv2+"
+PKG_SITE="https://github.com/relan/exfat"
+PKG_URL="https://github.com/relan/exfat/releases/download/v$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
+PKG_DEPENDS_TARGET="toolchain fuse"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="fuse-exfat: aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."
PKG_LONGDESC="This project aims to provide a full-featured exFAT file system implementation for GNU/Linux other Unix-like systems as a FUSE module."
PKG_IS_ADDON="no"
-PKG_AUTORECONF="no"
-
-
-make_target() {
- export CCFLAGS="$CFLAGS -std=c99"
-
- scons
-}
-
-makeinstall_target() {
- mkdir -p $INSTALL/usr/bin
- cp fuse/mount.exfat-fuse $INSTALL/usr/bin
- ln -sf mount.exfat-fuse $INSTALL/usr/bin/mount.exfat
-}
+PKG_AUTORECONF="yes"
diff --git a/packages/sysutils/libusb/package.mk b/packages/sysutils/libusb/package.mk
index f6e975cfa2..4c5169921a 100644
--- a/packages/sysutils/libusb/package.mk
+++ b/packages/sysutils/libusb/package.mk
@@ -17,11 +17,11 @@
################################################################################
PKG_NAME="libusb"
-PKG_VERSION="1.0.19"
+PKG_VERSION="1.0.20"
PKG_REV="1"
PKG_ARCH="any"
-PKG_LICENSE="GPL"
-PKG_SITE="http://libusb.sourceforge.net/"
+PKG_LICENSE="LGPLv2.1"
+PKG_SITE="http://libusb.info/"
PKG_URL="$SOURCEFORGE_SRC/libusb/files/$PKG_NAME-$PKG_VERSION.tar.bz2"
PKG_DEPENDS_TARGET="toolchain systemd"
PKG_PRIORITY="optional"
@@ -38,3 +38,8 @@ PKG_CONFIGURE_OPTS_TARGET="--enable-shared \
--disable-debug-log \
--enable-udev \
--disable-examples-build"
+
+pre_configure_target () {
+ #libusb sometimes fails to build if building paralell
+ export MAKEFLAGS=-j1
+}
diff --git a/packages/sysutils/pciutils/package.mk b/packages/sysutils/pciutils/package.mk
index 9659abff36..e67bb8e2bc 100644
--- a/packages/sysutils/pciutils/package.mk
+++ b/packages/sysutils/pciutils/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="pciutils"
-PKG_VERSION="3.3.1"
+PKG_VERSION="3.4.0"
PKG_REV="1"
PKG_ARCH="x86_64"
PKG_LICENSE="GPL"
diff --git a/packages/tools/bcm2835-bootloader/package.mk b/packages/tools/bcm2835-bootloader/package.mk
index 6373f66cfc..1aadec8d27 100644
--- a/packages/tools/bcm2835-bootloader/package.mk
+++ b/packages/tools/bcm2835-bootloader/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="bcm2835-bootloader"
-PKG_VERSION="9a21e6a"
+PKG_VERSION="960832a"
PKG_REV="1"
PKG_ARCH="arm"
PKG_LICENSE="nonfree"
diff --git a/packages/tools/installer/scripts/installer b/packages/tools/installer/scripts/installer
index 4cbca24d8d..8c029381be 100755
--- a/packages/tools/installer/scripts/installer
+++ b/packages/tools/installer/scripts/installer
@@ -70,7 +70,7 @@ get_device_unmount() {
# provides: DEVICES
DEVICES=""
- DEVICES=$(parted -s -m -l | grep -E '^/dev/sd|^/dev/mmcblk' | grep -E -v '.?rpmb|.?boot?' | cut -f1 -d ":")
+ DEVICES=$(parted -s -m -l 2>/dev/null | grep -E '^/dev/sd|^/dev/mmcblk|^/dev/nvme' | grep -E -v '.?rpmb|.?boot?' | cut -f1 -d ":")
for i in $(cat /proc/mounts | grep -E '^/dev/sd' | cut -f1 -d " " | sed "s/[0-9].*$//"); do
DEVICES=$(echo $DEVICES |sed -e "s|$i||")
@@ -79,6 +79,10 @@ get_device_unmount() {
for i in $(cat /proc/mounts | grep -E '^/dev/mmcblk' | cut -f1 -d " " | sed "s/p.*$//"); do
DEVICES=$(echo $DEVICES |sed -e "s|$i||")
done
+
+ for i in $(cat /proc/mounts | grep -E '^/dev/nvme' | cut -f1 -d " " | sed "s/p.*$//"); do
+ DEVICES=$(echo $DEVICES |sed -e "s|$i||")
+ done
}
get_partition() {
@@ -195,7 +199,7 @@ do_install_quick() {
INSTALL_DEVICE_FULL=$(echo $DEVICE_LIST | sed "s|.*$INSTALL_DEVICE \([^ ]*\).*|$INSTALL_DEVICE \1|")
case $INSTALL_DEVICE in
- "/dev/mmcblk"*)
+ "/dev/mmcblk"*|"/dev/nvme"*)
PART1="p1"
PART2="p2"
;;
@@ -491,26 +495,10 @@ do_install_custom() {
esac
}
-msg_not_implemented() {
- # show a dialog that this function is not yet implemented
- MSG_TITLE="\Z2[ WORK IN PROGRESS ]\Zn"
- MSG_INFOBOX=" This function is not implemented yet."
-
- dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70
-}
-
-msg_oem_only() {
- # show a dialog that this function is only implemented on special builds
- MSG_TITLE="\Z2[ FOR OEM ONLY ]\Zn"
- MSG_INFOBOX=" OEM only feature, this function is not implemented in this build. \n if you have questions about this feature \n visit http://www.openelec.tv"
-
- dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 7 70
-}
-
msg_no_device() {
# show a warning dialog if we dont find not mounted devices for install and return to main menu
MSG_TITLE="\Z1[ WARNING ]\Zn"
- MSG_INFOBOX=" No devices were found. \n If you are trying to install on a brand new harddisk you must \n create atleast one partition. \n Otherwise it won't be found. \n If you dont know how, ask in the forum or on IRC."
+ MSG_INFOBOX=" No devices were found. "
dialog --colors --backtitle "$BACKTITLE" --title "$MSG_TITLE" --msgbox "$MSG_INFOBOX" 9 70
diff --git a/packages/virtual/toolchain/package.mk b/packages/virtual/toolchain/package.mk
index b8938696e2..4c40719945 100644
--- a/packages/virtual/toolchain/package.mk
+++ b/packages/virtual/toolchain/package.mk
@@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.openelec.tv"
PKG_URL=""
-PKG_DEPENDS_TARGET="make:host xz:host sed:host pkg-config:host autoconf:host automake:host libtool:host intltool:host autoconf-archive:host gcc:host bison:host flex:host cmake:host scons:host yasm:host"
+PKG_DEPENDS_TARGET="make:host xz:host sed:host pkg-config:host autoconf:host automake:host libtool:host intltool:host autoconf-archive:host gcc:host bison:host flex:host cmake:host yasm:host"
PKG_PRIORITY="optional"
PKG_SECTION="virtual"
PKG_SHORTDESC="toolchain: OpenELEC.tv' toolchain"
diff --git a/packages/web/libmicrohttpd/package.mk b/packages/web/libmicrohttpd/package.mk
index 21a6afb8fb..db3e619ab0 100644
--- a/packages/web/libmicrohttpd/package.mk
+++ b/packages/web/libmicrohttpd/package.mk
@@ -17,7 +17,7 @@
################################################################################
PKG_NAME="libmicrohttpd"
-PKG_VERSION="0.9.43"
+PKG_VERSION="0.9.44"
PKG_REV="1"
PKG_ARCH="any"
PKG_LICENSE="LGPLv2.1"
diff --git a/projects/Generic/linux/linux.x86_64.conf b/projects/Generic/linux/linux.x86_64.conf
index e95f936342..9a2da0d53e 100644
--- a/projects/Generic/linux/linux.x86_64.conf
+++ b/projects/Generic/linux/linux.x86_64.conf
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/x86_64 4.1.6 Kernel Configuration
+# Linux/x86_64 4.1.8 Kernel Configuration
#
CONFIG_64BIT=y
CONFIG_X86_64=y
@@ -1093,7 +1093,7 @@ CONFIG_BLK_DEV_LOOP_MIN_COUNT=0
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_DRBD is not set
CONFIG_BLK_DEV_NBD=y
-# CONFIG_BLK_DEV_NVME is not set
+CONFIG_BLK_DEV_NVME=y
# CONFIG_BLK_DEV_SKD is not set
# CONFIG_BLK_DEV_SX8 is not set
CONFIG_BLK_DEV_RAM=y
diff --git a/projects/RPi/linux/linux.arm.conf b/projects/RPi/linux/linux.arm.conf
index 30dad992dc..0de50ca38d 100644
--- a/projects/RPi/linux/linux.arm.conf
+++ b/projects/RPi/linux/linux.arm.conf
@@ -1,6 +1,6 @@
#
# Automatically generated file; DO NOT EDIT.
-# Linux/arm 4.1.6 Kernel Configuration
+# Linux/arm 4.1.8 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
@@ -940,6 +940,7 @@ CONFIG_BLK_DEV_RAM_SIZE=4096
# Misc devices
#
# CONFIG_SENSORS_LIS3LV02D is not set
+CONFIG_BCM2835_SMI=m
# CONFIG_AD525X_DPOT is not set
# CONFIG_DUMMY_IRQ is not set
# CONFIG_ICS932S401 is not set
@@ -1387,6 +1388,7 @@ CONFIG_BCM2708_VCMEM=y
CONFIG_BCM_VCIO=y
CONFIG_BCM_VC_SM=y
CONFIG_BCM2835_DEVGPIOMEM=m
+CONFIG_BCM2835_SMI_DEV=m
# CONFIG_XILLYBUS is not set
#
diff --git a/projects/RPi/patches/kodi/kodi-001-isengard-rpb-backports.patch b/projects/RPi/patches/kodi/kodi-001-isengard-rpb-backports.patch
index 5901e4693b..dbd11bc633 100644
--- a/projects/RPi/patches/kodi/kodi-001-isengard-rpb-backports.patch
+++ b/projects/RPi/patches/kodi/kodi-001-isengard-rpb-backports.patch
@@ -1,7 +1,7 @@
-From 27c098f81eec4d6c91e929fb7673640fccd88993 Mon Sep 17 00:00:00 2001
+From e47d1541cb23c8667c0403003380ebd76a703251 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 7 Apr 2014 18:19:32 +0100
-Subject: [PATCH 01/97] [rbp/omxplayer] When opening a stream don't try to
+Subject: [PATCH 001/100] [rbp/omxplayer] When opening a stream don't try to
update gui so often
---
@@ -25,10 +25,10 @@ index 318ecec..59698f6 100644
g_windowManager.ProcessRenderLoop(false);
if (allowCancel && dialog->IsCanceled())
-From ebbadf9ecbe46aff57ab31aa0900c691dacc8789 Mon Sep 17 00:00:00 2001
+From f951f557431145e47108b7fb3c2c8f47a9c07893 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 8 Mar 2014 15:36:06 +0000
-Subject: [PATCH 03/97] [hifiberry] Hack: force it to be recognised as IEC958
+Subject: [PATCH 003/100] [hifiberry] Hack: force it to be recognised as IEC958
capable to enable passthrough options
---
@@ -51,10 +51,10 @@ index e22db7a..0120bd5 100644
info.m_displayName.substr(info.m_displayName.size()-5) == " HDMI")
{
-From d50f06493551f65a61159b0b3140172ff32c2c93 Mon Sep 17 00:00:00 2001
+From d2026ad2027d69138df4f058fb60a0a0cc305c7e Mon Sep 17 00:00:00 2001
From: Ben Avison
Date: Thu, 1 May 2014 16:28:39 +0100
-Subject: [PATCH 04/97] Improved file buffering in CArchive
+Subject: [PATCH 004/100] Improved file buffering in CArchive
Even though memcpy is typically inlined by the compiler into byte/word loads
and stores (at least for release builds), the frequency with which 1, 2 and 4
@@ -114,17 +114,17 @@ index 6ed0f8f..8506d95 100644
}
else
-From e677c063cf52652c9ca299f0bbe70652f9fd63eb Mon Sep 17 00:00:00 2001
+From 7a6f6fdb69f093b604e353f5fdf55e336d308a75 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 12 Aug 2014 00:31:36 +0100
-Subject: [PATCH 05/97] [omxcodec] Don't force software codec with dvds
+Subject: [PATCH 005/100] [omxcodec] Don't force software codec with dvds
---
xbmc/cores/dvdplayer/DVDPlayer.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xbmc/cores/dvdplayer/DVDPlayer.cpp b/xbmc/cores/dvdplayer/DVDPlayer.cpp
-index 7c84557..87463a7 100644
+index f6ffe4e..74f3f9b 100644
--- a/xbmc/cores/dvdplayer/DVDPlayer.cpp
+++ b/xbmc/cores/dvdplayer/DVDPlayer.cpp
@@ -3417,7 +3417,9 @@ bool CDVDPlayer::OpenVideoStream(CDVDStreamInfo& hint, bool reset)
@@ -138,10 +138,10 @@ index 7c84557..87463a7 100644
else if (m_pInputStream && m_pInputStream->IsStreamType(DVDSTREAM_TYPE_PVRMANAGER))
{
-From 01b3d88ff0d057cc16039da6e5d25158ce4d80d1 Mon Sep 17 00:00:00 2001
+From 7d01f78144c9bc8dc9df5ca8da03dcf5c33d86d9 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 10 Aug 2014 16:45:16 +0100
-Subject: [PATCH 06/97] filesystem: Make support of browsing into archives
+Subject: [PATCH 006/100] filesystem: Make support of browsing into archives
optional
The ability to browse, scan and play content in archives can cause problems on low powered/low memory devices.
@@ -224,11 +224,11 @@ index 5af92e7..568a1a8 100644
{ // XBMC Smart playlist - just XML renamed to XSP
// read the name of the playlist in
-From 077c929b867702c7d59ce2289d54cec56a4018e7 Mon Sep 17 00:00:00 2001
+From 601a45ff9b262f64000ee50e1cfc6869b410c55e Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 27 Oct 2014 13:06:57 +0000
-Subject: [PATCH 08/97] [rbp] Make cachemembuffersize default depend on memory
- size
+Subject: [PATCH 008/100] [rbp] Make cachemembuffersize default depend on
+ memory size
---
xbmc/linux/RBP.cpp | 10 ++++++++++
@@ -329,10 +329,10 @@ index 2e3282c..d1606a2 100644
}
-From 4bb600b92009d43e32124eb8bf6ae95603ae93a8 Mon Sep 17 00:00:00 2001
+From 4e426c5505fb01f64a272f191ca22eb542483de9 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 30 May 2014 14:58:43 +0100
-Subject: [PATCH 10/97] [settings] Experiment: Report DESKTOP resolution in
+Subject: [PATCH 010/100] [settings] Experiment: Report DESKTOP resolution in
video settings
---
@@ -354,10 +354,11 @@ index 4376463..fc4e5ea 100644
StringUtils::Format("%dx%d%s", resolution->width, resolution->height,
ModeFlagsToString(resolution->flags, false).c_str()),
-From b48b69bcd2f0621befc05b30063874ccfbed6395 Mon Sep 17 00:00:00 2001
+From 047f52b5ba5f87c6a05fc49f0ff47f964cc2151a Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 9 Sep 2014 12:04:26 +0100
-Subject: [PATCH 11/97] egl: Treat unknown display aspect ratio as square pixel
+Subject: [PATCH 011/100] egl: Treat unknown display aspect ratio as square
+ pixel
---
xbmc/windowing/egl/EGLNativeTypeRaspberryPI.cpp | 4 ++--
@@ -386,10 +387,10 @@ index bda7430..68fc647 100644
SetResolutionString(m_desktopRes);
-From 3e868e74d23640e8f75f56d2eeabbfd6948e4205 Mon Sep 17 00:00:00 2001
+From 5f56f492ee9849b8745a88007c392bed8e042989 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 19 Sep 2014 11:54:49 +0100
-Subject: [PATCH 12/97] [dvdplayer/rbp] Add pi specific option to maintain
+Subject: [PATCH 012/100] [dvdplayer/rbp] Add pi specific option to maintain
vsync with pll adjustment
New A/V sync option in settings/video/playback to do "Adjust PLL".
@@ -681,10 +682,10 @@ index 7df1bf7..732b69d 100644
float m_audioPlayCountMinimumPercent;
bool m_dvdplayerIgnoreDTSinWAV;
-From 714598484af7ea5d846e80e4e6dbf7e51e1e7bf4 Mon Sep 17 00:00:00 2001
+From 258c2af821a608c1ed92f95e8e063da8d0083a1f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 24 Sep 2014 23:13:52 +0100
-Subject: [PATCH 13/97] [audio] Add settings option to boost centre channel
+Subject: [PATCH 013/100] [audio] Add settings option to boost centre channel
when downmixing
This allows a dB volume increase to be added to centre channel.
@@ -806,10 +807,10 @@ index f99c0e6..1911189 100644
// stereo upmix
if (upmix && m_src_channels == 2 && m_dst_channels > 2)
-From 646c5985702e78bada6bbd9f74fbf442e5bacbd5 Mon Sep 17 00:00:00 2001
+From 1b614d6e694731175e5f4d3dcc98c306bdad9605 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 27 Oct 2014 15:23:51 +0000
-Subject: [PATCH 14/97] [rbp] Default extract thumbnails to false
+Subject: [PATCH 014/100] [rbp] Default extract thumbnails to false
It can take 80 seconds for a single file on a Pi. It can cause crashes with out-of-memory errors.
It genereates a lot of support issues. Best to default to disabled and let users enable it if they must
@@ -839,11 +840,11 @@ index 50fe36a..a54a4c4 100644
-From 4d538f222e65dac1aab9238ee206dae98e8b745d Mon Sep 17 00:00:00 2001
+From c45f209653ef09eeb39dc379e1905c5b303c416f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 10 Feb 2015 15:29:16 +0000
-Subject: [PATCH 15/97] [libcec] Add repeating keypress patch from popcornmix'
- repo
+Subject: [PATCH 015/100] [libcec] Add repeating keypress patch from
+ popcornmix' repo
---
tools/depends/target/libcec/Makefile | 1 +
@@ -1729,10 +1730,10 @@ index 0000000..8366a69
+1.9.1
+
-From 9f185ce92005dc1da7c54b0538b9be627398414c Mon Sep 17 00:00:00 2001
+From 37dcb167b785348191b06076280a03ab2a5781bd Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 28 Oct 2014 00:19:40 +0000
-Subject: [PATCH 16/97] [cec] Add settings for configuring button repeats
+Subject: [PATCH 016/100] [cec] Add settings for configuring button repeats
---
addons/resource.language.en_gb/resources/strings.po | 15 +++++++++++++++
@@ -1813,10 +1814,11 @@ index ea702e5..b5ff693 100644
void CPeripheralCecAdapter::ReadLogicalAddresses(const std::string &strString, cec_logical_addresses &addresses)
-From 41b622065e0b8c4b9ac882c860b352bc893af904 Mon Sep 17 00:00:00 2001
+From 0316bb54444adacdfca76490a4778df1a719dd42 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 3 Nov 2014 23:17:46 +0000
-Subject: [PATCH 17/97] [cec] Don't discard buttons when repeat mode is enabled
+Subject: [PATCH 017/100] [cec] Don't discard buttons when repeat mode is
+ enabled
---
xbmc/peripherals/devices/PeripheralCecAdapter.cpp | 5 ++++-
@@ -1839,10 +1841,10 @@ index b5ff693..6086bf5 100644
if (m_currentButton.iButton == key.iButton && m_currentButton.iDuration == 0)
{
-From 67d598e18250aeee6968a37d6c061b50658ef2fc Mon Sep 17 00:00:00 2001
+From 661701e323eea8a09ddc5cbf7dfccf928b2d7af5 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 4 Nov 2014 18:50:00 +0000
-Subject: [PATCH 18/97] [cec] Temp - more logging
+Subject: [PATCH 018/100] [cec] Temp - more logging
---
xbmc/peripherals/devices/PeripheralCecAdapter.cpp | 8 +++++++-
@@ -1894,10 +1896,10 @@ index 6086bf5..417b0d8 100644
}
-From db0fd492436ac8612452651d95fd013b66e5cb7f Mon Sep 17 00:00:00 2001
+From b3aecd497b997fa71927edd39446994057081df7 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 15 Nov 2014 12:03:34 +0000
-Subject: [PATCH 19/97] [dvdplayer] Add lock for player creation
+Subject: [PATCH 019/100] [dvdplayer] Add lock for player creation
---
xbmc/cores/dvdplayer/DVDPlayer.cpp | 3 +++
@@ -1905,7 +1907,7 @@ Subject: [PATCH 19/97] [dvdplayer] Add lock for player creation
2 files changed, 4 insertions(+)
diff --git a/xbmc/cores/dvdplayer/DVDPlayer.cpp b/xbmc/cores/dvdplayer/DVDPlayer.cpp
-index 87463a7..0ceae20 100644
+index 74f3f9b..3118be2 100644
--- a/xbmc/cores/dvdplayer/DVDPlayer.cpp
+++ b/xbmc/cores/dvdplayer/DVDPlayer.cpp
@@ -517,6 +517,7 @@ int CSelectionStreams::CountSource(StreamType type, StreamSource source) const
@@ -1943,10 +1945,10 @@ index ab6a228..32e76c1 100644
+ CCriticalSection m_players_lock;
};
-From ba714e2c52c3b2b54d0aa36feb038e0988c10f30 Mon Sep 17 00:00:00 2001
+From ee762026329d0d0c0ff8e312cf04ecf9957b0fd0 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 24 Nov 2014 22:07:25 +0000
-Subject: [PATCH 20/97] [dvdplayervideo] Prod decoder when in stills mode
+Subject: [PATCH 020/100] [dvdplayervideo] Prod decoder when in stills mode
An asynchronous hardware decoder doesn't only produce output pictures when new packets arrive.
In dvd stills mode give it a chance to return pictures that weren't ready when frame was decoded.
@@ -1955,7 +1957,7 @@ In dvd stills mode give it a chance to return pictures that weren't ready when f
1 file changed, 28 insertions(+), 18 deletions(-)
diff --git a/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp b/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
-index 46fa635..03c876d 100644
+index 0fe56c3..6ad751f 100644
--- a/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
+++ b/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
@@ -314,7 +314,8 @@ void CDVDPlayerVideo::Process()
@@ -2023,10 +2025,10 @@ index 46fa635..03c876d 100644
if (pMsg->IsType(CDVDMsg::GENERAL_SYNCHRONIZE))
-From 0008ee91faf07eede19fd97c7296825b67e1264b Mon Sep 17 00:00:00 2001
+From 4003daa7468e7fc4d1d03ac9052556e85dad5257 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 27 Nov 2014 16:31:56 +0000
-Subject: [PATCH 21/97] [languageinvoker] Reduce priority of python threads
+Subject: [PATCH 021/100] [languageinvoker] Reduce priority of python threads
---
xbmc/interfaces/generic/LanguageInvokerThread.cpp | 5 +++++
@@ -2049,10 +2051,10 @@ index fcdd063..16f0c89 100644
}
-From ca83d5d34edf353902c7bbaa702f2dbbca5cffbc Mon Sep 17 00:00:00 2001
+From 9418301c4366ecd2523be64ab449d99c76bfab34 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 14 Dec 2013 16:55:05 +0000
-Subject: [PATCH 22/97] logging: Add microsecond timer to log messages
+Subject: [PATCH 022/100] logging: Add microsecond timer to log messages
---
xbmc/utils/log.cpp | 17 +++++++++++++++--
@@ -2105,11 +2107,11 @@ index 3443f12..31c4a99 100644
levelNames[logLevel]) + strData;
-From adced8a3f90b0de05070f5fb7877c0cf97ae3951 Mon Sep 17 00:00:00 2001
+From c14e940dfd1abdf2bd2eb7e3c5caa25714254844 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 29 Nov 2014 15:25:16 +0000
-Subject: [PATCH 23/97] [rbp] hack: wait for splash to complete before changing
- hdmi mode
+Subject: [PATCH 023/100] [rbp] hack: wait for splash to complete before
+ changing hdmi mode
---
xbmc/windowing/egl/EGLNativeTypeRaspberryPI.cpp | 49 +++++++++++++++++++++++++
@@ -2182,10 +2184,10 @@ index 68fc647..c80114e 100644
if(!m_fixedMode && GETFLAGS_GROUP(res.dwFlags) && GETFLAGS_MODE(res.dwFlags))
-From fb7d35b6bc61c996e744be515faa849dfc0f1a24 Mon Sep 17 00:00:00 2001
+From a26352b358cb4a77073a81ad9d1b0fa20aa5b894 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 11 Dec 2014 17:00:57 +0000
-Subject: [PATCH 24/97] Fix for UI not showing both extractflags and
+Subject: [PATCH 024/100] Fix for UI not showing both extractflags and
extractthumb
---
@@ -2249,10 +2251,10 @@ index 4843ab8..f1cbefa 100644
-From 429d7afba781d741b6911f9de9f3ec03be13429f Mon Sep 17 00:00:00 2001
+From b8b1bae07104af45f1945aca34f0424191271be1 Mon Sep 17 00:00:00 2001
From: anaconda
Date: Thu, 11 Sep 2014 21:30:43 +0200
-Subject: [PATCH 25/97] Disable autoscrolling while on screensaver and while
+Subject: [PATCH 025/100] Disable autoscrolling while on screensaver and while
opening streams.
---
@@ -2265,7 +2267,7 @@ Subject: [PATCH 25/97] Disable autoscrolling while on screensaver and while
6 files changed, 24 insertions(+), 3 deletions(-)
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
-index 352df29..c83e0a4 100644
+index a891be6..a1e3a3f 100644
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -4981,3 +4981,13 @@ bool CApplication::NotifyActionListeners(const CAction &action) const
@@ -2383,10 +2385,10 @@ index 2cdbf1c..42be75d 100644
if (m_lastRenderTime)
m_autoScrollDelayTime += currentTime - m_lastRenderTime;
-From f1896dc4a871edff5a4bc7f2549b5675c0a53b67 Mon Sep 17 00:00:00 2001
+From ee6e4e8972c094ac86c7fba991e6df8ff747b194 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 13 Dec 2014 18:35:20 +0000
-Subject: [PATCH 26/97] [demuxer] Avoid memcpy on every demuxer packet
+Subject: [PATCH 026/100] [demuxer] Avoid memcpy on every demuxer packet
Avoids an unnecessary memcpy on every demuxer packet which for
high bitrate videos can be significant.
@@ -2481,10 +2483,10 @@ index ab298b2..10c5ee0 100644
}
catch(...) {
-From 3da5f58723e112654b864b7b5f8b0f30116e29cc Mon Sep 17 00:00:00 2001
+From a5664b17a3642e79b35fb7b3171efa1e6622713f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 15 Feb 2015 14:06:12 +0000
-Subject: [PATCH 27/97] [mmal] Allow mmal codec for dvd stills
+Subject: [PATCH 027/100] [mmal] Allow mmal codec for dvd stills
---
xbmc/cores/dvdplayer/DVDCodecs/DVDFactoryCodec.cpp | 7 +++++++
@@ -2516,11 +2518,11 @@ index 4c363cf..b90237b 100644
{
// If dvd is an mpeg2 and hint.stills
-From 02ce56be5917ca2c6c24674e6a2c36870ebdd936 Mon Sep 17 00:00:00 2001
+From efc5a90bf03956e838be61999b255d7cbbddf187 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 31 Mar 2015 17:31:47 +0100
-Subject: [PATCH 28/97] [mmalrenderer] Add SetCodecControl function and prefer
- to return pictures when renderer is low (disabled)
+Subject: [PATCH 028/100] [mmalrenderer] Add SetCodecControl function and
+ prefer to return pictures when renderer is low (disabled)
---
xbmc/cores/dvdplayer/DVDCodecs/Video/MMALCodec.cpp | 13 +++++++++++++
@@ -2590,10 +2592,10 @@ index 51a64d1..bde8c06 100644
CCriticalSection m_sharedSection;
MMAL_COMPONENT_T *m_dec;
-From aa2973a30f567d12eb1302365ad4c924dd1146be Mon Sep 17 00:00:00 2001
+From 89064f91aa8be8e9e519d349e778edf3b399d656 Mon Sep 17 00:00:00 2001
From: anaconda
Date: Wed, 25 Feb 2015 18:22:21 +0100
-Subject: [PATCH 29/97] Load OSD dialogs on startup.
+Subject: [PATCH 029/100] Load OSD dialogs on startup.
Fixes skipped frames the first time they're loaded in memory on less powered
devices, like a Raspberry Pi, when using DVDPlayer.
@@ -2688,10 +2690,10 @@ index 9f25fa5..3ece45b 100644
CGUIDialogVideoSettings::~CGUIDialogVideoSettings()
{ }
-From 8e9136e385a30eaa7ae5928c1d9f6f6a2698eb4b Mon Sep 17 00:00:00 2001
+From 42a4147584fc33654b862212362f17ee751713ee Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 7 Mar 2015 22:46:21 +0000
-Subject: [PATCH 30/97] configure: Add raspberry-pi2 platform
+Subject: [PATCH 030/100] configure: Add raspberry-pi2 platform
---
configure.ac | 14 +++++++--
@@ -2703,7 +2705,7 @@ Subject: [PATCH 30/97] configure: Add raspberry-pi2 platform
6 files changed, 44 insertions(+), 22 deletions(-)
diff --git a/configure.ac b/configure.ac
-index 7265637..03e44ac 100644
+index fe689d6..78f4add 100644
--- a/configure.ac
+++ b/configure.ac
@@ -744,8 +744,17 @@ case $use_platform in
@@ -2865,10 +2867,10 @@ index cdc2fe4..379bd1d 100644
set(CMAKE_SYSTEM_NAME Linux)
endif()
-From 41107ebd4976d70e5931a811a6931898055ec8e9 Mon Sep 17 00:00:00 2001
+From e14488115b0b428a646e6a9da85aee8028e11565 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 10 Mar 2015 17:05:18 +0000
-Subject: [PATCH 31/97] [players] Add settings option to enable MVC support
+Subject: [PATCH 031/100] [players] Add settings option to enable MVC support
---
addons/resource.language.en_gb/resources/strings.po | 10 ++++++++++
@@ -2949,10 +2951,10 @@ index e4f6d86..5d324f4 100644
case AV_CODEC_ID_MPEG4:
// (role name) video_decoder.mpeg4
-From 3f7aaf967f321184ad35378573d0eef4fd264102 Mon Sep 17 00:00:00 2001
+From 0c601d3f8b448e1504bbe2e929204b74f1a0fa58 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 14 Mar 2015 12:38:08 +0000
-Subject: [PATCH 32/97] [mmalrenderer] Switch to using transform flags for 3d
+Subject: [PATCH 032/100] [mmalrenderer] Switch to using transform flags for 3d
modes
---
@@ -3331,10 +3333,11 @@ index c80114e..3816b55 100644
CLog::Log(LOGDEBUG, "EGL set resolution %dx%d -> %dx%d @ %.2f fps (%d,%d) flags:%x aspect:%.2f\n",
m_width, m_height, dst_rect.width, dst_rect.height, res.fRefreshRate, GETFLAGS_GROUP(res.dwFlags), GETFLAGS_MODE(res.dwFlags), (int)res.dwFlags, res.fPixelRatio);
-From ea99e969730a7b7d65018d8d2fb99c882ce6939c Mon Sep 17 00:00:00 2001
+
+From e580c75ce004451233fd7aed98610257ce8516fc Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 14 Apr 2015 20:51:14 +0100
-Subject: [PATCH 35/97] [gui] Also limit GUI updates when in non full-screen
+Subject: [PATCH 035/100] [gui] Also limit GUI updates when in non full-screen
video mode
---
@@ -3342,7 +3345,7 @@ Subject: [PATCH 35/97] [gui] Also limit GUI updates when in non full-screen
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
-index c83e0a4..5776389 100644
+index a1e3a3f..a2a8691 100644
--- a/xbmc/Application.cpp
+++ b/xbmc/Application.cpp
@@ -2489,7 +2489,7 @@ void CApplication::FrameMove(bool processEvents, bool processGUI)
@@ -3364,10 +3367,10 @@ index c83e0a4..5776389 100644
g_windowManager.FrameMove();
}
-From e1b16727bf9aa69e80d98d3375325f28853f4077 Mon Sep 17 00:00:00 2001
+From 6fd33b1d1fdbf9a4b8a2a1242c6151a3ae704e8e Mon Sep 17 00:00:00 2001
From: macrule
Date: Thu, 11 Apr 2013 18:24:42 +0200
-Subject: [PATCH 36/97] Added some vc_tv_* functions that were missing in
+Subject: [PATCH 036/100] Added some vc_tv_* functions that were missing in
DllBCM.
---
@@ -3402,10 +3405,10 @@ index b92fdb8..9c7e293 100644
HDMI_INTERLACED_T scan_mode, EDID_MODE_MATCH_FLAG_T match_flags)
{ return ::vc_tv_hdmi_power_on_best(width, height, frame_rate, scan_mode, match_flags); };
-From 4dc37830ffa8d4ed07cd59f1b506ad1ce7e8fed4 Mon Sep 17 00:00:00 2001
+From 8902d26970b4364d73a022f6977521d5e3931cab Mon Sep 17 00:00:00 2001
From: macrule
Date: Thu, 11 Apr 2013 18:29:03 +0200
-Subject: [PATCH 37/97] Added private utility function to map a float display
+Subject: [PATCH 037/100] Added private utility function to map a float display
aspect, to the respective SDTV_ASPECT_* enum value.
---
@@ -3454,10 +3457,10 @@ index 3816b55..520bf95 100644
bool CEGLNativeTypeRaspberryPI::ProbeResolutions(std::vector &resolutions)
-From 5560b6729902efdffa303cfeede42067a5fa8cb7 Mon Sep 17 00:00:00 2001
+From bc161d805562033507630fb1fb3961015e65debb Mon Sep 17 00:00:00 2001
From: macrule
Date: Thu, 11 Apr 2013 19:50:58 +0200
-Subject: [PATCH 38/97] Changed SDTV resolutions to be treated similarly to
+Subject: [PATCH 038/100] Changed SDTV resolutions to be treated similarly to
HDMI resolutions in SetNativeResolution. This means that the SDTV interface
is powered up and set to the right mode.
@@ -3554,10 +3557,10 @@ index 59401f5..a0acb1a 100644
int m_width;
int m_height;
-From 0e7eb3c3417c45ed5008c47c1dacf7f5954db57a Mon Sep 17 00:00:00 2001
+From f2f7d13d99a2a07e7ff50e22a0c8ef347372f2e0 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 21 Jun 2015 17:11:09 +0100
-Subject: [PATCH 39/97] Revert "[3D] don't back out from 3D handling on
+Subject: [PATCH 039/100] Revert "[3D] don't back out from 3D handling on
resolution changes if we're switching to a different 3D mode"
This reverts commit 3c4c236a799dab8369b4bb74ff9993bc58a61a72.
@@ -3592,10 +3595,10 @@ index bd7dff9..fc4cc95 100644
if(stereo_mode != m_stereoMode)
-From 759b1380cddba63b448c9681d51db64609484c95 Mon Sep 17 00:00:00 2001
+From 322a3a3b109d52d38cf047410a7b09cae368754b Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 10 Jun 2015 20:42:03 +0100
-Subject: [PATCH 40/97] [rbp] Fix zoom modes with stereoscopic videos
+Subject: [PATCH 040/100] [rbp] Fix zoom modes with stereoscopic videos
---
xbmc/cores/VideoRenderers/MMALRenderer.cpp | 12 ++++++++++--
@@ -3651,10 +3654,10 @@ index ba17a46..298eaff 100644
if (gui != display)
{
-From 0d4bf6d61b4469300a46db84795c123177ee2cfc Mon Sep 17 00:00:00 2001
+From d26ddebf3aa9030c9af5444402312a00454087d7 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 21 Jun 2015 17:42:03 +0100
-Subject: [PATCH 41/97] [WinSystemEGL] Remove unused Support3D function
+Subject: [PATCH 041/100] [WinSystemEGL] Remove unused Support3D function
---
xbmc/windowing/egl/WinSystemEGL.cpp | 29 -----------------------------
@@ -3714,11 +3717,11 @@ index 9d4baf6..1ec4225 100644
EGLConfig GetEGLConfig();
-From 21f8450e14bdea7ead6a3d0bf26a65444745668d Mon Sep 17 00:00:00 2001
+From b143b7e1557567102546e0024dfabc3c14647544 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 16 Apr 2014 21:18:06 +0100
-Subject: [PATCH 42/97] [omxplayer] Don't propagate 3d flags based on supported
- 3d modes
+Subject: [PATCH 042/100] [omxplayer] Don't propagate 3d flags based on
+ supported 3d modes
---
xbmc/cores/omxplayer/OMXPlayerVideo.cpp | 29 +++--------------------------
@@ -3773,10 +3776,10 @@ index 298eaff..3bf7c2e 100644
unsigned int iDisplayHeight = height;
-From a36a305d37fd881d12344d859a53002e13989e89 Mon Sep 17 00:00:00 2001
+From 7dfba284734131f43d27dbd8dd5b5def95ce91f7 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 21 Jun 2015 18:52:28 +0100
-Subject: [PATCH 43/97] [3d] Avoid switching stereo mode based on current
+Subject: [PATCH 043/100] [3d] Avoid switching stereo mode based on current
display mode
---
@@ -3816,10 +3819,10 @@ index fc4cc95..e18232e 100644
RESOLUTION_INFO info_mod = GetResInfo(res);
-From 1ac2844bd4a275ef5b6b50f6e66249c55d67e81c Mon Sep 17 00:00:00 2001
+From 44998e6fed4bba5175446b483f86074d6c41fff7 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 3 Jun 2015 23:13:51 +0100
-Subject: [PATCH 44/97] [rpi] Always add desktop resolution to supported list
+Subject: [PATCH 044/100] [rpi] Always add desktop resolution to supported list
There was an assumption that the desktop resolution would be in the probed list, but that is sometimes not the case.
We don't add interlaced resolutions to list, but they can be the preferred resolution read from edid. See:
@@ -3888,10 +3891,10 @@ index a1f67fd..69ce9b7 100644
CLog::Log(LOGDEBUG, "EGL mode %d: %s (%.2f) %s%s:%x\n", i, res.strMode.c_str(), res.fPixelRatio,
tv->native ? "N" : "", tv->scan_mode ? "I" : "", tv->code);
-From 83c3b11b49dddd4df9e30ea6a879dcebd840fd80 Mon Sep 17 00:00:00 2001
+From 5089c4d05954af59297fd9f0960bf70db707bbfb Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 21 Jun 2015 18:53:29 +0100
-Subject: [PATCH 45/97] [rbp] Drop reporting 3D modes and just use current
+Subject: [PATCH 045/100] [rbp] Drop reporting 3D modes and just use current
rendering mode to request 3D signalling
---
@@ -4048,11 +4051,11 @@ index 69ce9b7..25a97ad 100644
}
if (supported_modes)
-From f939e50fdb7323fa21ef366be148e0d786ea4619 Mon Sep 17 00:00:00 2001
+From 34d893fa7966aee5713548b781294fefcbb33c49 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 30 Jun 2015 14:08:24 +0100
-Subject: [PATCH 46/97] [rbp] Ignore video stereo mode when 3D display mode is
- disabled
+Subject: [PATCH 046/100] [rbp] Ignore video stereo mode when 3D display mode
+ is disabled
---
xbmc/cores/VideoRenderers/MMALRenderer.cpp | 4 ++++
@@ -4090,10 +4093,10 @@ index 3bf7c2e..5f6b402 100644
if (m_hints.orientation == 90 || m_hints.orientation == 270)
{
-From 09b62cbefb2e5a3b5f231fbef3647ce46734bbdb Mon Sep 17 00:00:00 2001
+From b0df84434abb8b86d32d0e61c365c26b10c510dc Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 22 Jun 2015 16:27:15 +0100
-Subject: [PATCH 47/97] [EGL] Don't skip out when HDMI mode is considered the
+Subject: [PATCH 047/100] [EGL] Don't skip out when HDMI mode is considered the
same
It might have different 3D signalling. TODO: keep track of 3D signalling
@@ -4115,10 +4118,10 @@ index c43c4d0..13b75b1 100644
m_bFullScreen = fullScreen;
-From b226d8094af9d08e0e8bdcb8308dc289b5ab26f6 Mon Sep 17 00:00:00 2001
+From bae1d271fec80a8707b447953e12b08934a0b163 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 21 Apr 2015 14:32:07 +0100
-Subject: [PATCH 48/97] [mmalrenderer] Add sharpness control
+Subject: [PATCH 048/100] [mmalrenderer] Add sharpness control
---
addons/resource.language.en_gb/resources/strings.po | 2 +-
@@ -4190,17 +4193,17 @@ index 1404fb3..9bced7e 100644
CCriticalSection m_sharedSection;
MMAL_COMPONENT_T *m_vout;
-From 7faf2fc744fe86942e0ddf7546fde97a5c54b0e2 Mon Sep 17 00:00:00 2001
+From 33f42e33ae846ff3b3708870835255850080973a Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 24 Apr 2015 13:49:51 +0100
-Subject: [PATCH 49/97] [dvdplayer] Add back required include
+Subject: [PATCH 049/100] [dvdplayer] Add back required include
---
xbmc/cores/dvdplayer/DVDPlayerVideo.cpp | 1 +
1 file changed, 1 insertion(+)
diff --git a/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp b/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
-index 03c876d..c1ef9d4 100644
+index 6ad751f..40c0102 100644
--- a/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
+++ b/xbmc/cores/dvdplayer/DVDPlayerVideo.cpp
@@ -33,6 +33,7 @@
@@ -4212,10 +4215,10 @@ index 03c876d..c1ef9d4 100644
#include "guilib/GraphicContext.h"
#include
-From 66a98c2f79252c51a6817321a62499f76201ea6a Mon Sep 17 00:00:00 2001
+From 00ba5a7e69d67f0c102ef162fa7c13b3325a7550 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 5 May 2015 23:58:06 +0100
-Subject: [PATCH 50/97] [screensaver] Leave GUI contents available for
+Subject: [PATCH 050/100] [screensaver] Leave GUI contents available for
screensaver
---
@@ -4245,10 +4248,10 @@ index aa6713d..590fcec 100644
// Add window to the history list (we must do this before we activate it,
-From 5e649e09c5aae60275c9ef623d4c8056724ef915 Mon Sep 17 00:00:00 2001
+From a73c7d93b39be8ba657a7ea9635bc17bcb2ba759 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 15 May 2015 14:04:11 +0100
-Subject: [PATCH 52/97] [omxplayer] Make unsupported when ac3transcode is
+Subject: [PATCH 052/100] [omxplayer] Make unsupported when ac3transcode is
enabled
---
@@ -4273,10 +4276,10 @@ index eff47e0..b954276 100644
{
// find video stream
-From f993c5bee35aa2a00a1eb66a56a812042d50f2ac Mon Sep 17 00:00:00 2001
+From 5653b18176534dead919f805f5ca1430c998ab6f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 1 Jun 2015 14:14:43 +0100
-Subject: [PATCH 53/97] [omximage] Don't report failed decode of progressive
+Subject: [PATCH 053/100] [omximage] Don't report failed decode of progressive
jpegs as as error
---
@@ -4362,10 +4365,10 @@ index a43a446..890ca88 100644
}
-From e31221e9c9b9f7ba3a2b7a36a97dfb9023cffd98 Mon Sep 17 00:00:00 2001
+From f7dca5ab0bb6e606f661820f4a5d28172e28d27b Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 25 May 2015 19:01:00 +0100
-Subject: [PATCH 54/97] [rbp] Allow settings option for timestamp preference
+Subject: [PATCH 054/100] [rbp] Allow settings option for timestamp preference
We currently have some files that play better with pts timestamps and some that play better with dts timestamps
Provide a gui setting to allow users to adjust this behaviour until we have a better solution
@@ -4439,10 +4442,10 @@ index 5f6b402..ce23bec 100644
if (pts == DVD_NOPTS_VALUE)
pts = dts;
-From 5ef24b504e192305ec52f121475eb45d9875812c Mon Sep 17 00:00:00 2001
+From b267cc628998b7221a005fabd07700980ca0dcca Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 6 Jun 2015 18:44:37 +0100
-Subject: [PATCH 55/97] [rbp] Ignore pts value when m_hints.ptsinvalid set
+Subject: [PATCH 055/100] [rbp] Ignore pts value when m_hints.ptsinvalid set
---
xbmc/cores/dvdplayer/DVDCodecs/Video/MMALCodec.cpp | 2 +-
@@ -4476,10 +4479,10 @@ index ce23bec..e17fdb8 100644
if (pts == DVD_NOPTS_VALUE)
pts = dts;
-From d8dc2b53bc190a17cb380efedb015eb5835daa41 Mon Sep 17 00:00:00 2001
+From 4f81908e104cabccf91b87dbafefc7d3916bc637 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 6 Jun 2015 18:43:57 +0100
-Subject: [PATCH 56/97] ffmpeg: Automatic switch to software decode for GMC
+Subject: [PATCH 056/100] ffmpeg: Automatic switch to software decode for GMC
with more than one warp point
---
@@ -4650,10 +4653,10 @@ index b954276..b5ee4b6 100644
else if ((hint.codec == AV_CODEC_ID_VC1 || hint.codec == AV_CODEC_ID_WMV3) && g_RBP.GetCodecWvc1())
supported = true;
-From 69446dd3aec0506481036fc54fc7296dc5317602 Mon Sep 17 00:00:00 2001
+From cbf63035726a23c0d4c0e56a073c5cf39d721643 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 22 Jun 2015 21:46:57 +0100
-Subject: [PATCH 57/97] [rbp] Use default resampling setting on Pi2
+Subject: [PATCH 057/100] [rbp] Use default resampling setting on Pi2
---
system/settings/rbp2.xml | 5 +++++
@@ -4676,10 +4679,10 @@ index b29a428..1c8b116 100644
-From 4db67f0d4315740e471cc675515067deddfb249a Mon Sep 17 00:00:00 2001
+From 289515a7f96751f323490ca7ec30e97eeb5865e0 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 25 Jun 2015 19:43:10 +0100
-Subject: [PATCH 58/97] [rbp] HW mouse pointer
+Subject: [PATCH 058/100] [rbp] HW mouse pointer
Updating the mouse point provokes a complete screen update which can make it feel laggy
and results in high cpu.
@@ -5717,10 +5720,10 @@ index f6c8df0..5c2b583 100644
#endif
-From 844077e2724b1e547e53f3d4c7f4aa1ca070e8c4 Mon Sep 17 00:00:00 2001
+From 958d47339a2427b66568fe7c2ea69831f111742a Mon Sep 17 00:00:00 2001
From: Roman Kraevskiy
Date: Fri, 10 Jul 2015 23:36:34 +0300
-Subject: [PATCH 59/97] Mouse wheel support for X11-less linux distros
+Subject: [PATCH 059/100] Mouse wheel support for X11-less linux distros
(openelec)
---
@@ -5928,10 +5931,10 @@ index cf1c5ce..954d823 100644
class CLinuxInputDevices
-From f3d0ceb00e11c67b9caed033a7fadebe8a8e18cd Mon Sep 17 00:00:00 2001
+From 73f943c955674662396b11be531b060e48e4c47f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 22 Jun 2015 22:06:53 +0100
-Subject: [PATCH 60/97] [rbp] Flip default of prefer pts timestamps
+Subject: [PATCH 060/100] [rbp] Flip default of prefer pts timestamps
---
system/settings/rbp.xml | 2 +-
@@ -5951,17 +5954,17 @@ index 8c6e69d..f9528bc 100644
-From b389e5ed3fd4695c46777f4f24feef9c6c5f84df Mon Sep 17 00:00:00 2001
+From 5a6394c526f55c6799e3962f8a6348994a92bcdd Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 7 May 2015 14:28:37 +0100
-Subject: [PATCH 61/97] build: Add vcsm lib
+Subject: [PATCH 061/100] build: Add vcsm lib
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
-index b752d8d..d04e2fa 100644
+index cb11ffb..60ff2e5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1059,7 +1059,7 @@ if test "$use_gles" = "yes"; then
@@ -5974,10 +5977,10 @@ index b752d8d..d04e2fa 100644
AC_CHECK_LIB([EGL], [main],, AC_MSG_ERROR($missing_library))
AC_CHECK_LIB([GLESv2],[main],, AC_MSG_ERROR($missing_library))
-From c8760f14a8cd56211b2df17e422201b2886c9cc3 Mon Sep 17 00:00:00 2001
+From a3d34d75e32b7b1eb140a1d2e00b9c96bd8ec37f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 20 Jul 2015 16:11:37 +0100
-Subject: [PATCH 62/97] [mmalcodec] Populate the framerate of video decoder
+Subject: [PATCH 062/100] [mmalcodec] Populate the framerate of video decoder
When timestamps are unknown, they may be interpolated based on the framerate. Without setting this,
a default of 30fps is used which may be incorrect and cause stutters
@@ -6002,10 +6005,10 @@ index 3e97f1d..5b064d2 100644
error_concealment.hdr.id = MMAL_PARAMETER_VIDEO_DECODE_ERROR_CONCEALMENT;
-From 455b16797440674bd4c21797866b0dcc8f81f017 Mon Sep 17 00:00:00 2001
+From fa3d1cdb0220a227b7fc6f2161eb9b04d9ef75b4 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 22 Jul 2015 22:52:46 +0100
-Subject: [PATCH 63/97] [mmalcodec] Enable interpolate timestamps
+Subject: [PATCH 063/100] [mmalcodec] Enable interpolate timestamps
---
xbmc/cores/dvdplayer/DVDCodecs/Video/MMALCodec.cpp | 2 +-
@@ -6025,10 +6028,10 @@ index 5b064d2..a202421 100644
CLog::Log(LOGERROR, "%s::%s Failed to disable interpolate timestamps mode on %s (status=%x %s)", CLASSNAME, __func__, m_dec_input->name, status, mmal_status_to_string(status));
-From e3f6a243d27324345e4e189137978e9f25a1b06a Mon Sep 17 00:00:00 2001
+From 1fa31ca6a89e3afc8d73ddc220e3af872b931fa8 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 23 Jul 2015 00:55:47 +0100
-Subject: [PATCH 64/97] Revert "[rbp] Flip default of prefer pts timestamps"
+Subject: [PATCH 064/100] Revert "[rbp] Flip default of prefer pts timestamps"
This reverts commit 34100dcdf830a0e957df585108066c48d6c5c38d.
---
@@ -6049,10 +6052,10 @@ index f9528bc..8c6e69d 100644
-From 3d6a8c8ecd2b151b41c5b472942577088d8217ac Mon Sep 17 00:00:00 2001
+From 634188b43f2fef26de9d7f0818aa4fe679762bb8 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 23 Jul 2015 00:56:56 +0100
-Subject: [PATCH 65/97] Revert "[rbp] Allow settings option for timestamp
+Subject: [PATCH 065/100] Revert "[rbp] Allow settings option for timestamp
preference"
This reverts commit c0eef926dd376cbf8a7857b2848e118ea3689b98.
@@ -6126,11 +6129,11 @@ index e17fdb8..f06ee9c 100644
if (pts == DVD_NOPTS_VALUE)
pts = dts;
-From 25864f89fdeb1a6f2e9c50946c761390b7d6cb5d Mon Sep 17 00:00:00 2001
+From 4cc3d3fa17f8ffd4206f44a56b82316deba1b32f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 23 Jul 2015 15:52:39 +0100
-Subject: [PATCH 66/97] [omxhelper] Ignore embedded coverart image when looking
- for supported video streams
+Subject: [PATCH 066/100] [omxhelper] Ignore embedded coverart image when
+ looking for supported video streams
---
xbmc/cores/omxplayer/OMXHelper.cpp | 2 +-
@@ -6150,10 +6153,10 @@ index b5ee4b6..59479fe 100644
CDVDStreamInfo hint(*stream, true);
-From 46b5399fce0d8b69aac995fa4915ec9739096801 Mon Sep 17 00:00:00 2001
+From a293e4faa8345a022982bc40ce87beaca3ec551c Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 24 Jul 2015 18:39:25 +0100
-Subject: [PATCH 68/97] [mmalcodec] Don't set initial unknown timestamps to
+Subject: [PATCH 068/100] [mmalcodec] Don't set initial unknown timestamps to
zero
This used to be done to keep the firmware happy, but is no longer required and messes with timestamp statistics
@@ -6222,10 +6225,10 @@ index bde8c06..42d6a7b 100644
int m_speed;
bool m_preroll;
-From 2a30906ff53ef44c7e44eb135952f6ce15a7cca1 Mon Sep 17 00:00:00 2001
+From b34316efe7018bac17f95ed4afb7d850832c9ae4 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 24 Jul 2015 22:53:21 +0100
-Subject: [PATCH 69/97] [mmalcodec] Tidy up setting of timestamp flags
+Subject: [PATCH 069/100] [mmalcodec] Tidy up setting of timestamp flags
---
xbmc/cores/omxplayer/OMXVideo.cpp | 27 ++++++++++++++-------------
@@ -6279,10 +6282,10 @@ index 832a9c9..1a08aa9 100644
memcpy(omx_buffer->pBuffer, demuxer_content, omx_buffer->nFilledLen);
-From 498fb5c8efa41e687a70ca9139cdb54338cd50dd Mon Sep 17 00:00:00 2001
+From ab872c49995e776214c6a5fd6d02c3a00b5cfcf4 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 25 Jul 2015 15:32:35 +0100
-Subject: [PATCH 70/97] [rbp] Only send changes in hw cursor state
+Subject: [PATCH 070/100] [rbp] Only send changes in hw cursor state
---
xbmc/linux/RBP.cpp | 9 ++++++++-
@@ -6333,11 +6336,11 @@ index f233a5e..be0cafc 100644
void set_cursor(const void *pixels, int width, int height, int hotspot_x, int hotspot_y);
void update_cursor(int x, int y, bool enabled);
-From 7d8330b84f83954720c050f94144aa65e14c7cd5 Mon Sep 17 00:00:00 2001
+From bc665147a5b77c980e58a73ae9fcebecddf033f9 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 28 Jul 2015 00:08:58 +0100
-Subject: [PATCH 71/97] [mmalcodec] Use both dts and pts for determining amount
- of queued data
+Subject: [PATCH 071/100] [mmalcodec] Use both dts and pts for determining
+ amount of queued data
---
xbmc/cores/dvdplayer/DVDCodecs/Video/MMALCodec.cpp | 10 ++++++++--
@@ -6399,10 +6402,10 @@ index 42d6a7b..f8f5209 100644
int m_speed;
bool m_preroll;
-From 03afdcd286a07d78a16bf0c7423deb46e980313f Mon Sep 17 00:00:00 2001
+From ac6ae272ef8ff57ed1a999bcfd4fabc49ee15765 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 28 Jul 2015 17:47:33 +0100
-Subject: [PATCH 72/97] [rbp] Refactor the vsync handle to support multiple
+Subject: [PATCH 072/100] [rbp] Refactor the vsync handle to support multiple
callers
---
@@ -6543,11 +6546,11 @@ index be0cafc..0572b47 100644
CCriticalSection m_critSection;
-From db71a4dee9114a8af10d12fba56ff44b32dd5798 Mon Sep 17 00:00:00 2001
+From 8325bffa3c7dfcc02076b176975c11f7b03571ad Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 29 Jul 2015 14:06:17 +0100
-Subject: [PATCH 73/97] [mmalrenderer] Wait for vsync before submitting to mmal
- when display sync is disabled
+Subject: [PATCH 073/100] [mmalrenderer] Wait for vsync before submitting to
+ mmal when display sync is disabled
This avoids an issue where video occasionally goes stuttery after a seek, until the next pause/play or seek.
The issue is when display sync is disabled, and framerate of video matches display, and render times are coincident with vsync
@@ -6633,10 +6636,10 @@ index 9bced7e..ec279ed 100644
+ void SubmitFrame(MMAL_BUFFER_HEADER_T *buffer);
};
-From 8507e6407c1a5352ffe3641b568a95fd9593ff18 Mon Sep 17 00:00:00 2001
+From 1d65392cfdb65de6263948ee61212b8673d21be7 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 29 Jul 2015 15:07:22 +0100
-Subject: [PATCH 74/97] [omxplayer] Support per refresh rate display latency
+Subject: [PATCH 074/100] [omxplayer] Support per refresh rate display latency
settings
---
@@ -6661,10 +6664,10 @@ index f06ee9c..4ad66a8 100644
m_omxVideo.Decode(pPacket->pData, pPacket->iSize, dts, m_hints.ptsinvalid ? DVD_NOPTS_VALUE : pts);
-From d00949b532eac144ac6c0f041420463ecdb3ced5 Mon Sep 17 00:00:00 2001
+From 70d0a1afa22b87eb9bb6968c7e3cc65fee6de2be Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 29 Jul 2015 15:46:18 +0100
-Subject: [PATCH 75/97] squash: release gfx lock when blocking
+Subject: [PATCH 075/100] squash: release gfx lock when blocking
---
xbmc/cores/VideoRenderers/MMALRenderer.cpp | 1 +
@@ -6683,10 +6686,11 @@ index 2e2bc83..c80a8a6 100644
#if defined(MMAL_DEBUG_VERBOSE)
CLog::Log(LOGDEBUG, "%s::%s - done vsync:%d", CLASSNAME, __func__, m_vsyncCount);
-From 4458af8dfc1b19bf21d91a7ec1b0ea6ffad9f051 Mon Sep 17 00:00:00 2001
+From 80b95491d82075ff13ac45fa8fc7184a660258da Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 29 Jul 2015 17:34:11 +0100
-Subject: [PATCH 76/97] [rbp] Leave 3D framepacking output disabled by default
+Subject: [PATCH 076/100] [rbp] Leave 3D framepacking output disabled by
+ default
---
system/settings/rbp.xml | 2 +-
@@ -6706,11 +6710,11 @@ index b27d23f..bf3b05f 100644
-From 80a7665f661a10053dfa6d3c7f69e0aabbdcca4a Mon Sep 17 00:00:00 2001
+From 016a4c59339bd8e7205475013737fae416886f17 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 29 Jul 2015 17:26:30 +0100
-Subject: [PATCH 77/97] [omxplayer] Allow automatic switching back to omxplayer
- after it has been disabled
+Subject: [PATCH 077/100] [omxplayer] Allow automatic switching back to
+ omxplayer after it has been disabled
Omxplayer gets disabled when it is unsuitable (e.g. software decoder required, or ALSA audio or AC3 transcode).
However if you play another file without quitting dvdplayer, it doesn't reconsider.
@@ -6725,7 +6729,7 @@ This patch allows a switch back to omxplayer mode
2 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/xbmc/cores/dvdplayer/DVDPlayer.cpp b/xbmc/cores/dvdplayer/DVDPlayer.cpp
-index 0ceae20..3fea73f 100644
+index 3118be2..a572bc2 100644
--- a/xbmc/cores/dvdplayer/DVDPlayer.cpp
+++ b/xbmc/cores/dvdplayer/DVDPlayer.cpp
@@ -519,10 +519,11 @@ void CDVDPlayer::CreatePlayers()
@@ -6757,10 +6761,10 @@ index 59479fe..014eaf1 100644
if (!CSettings::Get().GetBool("videoplayer.usemmal"))
return false;
-From d437937539f8b750e096585e3364287b856a4061 Mon Sep 17 00:00:00 2001
+From 202bf4a032763605d21ba42a29c9df41a71360a1 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 29 Jul 2015 21:05:41 +0100
-Subject: [PATCH 78/97] [omxplayer] Set audio properties for passthrough
+Subject: [PATCH 078/100] [omxplayer] Set audio properties for passthrough
We weren't setting the stream_channels property for passthrough for omxplayer (we do with Pi Sink)
That means we were using 2 in number of channels of the AudioInfoFrame packet, rather then 0
@@ -6783,11 +6787,11 @@ index 1911189..4072f7d 100644
m_SampleRate = m_format.m_sampleRate;
m_BitsPerSample = CAEUtil::DataFormatToBits(m_format.m_dataFormat);
-From 81cdc97695125f7992f1bf1613d24b1145aa4b9a Mon Sep 17 00:00:00 2001
+From 1eee018bcf8e8a1a1fc4f64d2f8e5ebbae20038c Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 31 Jul 2015 16:38:06 +0100
-Subject: [PATCH 79/97] squash: mmal: increase queue limit to 1 second to avoid
- stalls
+Subject: [PATCH 079/100] squash: mmal: increase queue limit to 1 second to
+ avoid stalls
---
xbmc/cores/dvdplayer/DVDCodecs/Video/MMALCodec.cpp | 2 +-
@@ -6807,10 +6811,10 @@ index 6cf4023..7fea172 100644
if (g_advancedSettings.CanLogComponent(LOGVIDEO))
CLog::Log(LOGDEBUG, "%s::%s - got space for output: demux_queue(%d) space(%d) queued(%.2f)", CLASSNAME, __func__, m_demux_queue_length, mmal_queue_length(m_dec_input_pool->queue) * m_dec_input->buffer_size, queued*1e-6);
-From 47f8bebb0cdc5cfc8dfc33c5c369fee4df1094e0 Mon Sep 17 00:00:00 2001
+From ae9a3e037128369a843ae66d4f1e2a2d7baa29f1 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 6 Aug 2015 11:25:08 +0100
-Subject: [PATCH 80/97] Revert "squash: release gfx lock when blocking"
+Subject: [PATCH 080/100] Revert "squash: release gfx lock when blocking"
This reverts commit f10f0af15d0b57d148f5b3556fd9f94bb2f44509.
---
@@ -6830,11 +6834,11 @@ index c80a8a6..2e2bc83 100644
#if defined(MMAL_DEBUG_VERBOSE)
CLog::Log(LOGDEBUG, "%s::%s - done vsync:%d", CLASSNAME, __func__, m_vsyncCount);
-From dc66ac9b33e196322a19b91d6a29274cfceabceb Mon Sep 17 00:00:00 2001
+From 07f5b95bf68feda10424410f25ce158692bd1eeb Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 6 Aug 2015 11:25:21 +0100
-Subject: [PATCH 81/97] Revert "[mmalrenderer] Wait for vsync before submitting
- to mmal when display sync is disabled"
+Subject: [PATCH 081/100] Revert "[mmalrenderer] Wait for vsync before
+ submitting to mmal when display sync is disabled"
This reverts commit f1a4416194f75f75e2145ec3fe64aee1177d3ccc.
---
@@ -6916,10 +6920,10 @@ index ec279ed..9bced7e 100644
- void SubmitFrame(MMAL_BUFFER_HEADER_T *buffer);
};
-From 5c9a4ed55499d4e9abe7f1e48928abe170478a55 Mon Sep 17 00:00:00 2001
+From 7a7663d4157750849712e41d7bb5ba701b4e2c71 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 6 Aug 2015 11:25:30 +0100
-Subject: [PATCH 82/97] Revert "[rbp] Refactor the vsync handle to support
+Subject: [PATCH 082/100] Revert "[rbp] Refactor the vsync handle to support
multiple callers"
This reverts commit 68bd91282359a9da4645af4eeead7b2842f835eb.
@@ -7061,10 +7065,11 @@ index 0572b47..be0cafc 100644
CCriticalSection m_critSection;
-From 44d831513b0336d335d35dc36fea6b750ef772f0 Mon Sep 17 00:00:00 2001
+From 08c932d103afc098ad828aa4baf5038a5ba10588 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 6 Aug 2015 11:23:05 +0100
-Subject: [PATCH 83/97] [rbp] Make sync playback to display the default option
+Subject: [PATCH 083/100] [rbp] Make sync playback to display the default
+ option
---
system/settings/rbp.xml | 7 +++++++
@@ -7089,10 +7094,10 @@ index bf3b05f..0743176 100644
false
-From dddb1219bda8d94e470b2155016f4523b748bf6d Mon Sep 17 00:00:00 2001
+From bed5c73dd318408b8c1e7762b87be28214a42958 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 31 Jul 2015 18:39:31 +0100
-Subject: [PATCH 84/97] [mmalcodec] Tidy up debug logging for decode
+Subject: [PATCH 084/100] [mmalcodec] Tidy up debug logging for decode
---
xbmc/cores/dvdplayer/DVDCodecs/Video/MMALCodec.cpp | 16 ++++------------
@@ -7141,10 +7146,10 @@ index 7fea172..756b845 100644
}
-From 7d53fae11832cab78fa115401d889d782ba03515 Mon Sep 17 00:00:00 2001
+From 15fa59d3608dbf28dc49384f220d9412176f364b Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 6 Aug 2015 13:25:32 +0100
-Subject: [PATCH 85/97] [rbp] Don't enable DTS-HD by default on Pi2
+Subject: [PATCH 085/100] [rbp] Don't enable DTS-HD by default on Pi2
Reports of no audio with omxplayer and this enabled
that are not yet understood
@@ -7169,10 +7174,10 @@ index 1c8b116..52778ecd 100644
-From 61838ea87734c65f78b2b5c0d2daf9368549e72d Mon Sep 17 00:00:00 2001
+From 97bff94a5c6341728b3c11ab16c9fa65e95fc869 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 7 Aug 2015 18:09:09 +0100
-Subject: [PATCH 86/97] Revert "[rbp] Don't enable DTS-HD by default on Pi2"
+Subject: [PATCH 086/100] Revert "[rbp] Don't enable DTS-HD by default on Pi2"
This reverts commit 8166e8990b8cf599cc4eb1641c58fad1f1f0821f.
---
@@ -7196,10 +7201,10 @@ index 52778ecd..1c8b116 100644
-From 369453f1b7a2f525bf6c0a37d403464dea75eaae Mon Sep 17 00:00:00 2001
+From 50d9de5e2d3182fbc19c806ba18f77bbf43decda Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 14 Aug 2015 17:46:11 +0100
-Subject: [PATCH 88/97] [mmalrenderer] Add reference counting to sw decode
+Subject: [PATCH 088/100] [mmalrenderer] Add reference counting to sw decode
buffer and improve logging messages
---
@@ -7549,10 +7554,10 @@ index 9bced7e..5fbcb03 100644
CCriticalSection m_sharedSection;
MMAL_COMPONENT_T *m_vout;
-From ff40dc247bc16915e97eb0dca88a7f5a889ad200 Mon Sep 17 00:00:00 2001
+From 1847f250fc140b51e781de4293f4bdc72a6ed117 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 15 Aug 2015 14:27:10 +0100
-Subject: [PATCH 89/97] [mmalrenderer] Use half rate deinterlace when playing
+Subject: [PATCH 089/100] [mmalrenderer] Use half rate deinterlace when playing
video in background
---
@@ -7583,10 +7588,10 @@ index 756b845..56a9121 100644
deinterlace = false;
else if (deinterlace_request == VS_DEINTERLACEMODE_FORCE)
-From ba9947c5c466c1ec93388c3f87d07ca4e2a21bb2 Mon Sep 17 00:00:00 2001
+From 2cf9bdbb7433388370653d0b9b97cf2eadccfbdd Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Thu, 13 Aug 2015 16:30:31 +0100
-Subject: [PATCH 90/97] squash: rbp: Remove HW mouse pointer when mouse is
+Subject: [PATCH 090/100] squash: rbp: Remove HW mouse pointer when mouse is
disabled in GUI
---
@@ -7660,10 +7665,10 @@ index bde7649..89aca2b 100644
return ret;
}
-From 4b94bd782b8e7f1cdec7c1d50e85ef545f48fc06 Mon Sep 17 00:00:00 2001
+From 9e7033c49cd99640325abaf6b9534ccf2ced97fe Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 9 Aug 2015 18:01:34 +0100
-Subject: [PATCH 91/97] [rbp] Add ntsc version of 48Hz mode
+Subject: [PATCH 091/100] [rbp] Add ntsc version of 48Hz mode
---
xbmc/windowing/egl/EGLNativeTypeRaspberryPI.cpp | 2 +-
@@ -7683,10 +7688,10 @@ index 25a97ad..25475bf 100644
RESOLUTION_INFO res2 = res;
res2.fRefreshRate = (float)tv->frame_rate * (1000.0f/1001.0f);
-From f84267b07136093e2363057ba6d1372142182a80 Mon Sep 17 00:00:00 2001
+From 6563dca0bd3006aa71fe98bbdce30c4b58cb1848 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 22 Aug 2015 23:06:56 +0100
-Subject: [PATCH 92/97] [dvdmessage] Increase timeout on
+Subject: [PATCH 092/100] [dvdmessage] Increase timeout on
CDVDMsgGeneralSynchronize
---
@@ -7707,10 +7712,10 @@ index ae745c6..73fff98 100644
if(abort && *abort)
return;
-From d04c4d341ca27d56a762a6303657561280bc2e35 Mon Sep 17 00:00:00 2001
+From e0097ee5ac47accbdef83e24b229eecc633014fd Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sat, 22 Aug 2015 23:19:15 +0100
-Subject: [PATCH 93/97] [mmalcodec] refector the decoder flags logic to avoid
+Subject: [PATCH 093/100] [mmalcodec] refector the decoder flags logic to avoid
stalls on seek
---
@@ -7809,10 +7814,10 @@ index 56a9121..557faa2 100644
}
-From 188d7b4c301e5c1e632c64710adca7365a92e742 Mon Sep 17 00:00:00 2001
+From d733cf94e2a98db3a44f8035e466ed67d5bc0d3c Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 23 Aug 2015 18:57:34 +0100
-Subject: [PATCH 94/97] [omxplayer] Flush EOS message from queue to avoid it
+Subject: [PATCH 094/100] [omxplayer] Flush EOS message from queue to avoid it
turning up after a seek
A GENERAL_EOS is queued when demuxer reaches EOF but playback may continue for several seconds.
@@ -7848,10 +7853,10 @@ index 4ad66a8..276857f 100644
}
-From 1c8e06bda0301646a4fc6ec66beca5103da6f819 Mon Sep 17 00:00:00 2001
+From e4971e53c16f1e11907764c580b35a5507dce7b7 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 13 Jul 2015 19:27:25 +0100
-Subject: [PATCH 95/97] [rbp] Enable QPU based deinterlace and remove
+Subject: [PATCH 095/100] [rbp] Enable QPU based deinterlace and remove
resolution limit
---
@@ -7920,10 +7925,10 @@ index 1a08aa9..fbb395d 100644
image_filter.eImageFilter = OMX_ImageFilterDeInterlaceFast;
else
-From f987b46adee7cd8ce0834cf092581cc1dbe5954b Mon Sep 17 00:00:00 2001
+From 45675407456e03348c7f7774f1d80d2fbca4a006 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 16 Aug 2015 15:46:33 +0100
-Subject: [PATCH 96/97] [mmalrenderer] Allow deinterlace with software decode
+Subject: [PATCH 096/100] [mmalrenderer] Allow deinterlace with software decode
---
xbmc/cores/VideoRenderers/MMALRenderer.cpp | 9 +++++++++
@@ -7957,40 +7962,196 @@ index e278184..1eb8936 100644
}
-From e14ecaac22733e60969ccb82ce57020f640d3f67 Mon Sep 17 00:00:00 2001
+From a5a13a9ee012234f9089b3f2e0cc62bcffaf01af Mon Sep 17 00:00:00 2001
From: popcornmix
-Date: Mon, 31 Aug 2015 15:41:11 +0100
-Subject: [PATCH 97/97] [peripherals] Move initialisation after language init
- to fix notifications
+Date: Wed, 9 Sep 2015 23:34:41 +0100
+Subject: [PATCH 098/100] [rbp] Extract the correct resolution with Pi LCD
-Lots of complaints on Isengard are master that CEC generates an empty notification popup on boot.
-The problem is that peripherals are initialised before the language files are loaded so
-g_localizeStrings.Get returns a blank string.
-
-Move the periphal initialisation after the language initialisation to avoid this.
---
- xbmc/Application.cpp | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
+ xbmc/windowing/egl/EGLNativeTypeRaspberryPI.cpp | 20 +++++++++++++++++---
+ 1 file changed, 17 insertions(+), 3 deletions(-)
-diff --git a/xbmc/Application.cpp b/xbmc/Application.cpp
-index 5776389..a2a8691 100644
---- a/xbmc/Application.cpp
-+++ b/xbmc/Application.cpp
-@@ -673,8 +673,6 @@ bool CApplication::Create()
- return false;
+diff --git a/xbmc/windowing/egl/EGLNativeTypeRaspberryPI.cpp b/xbmc/windowing/egl/EGLNativeTypeRaspberryPI.cpp
+index 25475bf..bccb774 100644
+--- a/xbmc/windowing/egl/EGLNativeTypeRaspberryPI.cpp
++++ b/xbmc/windowing/egl/EGLNativeTypeRaspberryPI.cpp
+@@ -569,6 +569,18 @@ bool CEGLNativeTypeRaspberryPI::ProbeResolutions(std::vector &r
+ m_desktopRes.fRefreshRate = (float)tv_state.display.sdtv.frame_rate;
+ m_desktopRes.fPixelRatio = tv_state.display.hdmi.display_options.aspect == 0 ? 1.0f : get_display_aspect_ratio((SDTV_ASPECT_T)tv_state.display.sdtv.display_options.aspect) / ((float)m_desktopRes.iScreenWidth / (float)m_desktopRes.iScreenHeight);
+ }
++ else if ((tv_state.state & VC_LCD_ATTACHED_DEFAULT) != 0) // lcd
++ {
++ m_desktopRes.iScreen = 0;
++ m_desktopRes.bFullScreen = true;
++ m_desktopRes.iWidth = tv_state.display.sdtv.width;
++ m_desktopRes.iHeight = tv_state.display.sdtv.height;
++ m_desktopRes.iScreenWidth = tv_state.display.sdtv.width;
++ m_desktopRes.iScreenHeight= tv_state.display.sdtv.height;
++ m_desktopRes.dwFlags = MAKEFLAGS(HDMI_RES_GROUP_INVALID, 0, 0);
++ m_desktopRes.fRefreshRate = (float)tv_state.display.sdtv.frame_rate;
++ m_desktopRes.fPixelRatio = tv_state.display.hdmi.display_options.aspect == 0 ? 1.0f : get_display_aspect_ratio((SDTV_ASPECT_T)tv_state.display.sdtv.display_options.aspect) / ((float)m_desktopRes.iScreenWidth / (float)m_desktopRes.iScreenHeight);
++ }
+
+ SetResolutionString(m_desktopRes);
+
+@@ -579,9 +591,11 @@ bool CEGLNativeTypeRaspberryPI::ProbeResolutions(std::vector &r
+ CLog::Log(LOGDEBUG, "EGL initial desktop resolution %s (%.2f)\n", m_desktopRes.strMode.c_str(), m_desktopRes.fPixelRatio);
}
-- g_peripherals.Initialise();
+- GetSupportedModes(HDMI_RES_GROUP_CEA, resolutions);
+- GetSupportedModes(HDMI_RES_GROUP_DMT, resolutions);
-
- // Create the Mouse, Keyboard, Remote, and Joystick devices
- // Initialize after loading settings to get joystick deadzone setting
- CInputManager::Get().InitializeInputs();
-@@ -1117,6 +1115,8 @@ bool CApplication::Initialize()
- if (!LoadLanguage(false))
- return false;
++ if(GETFLAGS_GROUP(m_desktopRes.dwFlags) && GETFLAGS_MODE(m_desktopRes.dwFlags))
++ {
++ GetSupportedModes(HDMI_RES_GROUP_CEA, resolutions);
++ GetSupportedModes(HDMI_RES_GROUP_DMT, resolutions);
++ }
+ {
+ AddUniqueResolution(m_desktopRes, resolutions);
+ CLog::Log(LOGDEBUG, "EGL probe resolution %s:%x\n", m_desktopRes.strMode.c_str(), m_desktopRes.dwFlags);
+
+From 19c583a5b7612092ad8973cb9a817f418b0d1597 Mon Sep 17 00:00:00 2001
+From: popcornmix
+Date: Tue, 15 Sep 2015 22:26:26 +0100
+Subject: [PATCH 099/100] squash: omxplayer: Don't use AutoInterlaceMethod it
+ changes at start of file
+
+---
+ xbmc/cores/omxplayer/OMXHelper.cpp | 8 ++++----
+ 1 file changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/xbmc/cores/omxplayer/OMXHelper.cpp b/xbmc/cores/omxplayer/OMXHelper.cpp
+index 014eaf1..72ed3ab 100644
+--- a/xbmc/cores/omxplayer/OMXHelper.cpp
++++ b/xbmc/cores/omxplayer/OMXHelper.cpp
+@@ -132,19 +132,19 @@ bool OMXDoProcessing(struct SOmxPlayerState &m_OmxPlayerState, int m_playSpeed,
+ bool audio_fifo_low = false, video_fifo_low = false, audio_fifo_high = false, video_fifo_high = false;
-+ g_peripherals.Initialise();
+ if (m_OmxPlayerState.interlace_method == VS_INTERLACEMETHOD_MAX)
+- m_OmxPlayerState.interlace_method = g_renderManager.AutoInterlaceMethod(CMediaSettings::Get().GetCurrentVideoSettings().m_InterlaceMethod);
++ m_OmxPlayerState.interlace_method = CMediaSettings::Get().GetCurrentVideoSettings().m_InterlaceMethod;
+
+ // if deinterlace setting has changed, we should close and open video
+ if (m_OmxPlayerState.current_deinterlace != CMediaSettings::Get().GetCurrentVideoSettings().m_DeinterlaceMode ||
+ (m_OmxPlayerState.current_deinterlace != VS_DEINTERLACEMODE_OFF &&
+- m_OmxPlayerState.interlace_method != g_renderManager.AutoInterlaceMethod(CMediaSettings::Get().GetCurrentVideoSettings().m_InterlaceMethod)))
++ m_OmxPlayerState.interlace_method != CMediaSettings::Get().GetCurrentVideoSettings().m_InterlaceMethod))
+ {
+ CLog::Log(LOGNOTICE, "%s - Reopen stream due to interlace change (%d,%d,%d,%d)", __FUNCTION__,
+ m_OmxPlayerState.current_deinterlace, CMediaSettings::Get().GetCurrentVideoSettings().m_DeinterlaceMode,
+- m_OmxPlayerState.interlace_method, g_renderManager.AutoInterlaceMethod(CMediaSettings::Get().GetCurrentVideoSettings().m_InterlaceMethod));
++ m_OmxPlayerState.interlace_method, CMediaSettings::Get().GetCurrentVideoSettings().m_InterlaceMethod);
+
+ m_OmxPlayerState.current_deinterlace = CMediaSettings::Get().GetCurrentVideoSettings().m_DeinterlaceMode;
+- m_OmxPlayerState.interlace_method = g_renderManager.AutoInterlaceMethod(CMediaSettings::Get().GetCurrentVideoSettings().m_InterlaceMethod);
++ m_OmxPlayerState.interlace_method = CMediaSettings::Get().GetCurrentVideoSettings().m_InterlaceMethod;
+ reopen_stream = true;
+ }
+
+
+From 18bca1ea11093bef939a375a8b845a0c1c3dc0d5 Mon Sep 17 00:00:00 2001
+From: popcornmix
+Date: Wed, 16 Sep 2015 15:05:37 +0100
+Subject: [PATCH 100/100] [omxplayer] Avoid calling render callback with the
+ lock held to avoid a deadlock
+
+---
+ xbmc/cores/omxplayer/OMXVideo.cpp | 27 ++++++++++++++-------------
+ xbmc/cores/omxplayer/OMXVideo.h | 10 +++++++++-
+ 2 files changed, 23 insertions(+), 14 deletions(-)
+
+diff --git a/xbmc/cores/omxplayer/OMXVideo.cpp b/xbmc/cores/omxplayer/OMXVideo.cpp
+index fbb395d..aaea687 100644
+--- a/xbmc/cores/omxplayer/OMXVideo.cpp
++++ b/xbmc/cores/omxplayer/OMXVideo.cpp
+@@ -141,9 +141,8 @@ bool COMXVideo::NaluFormatStartCodes(enum AVCodecID codec, uint8_t *in_extradata
+ return false;
+ }
+
+-bool COMXVideo::PortSettingsChanged()
++bool COMXVideo::PortSettingsChanged(ResolutionUpdateInfo &resinfo)
+ {
+- CSingleLock lock (m_critSection);
+ OMX_ERRORTYPE omx_err = OMX_ErrorNone;
+
+ if (m_settings_changed)
+@@ -186,15 +185,13 @@ bool COMXVideo::PortSettingsChanged()
+ port_image.format.video.xFramerate / (float)(1<<16), interlace.eMode, m_deinterlace);
+
+ // let OMXPlayerVideo know about resolution so it can inform RenderManager
+- if (m_res_callback)
+- {
+- float display_aspect = 0.0f;
+- if (pixel_aspect.nX && pixel_aspect.nY)
+- display_aspect = (float)pixel_aspect.nX * port_image.format.video.nFrameWidth /
+- ((float)pixel_aspect.nY * port_image.format.video.nFrameHeight);
+- m_res_callback(m_res_ctx, port_image.format.video.nFrameWidth, port_image.format.video.nFrameHeight,
+- port_image.format.video.xFramerate / (float)(1<<16), display_aspect);
+- }
++ resinfo.width = port_image.format.video.nFrameWidth;
++ resinfo.height = port_image.format.video.nFrameHeight;
++ resinfo.framerate = port_image.format.video.xFramerate / (float)(1<<16);
++ resinfo.display_aspect = 0.0f;
++ resinfo.changed = true;
++ if (pixel_aspect.nX && pixel_aspect.nY)
++ resinfo.display_aspect = (float)pixel_aspect.nX * port_image.format.video.nFrameWidth / ((float)pixel_aspect.nY * port_image.format.video.nFrameHeight);
+
+ if (m_settings_changed)
+ {
+@@ -798,10 +795,11 @@ int COMXVideo::Decode(uint8_t *pData, int iSize, double dts, double pts)
+ }
+ //CLog::Log(LOGINFO, "VideD: dts:%.0f pts:%.0f size:%d)\n", dts, pts, iSize);
+
++ ResolutionUpdateInfo resinfo = {};
+ omx_err = m_omx_decoder.WaitForEvent(OMX_EventPortSettingsChanged, 0);
+ if (omx_err == OMX_ErrorNone)
+ {
+- if(!PortSettingsChanged())
++ if(!PortSettingsChanged(resinfo))
+ {
+ CLog::Log(LOGERROR, "%s::%s - error PortSettingsChanged omx_err(0x%08x)\n", CLASSNAME, __func__, omx_err);
+ return false;
+@@ -810,11 +808,14 @@ int COMXVideo::Decode(uint8_t *pData, int iSize, double dts, double pts)
+ omx_err = m_omx_decoder.WaitForEvent(OMX_EventParamOrConfigChanged, 0);
+ if (omx_err == OMX_ErrorNone)
+ {
+- if(!PortSettingsChanged())
++ if(!PortSettingsChanged(resinfo))
+ {
+ CLog::Log(LOGERROR, "%s::%s - error PortSettingsChanged (EventParamOrConfigChanged) omx_err(0x%08x)\n", CLASSNAME, __func__, omx_err);
+ }
+ }
++ lock.Leave();
++ if (resinfo.changed && m_res_callback)
++ m_res_callback(m_res_ctx, resinfo.width, resinfo.height, resinfo.framerate, resinfo.display_aspect);
+ }
+ return true;
+
+diff --git a/xbmc/cores/omxplayer/OMXVideo.h b/xbmc/cores/omxplayer/OMXVideo.h
+index 86e94ce..31982b4 100644
+--- a/xbmc/cores/omxplayer/OMXVideo.h
++++ b/xbmc/cores/omxplayer/OMXVideo.h
+@@ -41,6 +41,14 @@
+
+ typedef void (*ResolutionUpdateCallBackFn)(void *ctx, uint32_t width, uint32_t height, float framerate, float display_aspect);
+
++struct ResolutionUpdateInfo {
++ uint32_t width;
++ uint32_t height;
++ float framerate;
++ float display_aspect;
++ bool changed;
++};
+
- // Load curl so curl_global_init gets called before any service threads
- // are started. Unloading will have no effect as curl is never fully unloaded.
- // To quote man curl_global_init:
+ class COMXVideo
+ {
+ public:
+@@ -50,7 +58,7 @@ class COMXVideo
+ // Required overrides
+ bool SendDecoderConfig();
+ bool Open(CDVDStreamInfo &hints, OMXClock *clock, EDEINTERLACEMODE deinterlace = VS_DEINTERLACEMODE_OFF, bool hdmi_clock_sync = false);
+- bool PortSettingsChanged();
++ bool PortSettingsChanged(ResolutionUpdateInfo &resinfo);
+ void RegisterResolutionUpdateCallBack(void *ctx, ResolutionUpdateCallBackFn callback) { m_res_ctx = ctx; m_res_callback = callback; }
+ void Close(void);
+ unsigned int GetFreeSpace();
diff --git a/projects/RPi/patches/linux/linux-01-RPi_support.patch b/projects/RPi/patches/linux/linux-01-RPi_support.patch
index 8bef3a7273..dfccd7cdaa 100644
--- a/projects/RPi/patches/linux/linux-01-RPi_support.patch
+++ b/projects/RPi/patches/linux/linux-01-RPi_support.patch
@@ -1,7 +1,7 @@
-From bc7d015ceaa36adc088675b0cdd3a7df05dfd9ed Mon Sep 17 00:00:00 2001
+From 609529b2f8865f8ad63cf2bc3be48a009c8e6f9d Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 12 May 2013 12:24:19 +0100
-Subject: [PATCH 001/184] Main bcm2708/bcm2709 linux port
+Subject: [PATCH 001/192] Main bcm2708/bcm2709 linux port
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -124,7 +124,7 @@ Signed-off-by: Noralf Trønnes
create mode 100644 arch/arm/mach-bcm2709/vc_support.c
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
-index 45df48b..bd9b2f3 100644
+index 19f4cc6..3ec1319 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -314,6 +314,42 @@ choice
@@ -170,7 +170,7 @@ index 45df48b..bd9b2f3 100644
config ARCH_MULTIPLATFORM
bool "Allow multiple platforms to be selected"
depends on MMU
-@@ -823,6 +859,9 @@ config ARCH_VIRT
+@@ -824,6 +860,9 @@ config ARCH_VIRT
# Kconfigs may be included either alphabetically (according to the
# plat- suffix) or along side the corresponding mach-* source.
#
@@ -7002,10 +7002,10 @@ index b5bedae..b0258e8 100644
mmc_pm_flag_t pm_caps; /* supported pm features */
-From 52397f48b515f888ad61b3bfb16fea22e5b83cad Mon Sep 17 00:00:00 2001
+From b13e8a3ef8cefa74548308f24bcdfc341aca70ee Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 8 Oct 2014 18:50:05 +0100
-Subject: [PATCH 002/184] Add bcm2708_gpio driver
+Subject: [PATCH 002/192] Add bcm2708_gpio driver
Signed-off-by: popcornmix
@@ -7635,10 +7635,10 @@ index 0000000..fb69624
+
+#endif
-From 4e831e4d013b83364e41b463cf77c7acf4b454b3 Mon Sep 17 00:00:00 2001
+From 3b96584732e783101c33b3f93685fdb9c29f2f56 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 1 May 2015 19:11:03 +0200
-Subject: [PATCH 003/184] mailbox: bcm2708: Add bcm2708-vcio
+Subject: [PATCH 003/192] mailbox: bcm2708: Add bcm2708-vcio
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -8269,10 +8269,10 @@ index 0000000..cc284ed
+
+#endif
-From 7429b1db539759f0586f7e12c9332915477faf86 Mon Sep 17 00:00:00 2001
+From 1682b073c4ee65bbad4d422dc7e1e4335fb7520f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 1 May 2013 19:46:17 +0100
-Subject: [PATCH 004/184] Add dwc_otg driver
+Subject: [PATCH 004/192] Add dwc_otg driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -69546,10 +69546,10 @@ index 0000000..cdc9963
+test_main();
+0;
-From fbad81377923fa23914e15a8bab283b79293618f Mon Sep 17 00:00:00 2001
+From 5aad6d9cc7a07fab68fa8a809d1ef68227815b4e Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 1 May 2013 19:54:32 +0100
-Subject: [PATCH 005/184] bcm2708 watchdog driver
+Subject: [PATCH 005/192] bcm2708 watchdog driver
Signed-off-by: popcornmix
---
@@ -69986,10 +69986,10 @@ index 0000000..8a27d68
+MODULE_ALIAS_MISCDEV(TEMP_MINOR);
+MODULE_LICENSE("GPL");
-From 59bf8fe3c21caf11d56af182811b7f954c5ac1fb Mon Sep 17 00:00:00 2001
+From 0d7d0291c377904694bb5b28fee22c47c8842d88 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 17 Jun 2015 17:06:34 +0100
-Subject: [PATCH 006/184] bcm2708 framebuffer driver
+Subject: [PATCH 006/192] bcm2708 framebuffer driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -73428,10 +73428,10 @@ index 3c14e43..7626beb6a 100644
+0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
+0 0 0 0 0 0 0 0 0
-From 8533ef2eaa41d422d0fb87b60f6f3378b29a5b64 Mon Sep 17 00:00:00 2001
+From 8f7071a6b7d56dcacdb37d4dd106344b083275b6 Mon Sep 17 00:00:00 2001
From: Florian Meier
Date: Fri, 22 Nov 2013 14:22:53 +0100
-Subject: [PATCH 007/184] dmaengine: Add support for BCM2708
+Subject: [PATCH 007/192] dmaengine: Add support for BCM2708
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -75199,10 +75199,10 @@ index 0000000..2310e34
+
+#endif /* _PLAT_BCM2708_DMA_H */
-From d1f7e6f8f55a509533ac7468aa2bcb7608bfc1bb Mon Sep 17 00:00:00 2001
+From e07323745508bb0f376e4d459a54480fd3e31d44 Mon Sep 17 00:00:00 2001
From: gellert
Date: Fri, 15 Aug 2014 16:35:06 +0100
-Subject: [PATCH 008/184] MMC: added alternative MMC driver
+Subject: [PATCH 008/192] MMC: added alternative MMC driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -77018,10 +77018,10 @@ index 0000000..b7c4883
+MODULE_LICENSE("GPL v2");
+MODULE_AUTHOR("Gellert Weisz");
-From b66971c49c262d192b95882baa1d331f2863e6a8 Mon Sep 17 00:00:00 2001
+From dc41079232e59b916ca82d40e4e7206d4ab62aaa Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 25 Mar 2015 17:49:47 +0000
-Subject: [PATCH 009/184] Adding bcm2835-sdhost driver, and an overlay to
+Subject: [PATCH 009/192] Adding bcm2835-sdhost driver, and an overlay to
enable it
BCM2835 has two SD card interfaces. This driver uses the other one.
@@ -78791,10 +78791,10 @@ index 0000000..eef8a24
+MODULE_LICENSE("GPL v2");
+MODULE_AUTHOR("Phil Elwell");
-From b6f82e619a4f4cb01f5916daea7e2dd9d3bbd743 Mon Sep 17 00:00:00 2001
+From 9377edd0d7701aaeeabb96cafd00c0716e34c571 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 3 Jul 2013 00:31:47 +0100
-Subject: [PATCH 010/184] cma: Add vc_cma driver to enable use of CMA
+Subject: [PATCH 010/192] cma: Add vc_cma driver to enable use of CMA
Signed-off-by: popcornmix
@@ -80119,10 +80119,10 @@ index 0000000..5325832
+
+#endif /* VC_CMA_H */
-From 2a35225a6b978ed75d0ddb8137fbc63b8ef54a91 Mon Sep 17 00:00:00 2001
+From c19f082a656bb2d1d95030a5950c505ea48489b3 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 26 Mar 2012 22:15:50 +0100
-Subject: [PATCH 011/184] bcm2708: alsa sound driver
+Subject: [PATCH 011/192] bcm2708: alsa sound driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -82964,10 +82964,10 @@ index 0000000..af3e6eb
+
+#endif // _VC_AUDIO_DEFS_H_
-From dfbd0d5b4ac667a5bba7dd9cfae952c1560e6e3a Mon Sep 17 00:00:00 2001
+From 1576308395a8e3ae6a6f8f9777929618ef427c89 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 2 Jul 2013 23:42:01 +0100
-Subject: [PATCH 012/184] bcm2708 vchiq driver
+Subject: [PATCH 012/192] bcm2708 vchiq driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -96221,10 +96221,10 @@ index 0000000..b6bfa21
+ return vchiq_build_time;
+}
-From 272ac55666b71fbf9071d39d40a8fe9a7019b31e Mon Sep 17 00:00:00 2001
+From f17e4badf3975d0a1b7b1c20b524f2ef4a21571b Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 17 Jun 2015 16:07:06 +0100
-Subject: [PATCH 013/184] vc_mem: Add vc_mem driver
+Subject: [PATCH 013/192] vc_mem: Add vc_mem driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -97230,10 +97230,10 @@ index 0000000..20a4753
+
+#endif /* _VC_MEM_H */
-From face5c60abadb506a565165e62898c31285daf6f Mon Sep 17 00:00:00 2001
+From 6f96fdd646856cefb12b44e5f08ece670f0181c2 Mon Sep 17 00:00:00 2001
From: Tim Gover
Date: Tue, 22 Jul 2014 15:41:04 +0100
-Subject: [PATCH 014/184] vcsm: VideoCore shared memory service for BCM2835
+Subject: [PATCH 014/192] vcsm: VideoCore shared memory service for BCM2835
Add experimental support for the VideoCore shared memory service.
This allows user processes to allocate memory from VideoCore's
@@ -101643,10 +101643,10 @@ index 0000000..0bfb42e
+MODULE_DESCRIPTION("VideoCore SharedMemory Driver");
+MODULE_LICENSE("GPL v2");
-From c359129bff7af01a9c405b65c23f337e0860fd4b Mon Sep 17 00:00:00 2001
+From 8ced4cc73e1a9ea263ac6fd724bd8959879b3da0 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 3 Jul 2013 00:51:55 +0100
-Subject: [PATCH 015/184] Add hwrng (hardware random number generator) driver
+Subject: [PATCH 015/192] Add hwrng (hardware random number generator) driver
---
drivers/char/hw_random/Kconfig | 13 +++-
@@ -101823,10 +101823,10 @@ index 0000000..340f004
+MODULE_DESCRIPTION("BCM2708 H/W Random Number Generator (RNG) driver");
+MODULE_LICENSE("GPL and additional rights");
-From 8999a27eaf7185af1543fbabc7b1125ed4d100d7 Mon Sep 17 00:00:00 2001
+From b669c0907ef1104dd084fea17c12650131eca5e5 Mon Sep 17 00:00:00 2001
From: Aron Szabo
Date: Sat, 16 Jun 2012 12:15:55 +0200
-Subject: [PATCH 016/184] lirc: added support for RaspberryPi GPIO
+Subject: [PATCH 016/192] lirc: added support for RaspberryPi GPIO
lirc_rpi: Use read_current_timer to determine transmitter delay. Thanks to jjmz and others
See: https://github.com/raspberrypi/linux/issues/525
@@ -102679,10 +102679,10 @@ index 0000000..24563ec
+module_param(debug, bool, S_IRUGO | S_IWUSR);
+MODULE_PARM_DESC(debug, "Enable debugging messages");
-From f11d95b418dbf7cbe56a115b38cf4f92ac3ad449 Mon Sep 17 00:00:00 2001
+From 557f263ec0d9a8c0ac86327ee6f82fb430321138 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 3 Jul 2013 00:49:20 +0100
-Subject: [PATCH 017/184] Add cpufreq driver
+Subject: [PATCH 017/192] Add cpufreq driver
Signed-off-by: popcornmix
---
@@ -102955,10 +102955,10 @@ index 0000000..6735da9
+module_init(bcm2835_cpufreq_module_init);
+module_exit(bcm2835_cpufreq_module_exit);
-From 64161aa8d6162ad77539322657cfbebb0501afe7 Mon Sep 17 00:00:00 2001
+From 9bcee345f285fc890d89c13ab810e00011c746e0 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 26 Mar 2013 19:24:24 +0000
-Subject: [PATCH 018/184] Added hwmon/thermal driver for reporting core
+Subject: [PATCH 018/192] Added hwmon/thermal driver for reporting core
temperature. Thanks Dorian
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
@@ -103255,10 +103255,10 @@ index 0000000..3bc80f1
+
+module_platform_driver(bcm2835_thermal_driver);
-From 0829e2506b76ae45cd2b10cf87b9eb482038b1ea Mon Sep 17 00:00:00 2001
+From 400a88cfab32bbc52f75adf0383dc1b0894e7c3f Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 17 Jun 2015 15:41:33 +0100
-Subject: [PATCH 019/184] Add Chris Boot's spi driver.
+Subject: [PATCH 019/192] Add Chris Boot's spi driver.
spi: bcm2708: add device tree support
@@ -104170,10 +104170,10 @@ index 0000000..041b5e2
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:" DRV_NAME);
-From 1f7bcb7ddfa9650775d711f80f2e560bafaec33e Mon Sep 17 00:00:00 2001
+From d5c4f6a12d0593030ea5a934fb2c83f45298f412 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 17 Jun 2015 15:44:08 +0100
-Subject: [PATCH 020/184] Add Chris Boot's i2c driver
+Subject: [PATCH 020/192] Add Chris Boot's i2c driver
i2c-bcm2708: fixed baudrate
@@ -104974,10 +104974,10 @@ index 0000000..8773203
+MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:" DRV_NAME);
-From 0be494d1b3e0a66d2a0429097e31eb5f8bd8fa7a Mon Sep 17 00:00:00 2001
+From c3abf3ec4df5a8aaf4b5772ab69636734d87997b Mon Sep 17 00:00:00 2001
From: Vincent Sanders
Date: Wed, 30 Jan 2013 12:45:18 +0000
-Subject: [PATCH 021/184] bcm2835: add v4l2 camera device
+Subject: [PATCH 021/192] bcm2835: add v4l2 camera device
- Supports raw YUV capture, preview, JPEG and H264.
- Uses videobuf2 for data transfer, using dma_buf.
@@ -112304,10 +112304,10 @@ index 0000000..9d1d11e
+
+#endif /* MMAL_VCHIQ_H */
-From e00c0af8fa949c4a76e6ff3b58c51fff83957933 Mon Sep 17 00:00:00 2001
+From 7b9ed5d65c02cce23d54b30c3e51ae404d2a7f48 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 23 Jan 2015 14:48:55 +0000
-Subject: [PATCH 022/184] scripts/dtc: Update to upstream version with overlay
+Subject: [PATCH 022/192] scripts/dtc: Update to upstream version with overlay
patches
---
@@ -117520,10 +117520,10 @@ index 54d4e904..d644002 100644
-#define DTC_VERSION "DTC 1.4.0-dirty"
+#define DTC_VERSION "DTC 1.4.1-g36c70742"
-From 5a3fb4b186514770f97fc5f4a75cbd82ab12a762 Mon Sep 17 00:00:00 2001
+From 032973fcd78ccde1187013067269944722eaed55 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 11 May 2015 09:00:42 +0100
-Subject: [PATCH 023/184] scripts: Add mkknlimg and knlinfo scripts from tools
+Subject: [PATCH 023/192] scripts: Add mkknlimg and knlinfo scripts from tools
repo
The Raspberry Pi firmware looks for a trailer on the kernel image to
@@ -118008,10 +118008,10 @@ index 0000000..3dff948
+ return (($val eq 'y') || ($val eq '1'));
+}
-From c368aad99d0aaf23d962631c7ede7c64cb7df083 Mon Sep 17 00:00:00 2001
+From 0f413a81d7dcf73f80a51b348cff64341dee7eb4 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 5 Dec 2014 17:26:26 +0000
-Subject: [PATCH 024/184] fdt: Add support for the CONFIG_CMDLINE_EXTEND option
+Subject: [PATCH 024/192] fdt: Add support for the CONFIG_CMDLINE_EXTEND option
---
drivers/of/fdt.c | 29 ++++++++++++++++++++++++-----
@@ -118066,10 +118066,10 @@ index cde35c5d01..dd7fbfe 100644
pr_debug("Command line is: %s\n", (char*)data);
-From bc87493bc445a355c39d8a27aae1f23667fb7497 Mon Sep 17 00:00:00 2001
+From 33131a27961d07a2a612c9e8d3c7a1133e08f4e1 Mon Sep 17 00:00:00 2001
From: notro
Date: Wed, 9 Jul 2014 14:46:08 +0200
-Subject: [PATCH 025/184] BCM2708: Add core Device Tree support
+Subject: [PATCH 025/192] BCM2708: Add core Device Tree support
Add the bare minimum needed to boot BCM2708 from a Device Tree.
@@ -121946,10 +121946,10 @@ index 0000000..66a98f6
+ };
+};
-From 1874c77dceab6b0805da4a330a46d2b2d6dc1afd Mon Sep 17 00:00:00 2001
+From 3ad1dddd91565b7f8246685072c5a7582c4c1030 Mon Sep 17 00:00:00 2001
From: Siarhei Siamashka
Date: Mon, 17 Jun 2013 13:32:11 +0300
-Subject: [PATCH 026/184] fbdev: add FBIOCOPYAREA ioctl
+Subject: [PATCH 026/192] fbdev: add FBIOCOPYAREA ioctl
Based on the patch authored by Ali Gholami Rudi at
https://lkml.org/lkml/2009/7/13/153
@@ -122042,10 +122042,10 @@ index fb795c3..fa72af0 100644
#define FB_TYPE_PACKED_PIXELS 0 /* Packed Pixels */
#define FB_TYPE_PLANES 1 /* Non interleaved planes */
-From 63c5fbdc6e2770243abb05c5ee78c74c80c8f9d3 Mon Sep 17 00:00:00 2001
+From cedcba17d7d61f257782b8a27d476207d9013699 Mon Sep 17 00:00:00 2001
From: Harm Hanemaaijer
Date: Thu, 20 Jun 2013 20:21:39 +0200
-Subject: [PATCH 029/184] Speed up console framebuffer imageblit function
+Subject: [PATCH 029/192] Speed up console framebuffer imageblit function
Especially on platforms with a slower CPU but a relatively high
framebuffer fill bandwidth, like current ARM devices, the existing
@@ -122254,10 +122254,10 @@ index a2bb276..436494f 100644
start_index, pitch_index);
} else
-From f870ef6cde2474f86c12f0bc4d0c3f773e5f85ef Mon Sep 17 00:00:00 2001
+From 1b61dd3ec17ab86f48f36710318c26bae5ee1acc Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 26 Mar 2013 17:26:38 +0000
-Subject: [PATCH 030/184] Allow mac address to be set in smsc95xx
+Subject: [PATCH 030/192] Allow mac address to be set in smsc95xx
Signed-off-by: popcornmix
---
@@ -122348,10 +122348,10 @@ index 26423ad..e29a323 100644
if (smsc95xx_read_eeprom(dev, EEPROM_MAC_OFFSET, ETH_ALEN,
dev->net->dev_addr) == 0) {
-From ef1520a1e31048375d37fdd2bd5f5a1d199b0b3e Mon Sep 17 00:00:00 2001
+From 875b987168c33dbd9e3ffb259277d62a535970ab Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 8 May 2013 11:46:50 +0100
-Subject: [PATCH 031/184] enabling the realtime clock 1-wire chip DS1307 and
+Subject: [PATCH 031/192] enabling the realtime clock 1-wire chip DS1307 and
1-wire on GPIO4 (as a module)
1-wire: Add support for configuring pin for w1-gpio kernel module
@@ -122749,10 +122749,10 @@ index d58594a..feae942 100644
unsigned int ext_pullup_enable_pin;
unsigned int pullup_duration;
-From 235c37961456b4c334680ed4c25c5a96ab00abda Mon Sep 17 00:00:00 2001
+From a7a7923fb977c1511cca7992d36d70c2c5b304d4 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 18 Dec 2013 22:16:19 +0000
-Subject: [PATCH 033/184] config: Enable CONFIG_MEMCG, but leave it disabled
+Subject: [PATCH 033/192] config: Enable CONFIG_MEMCG, but leave it disabled
(due to memory cost). Enable with cgroup_enable=memory.
---
@@ -122761,10 +122761,10 @@ Subject: [PATCH 033/184] config: Enable CONFIG_MEMCG, but leave it disabled
2 files changed, 24 insertions(+)
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
-index e8a5491..2428355 100644
+index 4d65b66..dd258ff 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
-@@ -5393,6 +5393,29 @@ static int __init cgroup_disable(char *str)
+@@ -5394,6 +5394,29 @@ static int __init cgroup_disable(char *str)
}
__setup("cgroup_disable=", cgroup_disable);
@@ -122807,10 +122807,10 @@ index a04225d..a2ef8af 100644
/**
-From 913dab2ce61697ccf445a510795adcf8a52c66da Mon Sep 17 00:00:00 2001
+From 0e5e372ca2240e9d70ae4c52662a49c3e16f7ba9 Mon Sep 17 00:00:00 2001
From: Florian Meier
Date: Fri, 22 Nov 2013 14:33:38 +0100
-Subject: [PATCH 034/184] ASoC: Add support for BCM2708
+Subject: [PATCH 034/192] ASoC: Add support for BCM2708
This driver adds support for digital audio (I2S)
for the BCM2708 SoC that is used by the
@@ -123953,10 +123953,10 @@ index 0000000..6fdcbc1
+
+#endif
-From e502c438fcd082ccf630a4d509588fda0905ac52 Mon Sep 17 00:00:00 2001
+From b2e44c6378b2db6d65be04c95ab877b91b8d9f1e Mon Sep 17 00:00:00 2001
From: Florian Meier
Date: Fri, 22 Nov 2013 14:59:51 +0100
-Subject: [PATCH 035/184] ASoC: Add support for PCM5102A codec
+Subject: [PATCH 035/192] ASoC: Add support for PCM5102A codec
Some definitions to support the PCM5102A codec
by Texas Instruments.
@@ -124081,10 +124081,10 @@ index 0000000..126f1e9
+MODULE_AUTHOR("Florian Meier ");
+MODULE_LICENSE("GPL v2");
-From 335030fdfe2302fa65d841e1b450d1b1741b11cf Mon Sep 17 00:00:00 2001
+From 7d8babed7b82e7e0288b21e4e7230cf6afe60c8d Mon Sep 17 00:00:00 2001
From: Florian Meier
Date: Fri, 22 Nov 2013 19:04:54 +0100
-Subject: [PATCH 036/184] BCM2708: Add I2S support to board file
+Subject: [PATCH 036/192] BCM2708: Add I2S support to board file
Adds the required initializations for I2S
to the board file of mach-bcm2708.
@@ -124173,10 +124173,10 @@ index a3b65dc..a515992 100644
for (i = 0; i <= 1; i++) {
void __iomem *base;
-From b7c72ec1c00a776d4e47eaf7e584c6fbdf99876c Mon Sep 17 00:00:00 2001
+From 5ac22a8bd8d72cdd0943c5253f69246a9f67d809 Mon Sep 17 00:00:00 2001
From: Florian Meier
Date: Fri, 22 Nov 2013 19:19:08 +0100
-Subject: [PATCH 037/184] ASoC: Add support for HifiBerry DAC
+Subject: [PATCH 037/192] ASoC: Add support for HifiBerry DAC
This adds a machine driver for the HifiBerry DAC.
It is a sound card that can
@@ -124325,10 +124325,10 @@ index 0000000..4b70b45
+MODULE_DESCRIPTION("ASoC Driver for HifiBerry DAC");
+MODULE_LICENSE("GPL v2");
-From 74faf52e4cd92d9b20ee66c7139b4bbaa041b103 Mon Sep 17 00:00:00 2001
+From 20d20b334afca6fd5e71e036285f542a74375d16 Mon Sep 17 00:00:00 2001
From: Florian Meier
Date: Fri, 22 Nov 2013 19:21:34 +0100
-Subject: [PATCH 038/184] BCM2708: Add HifiBerry DAC to board file
+Subject: [PATCH 038/192] BCM2708: Add HifiBerry DAC to board file
This adds the initalization of the HifiBerry DAC
to the mach-bcm2708 board file.
@@ -124376,10 +124376,10 @@ index 01f2de7..1d9b788 100644
for (i = 0; i < ARRAY_SIZE(amba_devs); i++) {
struct amba_device *d = amba_devs[i];
-From 86435cf0c576f7cec47ee95722502c94fc61f181 Mon Sep 17 00:00:00 2001
+From cad54b0a9c94257e08529fc9d2e673543851e817 Mon Sep 17 00:00:00 2001
From: Florian Meier
Date: Fri, 6 Dec 2013 20:50:28 +0100
-Subject: [PATCH 039/184] ASoC: BCM2708: Add support for RPi-DAC
+Subject: [PATCH 039/192] ASoC: BCM2708: Add support for RPi-DAC
This adds a machine driver for the RPi-DAC.
@@ -124674,10 +124674,10 @@ index 0000000..b4eaa44
+MODULE_AUTHOR("Florian Meier ");
+MODULE_LICENSE("GPL v2");
-From 2e2e77e106ca29d0bafa7e0b2d69375f472fcf15 Mon Sep 17 00:00:00 2001
+From 2efb8725682fe9c9997677ce267f795db66b220e Mon Sep 17 00:00:00 2001
From: Daniel Matuschek
Date: Wed, 15 Jan 2014 21:41:23 +0100
-Subject: [PATCH 040/184] ASoC: wm8804: Implement MCLK configuration options,
+Subject: [PATCH 040/192] ASoC: wm8804: Implement MCLK configuration options,
add 32bit support WM8804 can run with PLL frequencies of 256xfs and 128xfs
for most sample rates. At 192kHz only 128xfs is supported. The existing
driver selects 128xfs automatically for some lower samples rates. By using an
@@ -124717,10 +124717,10 @@ index 1e403f6..d4efa85 100644
#define WM8804_RATES (SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_44100 | \
SNDRV_PCM_RATE_48000 | SNDRV_PCM_RATE_64000 | \
-From a67cb15ccb58a4156c5a01e3fe0ad1e6b1a599aa Mon Sep 17 00:00:00 2001
+From 575c0192a56f9b78175226f441dac7f850d5570a Mon Sep 17 00:00:00 2001
From: Daniel Matuschek
Date: Wed, 15 Jan 2014 21:42:08 +0100
-Subject: [PATCH 041/184] ASoC: BCM:Add support for HiFiBerry Digi. Driver is
+Subject: [PATCH 041/192] ASoC: BCM:Add support for HiFiBerry Digi. Driver is
based on the patched WM8804 driver.
Signed-off-by: Daniel Matuschek
@@ -124985,10 +124985,10 @@ index 0000000..92e9e46
+MODULE_DESCRIPTION("ASoC Driver for HifiBerry Digi");
+MODULE_LICENSE("GPL v2");
-From 1a9fc6343d77113ca453ee67243581a044a6a636 Mon Sep 17 00:00:00 2001
+From 7be683eb602b189605fd7fc7c0871ff69ba60319 Mon Sep 17 00:00:00 2001
From: Daniel Matuschek
Date: Thu, 16 Jan 2014 07:26:08 +0100
-Subject: [PATCH 042/184] BCM2708: Added support for HiFiBerry Digi board Board
+Subject: [PATCH 042/192] BCM2708: Added support for HiFiBerry Digi board Board
initalization by I2C
Signed-off-by: Daniel Matuschek
@@ -125035,10 +125035,10 @@ index 6d53beb..a062d7f 100644
bcm_register_device_dt(&snd_rpi_dac_device);
bcm_register_device_dt(&snd_pcm1794a_codec_device);
-From 798b0abaaa050086db1269ef60e16f14f5d81f3a Mon Sep 17 00:00:00 2001
+From f65b15497d822d0ee124653988e1c1a77d7e1c39 Mon Sep 17 00:00:00 2001
From: Daniel Matuschek
Date: Thu, 16 Jan 2014 07:36:35 +0100
-Subject: [PATCH 043/184] ASoC: wm8804: Set idle_bias_off to false Idle bias
+Subject: [PATCH 043/192] ASoC: wm8804: Set idle_bias_off to false Idle bias
has been change to remove warning on driver startup
Signed-off-by: Daniel Matuschek
@@ -125060,10 +125060,10 @@ index d4efa85..f3f26a2 100644
.dapm_widgets = wm8804_dapm_widgets,
.num_dapm_widgets = ARRAY_SIZE(wm8804_dapm_widgets),
-From 4459cf8e37437ea463683b47c7ade1234d23576e Mon Sep 17 00:00:00 2001
+From a3a8607f21c913660338ecfeab3e8f09e6f46a7e Mon Sep 17 00:00:00 2001
From: Gordon Garrity
Date: Sat, 8 Mar 2014 16:56:57 +0000
-Subject: [PATCH 044/184] Add IQaudIO Sound Card support for Raspberry Pi
+Subject: [PATCH 044/192] Add IQaudIO Sound Card support for Raspberry Pi
Set a limit of 0dB on Digital Volume Control
@@ -125271,10 +125271,10 @@ index 0000000..aff7377
+MODULE_DESCRIPTION("ASoC Driver for IQAudio DAC");
+MODULE_LICENSE("GPL v2");
-From 51bee497636d074c655c3a43023de3bdf7d91acd Mon Sep 17 00:00:00 2001
+From a83f2448dd653557e1532d92b581c56e4dc471c2 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Wed, 18 Jun 2014 13:42:01 +0100
-Subject: [PATCH 045/184] vmstat: Workaround for issue where dirty page count
+Subject: [PATCH 045/192] vmstat: Workaround for issue where dirty page count
goes negative
See:
@@ -125301,10 +125301,10 @@ index 82e7db7..f87d16d 100644
static inline void __inc_zone_page_state(struct page *page,
-From bd40c05a978de0af53014919088688d79be28f0c Mon Sep 17 00:00:00 2001
+From 4678e30fad78c70aa9fb1489c2c585e74d308973 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 14 Jul 2014 22:02:09 +0100
-Subject: [PATCH 046/184] hid: Reduce default mouse polling interval to 60Hz
+Subject: [PATCH 046/192] hid: Reduce default mouse polling interval to 60Hz
Reduces overhead when using X
---
@@ -125312,7 +125312,7 @@ Reduces overhead when using X
1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/drivers/hid/usbhid/hid-core.c b/drivers/hid/usbhid/hid-core.c
-index bfbe1be..a738b25 100644
+index eab5bd6..ca47de9 100644
--- a/drivers/hid/usbhid/hid-core.c
+++ b/drivers/hid/usbhid/hid-core.c
@@ -49,7 +49,7 @@
@@ -125340,10 +125340,10 @@ index bfbe1be..a738b25 100644
ret = -ENOMEM;
if (usb_endpoint_dir_in(endpoint)) {
-From bb5991f459cc07182237b7fce76f7badf8a05056 Mon Sep 17 00:00:00 2001
+From e00dd94e1cf5cf4f7c9c49271d624695acfe2e6a Mon Sep 17 00:00:00 2001
From: Daniel Matuschek
Date: Mon, 4 Aug 2014 10:06:56 +0200
-Subject: [PATCH 047/184] Added support for HiFiBerry DAC+
+Subject: [PATCH 047/192] Added support for HiFiBerry DAC+
The driver is based on the HiFiBerry DAC driver. However HiFiBerry DAC+ uses
a different codec chip (PCM5122), therefore a new driver is necessary.
@@ -125554,10 +125554,10 @@ index 0000000..c63387b
+MODULE_DESCRIPTION("ASoC Driver for HiFiBerry DAC+");
+MODULE_LICENSE("GPL v2");
-From 6f59fa3f213e8f4c1e86c7bdb5b4621153e0968d Mon Sep 17 00:00:00 2001
+From 169fecad9b21239bfa863add3a28c2b28c0771d5 Mon Sep 17 00:00:00 2001
From: Daniel Matuschek
Date: Mon, 4 Aug 2014 11:09:58 +0200
-Subject: [PATCH 048/184] Added driver for HiFiBerry Amp amplifier add-on board
+Subject: [PATCH 048/192] Added driver for HiFiBerry Amp amplifier add-on board
The driver contains a low-level hardware driver for the TAS5713 and the
drivers for the Raspberry Pi I2S subsystem.
@@ -126426,10 +126426,10 @@ index 0000000..8f019e0
+
+#endif /* _TAS5713_H */
-From 450553c3330e2f5b190cbdb561a0140ba3831af6 Mon Sep 17 00:00:00 2001
+From bfaa96ef753c4e4b8bd6fa32d98dec3d29a27828 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 13 Apr 2015 19:14:18 +0100
-Subject: [PATCH 049/184] bcm2708: Allow option card devices to be configured
+Subject: [PATCH 049/192] bcm2708: Allow option card devices to be configured
via DT
If the kernel is built with Device Tree support, and if a DT blob
@@ -126454,10 +126454,10 @@ index 03fa1cb..c816526 100644
static struct platform_driver bcm2835_i2s_driver = {
.probe = bcm2835_i2s_probe,
-From 11037211a5e9c0063842ab8e6c66bb27de44883c Mon Sep 17 00:00:00 2001
+From 004ae70ecd0ba75f44339b5ecd4e1741051ac6fa Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 13 Apr 2015 18:45:39 +0100
-Subject: [PATCH 050/184] Adding Device Tree support for some RPi audio cards
+Subject: [PATCH 050/192] Adding Device Tree support for some RPi audio cards
---
arch/arm/mach-bcm2709/bcm2709.c | 143 ++++++++++++++++++++++++++++++++++++++
@@ -126820,10 +126820,10 @@ index 126f1e9..7c6598e 100644
};
-From feb1cc5051d14d50af22f923fb5c4540792d8cd5 Mon Sep 17 00:00:00 2001
+From 9ec5f902ca815afa5ad61c4820b16e7bfe6e8497 Mon Sep 17 00:00:00 2001
From: Timo Kokkonen
Date: Wed, 29 Oct 2014 23:30:30 -0700
-Subject: [PATCH 051/184] Added support to reserve/enable a GPIO pin to be used
+Subject: [PATCH 051/192] Added support to reserve/enable a GPIO pin to be used
from pps-gpio module (LinuxPPS). Enable PPS modules in default config for
RPi.
@@ -126959,10 +126959,10 @@ index 57e1f3d..721559b 100644
+module_param(pps_gpio_pin, int, 0644);
+MODULE_PARM_DESC(pps_gpio_pin, "Set GPIO pin to reserve for PPS");
-From 59e0365feeea7499c0c4d1ceff5ca41fed4ef1bc Mon Sep 17 00:00:00 2001
+From 48370c036cd319379aba97fb3b5b0bc5a476c34d Mon Sep 17 00:00:00 2001
From: Ryan Coe
Date: Sat, 31 Jan 2015 18:25:49 -0700
-Subject: [PATCH 052/184] Update ds1307 driver for device-tree support
+Subject: [PATCH 052/192] Update ds1307 driver for device-tree support
Signed-off-by: Ryan Coe
---
@@ -126989,10 +126989,10 @@ index 4ffabb3..c6789a7 100644
.driver = {
.name = "rtc-ds1307",
-From 482c49893aaac62f57fa40b6f9edebd408820b79 Mon Sep 17 00:00:00 2001
+From 55ac310dca9f3610902db3937ebf301b18b3f6ba Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 6 Feb 2015 13:50:57 +0000
-Subject: [PATCH 053/184] BCM270x_DT: Add pwr_led, and the required "input"
+Subject: [PATCH 053/192] BCM270x_DT: Add pwr_led, and the required "input"
trigger
The "input" trigger makes the associated GPIO an input. This is to support
@@ -127103,10 +127103,10 @@ index 0000000..2ca2b98
+MODULE_DESCRIPTION("Set LED GPIO to Input \"trigger\"");
+MODULE_LICENSE("GPL");
-From 9590c4e749ca71df812a8d9bd5eece4346f058fc Mon Sep 17 00:00:00 2001
+From 022a8e47780f3e5077d6b2710734b6603c44952b Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 20 Jun 2014 17:19:27 +0100
-Subject: [PATCH 054/184] bcm2709: Simplify and strip down IRQ handler
+Subject: [PATCH 054/192] bcm2709: Simplify and strip down IRQ handler
---
arch/arm/include/asm/entry-macro-multi.S | 2 +
@@ -127325,10 +127325,10 @@ index d08591b..08d184c 100644
+1: get_irqnr_and_base r0, r2, r6, lr
+ .endm
-From a216c02ac5863401ae356b2acf713e65ec2219f1 Mon Sep 17 00:00:00 2001
+From 0583ae47b0a83f3e8ace8bf7c5d0da6de8efe28e Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Thu, 12 Feb 2015 11:17:53 +0000
-Subject: [PATCH 055/184] Fix LED "input" trigger implementation for 3.19
+Subject: [PATCH 055/192] Fix LED "input" trigger implementation for 3.19
---
drivers/leds/leds-gpio.c | 10 +++++++++-
@@ -127415,10 +127415,10 @@ index 9a2b000..60accc5 100644
/* Set LED brightness level */
/* Must not sleep, use a workqueue if needed */
-From 6cf3b859717b84122aa78dca571787c56733d6a8 Mon Sep 17 00:00:00 2001
+From 7c65cd90b282b3ed93ad70f855db6131db3a265d Mon Sep 17 00:00:00 2001
From: notro
Date: Thu, 10 Jul 2014 13:59:47 +0200
-Subject: [PATCH 056/184] pinctrl-bcm2835: Set base to 0 give expected gpio
+Subject: [PATCH 056/192] pinctrl-bcm2835: Set base to 0 give expected gpio
numbering
Signed-off-by: Noralf Tronnes
@@ -127440,10 +127440,10 @@ index 8d908e3..7a1900d 100644
.can_sleep = false,
};
-From 21f644aed21c73b9723a75a747f0faf42674131e Mon Sep 17 00:00:00 2001
+From a5aa225de371133af222f8cc2d64cca5845f245f Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 4 Feb 2015 10:02:24 +0000
-Subject: [PATCH 057/184] pinctrl-bcm2835: bcm2835_gpio_direction_output must
+Subject: [PATCH 057/192] pinctrl-bcm2835: bcm2835_gpio_direction_output must
set the value
---
@@ -127471,10 +127471,10 @@ index 7a1900d..62f85aa 100644
static void bcm2835_gpio_set(struct gpio_chip *chip, unsigned offset, int value)
-From b8404e667d8682395bc3bfcc9110f8fcd73f8b81 Mon Sep 17 00:00:00 2001
+From 93528a99004c5273cfbacbd3efa439f919f35126 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 24 Feb 2015 13:40:50 +0000
-Subject: [PATCH 058/184] pinctrl-bcm2835: Fix interrupt handling for GPIOs
+Subject: [PATCH 058/192] pinctrl-bcm2835: Fix interrupt handling for GPIOs
28-31 and 46-53
Contrary to the documentation, the BCM2835 GPIO controller actually has
@@ -127620,10 +127620,10 @@ index 62f85aa..c7cf266 100644
},
};
-From 68072d1daec97449eecf6955dc3430f6b8b8d60e Mon Sep 17 00:00:00 2001
+From 350a32f43794babaedca70c9686bf91a4d76ec79 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Thu, 26 Feb 2015 09:58:22 +0000
-Subject: [PATCH 059/184] pinctrl-bcm2835: Only request the interrupts listed
+Subject: [PATCH 059/192] pinctrl-bcm2835: Only request the interrupts listed
in the DTB
Although the GPIO controller can generate three interrupts (four counting
@@ -127650,10 +127650,10 @@ index c7cf266..986779a 100644
pc->irq_data[i].irqgroup = i;
-From 0d70a95f8103110191c97ca8d4d19407c707c1a5 Mon Sep 17 00:00:00 2001
+From 002d8609b029cb3240dfeb872587427d8ad7cfa8 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 27 Feb 2015 15:10:24 +0000
-Subject: [PATCH 060/184] enc28j60: Add device tree compatible string and an
+Subject: [PATCH 060/192] enc28j60: Add device tree compatible string and an
overlay
---
@@ -127687,10 +127687,10 @@ index b1b5f66..c6b6e1a 100644
.probe = enc28j60_probe,
.remove = enc28j60_remove,
-From a0f1d5f050c95dcde0eb503ce0612892c5f15ac7 Mon Sep 17 00:00:00 2001
+From 9a7f2623274c034d489d2bde8479050ab7e8c00a Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb
Date: Wed, 25 Mar 2015 09:26:17 +0100
-Subject: [PATCH 061/184] Add driver for rpi-proto
+Subject: [PATCH 061/192] Add driver for rpi-proto
Forward port of 3.10.x driver from https://github.com/koalo
We are using a custom board and would like to use rpi 3.18.x
@@ -127905,10 +127905,10 @@ index 0000000..c6e45a0
+MODULE_DESCRIPTION("ASoC Driver for Raspberry Pi connected to PROTO board (WM8731)");
+MODULE_LICENSE("GPL");
-From 818086dcc405fe6ead7fd0dbf15e8dc80d7a9286 Mon Sep 17 00:00:00 2001
+From 8372895d37d8430a0ebd1a6ecaac2e1c5a3b812d Mon Sep 17 00:00:00 2001
From: Clive Messer
Date: Thu, 2 Apr 2015 12:22:55 +0100
-Subject: [PATCH 062/184] Add Device Tree support for RPi-DAC.
+Subject: [PATCH 062/192] Add Device Tree support for RPi-DAC.
---
sound/soc/bcm/rpi-dac.c | 21 +++++++++++++++++++++
@@ -127983,10 +127983,10 @@ index b4eaa44..afe1b41 100644
};
-From 00fc3532672cd1626453f564d33144b6845e86b8 Mon Sep 17 00:00:00 2001
+From 583994e31e3e463163484a0d4b5ca4fb6249c014 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Mon, 13 Apr 2015 17:16:29 +0100
-Subject: [PATCH 063/184] config: Add default configs
+Subject: [PATCH 063/192] config: Add default configs
---
arch/arm/configs/bcm2709_defconfig | 1204 ++++++++++++++++++++++++++++++++++++
@@ -130411,10 +130411,10 @@ index 0000000..6a41231
+CONFIG_CRC_ITU_T=y
+CONFIG_LIBCRC32C=y
-From 2cb806ce2289c605ed171074fd9b72847bac0ec9 Mon Sep 17 00:00:00 2001
+From 1f4b5f09c42a0cffa2cb1edb046b40c3edf0876d Mon Sep 17 00:00:00 2001
From: Steve Glendinning
Date: Thu, 19 Feb 2015 18:47:12 +0000
-Subject: [PATCH 064/184] smsx95xx: fix crimes against truesize
+Subject: [PATCH 064/192] smsx95xx: fix crimes against truesize
smsc95xx is adjusting truesize when it shouldn't, and following a recent patch from Eric this is now triggering warnings.
@@ -130449,10 +130449,10 @@ index e29a323..aff63dc
usbnet_skb_return(dev, ax_skb);
}
-From 7fd399f9583dc5f88f15a6c19e3d91696d45ee6f Mon Sep 17 00:00:00 2001
+From 0b6139e6075209396b47af33509cec1a78cc9fcb Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 17 Apr 2015 16:58:45 +0100
-Subject: [PATCH 065/184] smsc95xx: Disable turbo mode by default
+Subject: [PATCH 065/192] smsc95xx: Disable turbo mode by default
---
drivers/net/usb/smsc95xx.c | 2 +-
@@ -130472,10 +130472,10 @@ index aff63dc..08a8a8c 100755
MODULE_PARM_DESC(turbo_mode, "Enable multiple frames per Rx transaction");
-From 30ee1f5b151b91c2df6f0206add7e39e7f503ca0 Mon Sep 17 00:00:00 2001
+From 2334df3103a87c0f035438ae4965e9068439bdf3 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 17 Apr 2015 19:30:22 +0100
-Subject: [PATCH 066/184] Add blk_pos parameter to mmc multi_io_quirk callback
+Subject: [PATCH 066/192] Add blk_pos parameter to mmc multi_io_quirk callback
---
drivers/mmc/card/block.c | 1 +
@@ -130558,10 +130558,10 @@ index b0258e8..d3cdad9 100644
struct mmc_card;
-From e16b2fa757a4ea5b1d11a870b905a774421a73fa Mon Sep 17 00:00:00 2001
+From b4681b0522340cc6b5437ed1c0599b8fd90a6f6a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Wed, 29 Apr 2015 17:24:02 +0200
-Subject: [PATCH 067/184] bcm2835: bcm2835_defconfig
+Subject: [PATCH 067/192] bcm2835: bcm2835_defconfig
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -131891,10 +131891,10 @@ index 31cb073..2e8a95a 100644
# CONFIG_XZ_DEC_ARM is not set
# CONFIG_XZ_DEC_ARMTHUMB is not set
-From b934d0040c1e6cfc9921a68c48f064d63f642055 Mon Sep 17 00:00:00 2001
+From 2a9988d49a89b6decd3594930753f2a26f65bd24 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 1 May 2015 23:00:15 +0200
-Subject: [PATCH 068/184] BCM270x_DT: Add mailbox bcm2708-vcio
+Subject: [PATCH 068/192] BCM270x_DT: Add mailbox bcm2708-vcio
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -131935,10 +131935,10 @@ index 721559b..4a00561 100644
#ifdef CONFIG_BCM2708_GPIO
bcm_register_device_dt(&bcm2708_gpio_device);
-From 418832e4df7a8218f1b09f72304c3c6cf2b51234 Mon Sep 17 00:00:00 2001
+From ae4cde25a8fb5a195befa3b731b5a66e324a23e2 Mon Sep 17 00:00:00 2001
From: Gordon Hollingworth
Date: Tue, 12 May 2015 14:47:56 +0100
-Subject: [PATCH 069/184] rpi-ft5406: Add touchscreen driver for pi LCD display
+Subject: [PATCH 069/192] rpi-ft5406: Add touchscreen driver for pi LCD display
---
drivers/input/touchscreen/Kconfig | 7 +
@@ -132255,10 +132255,10 @@ index cc284ed..d3ea839 100644
VCMSG_SET_CURSOR_STATE = 0x00008011,
};
-From 67f08cf63765e86662a352a8fb557d9e4faa97c3 Mon Sep 17 00:00:00 2001
+From d22a193b895ee5d962c1ca9af1da96f1b6390c04 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 13 Oct 2014 11:47:53 +0100
-Subject: [PATCH 070/184] Improve __copy_to_user and __copy_from_user
+Subject: [PATCH 070/192] Improve __copy_to_user and __copy_from_user
performance
Provide a __copy_from_user that uses memcpy. On BCM2708, use
@@ -133783,10 +133783,10 @@ index 3e58d71..0622891 100644
static unsigned long noinline
__clear_user_memset(void __user *addr, unsigned long n)
-From 0efe8388b6c12c59896db65f13c181d95987fb7c Mon Sep 17 00:00:00 2001
+From 9873c8a1e6a5a473081af4cc91d7de1a05d1f7ca Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 27 May 2015 17:22:15 +0100
-Subject: [PATCH 071/184] bcm2835-audio: Create the platform device if the DT
+Subject: [PATCH 071/192] bcm2835-audio: Create the platform device if the DT
node is disabled
For backwards compatibility, allow the built-in ALSA driver to be enabled
@@ -133840,10 +133840,10 @@ index 4a00561..dec8043 100644
bcm_register_device_dt(&bcm2708_spi_device);
-From 3a007cbf03ab806c16be135da50f9115425dff36 Mon Sep 17 00:00:00 2001
+From 428c15e2c44134e3965874ea636ff17b1f30647e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Wed, 3 Jun 2015 12:26:13 +0200
-Subject: [PATCH 072/184] ARM: bcm2835: Set Serial number and Revision
+Subject: [PATCH 072/192] ARM: bcm2835: Set Serial number and Revision
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -133902,10 +133902,10 @@ index 70f2f39..f7fdacd 100644
static const char * const bcm2835_compat[] = {
-From 56b59b9109aade207c33d7d9fece724d89edb0e7 Mon Sep 17 00:00:00 2001
+From 0dfd9537626392726c642be4349428c2c9ff30cc Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 16 Jun 2015 17:47:27 +0100
-Subject: [PATCH 073/184] platform: Add force_core command line setting to boot
+Subject: [PATCH 073/192] platform: Add force_core command line setting to boot
from a different core number
---
@@ -133976,10 +133976,10 @@ index dec8043..fe71c50 100644
module_param(serial, uint, 0644);
module_param(uart_clock, uint, 0644);
-From 3d3b2dae4acf7b1ef7e6e33dfa3421add05af5a2 Mon Sep 17 00:00:00 2001
+From bd76380d909bf43f5b0e58ba97cac4de78ed112f Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Thu, 18 Jun 2015 17:46:17 +0100
-Subject: [PATCH 074/184] mach-bcm270x: Enable the building of pinctrl-bcm2835
+Subject: [PATCH 074/192] mach-bcm270x: Enable the building of pinctrl-bcm2835
---
drivers/pinctrl/Makefile | 1 +
@@ -133998,10 +133998,10 @@ index 6eadf04..9119513 100644
obj-$(CONFIG_ARCH_BERLIN) += berlin/
obj-y += freescale/
-From 59de23cd60ae9def330db5eb018cecd113c47525 Mon Sep 17 00:00:00 2001
+From 540db38d70932afa9082b471b8e0cef881ee9c93 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 19 Jun 2015 16:41:39 +0100
-Subject: [PATCH 075/184] BCM270X_DT: Document the i2s-mmap overlay
+Subject: [PATCH 075/192] BCM270X_DT: Document the i2s-mmap overlay
---
arch/arm/boot/dts/overlays/README | 6 ++++++
@@ -134025,10 +134025,10 @@ index 3e08f98..7fa6d33 100644
Info: Configures the IQaudio DAC audio card
Load: dtoverlay=iqaudio-dac
-From 529b778be78beef39f873c952e3e2f47b32cfffa Mon Sep 17 00:00:00 2001
+From 777f50046b3972b9adbb72dcf0e8a6222295d021 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 17 Jun 2015 11:36:53 +0100
-Subject: [PATCH 076/184] bcm2835-sdhost: Improve error handling and recovery
+Subject: [PATCH 076/192] bcm2835-sdhost: Improve error handling and recovery
1) Expose the hw_reset method to the MMC framework, removing many
internal calls by the driver.
@@ -135120,10 +135120,10 @@ index eef8a24..6277e43 100644
if (host->allow_dma) {
-From 3f34f98a2708c28689e290b115b35d3714215069 Mon Sep 17 00:00:00 2001
+From 5129948c33f7747e199f35cfc4b800a14bb60874 Mon Sep 17 00:00:00 2001
From: Eric Anholt
Date: Thu, 4 Jun 2015 13:11:46 -0700
-Subject: [PATCH 077/184] ARM: bcm2835: Add the Raspberry Pi firmware driver
+Subject: [PATCH 077/192] ARM: bcm2835: Add the Raspberry Pi firmware driver
This gives us a function for making mailbox property channel requests
of the firmware, which is most notable in that it will let us get and
@@ -135557,10 +135557,10 @@ index 0000000..9d9efb7
+ void *data, size_t tag_size);
+struct rpi_firmware *rpi_firmware_get(struct device_node *firmware_node);
-From 8cad06720e98df848427e6335567887f7040a6b8 Mon Sep 17 00:00:00 2001
+From db77f4974bcf574c2e8171752cb1e5c4aa57e367 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Sun, 22 Mar 2015 13:33:23 +0000
-Subject: [PATCH 078/184] config: Enable ZSMALLOC, ZRAM and PGTABLE_MAPPING
+Subject: [PATCH 078/192] config: Enable ZSMALLOC, ZRAM and PGTABLE_MAPPING
---
arch/arm/configs/bcm2709_defconfig | 4 ++++
@@ -135612,10 +135612,10 @@ index 6a41231..cacde14 100644
CONFIG_BLK_DEV_CRYPTOLOOP=m
CONFIG_BLK_DEV_DRBD=m
-From 2561ea7629a48c6876bcb049912b4145914189a7 Mon Sep 17 00:00:00 2001
+From 13fe405dc46bf5fbc787303ea266ac5f8968e367 Mon Sep 17 00:00:00 2001
From: Gordon Hollingworth
Date: Mon, 22 Jun 2015 16:27:07 +0100
-Subject: [PATCH 079/184] Add rpi-ft5406 overlay Add rpi-ft5406 driver as
+Subject: [PATCH 079/192] Add rpi-ft5406 overlay Add rpi-ft5406 driver as
module
---
@@ -135702,10 +135702,10 @@ index cacde14..f952ff2 100644
CONFIG_TOUCHSCREEN_STMPE=m
CONFIG_INPUT_MISC=y
-From 087cdcdd8bd7d5c78758cdb5903230f58c9cc9a7 Mon Sep 17 00:00:00 2001
+From c2187533e3a163020c2fa5f93a307c8f009a9beb Mon Sep 17 00:00:00 2001
From: Gordon Hollingworth
Date: Tue, 23 Jun 2015 09:53:40 +0100
-Subject: [PATCH 080/184] Fix driver detection failure Check that the buffer
+Subject: [PATCH 080/192] Fix driver detection failure Check that the buffer
response is non-zero meaning the touchscreen was detected
---
@@ -135726,10 +135726,10 @@ index f55151b..d41851d 100644
dev_dbg(&pdev->dev, "Got TS buffer 0x%x\n", request.tag.val);
}
-From 7426319a8035baf3a38be576d1723dc1758d0ffe Mon Sep 17 00:00:00 2001
+From 14882c1c06a7fc116a527c56939d624a3ff31a93 Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 23 Jun 2015 13:24:01 +0100
-Subject: [PATCH 081/184] config: Enable 8250 serial port
+Subject: [PATCH 081/192] config: Enable 8250 serial port
---
arch/arm/configs/bcm2709_defconfig | 7 +++++++
@@ -135777,10 +135777,10 @@ index f952ff2..0c25d8b 100644
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_BCM2835=m
-From 5eaee11e5c9f4b5ca5aa478d9d392a0c058fb4a9 Mon Sep 17 00:00:00 2001
+From 3a51951e18f4346bcf8297e5c14f8ff26d8c2ecb Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Tue, 23 Jun 2015 14:10:58 +0100
-Subject: [PATCH 082/184] config: Enable POWER_RESET_GPIO
+Subject: [PATCH 082/192] config: Enable POWER_RESET_GPIO
---
arch/arm/configs/bcm2709_defconfig | 2 ++
@@ -135814,10 +135814,10 @@ index 0c25d8b..e757db6 100644
CONFIG_THERMAL=y
CONFIG_THERMAL_BCM2835=y
-From 594144c43882d4f1cb7d00ec6ebb7d31b40a9c87 Mon Sep 17 00:00:00 2001
+From cfdf9d309e1e63e88876aa12a7e9579bebfae6de Mon Sep 17 00:00:00 2001
From: popcornmix
Date: Fri, 26 Jun 2015 17:37:38 +0100
-Subject: [PATCH 083/184] bcm2708-vcio: Remove restriction of only a single
+Subject: [PATCH 083/192] bcm2708-vcio: Remove restriction of only a single
instance being open
We need more than one process to be able to use mailbox interface (e.g. HW cursor in fbturbo and hello_fft).
@@ -135862,10 +135862,10 @@ index d91672b..06fb2c2f 100644
return 0;
-From a352664afb3a70c30f22c5216fc6fe235aea3d51 Mon Sep 17 00:00:00 2001
+From 8d9f0a812d37b52a72dd33b082c5681efb72c539 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 26 Jun 2015 08:39:19 +0100
-Subject: [PATCH 084/184] BCM270X_DT: Create a "core" clock, use it for SPI and
+Subject: [PATCH 084/192] BCM270X_DT: Create a "core" clock, use it for SPI and
sdhost
---
@@ -136016,10 +136016,10 @@ index b408ab4..897204a 100644
};
};
-From 6ecb561eee8e124283009a79872823feb0ba06ec Mon Sep 17 00:00:00 2001
+From 7903edbb124634b2f953e9573d0a8995212a229f Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 24 Jun 2015 09:24:31 +0100
-Subject: [PATCH 085/184] BCM270X_DT: Add MCP7941X to i2c-rtc overlay
+Subject: [PATCH 085/192] BCM270X_DT: Add MCP7941X to i2c-rtc overlay
---
arch/arm/boot/dts/overlays/README | 3 +++
@@ -136072,10 +136072,10 @@ index 6bccfdc..7052c71 100644
pcf8523 = <&pcf8523>,"status";
pcf8563 = <&pcf8563>,"status";
-From 8c0f34fca8a1509cc4f176d8e1e80f8a3678547f Mon Sep 17 00:00:00 2001
+From a0ec918bcbee508aa2225dcbe1661082cc84339c Mon Sep 17 00:00:00 2001
From: P33M
Date: Wed, 24 Jun 2015 11:23:06 +0100
-Subject: [PATCH 086/184] dts/overlays: document DHT11 overlay
+Subject: [PATCH 086/192] dts/overlays: document DHT11 overlay
---
arch/arm/boot/dts/overlays/README | 8 ++++++++
@@ -136101,10 +136101,10 @@ index 425eb19..9406cf3 100644
-From 62a764969502398f404c9af8a01a9dc1c32ff498 Mon Sep 17 00:00:00 2001
+From cb0cf2cf18e4f6a672bcb7cd5c36d8b7c29fb4c3 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Thu, 25 Jun 2015 12:16:11 +0100
-Subject: [PATCH 087/184] gpio-poweroff: Allow it to work on Raspberry Pi
+Subject: [PATCH 087/192] gpio-poweroff: Allow it to work on Raspberry Pi
The Raspberry Pi firmware manages the power-down and reboot
process. To do this it installs a pm_power_off handler, causing
@@ -136219,10 +136219,10 @@ index e5332f1..6e3fec2 100644
"%s: pm_power_off function already registered",
__func__);
-From aa912e8fc6344ed58355709e9e6722247c62fe7d Mon Sep 17 00:00:00 2001
+From 422f627455cd585e82251a4980509b58b8a24bdc Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 17 Jun 2015 17:10:40 +0100
-Subject: [PATCH 088/184] BCM270x_DT: Default Compute Module i2c, i2s and spi
+Subject: [PATCH 088/192] BCM270x_DT: Default Compute Module i2c, i2s and spi
support
---
@@ -136312,10 +136312,10 @@ index e82fcb2..af252bd 100755
};
};
-From c2c12dc7820ce23316226277a090372d285f8d71 Mon Sep 17 00:00:00 2001
+From 0b3f2c73d03ef9541e05e35ccd69b6731a1e44f1 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 22 Jun 2015 14:21:55 +0100
-Subject: [PATCH 089/184] BCM270X_DT: Sort nodes by bus address, and
+Subject: [PATCH 089/192] BCM270X_DT: Sort nodes by bus address, and
consolidate aliases
---
@@ -136557,10 +136557,10 @@ index 24fa849..ccb9c31 100644
&gpio {
-From d07909257b284c7e672acb3f2f3d10463d36efb4 Mon Sep 17 00:00:00 2001
+From 596aae25defa66a027ff755bfbaa4927b4069ea5 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 22 Jun 2015 14:23:03 +0100
-Subject: [PATCH 090/184] i2c-bcm2708/BCM270X_DT: Add support for I2C2
+Subject: [PATCH 090/192] i2c-bcm2708/BCM270X_DT: Add support for I2C2
The third I2C bus (I2C2) is normally reserved for HDMI use. Careless
use of this bus can break an attached display - use with caution.
@@ -136733,10 +136733,10 @@ index 8773203..7a24fbe 100644
goto out_free_bi;
}
-From 279cb2310d229572ad89ca72c8827a6ee3eeca84 Mon Sep 17 00:00:00 2001
+From 6b690b074fef2a156777f6cfe4b039be5f750580 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 29 Jun 2015 12:14:02 +0100
-Subject: [PATCH 091/184] BCM270X_DT: Correct the lirc-rpi overlay
+Subject: [PATCH 091/192] BCM270X_DT: Correct the lirc-rpi overlay
documentation
The polarity of the "sense" parameter was inverted with respect to reality.
@@ -136762,10 +136762,10 @@ index 0ed7094..ec762d2 100644
(default "-1")
-From 728c39dd915bab8db237206508db61f2b54ef031 Mon Sep 17 00:00:00 2001
+From d4e71046e5780edf317b9f46339ac4806ea523ef Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Thu, 25 Jun 2015 08:47:09 +0100
-Subject: [PATCH 092/184] bcm2835-sdhost: Further improve overclock back-off
+Subject: [PATCH 092/192] bcm2835-sdhost: Further improve overclock back-off
---
drivers/mmc/host/bcm2835-sdhost.c | 144 +++++++++++++++++++++-----------------
@@ -137057,10 +137057,10 @@ index 6277e43..a03db06 100644
iomem = platform_get_resource(pdev, IORESOURCE_MEM, 0);
-From 26e7a55831a1753aad02313f1773d9ce6d54da07 Mon Sep 17 00:00:00 2001
+From b6a92ce71483993af45e67ea6f36169a0f830345 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 30 Jun 2015 10:28:59 +0100
-Subject: [PATCH 093/184] i2c-bcm2708: Increase timeouts to allow larger
+Subject: [PATCH 093/192] i2c-bcm2708: Increase timeouts to allow larger
transfers
Use the timeout value provided by the I2C_TIMEOUT ioctl when waiting
@@ -137098,10 +137098,10 @@ index 7a24fbe..8b8762d 100644
dev_err(&adap->dev, "transfer timed out\n");
goto error_timeout;
-From eeb5edf190d6e60cde7cbb207528711ada055049 Mon Sep 17 00:00:00 2001
+From 06903fef22d5a4aa1d01d074ace7525b08700de6 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 30 Jun 2015 10:33:52 +0100
-Subject: [PATCH 094/184] spi-bcm2708: Increase timeout from 150ms to 1s
+Subject: [PATCH 094/192] spi-bcm2708: Increase timeout from 150ms to 1s
See: https://github.com/raspberrypi/linux/issues/260
---
@@ -137125,10 +137125,10 @@ index 041b5e2..5c0214e 100644
struct bcm2708_spi {
spinlock_t lock;
-From b30d2301dbba44c13d59a7db5bbccad352a404aa Mon Sep 17 00:00:00 2001
+From 407ee1c2c3e70a2aefc441582e65e84ed89fc157 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 15 Jun 2015 09:59:38 +0100
-Subject: [PATCH 095/184] bcm2708-spi: Don't use static pin configuration with
+Subject: [PATCH 095/192] bcm2708-spi: Don't use static pin configuration with
DT
Also remove superfluous error checking - the SPI framework ensures the
@@ -137167,10 +137167,10 @@ index 5c0214e..781c747 100644
master = spi_alloc_master(&pdev->dev, sizeof(*bs));
if (!master) {
-From b4f34ab5ffaf7fe832808f3c07facaf8d7f23fbe Mon Sep 17 00:00:00 2001
+From 72fd701def8bc905196e699d8dc7920145920985 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 15 Jun 2015 10:10:59 +0100
-Subject: [PATCH 096/184] bcm2708-i2s: Don't use static pin configuration with
+Subject: [PATCH 096/192] bcm2708-i2s: Don't use static pin configuration with
DT
---
@@ -137193,10 +137193,10 @@ index a515992..5e93cd6 100644
/*
* Adjust the data length according to the format.
-From 1a19fc07ad65550b059cd965c31c6d7d97aaafc2 Mon Sep 17 00:00:00 2001
+From bb84c0676d675942bba9b1028e58558525aa1555 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 30 Jun 2015 14:12:42 +0100
-Subject: [PATCH 097/184] serial: 8250: Don't crash when nr_uarts is 0
+Subject: [PATCH 097/192] serial: 8250: Don't crash when nr_uarts is 0
---
drivers/tty/serial/8250/8250_core.c | 2 ++
@@ -137216,10 +137216,10 @@ index 4506e40..f03a19a 100644
for (i = 0; i < nr_uarts; i++) {
struct uart_8250_port *up = &serial8250_ports[i];
-From 4eee95c676b8cf9d802fbfa060eb4baadd6a6d7a Mon Sep 17 00:00:00 2001
+From 815181f5a9b19b78999ab59ddcf633e5a7109eaf Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 26 Jun 2015 08:50:11 +0100
-Subject: [PATCH 098/184] BCM270X_DT: Add overlay to enable uart1
+Subject: [PATCH 098/192] BCM270X_DT: Add overlay to enable uart1
N.B. The UART1 clock is derived from the core clock. The firmware
will update clock-frequency if core_freq is set, but be aware
@@ -137388,10 +137388,10 @@ index e757db6..363c894 100644
CONFIG_SERIAL_AMBA_PL011_CONSOLE=y
CONFIG_SERIAL_OF_PLATFORM=y
-From e47856fbd3512bf40fb11102e4af60187eaf0d15 Mon Sep 17 00:00:00 2001
+From e61326ded97b93b02072eb60490487fb0082a819 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 24 Jun 2015 14:10:44 +0100
-Subject: [PATCH 099/184] spi-bcm2835: Support pin groups other than 7-11
+Subject: [PATCH 099/192] spi-bcm2835: Support pin groups other than 7-11
The spi-bcm2835 driver automatically uses GPIO chip-selects due to
some unreliability of the native ones. In doing so it chooses the
@@ -137408,10 +137408,10 @@ Signed-off-by: Phil Elwell
1 file changed, 37 insertions(+), 8 deletions(-)
diff --git a/drivers/spi/spi-bcm2835.c b/drivers/spi/spi-bcm2835.c
-index 37875cf..55e81c2 100644
+index a506773..cf3190f 100644
--- a/drivers/spi/spi-bcm2835.c
+++ b/drivers/spi/spi-bcm2835.c
-@@ -359,6 +359,8 @@ static int bcm2835_spi_setup(struct spi_device *spi)
+@@ -376,6 +376,8 @@ static int bcm2835_spi_setup(struct spi_device *spi)
{
int err;
struct gpio_chip *chip;
@@ -137420,7 +137420,7 @@ index 37875cf..55e81c2 100644
/*
* sanity checking the native-chipselects
*/
-@@ -375,15 +377,42 @@ static int bcm2835_spi_setup(struct spi_device *spi)
+@@ -392,15 +394,42 @@ static int bcm2835_spi_setup(struct spi_device *spi)
"setup: only two native chip-selects are supported\n");
return -EINVAL;
}
@@ -137472,10 +137472,10 @@ index 37875cf..55e81c2 100644
/* and set up the "mode" and level */
dev_info(&spi->dev, "setting up native-CS%i as GPIO %i\n",
-From 7b9d931331e58ba7ffc0d41a9584d69e7984101c Mon Sep 17 00:00:00 2001
+From 716af635225849cc0b689e794e0ce5174d5a2218 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 30 Jun 2015 17:37:38 +0100
-Subject: [PATCH 100/184] BCM270X_DT: Change pio_limit of sdhost driver to 1
+Subject: [PATCH 100/192] BCM270X_DT: Change pio_limit of sdhost driver to 1
---
arch/arm/boot/dts/overlays/sdhost-overlay.dts | 2 +-
@@ -137495,10 +137495,10 @@ index 897204a..2da14a4 100644
};
};
-From b812ac14b8bcf869d1c83126317632f93e3ebc57 Mon Sep 17 00:00:00 2001
+From 11f29a2e4b02f7a16b50e4aec2491fbfee5048ae Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 1 Jul 2015 12:51:52 +0100
-Subject: [PATCH 101/184] bcm2835-sdhost: Clear HBLC for PIO mode
+Subject: [PATCH 101/192] bcm2835-sdhost: Clear HBLC for PIO mode
Also update pio_limit default in overlay README.
---
@@ -137534,10 +137534,10 @@ index a03db06..d65870a 100644
BUG_ON(!host->data);
}
-From 584bac220641fdc6f55b37941a4bd86e1d1cadac Mon Sep 17 00:00:00 2001
+From 9b4922dff10f1ca81cdc0d4074beeb7a3ad59850 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 3 Jul 2015 12:21:01 +0100
-Subject: [PATCH 102/184] BCM270X_DT: I2S needs function Alt2
+Subject: [PATCH 102/192] BCM270X_DT: I2S needs function Alt2
---
arch/arm/boot/dts/bcm2708-rpi-b-plus.dts | 2 +-
@@ -137599,10 +137599,10 @@ index f25f0a2..62d1c62 100644
};
-From 50930aa3c01d78a30f5950d425d4fa06a0ad5449 Mon Sep 17 00:00:00 2001
+From 50fd96b5cb84dc39a0f4c1901230338822b99000 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 26 Jun 2015 14:16:15 +0200
-Subject: [PATCH 103/184] configs: Incorporate v4.1 dependency changes
+Subject: [PATCH 103/192] configs: Incorporate v4.1 dependency changes
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -137765,10 +137765,10 @@ index 363c894..80f84d7 100644
CONFIG_CRC_ITU_T=y
CONFIG_LIBCRC32C=y
-From 40a66a1d7396779f489655073ab662e68ac027d7 Mon Sep 17 00:00:00 2001
+From bee1ff8246521c98c30d45c8b6b443ae10312d49 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 3 Jul 2015 15:47:33 +0100
-Subject: [PATCH 104/184] bcmrpi_defconfigs: Add SND_SOC_WM8804_I2C (for
+Subject: [PATCH 104/192] bcmrpi_defconfigs: Add SND_SOC_WM8804_I2C (for
HifiBerry Digi)
4.1 has split out support for the I2C and SPI variants, so it now
@@ -137803,10 +137803,10 @@ index 80f84d7..14b91fdf 100644
CONFIG_SOUND_PRIME=m
CONFIG_HIDRAW=y
-From bd98cb1eea3040c796e3c0242c26256fa20c0e8d Mon Sep 17 00:00:00 2001
+From 8309bfc0b04c5c60f2f65398d6691829dccb3841 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Sat, 4 Jul 2015 19:55:23 +0100
-Subject: [PATCH 105/184] squash: BCM270X_DT: I2S only needs Alt2 on 28-31
+Subject: [PATCH 105/192] squash: BCM270X_DT: I2S only needs Alt2 on 28-31
See: https://github.com/raspberrypi/linux/issues/1046
---
@@ -137855,10 +137855,10 @@ index 62d1c62..f25f0a2 100644
};
-From 51ed3e44eb5905dad99bc6ce5d30057cca2b32c2 Mon Sep 17 00:00:00 2001
+From 172aff3948311932c95b7a2e211df26638e3a07e Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 8 Jul 2015 14:48:57 +0100
-Subject: [PATCH 106/184] vchiq_arm: Two cacheing fixes
+Subject: [PATCH 106/192] vchiq_arm: Two cacheing fixes
1) Make fragment size vary with cache line size
Without this patch, non-cache-line-aligned transfers may corrupt
@@ -138129,10 +138129,10 @@ index c739083..5edba23 100644
kfree(pagelist);
}
-From 94a4064adc9600f4693325b4088cf2f6f0c53797 Mon Sep 17 00:00:00 2001
+From 607d6a667b81d12a1acd00e847769fcbae5fdc06 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 30 Jun 2015 09:10:36 +0100
-Subject: [PATCH 107/184] BCM270X_DT: Overlay for the Fen Logic VGA666 board
+Subject: [PATCH 107/192] BCM270X_DT: Overlay for the Fen Logic VGA666 board
The VGA666 board requires GPIOs 2-21 (so no I2C or UART). Using the
overlay (instead of a custom dt-blob.bin) has the advantage that it will
@@ -138214,10 +138214,10 @@ index 0000000..7fcab96
+ };
+};
-From 3111035f87ebd8678da3bf5dfd87391015b14bf7 Mon Sep 17 00:00:00 2001
+From 79d8c2b5d515b281a7edb90d131ffb5b40abe175 Mon Sep 17 00:00:00 2001
From: petit-miner
Date: Fri, 10 Jul 2015 13:59:18 +0200
-Subject: [PATCH 108/184] Added support for 2 mcp2515 CAN Bus IC
+Subject: [PATCH 108/192] Added support for 2 mcp2515 CAN Bus IC
See: https://github.com/raspberrypi/linux/issues/1018
https://github.com/raspberrypi/linux/pull/1049
@@ -138347,10 +138347,10 @@ index 0000000..6bef9ae
+ };
+};
-From 70652d81539d3b880e133879bca441066310aa5d Mon Sep 17 00:00:00 2001
+From 0e7e559458e0ac6cd98e31d22bdec517d4fbc5ac Mon Sep 17 00:00:00 2001
From: Lubomir Rintel
Date: Tue, 5 May 2015 13:27:45 -0700
-Subject: [PATCH 109/184] mailbox: Enable BCM2835 mailbox support
+Subject: [PATCH 109/192] mailbox: Enable BCM2835 mailbox support
This mailbox driver provides a single mailbox channel to write 32-bit
values to the VPU and get a 32-bit response. The Raspberry Pi
@@ -138629,10 +138629,10 @@ index 0000000..4b13268
+MODULE_DESCRIPTION("BCM2835 mailbox IPC driver");
+MODULE_LICENSE("GPL v2");
-From e243b106d74d3a80c384195435b6bbd8f3b33147 Mon Sep 17 00:00:00 2001
+From 895893101b62145fbbf31701d8d21b5ed1b388b5 Mon Sep 17 00:00:00 2001
From: Eric Anholt
Date: Wed, 13 May 2015 13:10:32 -0700
-Subject: [PATCH 110/184] mailbox/bcm2835: Fix mailbox full detection.
+Subject: [PATCH 110/192] mailbox/bcm2835: Fix mailbox full detection.
With the VC reader blocked and the ARM writing, MAIL0_STA reads empty
permanently while MAIL1_STA goes from empty (0x40000000) to non-empty
@@ -138671,10 +138671,10 @@ index 4b13268..0b47dd4 100644
return ret;
}
-From f8eebe64090e66b29cab0d3618f7146daf825019 Mon Sep 17 00:00:00 2001
+From 06b12346293fb13dc45bb7fcc7a66abd1358e881 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 26 Jun 2015 14:19:30 +0200
-Subject: [PATCH 111/184] mailbox: bcm2835: Support ARCH_BCM270x
+Subject: [PATCH 111/192] mailbox: bcm2835: Support ARCH_BCM270x
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -138790,10 +138790,10 @@ index 19b491d..cc07d71 100644
dev_dbg(dev, "%s: mailbox not free\n", __func__);
mutex_unlock(&con_mutex);
-From fc2520b79dcb97dedc70c566306fd41002c97efe Mon Sep 17 00:00:00 2001
+From b1528cb117ad1b7245dd08e1169b3a6763ca2fc3 Mon Sep 17 00:00:00 2001
From: Eric Anholt
Date: Thu, 4 Jun 2015 13:11:47 -0700
-Subject: [PATCH 112/184] ARM: bcm2835: Add the firmware driver information to
+Subject: [PATCH 112/192] ARM: bcm2835: Add the firmware driver information to
the RPi DT
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
@@ -138827,10 +138827,10 @@ index 466f02b..5cdfd5a 100644
audio: audio {
compatible = "brcm,bcm2835-audio";
-From 1a6e34aa4c859a11bb2f5e43bc0608694251c2a0 Mon Sep 17 00:00:00 2001
+From a598409cb3143b78a7b7d14af0013c8ef23360c2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 26 Jun 2015 14:21:20 +0200
-Subject: [PATCH 113/184] firmware: bcm2835: Add missing property tags
+Subject: [PATCH 113/192] firmware: bcm2835: Add missing property tags
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -138892,10 +138892,10 @@ index 9d9efb7..d3933af 100644
RPI_FIRMWARE_GET_COMMAND_LINE = 0x00050001,
RPI_FIRMWARE_GET_DMA_CHANNELS = 0x00060001,
-From c35d120d66f971a95785b212d1377f738e2b7d48 Mon Sep 17 00:00:00 2001
+From 053d4a654a4c93a03673b75558096a71a96188b6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 26 Jun 2015 14:25:01 +0200
-Subject: [PATCH 114/184] firmware: bcm2835: Support ARCH_BCM270x
+Subject: [PATCH 114/192] firmware: bcm2835: Support ARCH_BCM270x
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -139001,10 +139001,10 @@ index dd506cd3..b980d53 100644
MODULE_AUTHOR("Eric Anholt ");
MODULE_DESCRIPTION("Raspberry Pi firmware driver");
-From 37dfa9878eb3ccb0163f4b480e6082984d873d3d Mon Sep 17 00:00:00 2001
+From c283182d1690a0cc5425276386eaa259af64cc25 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 26 Jun 2015 14:26:10 +0200
-Subject: [PATCH 115/184] firmware: bcm2835: Support legacy mailbox API
+Subject: [PATCH 115/192] firmware: bcm2835: Support legacy mailbox API
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -139094,10 +139094,10 @@ index d3933af..9a08cf1 100644
u32 tag, void *data, size_t len);
int rpi_firmware_property_list(struct rpi_firmware *fw,
-From debef1395e6c969933b6315f4a32cd93767d635c Mon Sep 17 00:00:00 2001
+From 5f8125ffe004ab3feac693049b27054aa421f751 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 26 Jun 2015 14:27:06 +0200
-Subject: [PATCH 116/184] char: broadcom: Add vcio module
+Subject: [PATCH 116/192] char: broadcom: Add vcio module
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -139321,10 +139321,10 @@ index 0000000..c19bc20
+MODULE_DESCRIPTION("Mailbox userspace access");
+MODULE_LICENSE("GPL");
-From f52d69c675780db112e1f93dc5ce66e0bd65b1a4 Mon Sep 17 00:00:00 2001
+From 1d303f5e9c3ec0dbc6f8486e334dd4c9943142c8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 26 Jun 2015 14:37:19 +0200
-Subject: [PATCH 117/184] BCM270x: Switch to firmware driver
+Subject: [PATCH 117/192] BCM270x: Switch to firmware driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -139931,10 +139931,10 @@ index 06fb2c2f..2e4031b 100644
MODULE_DESCRIPTION("ARM I/O to VideoCore processor");
MODULE_LICENSE("GPL");
-From 995c9559c468fe0f7ecca47d2c9bb0d0932468a5 Mon Sep 17 00:00:00 2001
+From ce2bb52fb7a2cd00f96c4977e00fa0a6fd3993a6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 26 Jun 2015 14:39:21 +0200
-Subject: [PATCH 118/184] bcm2835: Switch to firmware driver
+Subject: [PATCH 118/192] bcm2835: Switch to firmware driver
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -139990,10 +139990,10 @@ index 47f2a6a..c284414 100644
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
-From 01f938b9ed2c6b5b5ca16a070be8f2c87a4bc9e7 Mon Sep 17 00:00:00 2001
+From 8539add30257919e1313ca766c63f715b0f3337b Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 13 Jul 2015 13:25:31 +0100
-Subject: [PATCH 119/184] Merge pull request #1059 from pelwell/rpi-4.0.y
+Subject: [PATCH 119/192] Merge pull request #1059 from pelwell/rpi-4.0.y
w1_therm: Back-port locking improvements from 4.2-rc1
---
@@ -140188,10 +140188,10 @@ index 55eb86c..2f029e8 100644
{
int err, i;
-From ef190db16a7945f6549271142039b59c39f23c09 Mon Sep 17 00:00:00 2001
+From 42d3e810841a1f6e2076f30aa7dcb436f7dd6165 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 14 Jul 2015 11:11:51 +0100
-Subject: [PATCH 120/184] vchiq_arm: Sort out the vmalloc case
+Subject: [PATCH 120/192] vchiq_arm: Sort out the vmalloc case
See: https://github.com/raspberrypi/linux/issues/1055
---
@@ -140230,10 +140230,10 @@ index 5edba23..56bff05 100644
*need_release = 0; /* do not try and release vmalloc pages */
} else {
-From 944d0bd0ccd1a3bb898758ad10330705edfa66bf Mon Sep 17 00:00:00 2001
+From 368b0be0685c3adf312bc6db8a8f37e19ece8a57 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 14 Jul 2015 10:26:09 +0100
-Subject: [PATCH 121/184] spidev: Add "spidev" compatible string to silence
+Subject: [PATCH 121/192] spidev: Add "spidev" compatible string to silence
warning
See: https://github.com/raspberrypi/linux/issues/1054
@@ -140254,10 +140254,10 @@ index 92c909e..0535375 100644
};
MODULE_DEVICE_TABLE(of, spidev_dt_ids);
-From 1f8e0c611125001bed1e1160e6618ae9a3c1ee3f Mon Sep 17 00:00:00 2001
+From 99061bbd52c6b72e32b65c8c1e7b8b315cf242eb Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Tue, 14 Jul 2015 14:32:47 +0100
-Subject: [PATCH 122/184] Merge pull request #1043 from XECDesign/sense-4.0
+Subject: [PATCH 122/192] Merge pull request #1043 from XECDesign/sense-4.0
mfd: Add Raspberry Pi Sense HAT core driver
---
@@ -141190,10 +141190,10 @@ index 0000000..56196dc
+
+#endif
-From 442e27bafaa6a4cbc19783fc86a93b46805cabf6 Mon Sep 17 00:00:00 2001
+From fe5f9d51a9a506546fd4eed8c2df8ed86eba938e Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Wed, 15 Jul 2015 13:46:08 +0100
-Subject: [PATCH 123/184] leds-gpio: Implement the brightness_get method
+Subject: [PATCH 123/192] leds-gpio: Implement the brightness_get method
The power LED uses some clever logic that means it is driven
by a voltage measuring circuit when configured as input, otherwise
@@ -141236,10 +141236,10 @@ index 3cfbd6a..4e4e132 100644
state = !!gpiod_get_value_cansleep(led_dat->gpiod);
else
-From e022aeef3a53e5f201d387daf974288e5c2df29f Mon Sep 17 00:00:00 2001
+From 660e3b8498bc3069ea74571f87a937ec0e9719e6 Mon Sep 17 00:00:00 2001
From: Robert Tiemann
Date: Fri, 17 Jul 2015 09:50:55 +0200
-Subject: [PATCH 124/184] dmaengine: bcm2708-dmaengine: Fix memory leak when
+Subject: [PATCH 124/192] dmaengine: bcm2708-dmaengine: Fix memory leak when
stopping a running transfer
---
@@ -141259,10 +141259,10 @@ index 987ed53..73c6c00 100644
bcm2835_dma_abort(c->chan_base);
-From 5864bb774fb11a9bba6a1c10791894e393a18984 Mon Sep 17 00:00:00 2001
+From fbb4e35f5138fcf615dafdad6c560b285e30d30c Mon Sep 17 00:00:00 2001
From: Robert Tiemann
Date: Mon, 20 Jul 2015 11:01:13 +0200
-Subject: [PATCH 125/184] BCM270X_DT: Fix I2S register map
+Subject: [PATCH 125/192] BCM270X_DT: Fix I2S register map
---
arch/arm/boot/dts/bcm2708_common.dtsi | 4 ++--
@@ -141284,10 +141284,10 @@ index 2dd25f7..728e14a 100644
//dmas = <&dma 2>,
// <&dma 3>;
-From 8ecc196ee828c68cadd7ade3759032a9947023ea Mon Sep 17 00:00:00 2001
+From 0e979a30a41088e31e6f364afb962a92dece990f Mon Sep 17 00:00:00 2001
From: Robert Tiemann
Date: Mon, 20 Jul 2015 11:01:25 +0200
-Subject: [PATCH 126/184] BCM2835_DT: Fix I2S register map
+Subject: [PATCH 126/192] BCM2835_DT: Fix I2S register map
---
Documentation/devicetree/bindings/dma/brcm,bcm2835-dma.txt | 4 ++--
@@ -141341,10 +141341,10 @@ index 4a63704..1135120 100644
dmas = <&dma 2>,
<&dma 3>;
-From c8ab3e3f25614623c45c149ed34bc7475bc2ed83 Mon Sep 17 00:00:00 2001
+From 5f2426c4b7a9043f0390d1b4268ef4b4a83a2e3d Mon Sep 17 00:00:00 2001
From: David Frey
Date: Tue, 14 Jul 2015 15:57:36 +0200
-Subject: [PATCH 127/184] config: Enable SHT drivers for raspberry pi
+Subject: [PATCH 127/192] config: Enable SHT drivers for raspberry pi
The SHT temperature and humidity sensors are often used in weather
station projects.
@@ -141386,10 +141386,10 @@ index b9b5bdf..7b24274 100644
CONFIG_THERMAL_BCM2835=y
CONFIG_WATCHDOG=y
-From ec4ad86b999bd1ba27313547604aa485664e6811 Mon Sep 17 00:00:00 2001
+From d0b201bfe2ca24227632e744c06e6612e4a52de4 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 20 Jul 2015 14:07:14 +0100
-Subject: [PATCH 128/184] BCM270X_DT: Correct typo in overlays/README
+Subject: [PATCH 128/192] BCM270X_DT: Correct typo in overlays/README
---
arch/arm/boot/dts/overlays/README | 2 +-
@@ -141409,10 +141409,10 @@ index 8792f98..ed484ae 100644
i2c_arm Set to "on" to enable the ARM's i2c interface
-From 25121f1d38b2cb6ce9997ea5207b315bc003ad37 Mon Sep 17 00:00:00 2001
+From a13b6ec4c9d17246df1a3cb7b4e4ce5f1c62ec32 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 20 Jul 2015 10:53:26 +0100
-Subject: [PATCH 129/184] bcm2835-sdhost: Add the ERASE capability
+Subject: [PATCH 129/192] bcm2835-sdhost: Add the ERASE capability
See: https://github.com/raspberrypi/linux/issues/1076
---
@@ -141433,10 +141433,10 @@ index d65870a..57a6ad3 100644
spin_lock_init(&host->lock);
-From fa3e5a05ccb81804a480e083b0dd835e538549c0 Mon Sep 17 00:00:00 2001
+From d619c2d2963b97eea071434b0ba4f2da88bb8e8d Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 20 Jul 2015 17:32:18 +0100
-Subject: [PATCH 130/184] bcm2835-sdhost: Ignore CRC7 for MMC CMD1
+Subject: [PATCH 130/192] bcm2835-sdhost: Ignore CRC7 for MMC CMD1
It seems that the sdhost interface returns CRC7 errors for CMD1,
which is the MMC-specific SEND_OP_COND. Returning these errors to
@@ -141500,10 +141500,10 @@ index 57a6ad3..84f645f 100644
if (host->cmd->flags & MMC_RSP_PRESENT) {
-From 462a5895b5d87b1af87fd19a37f60e22d4b3c0df Mon Sep 17 00:00:00 2001
+From a308ade267a5e55f928258def08529290cf3c66e Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Mon, 20 Jul 2015 14:48:21 +0100
-Subject: [PATCH 131/184] BCM270X_DT: Add unit address to gpio node name
+Subject: [PATCH 131/192] BCM270X_DT: Add unit address to gpio node name
---
arch/arm/boot/dts/bcm2708_common.dtsi | 2 +-
@@ -141523,10 +141523,10 @@ index 728e14a..cb608df 100644
reg = <0x7e200000 0xb4>;
interrupts = <2 17>, <2 18>;
-From 758d28781ebe88535099cf422f601d9f144aab9e Mon Sep 17 00:00:00 2001
+From 2e0f8d9d1cb87fea0a6e0cb3c8736d067d594e15 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 24 Jul 2015 10:36:32 +0100
-Subject: [PATCH 132/184] BCM270X_DT: Use i2c_arm for rtc and bmp085 overlays
+Subject: [PATCH 132/192] BCM270X_DT: Use i2c_arm for rtc and bmp085 overlays
---
arch/arm/boot/dts/overlays/bmp085_i2c-sensor-overlay.dts | 2 +-
@@ -141560,10 +141560,10 @@ index 7052c71..fed4bd8 100644
#address-cells = <1>;
#size-cells = <0>;
-From e735b74604fbb8c87e6203a81e07213dfd3ca6e0 Mon Sep 17 00:00:00 2001
+From db8ee9703f6dcf58156f1154468f761d4a2aaf27 Mon Sep 17 00:00:00 2001
From: Phil Elwell
Date: Fri, 24 Jul 2015 12:11:31 +0100
-Subject: [PATCH 133/184] BCM2708_DT: CM dtparams for audio, watchdog and RNG
+Subject: [PATCH 133/192] BCM2708_DT: CM dtparams for audio, watchdog and RNG
---
arch/arm/boot/dts/bcm2708-rpi-cm.dtsi | 8 ++++----
@@ -141593,10 +141593,10 @@ index 34d4bc6..713e5a2 100644
};
};
-From 6163a630fcf3c74fd23fcc85862c5eebc870038d Mon Sep 17 00:00:00 2001
+From 5ee323dd815f9a10b56ccb79f9db3b03cb10a957 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Mon, 20 Jul 2015 12:13:18 +0200
-Subject: [PATCH 134/184] vchiq: Use firmware API
+Subject: [PATCH 134/192] vchiq: Use firmware API
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -141712,10 +141712,10 @@ index 31e2cba..e11c0e0 100644
err = vchiq_debugfs_init();
if (err != 0)
-From eadb752bb2b90fc4181f512f697c131d32e4ab10 Mon Sep 17 00:00:00 2001
+From c8494b6d8b9c4a09d5802c5bd214b81abb24076e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Mon, 20 Jul 2015 12:17:10 +0200
-Subject: [PATCH 135/184] thermal: bcm2835: Use firmware API
+Subject: [PATCH 135/192] thermal: bcm2835: Use firmware API
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -141998,10 +141998,10 @@ index 3bc80f1..c1d8f1b 100644
-module_platform_driver(bcm2835_thermal_driver);
+MODULE_LICENSE("GPL");
-From cf6eb4ad6dad593e7e6c528c6d86b015acf91c0f Mon Sep 17 00:00:00 2001
+From 80165470382ba4f58bb1c15abfae346681424e73 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Mon, 20 Jul 2015 12:18:36 +0200
-Subject: [PATCH 136/184] cpufreq: bcm2835: Use firmware API
+Subject: [PATCH 136/192] cpufreq: bcm2835: Use firmware API
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -142185,10 +142185,10 @@ index 6735da9..3eb9e93 100644
}
-From 00a5e22858cc58fa8ac1eacd335d25287366ddae Mon Sep 17 00:00:00 2001
+From 0c0902575883dcd51e97c4aed67a9854688046d1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Mon, 20 Jul 2015 12:20:59 +0200
-Subject: [PATCH 137/184] fbdev: bcm2708: Use firmware API
+Subject: [PATCH 137/192] fbdev: bcm2708: Use firmware API
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -142604,10 +142604,10 @@ index f6ac7da..06a96d16 100644
free_irq(fb->dma_irq, fb);
-From 1448227b91675fd216387c85bc2014ff4d135ac2 Mon Sep 17 00:00:00 2001
+From 1d8059b467a053294c0d09d77ed8b327bec980f8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Mon, 20 Jul 2015 12:27:17 +0200
-Subject: [PATCH 138/184] bcm2835: Add firmware property to affected devices
+Subject: [PATCH 138/192] bcm2835: Add firmware property to affected devices
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -142688,10 +142688,10 @@ index 1135120..807264d 100644
clocks {
-From 62c08611186b6182c89b69284adc6f4d00380903 Mon Sep 17 00:00:00 2001
+From 0b404a0bb7397a70fda6917887baf12d3d1738b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Tue, 21 Jul 2015 19:09:39 +0200
-Subject: [PATCH 139/184] rpi-ft5406: Use firmware API
+Subject: [PATCH 139/192] rpi-ft5406: Use firmware API
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -142831,10 +142831,10 @@ index d41851d..c08817e 100644
ts->regs = (struct ft5406_regs *) ts->ts_base;
-From 49911adc1dccdd0cd478596656d44276a49f410c Mon Sep 17 00:00:00 2001
+From 84575dc4faf5752d6799114c23523d21f79185b8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=
Date: Fri, 12 Jun 2015 19:01:05 +0200
-Subject: [PATCH 140/184] irqchip: bcm2835: Add FIQ support
+Subject: [PATCH 140/192] irqchip: bcm2835: Add FIQ support
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
@@ -142966,10 +142966,10 @@ index 5916d6c..db66246 100644
}
-From 9f64e381e13c68b6f872f1d07021cee23c15e5e7 Mon Sep 17 00:00:00 2001
+From 739f93ecccd3dab84ea01874f11c318342cabc6b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Noralf=20Tr=C3=B8nnes?=