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
/
s3c2440
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-21
Implement a much more capable vuprintf()
Michael Sevakis
1
-1
/
+1
2017-10-26
Unify storage threads into one
Michael Sevakis
2
-69
/
+35
2015-01-12
Get rid of stupid _backlight_* function names
Marcin Bukat
5
-28
/
+28
2014-12-20
mini2440: Fix bogus buffer access in LCD backlight driver
Thomas Jarosch
1
-2
/
+10
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
1
-27
/
+7
2014-01-05
Add missing kernel.h includes (hopefully all of them).
Thomas Martitz
3
-0
/
+5
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
1
-2
/
+2
2012-05-07
remove debug-target.h
Rafaël Carré
1
-0
/
+0
2012-04-06
arm: factor all exception handlers out of the crt0.S files
Amaury Pouly
1
-29
/
+0
2012-03-19
fix cache function name
Marcin Bukat
1
-1
/
+1
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
2
-10
/
+6
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
2
-15
/
+0
2012-01-04
s3c2440: move debug-target.h content to .c
Rafaël Carré
2
-27
/
+6
2012-01-04
dbg_hw_info(): remove duplicate prototypes
Rafaël Carré
1
-3
/
+0
2012-01-04
dbg_ports(): remove duplicate prototype
Rafaël Carré
1
-1
/
+0
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
2
-2
/
+2
2011-12-31
usb-target.h: remove
Rafaël Carré
2
-1
/
+0
2011-12-31
usb_init_device(): move prototype to usb.h
Rafaël Carré
1
-26
/
+0
2011-12-21
Add missing includes found using -Wmissing-declarations.
Boris Gjenero
1
-0
/
+1
2011-12-18
Add KEEP() around vectors in linker scripts.
Boris Gjenero
2
-2
/
+2
2011-12-17
Commit to certain names for cache coherency APIs and discard the aliases.
Michael Sevakis
3
-6
/
+6
2011-12-17
Do some things to make -ffunction-sections work better.
Michael Sevakis
2
-13
/
+5
2011-12-16
Convert remaining memframe LCDs that can be convert to common code.
Michael Sevakis
1
-14
/
+16
2011-12-15
Fix r31311 red and yellow.
Michael Sevakis
1
-0
/
+1
2011-12-15
Collect some of the memory frame LCD C code.
Michael Sevakis
3
-152
/
+18
2011-12-09
Introduce USED_ATTR wrapper for __attribute__((used)).
Boris Gjenero
1
-1
/
+2
2011-12-08
FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver....
Boris Gjenero
2
-6
/
+1
2011-10-11
Switch to SYS mode on arm FS#12322 by me
Marcin Bukat
1
-18
/
+21
2011-09-18
NUM_CARDS can definitely be smaller than NUM_DRIVES, so don't pretend that th...
Frank Gevaerts
1
-4
/
+0
2011-09-18
Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wr...
Frank Gevaerts
1
-1
/
+1
2011-09-01
Shuffle some functions around so that interfacing with playback.c in particul...
Michael Sevakis
2
-2
/
+2
2011-06-29
Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...
Michael Sevakis
3
-2
/
+9
2011-06-05
Move dbg_hw_info() into target tree. FS#11735 by me
Marcin Bukat
2
-2
/
+2
2011-03-02
Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...
Michael Sevakis
2
-9
/
+9
2011-01-02
Rework ATA driver to get rid of lots of target-specific constants and allow f...
Michael Sparmann
1
-26
/
+0
2010-11-06
move dbg_ports() from apps/menu_debug.c to target tree. FS#11712 by me.
Marcin Bukat
2
-2
/
+2
2010-09-20
*/app.lds: remove STUBOFFSET
Rafaël Carré
1
-8
/
+2
2010-08-28
firmware/ : use lcd_putsf() (only in debug code)
Rafaël Carré
1
-4
/
+2
2010-08-12
Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and...
Thomas Martitz
1
-1
/
+2
2010-08-01
Various minor cleanups for mini2440
Bertrik Sikken
6
-4
/
+10
2010-06-30
Remove atomic register bit manipulation functions from i.MX and s3c target co...
Michael Sevakis
10
-63
/
+35
2010-06-06
Remove card_enable_monitoring() and use a mutex instead. The card_enable_moni...
Frank Gevaerts
1
-16
/
+5
2010-06-05
remane hotswap.* to sdmmc.*. The contents have nothing at all to do with hots...
Frank Gevaerts
1
-1
/
+1
2010-05-31
ARM: use BX when branch to an address in register
Rafaël Carré
1
-1
/
+1
2010-05-24
Make PCM->driver interface about as simple as it will get. Registered callbac...
Michael Sevakis
2
-42
/
+26
2010-05-15
vuprintf does not belong in stdio.h, causes problems with other versions of s...
Jeffrey Goode
1
-0
/
+1
2010-05-11
Gigabeat F/X: Let us clear up confusion about just what the core frequency is...
Michael Sevakis
1
-5
/
+7
2010-05-07
Remove last traces of sprintf.h
Jeffrey Goode
1
-1
/
+0
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2
-3
/
+2
2010-04-13
s3c2440: fix a typo, 4|1 == 5, not 0x41
Rafaël Carré
1
-1
/
+1
[next]