summaryrefslogtreecommitdiff
path: root/firmware/SOURCES
diff options
context:
space:
mode:
authorMichael Sevakis <jethead71@rockbox.org>2017-01-28 14:43:35 -0500
committerMichael Sevakis <jethead71@rockbox.org>2017-01-29 19:07:55 -0500
commit2220a4b695f2f5ac9fe212de4bcfa5365318136f (patch)
treeef0b31d798b12cbc5cd61e3f020f1856c1759db4 /firmware/SOURCES
parentd4303ac900bae6b0fd2320db33bdb4f10861a430 (diff)
downloadrockbox-2220a4b695f2f5ac9fe212de4bcfa5365318136f.tar.gz
rockbox-2220a4b695f2f5ac9fe212de4bcfa5365318136f.zip
Improve imx31 interrupt code for PMIC and GPIO
Fix stuff that was bugging me about the way I did it at first. While messing around I found RDS code wasn't masking its GPIO ISR as it should, which might lead to two different interrupts messing with the static data. Change-Id: I54626809ea3039a842af0cc9e3e42853326c4193
Diffstat (limited to 'firmware/SOURCES')
-rw-r--r--firmware/SOURCES2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES
index d00e56f1a6..88e40fa74f 100644
--- a/firmware/SOURCES
+++ b/firmware/SOURCES
@@ -1139,10 +1139,8 @@ target/arm/imx31/uart-imx31.c
1139target/arm/imx31/gigabeat-s/adc-gigabeat-s.c 1139target/arm/imx31/gigabeat-s/adc-gigabeat-s.c
1140target/arm/imx31/gigabeat-s/backlight-gigabeat-s.c 1140target/arm/imx31/gigabeat-s/backlight-gigabeat-s.c
1141target/arm/imx31/gigabeat-s/button-gigabeat-s.c 1141target/arm/imx31/gigabeat-s/button-gigabeat-s.c
1142target/arm/imx31/gigabeat-s/gpio-gigabeat-s.c
1143target/arm/imx31/gigabeat-s/kernel-gigabeat-s.c 1142target/arm/imx31/gigabeat-s/kernel-gigabeat-s.c
1144target/arm/imx31/gigabeat-s/i2s-gigabeat-s.c 1143target/arm/imx31/gigabeat-s/i2s-gigabeat-s.c
1145target/arm/imx31/gigabeat-s/mc13783-gigabeat-s.c
1146target/arm/imx31/gigabeat-s/power-gigabeat-s.c 1144target/arm/imx31/gigabeat-s/power-gigabeat-s.c
1147target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c 1145target/arm/imx31/gigabeat-s/powermgmt-gigabeat-s.c
1148target/arm/imx31/gigabeat-s/system-gigabeat-s.c 1146target/arm/imx31/gigabeat-s/system-gigabeat-s.c