mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
projects/RPi*/patches/linux: add upstream patches
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
78d4075360
commit
9ed25401f7
31
projects/RPi/patches/linux/linux-02-RPi_support.patch
Normal file
31
projects/RPi/patches/linux/linux-02-RPi_support.patch
Normal file
@ -0,0 +1,31 @@
|
||||
From 9cc28c602914b6b07ad8d7ab4ea146b147b78245 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 8 Apr 2015 18:51:44 +0100
|
||||
Subject: [PATCH] vchiq: Remove inline from suspend/resume
|
||||
|
||||
---
|
||||
drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c b/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c
|
||||
index 3e328ab..0ad9656 100644
|
||||
--- a/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c
|
||||
+++ b/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c
|
||||
@@ -1776,7 +1776,7 @@ vchiq_arm_init_state(VCHIQ_STATE_T *state, VCHIQ_ARM_STATE_T *arm_state)
|
||||
** VC_RESUME_FAILED - Currently unused - no mechanism to fail resume exists.
|
||||
*/
|
||||
|
||||
-inline void
|
||||
+void
|
||||
set_suspend_state(VCHIQ_ARM_STATE_T *arm_state,
|
||||
enum vc_suspend_status new_state)
|
||||
{
|
||||
@@ -1813,7 +1813,7 @@ set_suspend_state(VCHIQ_ARM_STATE_T *arm_state,
|
||||
}
|
||||
}
|
||||
|
||||
-inline void
|
||||
+void
|
||||
set_resume_state(VCHIQ_ARM_STATE_T *arm_state,
|
||||
enum vc_resume_status new_state)
|
||||
{
|
31
projects/RPi2/patches/linux/linux-02-RPi_support.patch
Normal file
31
projects/RPi2/patches/linux/linux-02-RPi_support.patch
Normal file
@ -0,0 +1,31 @@
|
||||
From 9cc28c602914b6b07ad8d7ab4ea146b147b78245 Mon Sep 17 00:00:00 2001
|
||||
From: popcornmix <popcornmix@gmail.com>
|
||||
Date: Wed, 8 Apr 2015 18:51:44 +0100
|
||||
Subject: [PATCH] vchiq: Remove inline from suspend/resume
|
||||
|
||||
---
|
||||
drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c | 4 ++--
|
||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||
|
||||
diff --git a/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c b/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c
|
||||
index 3e328ab..0ad9656 100644
|
||||
--- a/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c
|
||||
+++ b/drivers/misc/vc04_services/interface/vchiq_arm/vchiq_arm.c
|
||||
@@ -1776,7 +1776,7 @@ vchiq_arm_init_state(VCHIQ_STATE_T *state, VCHIQ_ARM_STATE_T *arm_state)
|
||||
** VC_RESUME_FAILED - Currently unused - no mechanism to fail resume exists.
|
||||
*/
|
||||
|
||||
-inline void
|
||||
+void
|
||||
set_suspend_state(VCHIQ_ARM_STATE_T *arm_state,
|
||||
enum vc_suspend_status new_state)
|
||||
{
|
||||
@@ -1813,7 +1813,7 @@ set_suspend_state(VCHIQ_ARM_STATE_T *arm_state,
|
||||
}
|
||||
}
|
||||
|
||||
-inline void
|
||||
+void
|
||||
set_resume_state(VCHIQ_ARM_STATE_T *arm_state,
|
||||
enum vc_resume_status new_state)
|
||||
{
|
Loading…
x
Reference in New Issue
Block a user