rockbox/firmware/target/arm/as3525
Rafaël Carré ed616c604a buttonlight for new fuzev2
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27501 a1c6a512-1295-4272-9138-f99709370657
2010-07-20 05:55:32 +00:00
..
sansa-c200v2 Enable display and backlight on panic. 2010-06-18 13:45:24 +00:00
sansa-clip Clip+ LCD: support devices with a different controller 2010-07-03 18:50:07 +00:00
sansa-clipplus Clip+ LCD: support devices with a different controller 2010-07-03 18:50:07 +00:00
sansa-clipv2 as3525*: use atomic bit manipulation for CCU_IO 2010-07-19 15:56:15 +00:00
sansa-e200v2 Fuze*/e200v2: remove unused lcd_set_contrast() 2010-07-14 06:48:36 +00:00
sansa-fuze Enable display and backlight on panic. 2010-06-18 13:45:24 +00:00
sansa-fuzev2 buttonlight for new fuzev2 2010-07-20 05:55:32 +00:00
sansa-m200v4 Enable display and backlight on panic. 2010-06-18 13:45:24 +00:00
adc-target.h
app.lds Revert unrelated part of r25491 : fuzev1 init code works again 2010-04-06 10:21:58 +00:00
ascodec-as3525.c AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI. 2010-07-02 06:00:00 +00:00
ascodec-target.h as3525 ascodec: make internal functions statics and remove some details for ascodec-target.h header 2010-06-01 10:16:10 +00:00
audio-as3525.c AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI. 2010-07-02 06:00:00 +00:00
backlight-e200v2-fuze.c FS#10306 by Thomas Martitz : button light doesn't change on SD transfers on Sansa AMS (Fuze & e200v2) 2009-06-18 22:33:02 +00:00
boot.lds as3525*: enable MMU in bootloader 2010-06-18 17:33:51 +00:00
button-e200v2-fuze.c Fuzev2: Scrollwheel works like a charm :) 2010-04-01 16:07:56 +00:00
clock-target.h Revert r26937 (as3525v2: use 248MHz PLL) 2010-06-20 02:01:03 +00:00
dbop-as3525.c DBOP noise on C200v2 goes away if we precharge long enough. 2010-06-27 02:50:24 +00:00
dbop-as3525.h Sansa AMS: Time has shown that switching between 16 and 32bit mode costs much time (due to the micro delay needed), so do 32bit transfers unconditionally for lcd updates at the cost of updating slightly larger rectangles (gives upto 15% speed up, nearly at maximum now). 2010-01-07 22:21:41 +00:00
debug-as3525.c Support new Fuzev2 revisions (fuzev2_variant == 1) 2010-07-19 15:29:28 +00:00
debug-target.h
dma-pl081.c pl081: Fix r27236 warnings. Need system.h. 2010-07-02 06:07:42 +00:00
dma-target.h mark some functions as init functions (discarded after init() has run) 2010-05-27 12:00:29 +00:00
fmradio-i2c-as3525.c as3525*: use atomic bit manipulation for CCU_IO 2010-07-19 15:56:15 +00:00
i2s-as3525.c
kernel-as3525.c AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI. 2010-07-02 06:00:00 +00:00
lcd-as-e200v2-fuze-fuzev2.S FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lcd-fuze.c Fuze*/e200v2: remove unused lcd_set_contrast() 2010-07-14 06:48:36 +00:00
lcd-fuze.h Fuzev1/v2 : lcd_set_flip() 2010-05-29 13:43:18 +00:00
lcd-ssd1303.c Clip+ LCD: support devices with a different controller 2010-07-03 18:50:07 +00:00
memory-init.S as3525*: enable MMU in bootloader 2010-06-18 17:33:51 +00:00
pcm-as3525.c AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI. 2010-07-02 06:00:00 +00:00
power-as3525.c as3525v2: RTC alarm 2010-05-22 00:28:03 +00:00
powermgmt-target.h Clip+: add charging curve 2010-05-21 12:48:15 +00:00
scrollwheel-as3525.c Fix someone elses yellow and red 2010-04-02 01:41:51 +00:00
sd-as3525.c sd-as3525.c: disable widebus again, it causes read corruptions 2010-07-19 16:08:57 +00:00
sd-as3525v2.c Revert r26290 2010-07-20 04:34:21 +00:00
system-as3525.c as3525*: disable_irq in system_reboot() 2010-07-19 15:56:10 +00:00
system-target.h Support new Fuzev2 revisions (fuzev2_variant == 1) 2010-07-19 15:29:28 +00:00
timer-as3525.c AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI. 2010-07-02 06:00:00 +00:00
usb-as3525.c as3525: don't export empty usb_init_device(), declare it as empty inline 2010-05-27 12:00:18 +00:00
usb-drv-as3525.c AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI. 2010-07-02 06:00:00 +00:00
usb-drv-as3525.h Enable HID support, clean up usb-drv-as3525.c a bit, add a workaround for weird Linux behaviour (don't have Windows to test with), we don't need to set up USB_PHY_EPx_INFO (OF doesn't bother either). 2010-06-28 09:46:13 +00:00
usb-drv-as3525v2.c AMS SoC's: Some register bit changes need interrupt protection: timer API and CGU_PERI. 2010-07-02 06:00:00 +00:00
usb-drv-as3525v2.h as3525v2-usb: beginning of a real driver. Setup packet and control transfers work. There is still a problem with the set address request. Still much work to be done. 2010-06-23 22:04:04 +00:00
usb-target.h as3525: don't export empty usb_init_device(), declare it as empty inline 2010-05-27 12:00:18 +00:00