mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
Merge pull request #3842 from chewitt/amlogic-master
linux: update Amlogic to 5.3.0
This commit is contained in:
commit
5b68eb269f
@ -17,8 +17,8 @@ PKG_PATCH_DIRS="$LINUX"
|
||||
|
||||
case "$LINUX" in
|
||||
amlogic)
|
||||
PKG_VERSION="f74c2bb98776e2de508f4d607cd519873065118e" # 5.3-rc8
|
||||
PKG_SHA256="d3ac631988c3fa59316cb902f30e7b26f1d6839d9a46f2581830e384651d61ad"
|
||||
PKG_VERSION="4d856f72c10ecb060868ed10ff1b1453943fc6c8" # 5.3.0
|
||||
PKG_SHA256="d3d49f2f7c06dd5acfd0f3337690e10eb2a3401be12154d470b41c255e603b3b"
|
||||
PKG_URL="https://github.com/torvalds/linux/archive/$PKG_VERSION.tar.gz"
|
||||
PKG_SOURCE_NAME="linux-$LINUX-$PKG_VERSION.tar.gz"
|
||||
PKG_PATCH_DIRS="amlogic"
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f75a1c26012288dca8df4128cb5937afeca70a40 Mon Sep 17 00:00:00 2001
|
||||
From 4169a8c1d272251a1897ca3072ec9b27a04e90dc Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Wed, 12 Jun 2019 10:51:47 +0200
|
||||
Subject: [PATCH 001/186] FROMGIT: drm/bridge: dw-hdmi: Use automatic CTS
|
||||
Subject: [PATCH 001/187] FROMGIT: drm/bridge: dw-hdmi: Use automatic CTS
|
||||
generation mode when using non-AHB audio
|
||||
|
||||
When using an I2S source using a different clock source (usually the I2S
|
||||
|
@ -1,7 +1,7 @@
|
||||
From eb9dac6427adef3545346e0c860be7bcfdab5e49 Mon Sep 17 00:00:00 2001
|
||||
From 0d38ee3d8b2f937e774b0072711fe6b49fc66cd0 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Fri, 24 May 2019 11:15:32 +0200
|
||||
Subject: [PATCH 002/186] FROMGIT: clk: meson: g12a: fix hifi typo in mali
|
||||
Subject: [PATCH 002/187] FROMGIT: clk: meson: g12a: fix hifi typo in mali
|
||||
parent_names
|
||||
|
||||
Replace hihi by hifi in the mali parent_names of the g12a SoC family.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 9ab959a3f5d6518065e1e957b21ef08d663550d1 Mon Sep 17 00:00:00 2001
|
||||
From 2ae77fa279fc6bf3006d0d28b3c809cb3f09813e Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:40:23 +0200
|
||||
Subject: [PATCH 003/186] FROMGIT: clk: meson: axg-audio: migrate to the new
|
||||
Subject: [PATCH 003/187] FROMGIT: clk: meson: axg-audio: migrate to the new
|
||||
parent description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 187df4ce3a3b4444407efb45ed5cf082079bc87d Mon Sep 17 00:00:00 2001
|
||||
From e33fbafaf171bc40295804d9e1d55056be910618 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:41:23 +0200
|
||||
Subject: [PATCH 004/186] FROMGIT: clk: meson: g12a-aoclk: migrate to the new
|
||||
Subject: [PATCH 004/187] FROMGIT: clk: meson: g12a-aoclk: migrate to the new
|
||||
parent description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 407d6f2dcb17af68280aee9544316961344a5889 Mon Sep 17 00:00:00 2001
|
||||
From 0e852bd3494390d165f8e79386a9eb9ef666db5b Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:41:24 +0200
|
||||
Subject: [PATCH 005/186] FROMGIT: clk: meson: gxbb-aoclk: migrate to the new
|
||||
Subject: [PATCH 005/187] FROMGIT: clk: meson: gxbb-aoclk: migrate to the new
|
||||
parent description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a1d4a324255c10d7fcb33270f81a365f40c05f84 Mon Sep 17 00:00:00 2001
|
||||
From bf0e0bbc0daea063465c686fcd7ad4c378df053a Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:41:25 +0200
|
||||
Subject: [PATCH 006/186] FROMGIT: clk: meson: axg-aoclk: migrate to the new
|
||||
Subject: [PATCH 006/187] FROMGIT: clk: meson: axg-aoclk: migrate to the new
|
||||
parent description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6faf769562fb26a5b7865727a01067817910de4f Mon Sep 17 00:00:00 2001
|
||||
From 38016b418a556c21fbede6d4822c3ec5b2e3ec0e Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:41:26 +0200
|
||||
Subject: [PATCH 007/186] FROMGIT: clk: meson: remove ao input bypass clocks
|
||||
Subject: [PATCH 007/187] FROMGIT: clk: meson: remove ao input bypass clocks
|
||||
|
||||
During probe, bypass clocks (i.e. ao-in-xtal) are made from device-tree
|
||||
inputs to provide input clocks which can be access through global name.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d26d1a78b880798336850c31342ac4b80dc4b661 Mon Sep 17 00:00:00 2001
|
||||
From ae1fd76f27570e360dd835d7450f9f0bf58d6e44 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:42:31 +0200
|
||||
Subject: [PATCH 008/186] FROMGIT: clk: meson: g12a: migrate to the new parent
|
||||
Subject: [PATCH 008/187] FROMGIT: clk: meson: g12a: migrate to the new parent
|
||||
description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c46905eab972999ffc51d1dc51bdeca65113832d Mon Sep 17 00:00:00 2001
|
||||
From 8286ca1faad2b3a76dc66264d419f5b726eb9119 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:42:33 +0200
|
||||
Subject: [PATCH 009/186] FROMGIT: clk: meson: gxbb: migrate to the new parent
|
||||
Subject: [PATCH 009/187] FROMGIT: clk: meson: gxbb: migrate to the new parent
|
||||
description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 742b86907dc0a2e79d98081fd535f331c2a3632a Mon Sep 17 00:00:00 2001
|
||||
From 96ac190be753b21610c9c77676fee7c0dd4ecc2a Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:42:34 +0200
|
||||
Subject: [PATCH 010/186] FROMGIT: clk: meson: axg: migrate to the new parent
|
||||
Subject: [PATCH 010/187] FROMGIT: clk: meson: axg: migrate to the new parent
|
||||
description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 21854175b3a8641c22881be5f3e383625f7aff90 Mon Sep 17 00:00:00 2001
|
||||
From 66d431de3a868dd2b83e59940ebee233579c5a31 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:42:35 +0200
|
||||
Subject: [PATCH 011/186] FROMGIT: clk: meson: meson8b: migrate to the new
|
||||
Subject: [PATCH 011/187] FROMGIT: clk: meson: meson8b: migrate to the new
|
||||
parent description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 0cfea924293edf3953e835dba72988839b69c05f Mon Sep 17 00:00:00 2001
|
||||
From 3020618a2f27eed92c22026b8f2a5f49215bb668 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:42:36 +0200
|
||||
Subject: [PATCH 012/186] FROMGIT: clk: meson: clk-regmap: migrate to new
|
||||
Subject: [PATCH 012/187] FROMGIT: clk: meson: clk-regmap: migrate to new
|
||||
parent description method
|
||||
|
||||
This clock controller use the string comparison method to describe parent
|
||||
|
@ -1,7 +1,7 @@
|
||||
From f6353b89b99dfe51f7b98bb91f0f2ea61e7a85b3 Mon Sep 17 00:00:00 2001
|
||||
From 5cbe82e753b44cbc47686f739a3ca914963dbee2 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:42:37 +0200
|
||||
Subject: [PATCH 013/186] FROMGIT: clk: meson: remove ee input bypass clocks
|
||||
Subject: [PATCH 013/187] FROMGIT: clk: meson: remove ee input bypass clocks
|
||||
|
||||
During probe, bypass clocks (i.e. ee-in-xtal) are made from device-tree
|
||||
inputs to provide input clocks which can be access through global name.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 7da31180caf32e166a7bbb896918f0fd4ec2e996 Mon Sep 17 00:00:00 2001
|
||||
From 8d48d1551e26b76810bf19fc3aaad9033922f6d2 Mon Sep 17 00:00:00 2001
|
||||
From: Alexandre Mergnat <amergnat@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:42:38 +0200
|
||||
Subject: [PATCH 014/186] FROMGIT: clk: meson: remove clk input helper
|
||||
Subject: [PATCH 014/187] FROMGIT: clk: meson: remove clk input helper
|
||||
|
||||
The clk input function which allows clock controllers to register a bypass
|
||||
clock from a clock producer is no longer needed anymore since meson clock
|
||||
|
@ -1,7 +1,7 @@
|
||||
From dc9ff799c4ae81fc4279d622036eb2a7044d2ae1 Mon Sep 17 00:00:00 2001
|
||||
From a5eb5e115cf48475f0b68422cbcbe9bac00d470f Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Wed, 31 Jul 2019 10:40:16 +0200
|
||||
Subject: [PATCH 015/186] FROMGIT: clk: core: introduce clk_hw_set_parent()
|
||||
Subject: [PATCH 015/187] FROMGIT: clk: core: introduce clk_hw_set_parent()
|
||||
|
||||
Introduce the clk_hw_set_parent() provider call to change parent of
|
||||
a clock by using the clk_hw pointers.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6ff05d5114e4073db11738008cdfa6fb81c5e7aa Mon Sep 17 00:00:00 2001
|
||||
From 4cd3b8d3e92cadcddcd4e2fb0d14b8f4b04eb176 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Wed, 31 Jul 2019 10:40:17 +0200
|
||||
Subject: [PATCH 016/186] FROMGIT: clk: meson: add g12a cpu dynamic divider
|
||||
Subject: [PATCH 016/187] FROMGIT: clk: meson: add g12a cpu dynamic divider
|
||||
driver
|
||||
|
||||
Add a clock driver for the cpu dynamic divider, this divider needs
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 89141a5825cfa0672ee737d17027987b5a1a5b60 Mon Sep 17 00:00:00 2001
|
||||
From 077c45ac06c1258147bdee852a5efbe57eaea493 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Wed, 31 Jul 2019 10:40:18 +0200
|
||||
Subject: [PATCH 017/186] FROMGIT: clk: meson: g12a: add notifiers to handle
|
||||
Subject: [PATCH 017/187] FROMGIT: clk: meson: g12a: add notifiers to handle
|
||||
cpu clock change
|
||||
|
||||
In order to implement clock switching for the CLKID_CPU_CLK and
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d0998101225886bf6126c3cb7dd281bf91d06435 Mon Sep 17 00:00:00 2001
|
||||
From 98fd49222ea1bfb68f788b23cfa36fac90d65d93 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Wed, 31 Jul 2019 10:40:19 +0200
|
||||
Subject: [PATCH 018/186] FROMGIT: clk: meson: g12a: expose CPUB clock ID for
|
||||
Subject: [PATCH 018/187] FROMGIT: clk: meson: g12a: expose CPUB clock ID for
|
||||
G12B
|
||||
|
||||
Expose the CPUB clock id to add DVFS to the second CPU cluster of
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 65a2ec7507a4b3bb728856d68a385caa3d4c5560 Mon Sep 17 00:00:00 2001
|
||||
From 8bd2487a1685a03b18f96244000ec4d04878b6ed Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:02:17 +0200
|
||||
Subject: [PATCH 019/186] FROMGIT: soc: amlogic: meson-clk-measure: protect
|
||||
Subject: [PATCH 019/187] FROMGIT: soc: amlogic: meson-clk-measure: protect
|
||||
measure with a mutex
|
||||
|
||||
In order to protect clock measuring when multiple process asks for
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 08a3283d36ef13a50a8ddfacd739ff55bdac3c34 Mon Sep 17 00:00:00 2001
|
||||
From 83812e17ee43427df1b1de8b0de22834e7ecd394 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:02:18 +0200
|
||||
Subject: [PATCH 020/186] FROMGIT: soc: amlogic: meson-clk-measure: add G12B
|
||||
Subject: [PATCH 020/187] FROMGIT: soc: amlogic: meson-clk-measure: add G12B
|
||||
second cluster cpu clk
|
||||
|
||||
Add the G12B second CPU cluster CPU and SYS_PLL measure IDs.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ba74cf5f60291b58387057319b422c5547da6fac Mon Sep 17 00:00:00 2001
|
||||
From feea12203ab6510323691e65967076d2cbd17c65 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Hewitt <christianshewitt@gmail.com>
|
||||
Date: Wed, 31 Jul 2019 14:39:55 +0200
|
||||
Subject: [PATCH 021/186] FROMGIT: soc: amlogic: meson-gx-socinfo: add A311D id
|
||||
Subject: [PATCH 021/187] FROMGIT: soc: amlogic: meson-gx-socinfo: add A311D id
|
||||
|
||||
Add the SoC ID for the A311D Amlogic SoC.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e9516a21254a7f2da040ac8b63cd8961c80f03cb Mon Sep 17 00:00:00 2001
|
||||
From 21c084785c33f4ffc068a12f41f6efbe9bd62515 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:26:17 +0200
|
||||
Subject: [PATCH 022/186] FROMGIT: arm64: dts: move common G12A & G12B modes to
|
||||
Subject: [PATCH 022/187] FROMGIT: arm64: dts: move common G12A & G12B modes to
|
||||
meson-g12-common.dtsi
|
||||
|
||||
To simplify the representation of differences betweem the G12A and G12B
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 01ab14ff1351b894986e7796dbddf537cce8805d Mon Sep 17 00:00:00 2001
|
||||
From 6eeca2e5b228ddb6a1bf6bd9476aeb1ebece3494 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:26:18 +0200
|
||||
Subject: [PATCH 023/186] FROMGIT: arm64: dts: meson-g12-common: add pwm_a on
|
||||
Subject: [PATCH 023/187] FROMGIT: arm64: dts: meson-g12-common: add pwm_a on
|
||||
GPIOE_2 pinmux
|
||||
|
||||
Add the ao_pinctrl subnode for the pwm_a function on GPIOE_2.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5cf5216d8ccae4337d1c79f1eee1d174a47b92ce Mon Sep 17 00:00:00 2001
|
||||
From a24212b1377c4c7c224058bcd8eb73164e414ee7 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:26:19 +0200
|
||||
Subject: [PATCH 024/186] FROMGIT: arm64: dts: meson-g12a: add cpus OPP table
|
||||
Subject: [PATCH 024/187] FROMGIT: arm64: dts: meson-g12a: add cpus OPP table
|
||||
|
||||
Add the OPP table taken from the vendor u200 and u211 DTS.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e4cd8a3f40644976d58426dc829fe65e247073aa Mon Sep 17 00:00:00 2001
|
||||
From 99f9913f183ca5cd957d1dfe2297e6279c0e4032 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:26:20 +0200
|
||||
Subject: [PATCH 025/186] FROMGIT: arm64: dts: meson-g12a: enable DVFS on G12A
|
||||
Subject: [PATCH 025/187] FROMGIT: arm64: dts: meson-g12a: enable DVFS on G12A
|
||||
boards
|
||||
|
||||
Enable DVFS for the U200, SEI520 and X96-Max Amlogic G12A based board
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5de757bd182fc25b5bca929b4d1aa031b32aaa0f Mon Sep 17 00:00:00 2001
|
||||
From f2051f86046647f5a7ad39e271986553ae4e5ad7 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:26:21 +0200
|
||||
Subject: [PATCH 026/186] FROMGIT: arm64: dts: meson-g12b: add cpus OPP tables
|
||||
Subject: [PATCH 026/187] FROMGIT: arm64: dts: meson-g12b: add cpus OPP tables
|
||||
|
||||
Add the OPP table taken from the HardKernel Odroid-N2 DTS.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 0075d60b445f24e817b7a8f45bdc90e8bde42c07 Mon Sep 17 00:00:00 2001
|
||||
From 790868826ea09c180ce83ffd24a1316a068378fc Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Thu, 18 Jul 2019 11:03:01 +0200
|
||||
Subject: [PATCH 027/186] FROMGIT: arm64: dts: meson: add ethernet fifo sizes
|
||||
Subject: [PATCH 027/187] FROMGIT: arm64: dts: meson: add ethernet fifo sizes
|
||||
|
||||
If unspecified in DT, the fifo sizes are not automatically detected by
|
||||
the dwmac1000 dma driver and the reported fifo sizes default to 0.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From bdfc7696b7ad4c394d4bd0c0252706931c55a757 Mon Sep 17 00:00:00 2001
|
||||
From b2f7fe5418b3a565c350bf0971f6e66f8ef8828b Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Wed, 31 Jul 2019 14:39:56 +0200
|
||||
Subject: [PATCH 028/186] FROMGIT: dt-bindings: arm: amlogic: add bindings for
|
||||
Subject: [PATCH 028/187] FROMGIT: dt-bindings: arm: amlogic: add bindings for
|
||||
G12B based S922X SoC
|
||||
|
||||
Add a specific compatible for the Amlogic G12B family based S922X SoC
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 37f20443f15463233c86c8db15491242607a64f9 Mon Sep 17 00:00:00 2001
|
||||
From f21c6919d27ee39a727196f7ee725828e96ae7aa Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Wed, 31 Jul 2019 14:39:57 +0200
|
||||
Subject: [PATCH 029/186] FROMGIT: dt-bindings: arm: amlogic: add bindings for
|
||||
Subject: [PATCH 029/187] FROMGIT: dt-bindings: arm: amlogic: add bindings for
|
||||
the Amlogic G12B based A311D SoC
|
||||
|
||||
Add a specific compatible for the Amlogic G12B bases A311D SoC used
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a3f7e2e463ab5f258cfd42f110e135de98a52c70 Mon Sep 17 00:00:00 2001
|
||||
From a93a1727c5957498fe230578794e28489e09c005 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Hewitt <christianshewitt@gmail.com>
|
||||
Date: Wed, 31 Jul 2019 14:39:58 +0200
|
||||
Subject: [PATCH 030/186] FROMGIT: dt-bindings: arm: amlogic: add support for
|
||||
Subject: [PATCH 030/187] FROMGIT: dt-bindings: arm: amlogic: add support for
|
||||
the Khadas VIM3
|
||||
|
||||
The Khadas VIM3 uses the Amlogic S922X or A311S SoC, both based on the
|
||||
|
@ -1,7 +1,7 @@
|
||||
From b8575810b01ddddc1c1641a35bb7ef468f4a3844 Mon Sep 17 00:00:00 2001
|
||||
From 10204c18eca0f7d78ca76f7a880b13e770f10b48 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Hewitt <christianshewitt@gmail.com>
|
||||
Date: Wed, 31 Jul 2019 14:39:59 +0200
|
||||
Subject: [PATCH 031/186] FROMGIT: arm64: dts: meson-g12b: support a311d and
|
||||
Subject: [PATCH 031/187] FROMGIT: arm64: dts: meson-g12b: support a311d and
|
||||
s922x cpu operating points
|
||||
|
||||
Meson g12b ships with a low-speed (S922X) and high-speed (A311D) variant
|
||||
|
@ -1,7 +1,7 @@
|
||||
From cb458a02db3f40d6e0dcb0ce24e35d10a804f028 Mon Sep 17 00:00:00 2001
|
||||
From c506544def4b07d05664a3054b519de69d3ec8ef Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 14:58:38 +0200
|
||||
Subject: [PATCH 032/186] FROMGIT: pinctrl: meson-g12a: add pwm_a on GPIOE_2
|
||||
Subject: [PATCH 032/187] FROMGIT: pinctrl: meson-g12a: add pwm_a on GPIOE_2
|
||||
pinmux
|
||||
|
||||
Add the missing pinmux for the pwm_a function on the GPIOE_2 pin.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8f0744434f0dcfede8faf18e39af73d241236e64 Mon Sep 17 00:00:00 2001
|
||||
From 67ceba95531744f1217262ff2ad8259e58ace4a6 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 1 Jul 2019 06:47:01 -0400
|
||||
Subject: [PATCH 033/186] FROMGIT: media: dt-bindings: media: meson-ao-cec: add
|
||||
Subject: [PATCH 033/187] FROMGIT: media: dt-bindings: media: meson-ao-cec: add
|
||||
SM1 compatible
|
||||
|
||||
Add AO-CEC compatible string for the Amlogic SM1 SoC family,
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d50a38211eff6fbb250df2379812d0df2d595280 Mon Sep 17 00:00:00 2001
|
||||
From 26d7eba2afa7827f7d3cdab82f60bfc063e5406b Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 1 Jul 2019 06:47:02 -0400
|
||||
Subject: [PATCH 034/186] FROMGIT: media: platform: meson-ao-cec-g12a: add
|
||||
Subject: [PATCH 034/187] FROMGIT: media: platform: meson-ao-cec-g12a: add
|
||||
support for SM1
|
||||
|
||||
Add support for the Amlogic SM1 SoC Family to the G12A AO-CECB
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 962431951c7f46837aa3928dfc378a55a0f87294 Mon Sep 17 00:00:00 2001
|
||||
From e44570b26f3585a403194ca5124d4f815ca4f181 Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:32:12 +0900
|
||||
Subject: [PATCH 035/186] FROMGIT: ASoC: add soc-dai.c
|
||||
Subject: [PATCH 035/187] FROMGIT: ASoC: add soc-dai.c
|
||||
|
||||
Current ALSA SoC has many snd_soc_dai_xxx() function which is
|
||||
using dai->driver->ops->xxx.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 186c94359b9b259bed211034098424a654502d46 Mon Sep 17 00:00:00 2001
|
||||
From 31099c95ddae55746b2bae97c4853c215818f2bb Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:33:04 +0900
|
||||
Subject: [PATCH 036/186] FROMGIT: ASoC: soc-dai: mv soc_dai_hw_params() to
|
||||
Subject: [PATCH 036/187] FROMGIT: ASoC: soc-dai: mv soc_dai_hw_params() to
|
||||
soc-dai
|
||||
|
||||
Sometimes ALSA SoC naming is very random.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 739c1209f9e4b78b0a55111fbf341321c5731990 Mon Sep 17 00:00:00 2001
|
||||
From 0b897bd6ab6b787482da3fc67dab3e49c3034dff Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:33:19 +0900
|
||||
Subject: [PATCH 037/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_hw_free()
|
||||
Subject: [PATCH 037/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_hw_free()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->ops->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 79486aea72e5af750bd0e66ef348b7195d882705 Mon Sep 17 00:00:00 2001
|
||||
From 802e00bb5509e6f632e191b43d6fca75d4633890 Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:33:32 +0900
|
||||
Subject: [PATCH 038/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_startup()
|
||||
Subject: [PATCH 038/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_startup()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->ops->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8e824fedd82f021536a4963d061b3171de15d3c6 Mon Sep 17 00:00:00 2001
|
||||
From 6a25933b0671bb527f87675fcc77e5606b010626 Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:33:39 +0900
|
||||
Subject: [PATCH 039/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_shutdown()
|
||||
Subject: [PATCH 039/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_shutdown()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->ops->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 7b837045cc43ffcce0e6166c756680e54ce2f362 Mon Sep 17 00:00:00 2001
|
||||
From b01d6fd0df6236709ab10b327393f6c1724584e1 Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:33:45 +0900
|
||||
Subject: [PATCH 040/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_prepare()
|
||||
Subject: [PATCH 040/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_prepare()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->ops->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 657967d6bb1642fcebcebba9f50839158f428130 Mon Sep 17 00:00:00 2001
|
||||
From b482fd77bd3cdd5fb8d3056f0c5363344c1703ec Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:33:51 +0900
|
||||
Subject: [PATCH 041/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_trigger()
|
||||
Subject: [PATCH 041/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_trigger()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->ops->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c7fef0a5672740f7fed5b42a16c15b1b6ec96e82 Mon Sep 17 00:00:00 2001
|
||||
From c2e057a8973e801a7cf4cb3a5999376927e651fb Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:33:56 +0900
|
||||
Subject: [PATCH 042/186] FROMGIT: ASoC: soc-dai: add
|
||||
Subject: [PATCH 042/187] FROMGIT: ASoC: soc-dai: add
|
||||
snd_soc_dai_bespoke_trigger()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->ops->xxx,
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 7bd44b68e358463510633ef365862b41e5befede Mon Sep 17 00:00:00 2001
|
||||
From 32507410f948dfd2e37689912ce57a4ffc396fa0 Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:34:09 +0900
|
||||
Subject: [PATCH 043/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_delay()
|
||||
Subject: [PATCH 043/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_delay()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->ops->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 215effc50526e67beb8744170d9528ab094fee66 Mon Sep 17 00:00:00 2001
|
||||
From 76ea370311ff1be466a9a1d2f530d30cfe65fcac Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:34:29 +0900
|
||||
Subject: [PATCH 044/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_suspend()
|
||||
Subject: [PATCH 044/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_suspend()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From b756a9e8916d2c52eff076b01b56337e0cccfb9b Mon Sep 17 00:00:00 2001
|
||||
From 0561a8c27e395a24a69eee8bbbf55f1d5fee3e8e Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:34:43 +0900
|
||||
Subject: [PATCH 045/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_resume()
|
||||
Subject: [PATCH 045/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_resume()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ce0aa1837af6ec9964c313f381406c72c697965a Mon Sep 17 00:00:00 2001
|
||||
From e71d0a2a808e1c2f86d1a977091b526c2e3e534d Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:34:56 +0900
|
||||
Subject: [PATCH 046/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_probe()
|
||||
Subject: [PATCH 046/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_probe()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c94cf46d290db59db9f694a8e761f7876963c802 Mon Sep 17 00:00:00 2001
|
||||
From 1b47c4e5223f7516c758b158c2f4dccd665c1887 Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:35:05 +0900
|
||||
Subject: [PATCH 047/186] FROMGIT: ASoC: soc-dai: add snd_soc_dai_remove()
|
||||
Subject: [PATCH 047/187] FROMGIT: ASoC: soc-dai: add snd_soc_dai_remove()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->xxx,
|
||||
thus, it has deep nested bracket, and it makes code unreadable.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 97003da8c2d39f2eef55f82b5a226871d6831ae6 Mon Sep 17 00:00:00 2001
|
||||
From a2af4898f09c058a7978393cc297bfbd7fb8636a Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:35:29 +0900
|
||||
Subject: [PATCH 048/186] FROMGIT: ASoC: soc-dai: add
|
||||
Subject: [PATCH 048/187] FROMGIT: ASoC: soc-dai: add
|
||||
snd_soc_dai_compress_new()
|
||||
|
||||
Current ALSA SoC is directly using dai->driver->xxx,
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 66ef91fbbccf3e259e77e1a83dcc8717565cb65f Mon Sep 17 00:00:00 2001
|
||||
From 301a1904892eb2c49214506691fcee6de897a2c6 Mon Sep 17 00:00:00 2001
|
||||
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
|
||||
Date: Mon, 22 Jul 2019 10:36:16 +0900
|
||||
Subject: [PATCH 049/186] FROMGIT: ASoC: soc-dai: move
|
||||
Subject: [PATCH 049/187] FROMGIT: ASoC: soc-dai: move
|
||||
snd_soc_dai_stream_valid() to soc-dai.c
|
||||
|
||||
snd_soc_dai_stream_valid() is function to check stream validity.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From bbb30231a2b10c7f5b76066946a3ee6328e35608 Mon Sep 17 00:00:00 2001
|
||||
From 5322b041568f9f45f9eabe2efd236b47ae9a9809 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:59:44 +0200
|
||||
Subject: [PATCH 050/186] FROMGIT: ASoC: codec2codec: run callbacks in order
|
||||
Subject: [PATCH 050/187] FROMGIT: ASoC: codec2codec: run callbacks in order
|
||||
|
||||
When handling dai_link events on codec to codec links, run all .startup()
|
||||
callbacks on sinks and sources before running any .hw_params(). Same goes
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 4073a9679c656970bd3e13045a059045dd81023e Mon Sep 17 00:00:00 2001
|
||||
From 70f827bdc10fb04e4d25d8b2a4b08be5f4b1d5d6 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:59:45 +0200
|
||||
Subject: [PATCH 051/186] FROMGIT: ASoC: codec2codec: name link using stream
|
||||
Subject: [PATCH 051/187] FROMGIT: ASoC: codec2codec: name link using stream
|
||||
direction
|
||||
|
||||
At the moment, codec to codec dai link widgets are named after the
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ba8f6ce6d234a44e9746735174f3c80b649a4e19 Mon Sep 17 00:00:00 2001
|
||||
From 13435f5cf5d5d2a673de02b5ecb2afa16d8513da Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:59:46 +0200
|
||||
Subject: [PATCH 052/186] FROMGIT: ASoC: codec2codec: deal with params when
|
||||
Subject: [PATCH 052/187] FROMGIT: ASoC: codec2codec: deal with params when
|
||||
necessary
|
||||
|
||||
When there is an event on codec to codec dai_link, we only need to deal
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 13440dd12851a643c267aa0b2c64c9552133aea3 Mon Sep 17 00:00:00 2001
|
||||
From 63d30e9befbace84cbb24888a8f606b0b9ba48cf Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 10:01:39 +0200
|
||||
Subject: [PATCH 053/186] FROMGIT: ASoC: meson: g12a-tohdmitx: override
|
||||
Subject: [PATCH 053/187] FROMGIT: ASoC: meson: g12a-tohdmitx: override
|
||||
codec2codec params
|
||||
|
||||
So far, forwarding the hw_params of the input to output relied on the
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 33b7f3e71853dad5f6739e051b43cadd32f66913 Mon Sep 17 00:00:00 2001
|
||||
From bba4770b8d275534289d48ede37e541d8dd786a2 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:59:47 +0200
|
||||
Subject: [PATCH 054/186] FROMGIT: ASoC: create pcm for codec2codec links as
|
||||
Subject: [PATCH 054/187] FROMGIT: ASoC: create pcm for codec2codec links as
|
||||
well
|
||||
|
||||
At the moment, codec to codec links uses an ephemeral variable for
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 31aecb924149fef3b6bdf4d32cc24d58602f08ab Mon Sep 17 00:00:00 2001
|
||||
From 3d83acfe68fb983cf3ef5d7b4990e1fe99a688d8 Mon Sep 17 00:00:00 2001
|
||||
From: Colin Ian King <colin.king@canonical.com>
|
||||
Date: Fri, 26 Jul 2019 13:33:27 +0100
|
||||
Subject: [PATCH 055/186] FROMGIT: ASoC: codec2codec: fix missing return of
|
||||
Subject: [PATCH 055/187] FROMGIT: ASoC: codec2codec: fix missing return of
|
||||
error return code
|
||||
|
||||
Currently in function snd_soc_dai_link_event_pre_pmu the error return
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 68942bdc85a5e2f96d8c696bf16aa42361f5020a Mon Sep 17 00:00:00 2001
|
||||
From 59b70c5b4c396d4cadac48cbca59c01bc225ab06 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:59:48 +0200
|
||||
Subject: [PATCH 056/186] FROMGIT: ASoC: codec2codec: remove ephemeral
|
||||
Subject: [PATCH 056/187] FROMGIT: ASoC: codec2codec: remove ephemeral
|
||||
variables
|
||||
|
||||
Now that codec to codec links struct snd_soc_pcm_runtime have lasting pcm
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 83cd39f43df32e2d53679b625bc3a1dd54e97280 Mon Sep 17 00:00:00 2001
|
||||
From 677c9dc33dad71407a839e9a77f2b05a27e8bba8 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Thu, 25 Jul 2019 18:59:49 +0200
|
||||
Subject: [PATCH 057/186] FROMGIT: ASoC: codec2codec: fill some of the runtime
|
||||
Subject: [PATCH 057/187] FROMGIT: ASoC: codec2codec: fill some of the runtime
|
||||
stream parameters
|
||||
|
||||
Set the information provided struct snd_soc_pcm_stream in the
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 61a5ceb0bee36183165ecd9d29943b0b6fd6ce65 Mon Sep 17 00:00:00 2001
|
||||
From 02944405ce58586a746cdad6cf878bdf22f113ad Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:47:56 +0200
|
||||
Subject: [PATCH 058/186] FROMGIT: drm: meson: mask value when writing bits
|
||||
Subject: [PATCH 058/187] FROMGIT: drm: meson: mask value when writing bits
|
||||
relaxed
|
||||
|
||||
The value used in the macro writel_bits_relaxed has to be masked since
|
||||
|
@ -1,7 +1,7 @@
|
||||
From da7640c5ed2a9c39b91d423c9195909b7739ab2c Mon Sep 17 00:00:00 2001
|
||||
From c7ef88d28cf2fa50a696fd8a4904ea86caa83581 Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:48:12 +0200
|
||||
Subject: [PATCH 059/186] FROMGIT: drm: meson: crtc: use proper macros instead
|
||||
Subject: [PATCH 059/187] FROMGIT: drm: meson: crtc: use proper macros instead
|
||||
of magic constants
|
||||
|
||||
This patch add new macros which describe couple bits field of the
|
||||
|
@ -1,7 +1,7 @@
|
||||
From ddbb21c5d461141024a792d8f45ffb6dd448e6bb Mon Sep 17 00:00:00 2001
|
||||
From 01cf6811716dcbd183d7564778f0031e680e8a73 Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:48:27 +0200
|
||||
Subject: [PATCH 060/186] FROMGIT: drm: meson: drv: use macro when initializing
|
||||
Subject: [PATCH 060/187] FROMGIT: drm: meson: drv: use macro when initializing
|
||||
vpu
|
||||
|
||||
This patch add new macro which is used to set WRARB/RDARB mode of
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 6cb0f55b098d69138bfb55f304f340b13a4214f9 Mon Sep 17 00:00:00 2001
|
||||
From b4b285a0d192a96092108850ca9a1634e03a5045 Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:48:35 +0200
|
||||
Subject: [PATCH 061/186] FROMGIT: drm: meson: vpp: use proper macros instead
|
||||
Subject: [PATCH 061/187] FROMGIT: drm: meson: vpp: use proper macros instead
|
||||
of magic constants
|
||||
|
||||
This patch add new macros which are used to set the following
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 4ce8b119069da36aad4676a714a580255e0c8203 Mon Sep 17 00:00:00 2001
|
||||
From cc4641aca0030c1313789041306e055322c9e030 Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:48:43 +0200
|
||||
Subject: [PATCH 062/186] FROMGIT: drm: meson: viu: use proper macros instead
|
||||
Subject: [PATCH 062/187] FROMGIT: drm: meson: viu: use proper macros instead
|
||||
of magic constants
|
||||
|
||||
This patch add new macros which are used to set the following
|
||||
|
@ -1,7 +1,7 @@
|
||||
From dab1d5072181becd2214ae1eaf78b664142925b2 Mon Sep 17 00:00:00 2001
|
||||
From b4ead82b8e357549fe6dfe21d174a5e1ed0834fa Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:48:50 +0200
|
||||
Subject: [PATCH 063/186] FROMGIT: drm: meson: venc: use proper macros instead
|
||||
Subject: [PATCH 063/187] FROMGIT: drm: meson: venc: use proper macros instead
|
||||
of magic constants
|
||||
|
||||
This patch add new macros which are used to set the following
|
||||
|
@ -1,7 +1,7 @@
|
||||
From c725303b5df553247fe82b4d5f5b67474b8fadb7 Mon Sep 17 00:00:00 2001
|
||||
From 4627f69c34cd19ea34e143c4016c792f9d23a3f3 Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:48:57 +0200
|
||||
Subject: [PATCH 064/186] FROMGIT: drm: meson: global clean-up
|
||||
Subject: [PATCH 064/187] FROMGIT: drm: meson: global clean-up
|
||||
|
||||
This patch aims to:
|
||||
- Add general and TODO comments
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e46b2434cf1888101c42895d0213b86b8cee487b Mon Sep 17 00:00:00 2001
|
||||
From 3be55b1a28c1b490731124e2e28d12c9fc7c8c28 Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:49:04 +0200
|
||||
Subject: [PATCH 065/186] FROMGIT: drm: meson: add macro used to enable HDMI
|
||||
Subject: [PATCH 065/187] FROMGIT: drm: meson: add macro used to enable HDMI
|
||||
PLL
|
||||
|
||||
This patch add new macro HHI_HDMI_PLL_CNTL_EN which is used to enable
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 50ad4cbf00bae7102ce79455c07f6725af50b5fe Mon Sep 17 00:00:00 2001
|
||||
From 1c5d496c2b594c47b2fc678c3a6699c182dd4b94 Mon Sep 17 00:00:00 2001
|
||||
From: Julien Masson <jmasson@baylibre.com>
|
||||
Date: Mon, 24 Jun 2019 16:49:12 +0200
|
||||
Subject: [PATCH 066/186] FROMGIT: drm: meson: venc: set the correct
|
||||
Subject: [PATCH 066/187] FROMGIT: drm: meson: venc: set the correct
|
||||
macrovision max amplitude value
|
||||
|
||||
According to the register description of ENCI_MACV_MAX_AMP, the
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 7223e09063a1bebb60a57fd9541fc8ec80348f96 Mon Sep 17 00:00:00 2001
|
||||
From 75d004308fdbad58bf576ca3f20f605d0a3e6668 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 13 May 2019 14:45:31 +0200
|
||||
Subject: [PATCH 067/186] FROMLIST: clk: meson: g12a: fix gp0 and hifi ranges
|
||||
Subject: [PATCH 067/187] FROMLIST: clk: meson: g12a: fix gp0 and hifi ranges
|
||||
|
||||
While some SoC samples are able to lock with a PLL factor of 55, others
|
||||
samples can't. ATM, a minimum of 60 appears to work on all the samples
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1730bc1f2e2630a7882f680cb795e1f7229fb470 Mon Sep 17 00:00:00 2001
|
||||
From 8fff8460f60a83b6bca994d5a74c04f986456eef Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:26:21 +0200
|
||||
Subject: [PATCH 068/186] FROMLIST: arm64: dts: meson-g12b: add cpus OPP tables
|
||||
Subject: [PATCH 068/187] FROMLIST: arm64: dts: meson-g12b: add cpus OPP tables
|
||||
|
||||
Add the OPP table taken from the HardKernel Odroid-N2 DTS.
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8a02a40f31fff630ddc0c9c98c9490a29d192baf Mon Sep 17 00:00:00 2001
|
||||
From 72424dbccd2b9c88a5958c536dce992a639777d3 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Mon, 29 Jul 2019 15:26:22 +0200
|
||||
Subject: [PATCH 069/186] FROMLIST: arm64: dts: meson-g12b-odroid-n2: enable
|
||||
Subject: [PATCH 069/187] FROMLIST: arm64: dts: meson-g12b-odroid-n2: enable
|
||||
DVFS
|
||||
|
||||
Enable DVFS for the Odroid-N2 by setting the clock, OPP and supply
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a3b3dc378a10d28451ed5c62b36b39327e7093a6 Mon Sep 17 00:00:00 2001
|
||||
From 4c553d047b2117f7caf1ee3a352f1e5464f5d47b Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume La Roque <glaroque@baylibre.com>
|
||||
Date: Tue, 6 Aug 2019 15:05:01 +0200
|
||||
Subject: [PATCH 070/186] FROMLIST: dt-bindings: thermal: Add DT bindings
|
||||
Subject: [PATCH 070/187] FROMLIST: dt-bindings: thermal: Add DT bindings
|
||||
documentation for Amlogic Thermal
|
||||
|
||||
Adding the devicetree binding documentation for the Amlogic temperature
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8af417523f35d2daf7257bc359a8c17632d57435 Mon Sep 17 00:00:00 2001
|
||||
From 1c545f91d3fe99df9abd4a835de702a3b37c5c7e Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume La Roque <glaroque@baylibre.com>
|
||||
Date: Tue, 6 Aug 2019 15:05:02 +0200
|
||||
Subject: [PATCH 071/186] FROMLIST: thermal: amlogic: Add thermal driver to
|
||||
Subject: [PATCH 071/187] FROMLIST: thermal: amlogic: Add thermal driver to
|
||||
support G12 SoCs
|
||||
|
||||
Amlogic G12A and G12B SoCs integrate two thermal sensors
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 48ec22b37703479b32535f7f3e5f070e7a9827fb Mon Sep 17 00:00:00 2001
|
||||
From 172e6c28c86207dc6c6dcac6937f230f7064e85c Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume La Roque <glaroque@baylibre.com>
|
||||
Date: Tue, 6 Aug 2019 15:05:03 +0200
|
||||
Subject: [PATCH 072/186] FROMLIST: arm64: dts: amlogic: g12: add temperature
|
||||
Subject: [PATCH 072/187] FROMLIST: arm64: dts: amlogic: g12: add temperature
|
||||
sensor
|
||||
|
||||
Add cpu and ddr temperature sensors for G12 Socs
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 25a2ca2aea891043b109daf66e8d7db60f3a2d1c Mon Sep 17 00:00:00 2001
|
||||
From de8e242975fb7b191a50581028f3a68f842f8e16 Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume La Roque <glaroque@baylibre.com>
|
||||
Date: Tue, 6 Aug 2019 15:05:04 +0200
|
||||
Subject: [PATCH 073/186] FROMLIST: arm64: dts: meson: sei510: Add minimal
|
||||
Subject: [PATCH 073/187] FROMLIST: arm64: dts: meson: sei510: Add minimal
|
||||
thermal zone
|
||||
|
||||
Add minimal thermal zone for two temperature sensor
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d7ae633f93a5fd454fbbf87b535873f6cd4227a4 Mon Sep 17 00:00:00 2001
|
||||
From 218e3c2f2bb65d75f964c8e359b09116655bb678 Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume La Roque <glaroque@baylibre.com>
|
||||
Date: Tue, 6 Aug 2019 15:05:05 +0200
|
||||
Subject: [PATCH 074/186] FROMLIST: arm64: dts: amlogic: odroid-n2: add minimal
|
||||
Subject: [PATCH 074/187] FROMLIST: arm64: dts: amlogic: odroid-n2: add minimal
|
||||
thermal zone
|
||||
|
||||
Add minimal thermal zone for two temperature sensor
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5bb34848ae192c1329f5c691e6ccb012cdbe68ff Mon Sep 17 00:00:00 2001
|
||||
From 9454987725e4b5ba6d97bb965ce20cdc12c4c25e Mon Sep 17 00:00:00 2001
|
||||
From: Guillaume La Roque <glaroque@baylibre.com>
|
||||
Date: Tue, 6 Aug 2019 15:05:06 +0200
|
||||
Subject: [PATCH 075/186] FROMLIST: MAINTAINERS: add entry for Amlogic Thermal
|
||||
Subject: [PATCH 075/187] FROMLIST: MAINTAINERS: add entry for Amlogic Thermal
|
||||
driver
|
||||
|
||||
Add myself as maintainer for Amlogic Thermal driver.
|
||||
@ -14,7 +14,7 @@ Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
|
||||
1 file changed, 9 insertions(+)
|
||||
|
||||
diff --git a/MAINTAINERS b/MAINTAINERS
|
||||
index e7a47b5210fd..adb7eeb9b729 100644
|
||||
index a50e97a63bc8..9c389c6a8e44 100644
|
||||
--- a/MAINTAINERS
|
||||
+++ b/MAINTAINERS
|
||||
@@ -15940,6 +15940,15 @@ F: Documentation/thermal/cpu-cooling-api.rst
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 69139a81478c0a67920362a180a199914581f327 Mon Sep 17 00:00:00 2001
|
||||
From f83aaf878245ba8f757fa00cb86dd610f0dfd7eb Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:07:19 +0200
|
||||
Subject: [PATCH 076/186] FROMLIST: drm/bridge: dw-hdmi-i2s: support more i2s
|
||||
Subject: [PATCH 076/187] FROMLIST: drm/bridge: dw-hdmi-i2s: support more i2s
|
||||
format
|
||||
|
||||
The dw-hdmi-i2s supports more formats than just regular i2s.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 36c54e6514ce3d07f4467b8ed6ccf67772008abc Mon Sep 17 00:00:00 2001
|
||||
From a2f80afa03c22f54a69e3c59cdf3e74990b9f0bd Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:07:20 +0200
|
||||
Subject: [PATCH 077/186] FROMLIST: drm/bridge: dw-hdmi: move audio channel
|
||||
Subject: [PATCH 077/187] FROMLIST: drm/bridge: dw-hdmi: move audio channel
|
||||
setup out of ahb
|
||||
|
||||
Part of the channel count setup done in dw-hdmi ahb should
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 40caa46c4072b291ce35afff7fc7db1d84b6e5ac Mon Sep 17 00:00:00 2001
|
||||
From b395156656e7fea0dd6f11add6641119c38d0ff0 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:07:21 +0200
|
||||
Subject: [PATCH 078/186] FROMLIST: drm/bridge: dw-hdmi: set channel count in
|
||||
Subject: [PATCH 078/187] FROMLIST: drm/bridge: dw-hdmi: set channel count in
|
||||
the infoframes
|
||||
|
||||
Set the number of channel in the infoframes
|
||||
|
@ -1,7 +1,7 @@
|
||||
From cdf38f445651140aefa232d9bc6e62462d04c530 Mon Sep 17 00:00:00 2001
|
||||
From 591f861a245622b88168e09e69c40acb06af99b9 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:07:22 +0200
|
||||
Subject: [PATCH 079/186] FROMLIST: drm/bridge: dw-hdmi-i2s: enable lpcm multi
|
||||
Subject: [PATCH 079/187] FROMLIST: drm/bridge: dw-hdmi-i2s: enable lpcm multi
|
||||
channels
|
||||
|
||||
Properly setup the channel count and layout in dw-hdmi i2s driver so
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 3c3dce088cacdfb13d2289a6fc18fd7cb3884216 Mon Sep 17 00:00:00 2001
|
||||
From ca085fd0d3dee1ef153b4f1a7ab22748daf02ea4 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:07:23 +0200
|
||||
Subject: [PATCH 080/186] FROMLIST: drm/bridge: dw-hdmi-i2s: set the channel
|
||||
Subject: [PATCH 080/187] FROMLIST: drm/bridge: dw-hdmi-i2s: set the channel
|
||||
allocation
|
||||
|
||||
setup the channel allocation provided by the generic hdmi-codec driver
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 8e0e3d1efdc1f7125d3c4b7cf4815045809744a1 Mon Sep 17 00:00:00 2001
|
||||
From 16e00197334a39c5d00ada023491a57524b2961a Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:07:24 +0200
|
||||
Subject: [PATCH 081/186] FROMLIST: drm/bridge: dw-hdmi-i2s: reset audio fifo
|
||||
Subject: [PATCH 081/187] FROMLIST: drm/bridge: dw-hdmi-i2s: reset audio fifo
|
||||
before applying new params
|
||||
|
||||
When changing the audio hw params, reset the audio fifo to make sure
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 4008c7774115d2d69157b461a4940dddeb0bad19 Mon Sep 17 00:00:00 2001
|
||||
From 0562d2e2806f7970d76dc6b9107bc7392667eb88 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:07:25 +0200
|
||||
Subject: [PATCH 082/186] FROMLIST: drm/bridge: dw-hdmi-i2s: enable only the
|
||||
Subject: [PATCH 082/187] FROMLIST: drm/bridge: dw-hdmi-i2s: enable only the
|
||||
required i2s lanes
|
||||
|
||||
Enable the i2s lanes depending on the number of channel in the stream
|
||||
|
@ -1,7 +1,7 @@
|
||||
From e59971a100c3c6feb1f2bf186dc04fd6793c1a8c Mon Sep 17 00:00:00 2001
|
||||
From b42a8bdf2338eb4cf43b6329a0025779f5f87a85 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:07:26 +0200
|
||||
Subject: [PATCH 083/186] FROMLIST: drm/bridge: dw-hdmi-i2s: add .get_eld
|
||||
Subject: [PATCH 083/187] FROMLIST: drm/bridge: dw-hdmi-i2s: add .get_eld
|
||||
support
|
||||
|
||||
Provide the eld to the generic hdmi-codec driver.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1bb749f7d0c17cf6bc7b2a9c3dcfb718013ee6b2 Mon Sep 17 00:00:00 2001
|
||||
From b18bdfbe3c9f71e07f6f5cbc88194c4e9ab87952 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:32:52 +0200
|
||||
Subject: [PATCH 084/186] FROMLIST: dt-bindings: clock: meson: add resets to
|
||||
Subject: [PATCH 084/187] FROMLIST: dt-bindings: clock: meson: add resets to
|
||||
the audio clock controller
|
||||
|
||||
Add the documentation and bindings for the resets provided by the g12a
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 39e69725d2cdf25c54fbeff6751d324efe1158d8 Mon Sep 17 00:00:00 2001
|
||||
From ac0a918b1d5c5cb68f340e5b2d7b84df10d7fd58 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Mon, 12 Aug 2019 14:32:53 +0200
|
||||
Subject: [PATCH 085/186] FROMLIST: clk: meson: axg-audio: add g12a reset
|
||||
Subject: [PATCH 085/187] FROMLIST: clk: meson: axg-audio: add g12a reset
|
||||
support
|
||||
|
||||
On the g12a, the register space dedicated to the audio clock also
|
||||
|
@ -1,7 +1,7 @@
|
||||
From cf0a4ad88bcb392ced80c8b63a7a64fc73c5e712 Mon Sep 17 00:00:00 2001
|
||||
From 298ce9d58ec4bbe0d1106d37cd8fddea0c83f4f2 Mon Sep 17 00:00:00 2001
|
||||
From: Igor Vavro <afl2001@gmail.com>
|
||||
Date: Sat, 10 Aug 2019 13:55:34 +0000
|
||||
Subject: [PATCH 086/186] FROMLIST: pinctrl: meson: add missing tsin pinctrl
|
||||
Subject: [PATCH 086/187] FROMLIST: pinctrl: meson: add missing tsin pinctrl
|
||||
for meson gxbb/gxl
|
||||
|
||||
This patch adds missing tsin pinctrl definitions for meson gxbb and gxl/gxm
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 774508b13d2f4d53608d14b6da6f53f66e765f23 Mon Sep 17 00:00:00 2001
|
||||
From 9c32a511ef9720c168bf479d8387817023753953 Mon Sep 17 00:00:00 2001
|
||||
From: Christian Hewitt <christianshewitt@gmail.com>
|
||||
Date: Sun, 19 May 2019 14:27:24 +0000
|
||||
Subject: [PATCH 087/186] FROMLIST: arm64: dts: meson-g12b-khadas-vim3: add
|
||||
Subject: [PATCH 087/187] FROMLIST: arm64: dts: meson-g12b-khadas-vim3: add
|
||||
initial device-tree
|
||||
|
||||
The Khadas VIM3 uses the Amlogic S922X or A311S SoC, both based on the
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 7f4fb59e10f9b3451a0995487122bb3f2807667f Mon Sep 17 00:00:00 2001
|
||||
From ac3f5c161fa615556c1bded44f91108ed01b180e Mon Sep 17 00:00:00 2001
|
||||
From: Carlo Caione <ccaione@baylibre.com>
|
||||
Date: Sat, 10 Aug 2019 13:40:40 +0000
|
||||
Subject: [PATCH 088/186] FROMLIST: firmware: meson_sm: Mark chip struct as
|
||||
Subject: [PATCH 088/187] FROMLIST: firmware: meson_sm: Mark chip struct as
|
||||
static const
|
||||
|
||||
No need to be a global struct.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1ebcd7d499b9b06d3ead674d883d18fef2184348 Mon Sep 17 00:00:00 2001
|
||||
From 79e7f3f261da58b3beb8704233ea27707edd2144 Mon Sep 17 00:00:00 2001
|
||||
From: Carlo Caione <ccaione@baylibre.com>
|
||||
Date: Sat, 10 Aug 2019 13:42:08 +0000
|
||||
Subject: [PATCH 089/186] FROMLIST: nvmem: meson-efuse: bindings: Add
|
||||
Subject: [PATCH 089/187] FROMLIST: nvmem: meson-efuse: bindings: Add
|
||||
secure-monitor phandle
|
||||
|
||||
Add a new property to link the nvmem driver to the secure-monitor. The
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1438d7d39c0c4a8b8432acf7318da20f09693564 Mon Sep 17 00:00:00 2001
|
||||
From 2c8dcab8cc1d7e45358ccccec79716e00f6572f7 Mon Sep 17 00:00:00 2001
|
||||
From: Carlo Caione <ccaione@baylibre.com>
|
||||
Date: Sat, 10 Aug 2019 13:45:41 +0000
|
||||
Subject: [PATCH 090/186] FROMLIST: arm64: dts: meson: Link nvmem and
|
||||
Subject: [PATCH 090/187] FROMLIST: arm64: dts: meson: Link nvmem and
|
||||
secure-monitor nodes
|
||||
|
||||
The former is going to use the latter to retrieve the efuses data.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 1fed41a5fcf6f23238f9c766e4054b73b8d7365f Mon Sep 17 00:00:00 2001
|
||||
From f7e4a684e308009b1557c934cf28dc3c375f4ddd Mon Sep 17 00:00:00 2001
|
||||
From: Carlo Caione <ccaione@baylibre.com>
|
||||
Date: Sat, 10 Aug 2019 13:46:54 +0000
|
||||
Subject: [PATCH 091/186] FROMLIST: firmware: meson_sm: Rework driver as a
|
||||
Subject: [PATCH 091/187] FROMLIST: firmware: meson_sm: Rework driver as a
|
||||
proper platform driver
|
||||
|
||||
The secure monitor driver is currently a frankenstein driver which is
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5ef9c6efe2ab55a2b8d8ab478d9ba43337fe6996 Mon Sep 17 00:00:00 2001
|
||||
From 607c7f84e6ab64990e04e299627dda08df95503c Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Tue, 20 Aug 2019 15:02:29 +0000
|
||||
Subject: [PATCH 092/186] FROMLIST: arm64: dts: meson: g12a: audio clock
|
||||
Subject: [PATCH 092/187] FROMLIST: arm64: dts: meson: g12a: audio clock
|
||||
controller provides resets
|
||||
|
||||
The clock controller dedicated to audio clocks also provides reset lines
|
||||
|
@ -1,7 +1,7 @@
|
||||
From a52df786c1877dd433765142d4483e1767a7640f Mon Sep 17 00:00:00 2001
|
||||
From fb5b730445701ceedbfa2339519bd878506b6f06 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Tue, 20 Aug 2019 15:07:17 +0000
|
||||
Subject: [PATCH 093/186] FROMLIST: arm64: dts: meson: g12a: add reset to tdm
|
||||
Subject: [PATCH 093/187] FROMLIST: arm64: dts: meson: g12a: add reset to tdm
|
||||
formatters
|
||||
|
||||
Add the reset to the TDM formatters of the g12a. This helps
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 600ca9000107683458570dc8b2cc6c73d318e83c Mon Sep 17 00:00:00 2001
|
||||
From b2a646f3deb28ca0f6c7cdd67c1731730ff28a55 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Tue, 20 Aug 2019 15:09:58 +0000
|
||||
Subject: [PATCH 094/186] FROMLIST: ASoC: meson: axg-tdm-formatter: free reset
|
||||
Subject: [PATCH 094/187] FROMLIST: ASoC: meson: axg-tdm-formatter: free reset
|
||||
on device removal
|
||||
|
||||
Use the devm variant to get the formatter reset so it is properly freed
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 329151cbf8444d19f39e23968c24fb1d81578738 Mon Sep 17 00:00:00 2001
|
||||
From 768f2f832dd06d875eed640994d1badf3db8863a Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Brunet <jbrunet@baylibre.com>
|
||||
Date: Tue, 20 Aug 2019 15:12:11 +0000
|
||||
Subject: [PATCH 095/186] FROMLIST: ASoC: meson: g12a-tohdmitx: require regmap
|
||||
Subject: [PATCH 095/187] FROMLIST: ASoC: meson: g12a-tohdmitx: require regmap
|
||||
mmio
|
||||
|
||||
The tohdmitx glue uses regmap MMIO so it should require it.
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5922d7ec7001093e7236bcd3d37d86a788c8432e Mon Sep 17 00:00:00 2001
|
||||
From b6870bad47afa43c86b9fb81251b32d692251fe0 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Wed, 28 Aug 2019 13:29:48 +0000
|
||||
Subject: [PATCH 096/186] FROMLIST: drm/meson: vclk: use the correct G12A frac
|
||||
Subject: [PATCH 096/187] FROMLIST: drm/meson: vclk: use the correct G12A frac
|
||||
max value
|
||||
|
||||
When calculating the HDMI PLL settings for a DMT mode PHY frequency,
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 34ff8f36e6f144166303271a8fa38c1976e7aec9 Mon Sep 17 00:00:00 2001
|
||||
From 963ed4a7a3c4da22255ede5dadac9ccad120f409 Mon Sep 17 00:00:00 2001
|
||||
From: Neil Armstrong <narmstrong@baylibre.com>
|
||||
Date: Thu, 14 Mar 2019 09:37:38 +0100
|
||||
Subject: [PATCH 097/186] TEMP: drm/panfrost: add support for custom soft-reset
|
||||
Subject: [PATCH 097/187] TEMP: drm/panfrost: add support for custom soft-reset
|
||||
on Amlogic GXM
|
||||
|
||||
(cherry picked from commit 2e5230c1bf9cf01f035da72291cc460cb3b37096)
|
||||
|
@ -1,7 +1,7 @@
|
||||
From d0a03a1870329ebd76ab6affcfa3f103183ea771 Mon Sep 17 00:00:00 2001
|
||||
From d5bbe01b7a7afa208bb6ef39659b31b94a5d2ed9 Mon Sep 17 00:00:00 2001
|
||||
From: chewitt <github@chrishewitt.net>
|
||||
Date: Fri, 12 Jul 2019 21:20:38 +0000
|
||||
Subject: [PATCH 098/186] TEMP: drm/panfrost: kernel driver fix 1/2
|
||||
Subject: [PATCH 098/187] TEMP: drm/panfrost: kernel driver fix 1/2
|
||||
|
||||
https://lkml.org/lkml/2019/5/29/786
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
From 5c46c60ef67f0d417ea29602e21f435b5da19a3e Mon Sep 17 00:00:00 2001
|
||||
From cbe199dc1f6006cbfefe9e3197c79a638abd01a1 Mon Sep 17 00:00:00 2001
|
||||
From: chewitt <github@chrishewitt.net>
|
||||
Date: Fri, 12 Jul 2019 21:36:32 +0000
|
||||
Subject: [PATCH 099/186] TEMP: drm/panfrost: kernel driver fix 2/2
|
||||
Subject: [PATCH 099/187] TEMP: drm/panfrost: kernel driver fix 2/2
|
||||
|
||||
https://patchwork.kernel.org/patch/10954241/
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user