This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/sound/soc/bcm/bcm2708-i2s.c b/sound/soc/bcm/bcm2708-i2s.c | |
| index ad9ca2c..1eeb131 100644 | |
| --- a/sound/soc/bcm/bcm2708-i2s.c | |
| +++ b/sound/soc/bcm/bcm2708-i2s.c | |
| @@ -31,8 +31,6 @@ | |
| * General Public License for more details. | |
| */ | |
| -#include "bcm2708-i2s.h" | |
| - |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 1e6be5cac10150d967295575e8192ee2445e167c Mon Sep 17 00:00:00 2001 | |
| From: Phil Elwell <phil@raspberrypi.org> | |
| Date: Sat, 22 Aug 2015 16:09:40 +0100 | |
| Subject: [PATCH] squash: Unbreak BCM2709 build | |
| --- | |
| drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c | 2 ++ | |
| 1 file changed, 2 insertions(+) | |
| diff --git a/drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c b/drivers/usb/host/dwc_otg/dwc_otg_hcd_linux.c |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From f27eee8d093a553d7249a9d8e4231f1f0f781c6e Mon Sep 17 00:00:00 2001 | |
| From: Phil Elwell <phil@raspberrypi.org> | |
| Date: Wed, 19 Aug 2015 08:49:11 +0100 | |
| Subject: [PATCH] BCM2708: Use upstream interrupt driver on all Pi1's | |
| Although the aim is to delete the old armctrl driver, that can't happen | |
| while non-DT configurations are still supported. This commit enables | |
| use of the new FIQ-enabled upstream irqchip driver when DT is enabled | |
| on all BCM2835-based RPi platforms (Models A, B, A+, B+ & CM). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 104951f582f52e7b391b4bcea3ebaa13e28a7a8a Mon Sep 17 00:00:00 2001 | |
| From: Phil Elwell <phil@raspberrypi.org> | |
| Date: Wed, 19 Aug 2015 08:49:11 +0100 | |
| Subject: [PATCH] BCM2708: Use upstream interrupt driver on all Pi1's | |
| Although the aim is to delete the old armctrl driver, that can't happen | |
| while non-DT configurations are still supported. This commit enables | |
| use of the new FIQ-enabled upstream irqchip driver when DT is enabled | |
| on all BCM2835-based RPi platforms (Models A, B, A+, B+ & CM). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From ac6797373064264c76d839bfe8e9a3c68f828998 Mon Sep 17 00:00:00 2001 | |
| From: Phil Elwell <phil@raspberrypi.org> | |
| Date: Thu, 25 Jun 2015 12:16:11 +0100 | |
| Subject: [PATCH] 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 | |
| the gpio-poweroff module to abort the probe function. | |
| This patch introduces a "force" DT property that overrides that |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From 557b787b67d8037601d4efeb1ed2980156c75a60 Mon Sep 17 00:00:00 2001 | |
| From: Phil Elwell <phil@raspberrypi.org> | |
| Date: Mon, 22 Jun 2015 14:21:55 +0100 | |
| Subject: [PATCH 1/2] BCM270X_DT: Sort nodes by bus address, and consolidate | |
| aliases | |
| --- | |
| arch/arm/boot/dts/bcm2708-rpi-b-plus.dts | 19 ---------- | |
| arch/arm/boot/dts/bcm2708-rpi-b.dts | 19 ---------- | |
| arch/arm/boot/dts/bcm2708-rpi-cm.dtsi | 21 ----------- |
NewerOlder