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.
Rockbox Meta-User
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
firmware
/
target
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-15
m:robe 100 - enable setting for buttonlight brightness
Robert Kukla
2
-16
/
+13
2008-04-15
Use real ARM 11 instructions for cache operations. Probably will factor out l...
Michael Sevakis
1
-0
/
+50
2008-04-15
FS#8898 - Prefix AS3514 registers with AS3514_
Bertrik Sikken
4
-7
/
+7
2008-04-15
Kill some D2 yellows with a simplistic Rolo implementation and NAND driver cl...
Rob Purchase
2
-9
/
+8
2008-04-15
Kill warnings that annoy me when building for Gigabeat S.
Michael Sevakis
2
-1
/
+13
2008-04-15
Make the transparent bitmaps work on Gigabeat S.
Michael Sevakis
1
-11
/
+12
2008-04-15
woops... fix red and some svn keywords.
Jonathan Gordon
2
-5
/
+16
2008-04-15
Setup the touchpads to have two modes - stylus and button - and set them in b...
Jonathan Gordon
3
-10
/
+65
2008-04-14
Gigabeat S: Make ADC battery voltage reading correct. Tiny tweak to ADC drive...
Michael Sevakis
2
-6
/
+3
2008-04-14
Oops...simple math proves elusive at times. Get the array calcs right.
Michael Sevakis
1
-11
/
+6
2008-04-13
ADC driver for Gigabeat S - a bit on the general side for now. Needs to have ...
Michael Sevakis
4
-53
/
+145
2008-04-13
ASM optimization for fiq_playback(). Saves about 0.4MHz of CPU while playback...
Andree Buschmann
1
-23
/
+61
2008-04-13
Charger detection for Gigabeat S
Nils Wallménius
3
-3
/
+44
2008-04-12
Fix cut'n'pasterelated yellows.
Rob Purchase
1
-1
/
+1
2008-04-12
D2: Charging detection, plus basic PCF50606 interrupt handler.
Rob Purchase
1
-0
/
+40
2008-04-12
Add GPIO manager. Get the PMIC interrupt handling working (along with power b...
Michael Sevakis
12
-19
/
+593
2008-04-12
D2: Implement battery voltage readout from PCF50606 (levels not yet calibrate...
Rob Purchase
2
-12
/
+35
2008-04-12
Big oops. Fix enum spi_module_number to set right enum values. :p.
Michael Sevakis
1
-1
/
+2
2008-04-11
D2: Remove USB detection as it's not actually on GPIOC26 (that's a charging i...
Rob Purchase
1
-5
/
+2
2008-04-11
Add a "View I/O Ports" screen for imx31. Show all GPIO contents.
Michael Sevakis
3
-3
/
+115
2008-04-11
Serial driver for imx31. Perhaps not 100% but maybe 80-90% (future developmen...
Michael Sevakis
8
-60
/
+687
2008-04-10
Properly clear clear-on-write bits in the PP502x USB controller
Bertrik Sikken
1
-6
/
+6
2008-04-09
Add DM320 I²C driver, although not (yet) enabled in the sources.
Maurus Cuelenaere
2
-42
/
+116
2008-04-08
D2: Implement power-off by putting the PCF50606 to sleep (and reduce timeout ...
Rob Purchase
3
-31
/
+37
2008-04-08
D2: Update dual boot to use the hold switch. Update bootloader to show messag...
Rob Purchase
1
-3
/
+3
2008-04-07
Make the TCC780x ADC driver work again in the bootloader.
Rob Purchase
1
-10
/
+11
2008-04-07
Make the greyscale library work on the m:robe 100. Testing on target done by ...
Jens Arnold
2
-20
/
+135
2008-04-07
explicitly align the ibss section by adjusting _iramend - fixes hang on m:rob...
Robert Kukla
8
-1
/
+8
2008-04-07
Hopefully fix FS#8506 (OF cant be loaded on some PP targets). also hopefully ...
Jonathan Gordon
1
-5
/
+4
2008-04-07
Wow. Fix those irq #defines for ARM and use the right one in power-c200_e200....
Michael Sevakis
2
-5
/
+5
2008-04-07
Better sansa shutdown sequence in power_off.
Michael Sevakis
1
-9
/
+7
2008-04-07
Save a couple of bytes by using moveq.l where possible.
Jens Arnold
1
-7
/
+7
2008-04-06
Iriver remote LCD driver: * Split out assembler parts. * Reintroduced the 2 t...
Jens Arnold
2
-204
/
+309
2008-04-06
e200: Get the UNCACHED_ADDR macro and phys_fb_address use out of the lcd driver.
Michael Sevakis
1
-29
/
+11
2008-04-06
Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now w...
Michael Sevakis
17
-52
/
+204
2008-04-04
Tick/IRQ driven ADCs for TCC780x. Solves the weird button behaviour mentioned...
Rob Purchase
1
-23
/
+52
2008-04-04
Greyscale library: Optionally put the greyscale ISR on COP on portalplayertar...
Jens Arnold
1
-4
/
+26
2008-04-04
D2: Adjustable backlight brightness (sometimes fails when boosted, suggests I...
Rob Purchase
3
-40
/
+63
2008-04-04
1st/2nd Gen: Backlight inversion needs to be protected from interrupts, becau...
Jens Arnold
3
-14
/
+16
2008-04-03
m:robe 100
Robert Kukla
1
-93
/
+175
2008-04-02
Revert... stupid svn doesn't complain when passing -m twice :(
Jens Arnold
1
-39
/
+75
2008-04-02
Make the measured LCD scanrates from the greylib known to the scanrate test p...
Jens Arnold
1
-75
/
+39
2008-04-02
LCD driver tweaks for greyscale iPods: * Use 1/7 bias, 5x step-up and the hig...
Jens Arnold
1
-41
/
+13
2008-04-02
gigabeat S: Set the tick speed correctly (calced from clocking regdump). Use ...
Michael Sevakis
1
-20
/
+41
2008-04-01
Use a better place to enable the interrupts.
Jens Arnold
1
-1
/
+1
2008-04-01
iPod 1st..3rd Gen and Mini 1st Gen fixes/improvements: * Remove the unnecessa...
Jens Arnold
3
-51
/
+24
2008-04-01
Make the gigabeat S boot again.
Michael Sevakis
1
-1
/
+2
2008-04-01
Change a #define constant that conflicts with a mingw definition. Change "WAI...
Michael Sevakis
1
-1
/
+1
2008-03-31
Introduce sanity check and extra nop to stabilise TCC780x set_cpu_frequency()...
Rob Purchase
1
-3
/
+4
2008-03-31
Change the remaining set_interrupt_status usage to the more parsimonious disa...
Michael Sevakis
7
-16
/
+14
[next]