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
/
as3525
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-30
Rewrite filesystem code (WIP)
Michael Sevakis
2
-49
/
+36
2014-01-05
Add missing kernel.h includes (hopefully all of them), take #3.
Thomas Martitz
1
-2
/
+4
2014-01-05
Add missing kernel.h includes (hopefully all of them), take #2.
Thomas Martitz
1
-2
/
+2
2014-01-05
Add missing kernel.h includes (hopefully all of them).
Thomas Martitz
2
-1
/
+4
2014-01-05
Do not include kernel.h in system.h.
Thomas Martitz
3
-3
/
+6
2013-08-17
Cleanup MV/MD macros a little.
Michael Sevakis
2
-12
/
+12
2012-11-12
AMS: make sure ROM clock is always on
Rafaël Carré
1
-7
/
+2
2012-07-22
Revert my previous commit disabling the internal ROM clock during normal
Michael Giacomelli
1
-4
/
+6
2012-05-19
lcd-ssd1303: Fix big oops putting height where there should've been width.
Michael Sevakis
1
-2
/
+13
2012-05-19
ssd1303: make sure sansa clip and whatever others clip updates properly.
Michael Sevakis
1
-6
/
+12
2012-05-07
remove debug-target.h
Rafaël Carré
1
-0
/
+0
2012-05-07
Sansa AMS: more compat irq names
Rafaël Carré
1
-7
/
+7
2012-05-06
sansa AMS: i2s_reset() is never used
Rafaël Carré
1
-28
/
+0
2012-05-01
Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.
Michael Sevakis
1
-1
/
+1
2012-04-30
AMSv1: rename USB interrupt handler
Rafaël Carré
1
-1
/
+1
2012-04-28
usb-s3c6400: merge the 2 drivers
Rafaël Carré
1
-2
/
+2
2012-03-19
sansa clip+: properly reset display using the reset pin
Bertrik Sikken
1
-1
/
+3
2012-03-04
AMSv2: add proper definitions for charge current
Bertrik Sikken
1
-4
/
+4
2012-03-03
Revise the PCM callback system after adding multichannel audio.
Michael Sevakis
1
-8
/
+12
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
4
-5
/
+5
2012-01-30
Clipv2: fix button reading on some models
Rafaël Carré
1
-0
/
+1
2012-01-29
AMSv1/AMSv2: show CCU_IO in debug menu
Bertrik Sikken
1
-2
/
+1
2012-01-11
lcd: fix function name in comments in assembly files (lcd_write_yup_420 inste...
Amaury Pouly
1
-2
/
+2
2012-01-08
AS3525v1/2: Enable nested handling of interrupts
Michael Sevakis
5
-29
/
+71
2012-01-08
Remove duplicate #include "button.h"
Bertrik Sikken
1
-1
/
+0
2012-01-08
ascodec-target.h: remove
Rafaël Carré
11
-106
/
+47
2012-01-08
lcd-target.h: remove some duplicate declarations
Rafaël Carré
1
-3
/
+0
2012-01-08
adc-target.h: cleanup
Rafaël Carré
1
-25
/
+0
2012-01-08
fix previous commit
Rafaël Carré
1
-1
/
+1
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
15
-85
/
+5
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
-16
/
+0
2012-01-04
as3525: move debug-target.h content to .c
Rafaël Carré
2
-27
/
+2
2012-01-04
dbg_hw_info(): remove duplicate prototypes
Rafaël Carré
1
-2
/
+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
1
-1
/
+1
2011-12-31
usb-drv-as3525v2.c: merge in usb-s3c6400x.c
Rafaël Carré
1
-441
/
+0
2011-12-31
usb-s3c6400: use more complete functions from usb-drv-as3525v2
Rafaël Carré
1
-24
/
+0
2011-12-31
usb-drv-as3525v2.h: remove
Rafaël Carré
2
-76
/
+0
2011-12-31
usb-s3c6400x: start factorization
Rafaël Carré
1
-44
/
+2
2011-12-31
usb-drv-as3525v2: cosmetics
Rafaël Carré
1
-12
/
+12
2011-12-31
usb-target.h: remove
Rafaël Carré
4
-3
/
+0
2011-12-31
firewire/usb_remove/insert_int: move to system-target.h
Rafaël Carré
2
-27
/
+4
2011-12-31
move usb_pin_init() declaration to PP's system-target.h
Rafaël Carré
1
-1
/
+0
2011-12-31
usb_init_device(): move prototype to usb.h
Rafaël Carré
2
-2
/
+4
2011-12-31
usb-drv-as3525v2: move interrupt disable
Rafaël Carré
1
-1
/
+2
2011-12-28
usb-srv-as3525v2: backport r31458
Michael Sparmann
1
-1
/
+1
2011-12-22
usb-drv-as3525v2: use all endpoints
Rafaël Carré
1
-1
/
+1
2011-12-21
Add missing includes found using -Wmissing-declarations.
Boris Gjenero
1
-0
/
+1
2011-12-19
usb-drv-as3525v2: revert part of r31243
Rafaël Carré
1
-18
/
+15
[prev]
[next]