..
archos /av300
as3525
Sansa e200v2: Some LCD driver changes (none with functional changes):
2009-02-19 20:40:00 +00:00
imx31
Separate running an SDMA channel from resetting it. It should make usage more flexible since resets are needed only before restarting if aborting transfers (because the script is left awaiting requests, not the next start) which PCM does alot of but other things likely won't.
2009-02-13 12:59:30 +00:00
ipod
Firewire charger detection for ipod 3G, patch by Boris Gjenero. Fixes FS#9900
2009-02-15 08:50:31 +00:00
iriver
Various files: make function implementations consistent with their declaration in the header file or static if
2009-01-31 23:51:11 +00:00
olympus
Backlight brightness and button lights for the Philips HDD1630
2009-02-18 02:19:22 +00:00
philips
Backlight brightness and button lights for the Philips HDD1630
2009-02-18 02:19:22 +00:00
pnx0101
Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file.
2009-01-08 10:15:32 +00:00
s3c2440
Meg F/X: Fix wrong address for cache flush at PCM start; it should be virtual, not physical.
2009-02-13 19:14:51 +00:00
s5l8700
Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file.
2009-01-08 10:15:32 +00:00
sandisk
Commit FS#9724, which reworks the preprocessor defines related to backlight fading to a CONFIG_BACKLIGHT_FADING style. The apps/ code will only see which setting is supposed to be used, specific backlight fading handling is kept in firmware, slightly reword the manual text about software fading too with regards to the Gigabeat S
2009-01-26 23:21:49 +00:00
tatung /tpj1022
Move the PP5020 ADC defines to the c-file instead of repeating them across the header files. Also, the Tatung TPJ1022 should use the common PP5020 ADC driver.
2009-01-27 03:19:57 +00:00
tcc77x
Replace some nasty hard-coded offsets with labels
2009-01-08 23:16:51 +00:00
tcc780x
Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file.
2009-01-08 10:15:32 +00:00
tms320dm320
Fix red and yellow
2009-02-05 22:03:35 +00:00
adc-as3514.c
adc-pp5020.c
Make the Philips HDD1630 ADC work: it needs a slightly different init sequence. Also, it only needs 2 channels enabled.
2009-01-27 03:36:30 +00:00
ascodec-pp.c
static/const/#include/tab police on various files
2009-01-02 21:43:52 +00:00
ascodec-target.h
ata-as-arm.S
ata-nand-telechips.c
ata-pp5002.c
ata-pp5020.c
ata-sd-pp.c
Hopefully fixes the 'two byte inserted bug' of #FS8663. Combination of Martin Ritters and my findings on the issue.
2009-02-03 20:21:02 +00:00
ata-sd-target.h
ata-target.h
audio-pp.c
crt0-pp-bl.S
Dual boot for the Philips HDD1630.
2009-01-10 03:21:07 +00:00
crt0-pp.S
PortalPlayer: Implement irq_handler() directly in C code rather than dispatching to irq() from crt0-pp.S. Remove unneeded STUB macros.
2009-01-20 16:11:59 +00:00
crt0.S
ffs-arm.S
i2c-pp.c
FM radio for Philips HDD1630. Volume was very faint unless recording was enabled, so do that too.
2009-02-13 03:49:17 +00:00
i2c-telechips.c
i2s-pp.c
kernel-pp.c
lcd-as-memframe.S
lcd-ssd1815.c
memcpy-arm.S
memmove-arm.S
memset-arm.S
memset16-arm.S
mmu-arm.h
Fix header multiple inclusion guard typo.
2009-02-12 00:09:12 +00:00
mmu-arm.S
Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is now 100% assembly.
2009-02-11 23:56:00 +00:00
pcm-pp.c
pcm-telechips.c
powermgmt-ascodec.c
Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020LP driver with some GPIO-by-number macros for PP502x. Start monitoring for USB stack once all core threads and queues are created otherwise queues will likely be registered after USB acks. Putting PP502x system_reboot in IRAM (unmapped, uncached) memory seems to help it work more consistently. Hopefully I got all the PP USB connect handlers in the right spot in irq_handler. If device seems unresponsive to cable, check there first.
2009-01-22 22:05:04 +00:00
system-arm.c
Clean up panicf and introduce system_exception_wait to do further target tasks and wait for a button when an unrecoverable error has occurred (panic, UIE, etc.). Returning from that function should reboot or don't return from it. Move UIE and __div0 for ARM to its own file.
2009-01-08 10:15:32 +00:00
system-arm.h
ARMv6: Optimize interrupt enable/disable with cpsie and cpsid. Section off system-arm.h by ARM_ARCH rather than checking within each implementation.
2009-02-02 03:51:50 +00:00
system-pp502x.c
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE.
2009-02-11 12:55:51 +00:00
system-pp5002.c
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE.
2009-02-11 12:55:51 +00:00
system-target.h
Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE.
2009-02-11 12:55:51 +00:00
usb-drv-arc.c
PP5022/PP5024-specific USB init which may fix "signal quality issues"
2009-02-17 22:24:00 +00:00
usb-fw-pp502x.c
Hopefully make some progress against FS#9831. iPod Video seems fine now under XP at least. Move false reset detection to the USB target code. Gigabeat S works using the OTG module upon bus reset. Portal Player targets verify that the USB pin detect is ok upon bus reset.
2009-01-29 01:28:34 +00:00
usb-fw-pp5002.c
usb-target.h
Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020LP driver with some GPIO-by-number macros for PP502x. Start monitoring for USB stack once all core threads and queues are created otherwise queues will likely be registered after USB acks. Putting PP502x system_reboot in IRAM (unmapped, uncached) memory seems to help it work more consistently. Hopefully I got all the PP USB connect handlers in the right spot in irq_handler. If device seems unresponsive to cable, check there first.
2009-01-22 22:05:04 +00:00
usb-tcc.c
wmcodec-pp.c
wmcodec-telechips.c