index
:
rockbox.git
master
v3.0
v3.1
v3.10
v3.11
v3.12
v3.13
v3.14
v3.15
v3.2
v3.3
v3.4
v3.5
v3.6
v3.7
v3.8
v3.9
The Rockbox source code.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
/
arm
/
imx31
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-05
imx31: Fix regression in bootloader caused by cd9906
Solomon Peachy
1
-1
/
+1
2020-07-05
arm: Fix PortalPlayer linker scripts with binutils 2.21+
Solomon Peachy
2
-4
/
+4
2018-01-14
Gigabeat S: Remove unwanted partitions on the fly
Michael Sevakis
1
-16
/
+18
2017-11-21
Convert i.MX31 and AMS target to use RTC interrupt
Michael Sevakis
2
-0
/
+31
2017-10-26
Unify storage threads into one
Michael Sevakis
1
-4
/
+0
2017-02-11
Improve radio RDS driver and framework
Michael Sevakis
1
-37
/
+20
2017-01-29
i.MX31: Restore screen clearing in DVFS/DPTC debug screen
Michael Sevakis
1
-1
/
+2
2017-01-29
Improve imx31 interrupt code for PMIC and GPIO
Michael Sevakis
16
-444
/
+489
2015-01-12
Get rid of stupid _backlight_* function names
Marcin Bukat
3
-10
/
+10
2014-03-06
Gigabeat S: Improve headphone thread implementation.
Michael Sevakis
1
-81
/
+54
2014-03-03
Fix more reds.
Thomas Martitz
7
-2
/
+12
2014-01-05
Add missing kernel.h includes (hopefully all of them).
Thomas Martitz
1
-0
/
+1
2013-05-14
Get rid of usb_drv_attach() from USB code.
Michael Sevakis
1
-2
/
+0
2013-05-11
Set the right variable type for ucallback :)
Michael Sevakis
1
-1
/
+1
2013-05-11
i.MX31: Remove long udelay from DVFS interrupt handler
Michael Sevakis
6
-88
/
+140
2012-05-23
Gigabeat S: Fix the recording locking upon using it a second time.
Michael Sevakis
1
-4
/
+4
2012-05-07
remove debug-target.h
Rafaël Carré
2
-27
/
+0
2012-05-01
Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.
Michael Sevakis
1
-1
/
+0
2012-04-06
arm: factor all exception handlers out of the crt0.S files
Amaury Pouly
1
-29
/
+0
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
1
-63
/
+56
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
1
-4
/
+0
2012-01-07
charging_algorithm_close() declaration has moved
Rafaël Carré
1
-1
/
+1
2012-01-07
powermgmt-target.h: move prototypes to powermgmt.h
Rafaël Carré
1
-4
/
+0
2012-01-04
Reorganise USB initialisation to not depend on a specific enumeration sequenc...
Frank Gevaerts
1
-7
/
+0
2012-01-04
imx31: move DEBUG_CANCEL definition to .c
Rafaël Carré
2
-1
/
+2
2012-01-04
dbg_hw_info(): remove duplicate prototypes
Rafaël Carré
1
-1
/
+0
2012-01-04
dbg_ports(): remove duplicate prototype
Rafaël Carré
1
-1
/
+0
2012-01-04
Fix beast warning.
Thomas Martitz
1
-1
/
+1
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
1
-3
/
+3
2012-01-03
i.MX31: need an additional ISR lockout instance when closing driver.
Michael Sevakis
1
-1
/
+3
2012-01-03
Gigabeat S: Dump some now-irrelevant comments.
Michael Sevakis
2
-5
/
+1
2012-01-03
i.MX31: Fix a couple oopses from r31528
Michael Sevakis
2
-3
/
+2
2012-01-02
i.MX31 - Dethreading operations continue
Michael Sevakis
7
-153
/
+161
2012-01-01
Gigabeat S: Revert removal of usb_plugged in r31489
Michael Sevakis
2
-2
/
+8
2011-12-31
usb-target.h: remove
Rafaël Carré
2
-2
/
+0
2011-12-31
gigabeats usb-target: merge in system-target.h
Rafaël Carré
2
-43
/
+15
2011-12-31
usb_plugged() is PP only
Rafaël Carré
2
-9
/
+3
2011-12-31
usb_init_device(): move prototype to usb.h
Rafaël Carré
1
-1
/
+0
2011-12-29
Forgot a "static" in r31462.
Michael Sevakis
1
-1
/
+1
2011-12-29
Gigabeat S: Update RDS processing to use asynchronous I2C rather than thread.
Michael Sevakis
1
-22
/
+41
2011-12-29
i.MX31: Implement asynchronous version of I2C driver.
Michael Sevakis
2
-158
/
+262
2011-12-29
i.MX31: Some tweaks with variable declaration in SPI driver.
Michael Sevakis
1
-19
/
+14
2011-12-26
i.MX31: Rename something
Michael Sevakis
4
-7
/
+7
2011-12-26
i.MX31: Silly little change to enable/disable a SPI
Michael Sevakis
4
-45
/
+34
2011-12-18
Gigabeat S: PMIC SPI improvement and bugfixes.
Michael Sevakis
3
-192
/
+128
2011-12-18
Add KEEP() around vectors in linker scripts.
Boris Gjenero
1
-1
/
+1
2011-12-17
Try to fix r31346
Bertrik Sikken
1
-0
/
+2
2011-12-17
FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip)
Bertrik Sikken
3
-3
/
+72
2011-12-17
Add const to global pointers to strings.
Boris Gjenero
1
-1
/
+1
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
4
-10
/
+10
[next]