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
/
philips
Age
Commit message (
Expand
)
Author
Files
Lines
2016-10-02
HDD16X0/HDD63X0: Enable power status of charging from USB.
Szymon Dziok
1
-2
/
+0
2016-09-25
HDD6330: Implement ATA power on/off.
Szymon Dziok
1
-0
/
+17
2016-03-13
HDD16X0: remove unnecessary define.
Szymon Dziok
1
-5
/
+0
2016-03-13
HDD16X0: fix voltage values and simplify voltage calculation.
Szymon Dziok
1
-15
/
+6
2016-03-13
HDD63X0: fix values for charging (based on OF).
Szymon Dziok
1
-1
/
+1
2015-01-12
Get rid of stupid _backlight_* function names
Marcin Bukat
7
-40
/
+40
2014-11-10
HDD1630/HDD6330/SA9200: Integration of the clicker with the "Keyclick" menu.
Szymon Dziok
5
-54
/
+91
2014-07-26
SA9200: Implement clicker.
Szymon Dziok
1
-0
/
+17
2014-03-03
Fix various reds. Some includes needed fixup.
Thomas Martitz
1
-0
/
+2
2014-01-13
HDD1630: implement lcd_enable (display on/off).
Szymon Dziok
2
-0
/
+49
2014-01-13
HDD1630: a proper way to enable and disable backlight.
Szymon Dziok
1
-4
/
+4
2013-07-19
Combine PortalPlayer .lds files into one for app and boot.
Michael Sevakis
2
-260
/
+3
2012-05-06
Remove extraneous parens
Rafaël Carré
1
-1
/
+1
2012-05-01
Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.
Michael Sevakis
1
-1
/
+1
2012-03-17
HDD6330: Correct voltage values, based on the values found in the OF.
Szymon Dziok
1
-4
/
+4
2012-03-17
HDD6330: Simplify strange OF voltage calculation, it's linear anyway.
Szymon Dziok
1
-16
/
+2
2012-02-28
lcd drivers: Convert lcd_[remote_]framebuffer to a pointer
Jonathan Gordon
3
-5
/
+5
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
adc-target.h: cleanup
Rafaël Carré
1
-25
/
+0
2012-01-08
button-target.h : move prototypes to button.h
Rafaël Carré
3
-25
/
+0
2012-01-07
powermgmt-target.h: move prototypes to powermgmt.h
Rafaël Carré
1
-4
/
+0
2012-01-03
Rework powermgmt to enable code re-use on appliation and sims.
Thomas Martitz
2
-2
/
+2
2012-01-03
Fix path to PP crt0
Rafaël Carré
2
-2
/
+2
2012-01-03
move PP specific files to pp/
Rafaël Carré
1
-1
/
+1
2011-12-21
Make more local functions static.
Boris Gjenero
2
-2
/
+2
2011-12-18
Add KEEP() around vectors in linker scripts.
Boris Gjenero
1
-1
/
+1
2011-12-03
HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support f...
Szymon Dziok
2
-2
/
+8
2011-11-22
FS#12397 : On targets which load .data directly into its final location and l...
Boris Gjenero
1
-9
/
+1
2011-09-20
HDD6330: improve the behavior of the lcd during shutdown.
Szymon Dziok
1
-0
/
+1
2011-09-13
HDD6330: fix the behavior of the lcd during shutdown (fading out), disable po...
Szymon Dziok
1
-0
/
+3
2011-09-13
HDD6330: implement lcd_enable (display on/off).
Szymon Dziok
2
-14
/
+70
2011-09-11
HDD6330: Enable only one led (from five) on the scroll strip in order to save...
Szymon Dziok
1
-2
/
+2
2011-09-11
HDD6330: Fix random issues with the button light (MENU button sometimes does ...
Szymon Dziok
1
-6
/
+6
2011-09-11
HDD6330: Fix random strange behavior of the touchpad. Setting the sensitivity...
Szymon Dziok
1
-3
/
+1
2011-01-16
e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...
Michael Sevakis
1
-136
/
+1
2011-01-15
Oops...have to mind the boot.lds variation in /firmware/target/arm/philips by...
Michael Sevakis
1
-0
/
+69
2011-01-15
Bootloader USB mode for PP502x. Enable only on GoGear SA9200 for the time bei...
Michael Sevakis
3
-47
/
+119
2011-01-11
SA9200: Adjust touchpad sensitivities so that actual contact with the player ...
Michael Sevakis
2
-2
/
+46
2011-01-11
SA9200: Implement the backlight hold handling.
Michael Sevakis
1
-3
/
+17
2011-01-11
SA9200: Give LCD about an 8% speedup. Sync optional LCD settings to defaults ...
Michael Sevakis
1
-10
/
+37
2011-01-11
SA9200: Add YUV blitting, do full-screen updates more efficiently and properl...
Michael Sevakis
2
-15
/
+686
2010-12-15
HDD6330: implement lcd_set_flip() function.
Szymon Dziok
1
-5
/
+13
2010-12-13
HDD6330: speedup lcd_blit_yuv() function (~4%).
Szymon Dziok
1
-35
/
+26
2010-12-13
HDD6330: implement initialization and inversion of lcd.
Szymon Dziok
1
-24
/
+29
2010-12-05
HDD6330: implement lcd_yuv_blit() function. The inner loop is written in asse...
Szymon Dziok
2
-10
/
+240
2010-12-02
HDD6330: implement block transfers through the LCD2 bridge in lcd_update_rect...
Szymon Dziok
1
-35
/
+63
2010-10-21
HDD6330: fix loading of the OF through the Rockbox bootloader (correct magic ...
Szymon Dziok
1
-1
/
+2
2010-10-21
HDD6330 and HDD1630: split the code for the backlight, cause it's rather diff...
Szymon Dziok
4
-18
/
+119
2010-10-18
HDD6330: Patch to enable/disable backlight.
Szymon Dziok
1
-0
/
+10
2010-10-18
HDD6330: Try to adapt the keys for the new touchpad code, remove the non exis...
Szymon Dziok
1
-5
/
+1
[next]