..
archos /av300
Make ATA code not bother to retry requests that return IDNF (specified sector not valid).
2010-04-07 20:01:21 +00:00
as3525
Port greylib blitting optimisation to clipv2 and Clip+. Actual speedup can't be measured because something is fishy with the cpu clocking (calculated load is negative??)
2010-06-04 23:12:33 +00:00
at91sam
imx31
New USB charging system, part 1 - API rework and user-visible setting update
2010-06-05 10:05:27 +00:00
ipod
Smaller & faster grey blitting on greyscale ipods, based on an idea by Mike Sevakis. ISR speedup on all greyscale iPods except Mini 2nd Gen is ~10%. No speedup on the latter, because the serial transfer is the limiting factor.
2010-05-30 22:24:50 +00:00
iriver
YUV Dither: r12 saving was removed but stacked parameter load offset wasn't changed to compensate, resulting in an improperly aligned dither kernel.
2010-05-15 20:25:56 +00:00
olympus
Port the greylib blitting optimisation to m:robe 100. It's even more efficient on monochrome LCDs - about 20% ISR speedup.
2010-05-31 20:13:27 +00:00
pbell
Vibe 500: fix the scrolling through the lists by implementing BUTTON_REPEAT for the scrollstrip.
2010-05-24 19:48:06 +00:00
philips
fix YUV Dither for the other targets too, like in r26064.
2010-05-24 18:57:11 +00:00
pnx0101
Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API.
2010-05-24 16:42:32 +00:00
s3c2440
ARM: use BX when branch to an address in register
2010-05-31 15:14:26 +00:00
s5l8700
New USB charging system, part 1 - API rework and user-visible setting update
2010-06-05 10:05:27 +00:00
samsung
fix YUV Dither for the other targets too, like in r26064.
2010-05-24 18:57:11 +00:00
sandisk
fix YUV Dither for the other targets too, like in r26064.
2010-05-24 18:57:11 +00:00
tatung
Fix a bunch of boot.lds files so that they build with newer ld. The stack/bss sections need NOLOAD. otherwise the linker would try to include those into the binary. I don't know why this ever worked with our current ld version.
2010-03-08 23:16:57 +00:00
tcc77x
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
tcc780x
Enable IRAM on TCC7801 (Cowon D2) for a 6-12% speedup in codecs that use it, and a small increase in battery life.
2010-05-31 21:00:25 +00:00
tms320dm320
Cleanup r26253 red and yellow.
2010-05-24 16:57:48 +00:00
adc-as3514.c
adc-as3514.c: cosmetics
2010-05-15 19:44:54 +00:00
adc-pp5020.c
Add initial Packard Bell Vibe 500 port, by Szymon Dziok
2010-01-18 19:05:20 +00:00
ascodec-pp.c
ascodec-target.h
as3514/as3543 fixes
2010-05-17 20:53:25 +00:00
ata-as-arm.S
ata-nand-telechips.c
ata-pp5002.c
ata-pp5020.c
Enable ATA DMA on pp5020 based players with ATA drives.
2010-01-31 11:07:29 +00:00
ata-sd-pp.c
ata-sd-pp: reduce size of the buffer used to switch bank, no functional change intended.
2010-04-22 08:31:02 +00:00
ata-target.h
Make ATA code not bother to retry requests that return IDNF (specified sector not valid).
2010-04-07 20:01:21 +00:00
audio-pp.c
crt0-pp-bl.S
Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port. At the moment, it's essentially a copy of the HDD1630 port with a minimal LCD driver. The touchpad doesn't work as expected, but you can still kind of navigate and listen to music/radio.
2009-12-25 04:05:01 +00:00
crt0-pp.S
ARM: use BX when branch to an address in register
2010-05-31 15:14:26 +00:00
crt0.S
as3525: Fix previous commit, IRAM_ORIG can not be represented as an immediate value on targets with 2MB of ram
2010-03-17 05:10:41 +00:00
ffs-arm.S
ARM <= v5: Tiny optimisation exploiting the location of the table.
2009-12-26 13:22:51 +00:00
i2c-pp.c
Add initial Packard Bell Vibe 500 port, by Szymon Dziok
2010-01-18 19:05:20 +00:00
i2c-telechips.c
i2s-pp.c
kernel-pp.c
lcd-as-memframe.S
YUV Dither: r12 saving was removed but stacked parameter load offset wasn't changed to compensate, resulting in an improperly aligned dither kernel.
2010-05-15 20:25:56 +00:00
lcd-c200_c200v2.c
Apply FS#9194 - LCD invert for Sansa c200/c200v2
2010-05-28 19:36:52 +00:00
lcd-ssd1815.c
memcpy-arm.S
Remove tabs
2010-02-07 17:50:24 +00:00
memmove-arm.S
Remove tabs
2010-02-07 17:50:24 +00:00
memset-arm.S
memset16-arm.S
mmu-arm.h
mmu-arm.S
Update Samsung YP-S3 bootloader demo
2010-05-30 21:43:14 +00:00
mmu-armv6.S
mmu-armv6: comment out invalidate_dcache_range()
2010-04-13 15:25:11 +00:00
pcm-pp.c
Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API.
2010-05-24 16:42:32 +00:00
pcm-telechips.c
Make PCM->driver interface about as simple as it will get. Registered callback, zero data, alignment and stops are handled entirely inside pcm.c; driver merely calls fixed pcm.c callback. Remove pcm_record_more and do it just like playback; the original reason behind it isn't very practical in general. Everything checks out on supported targets. There wer some compat changes I can't check out on many unsupoorted but if there's a problem it will be a minor oops. Plugins become incompatible due to recording tweak-- full update. Sorted API.
2010-05-24 16:42:32 +00:00
powermgmt-ascodec.c
as3525v2: fix end of charge detection
2010-05-19 14:06:08 +00:00
sd-pp-target.h
support-arm.S
Clarify comments in ARMv6 divider regarding special-case handling of large (high bit set) numerators.
2010-02-20 06:29:23 +00:00
system-arm.c
Display Fault status address register on data/prefetch aborts
2010-03-09 16:19:50 +00:00
system-arm.h
system-pp502x.c
Packard Bell Vibe 500: reset all allowed devices like in the OF.
2010-03-09 19:09:17 +00:00
system-pp5002.c
system-target.h
Move CACHEALIGN_BITS to cpu headers
2010-04-13 15:50:08 +00:00
thread-arm.c
Threading: Split processor support code into respective target files. C files from /target/xxx are included into thread.c because of essential inlining and files are code, not declarations. Copyrights in each new file go to whoever implemented the first functional support.
2010-06-02 12:45:36 +00:00
thread-pp.c
Fix PP5002 builds. Somehow an #else went missing along the line.
2010-06-02 12:56:05 +00:00
timer-pp.c
usb-drv-arc.c
Fix usb-arc driver: the driver would prematurely mark a transfer as complete whereas only a part of it actually is, check the active of the TDs to avoid that. This should fix some HID+UMS bugs.
2010-03-25 13:45:19 +00:00
usb-fw-pp502x.c
Add initial Packard Bell Vibe 500 port, by Szymon Dziok
2010-01-18 19:05:20 +00:00
usb-fw-pp5002.c
usb-s3c6400x.c
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
usb-target.h
usb-tcc.c
Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes).
2010-05-06 21:04:40 +00:00
wmcodec-pp.c
Add initial Packard Bell Vibe 500 port, by Szymon Dziok
2010-01-18 19:05:20 +00:00
wmcodec-telechips.c