summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun1-1/+1
2009-02-26Get the M:Robe 500 main build booting again, fix a bug and commit the rest of...Karl Kurbjun9-46/+482
2009-02-26Ingenic Jz4740:Maurus Cuelenaere11-34/+135
2009-02-25Enable USB mass storage on PP5020, PP5022 and PP5024 targetsFrank Gevaerts13-0/+13
2009-02-25Don't use inverted button behaviour on H10 when using Rockbox USB (as opposed...Frank Gevaerts1-1/+1
2009-02-25DBOP_DIN is 16bit wide.Thomas Martitz1-1/+1
2009-02-24remove SERIALIZE_WRITES. The reason for it (the SD bug) is gone, so there's n...Frank Gevaerts1-17/+0
2009-02-23Ingenic Jz4740:Maurus Cuelenaere3-107/+178
2009-02-23Stop hiding errors by redirecting stderr to /dev/null. If we really need to d...Daniel Stenberg1-1/+1
2009-02-23PP502x: Improve accuracy of header file. It looks as though DMA channels shar...Michael Sevakis2-12/+6
2009-02-22Commit my patch from FS#9940 - fix the invalid active flags in the Gigabeat S...Dave Chapman1-0/+23
2009-02-22Submit FS#9863 by Boris Gjenero. Correct ATA wakeup and power on in case of S...Andree Buschmann1-2/+9
2009-02-21replace USB_IPODSTYLE by USB_HANDLED_BY_OF as that's what it actually means. ...Frank Gevaerts20-33/+8
2009-02-21small usb serial fixes. This seems to work fine on imx31, but for some reaso...Frank Gevaerts1-8/+1
2009-02-21Submit FS#9890 by Boris Gjenero. Enabling option for iPod Video to shut down ...Andree Buschmann5-27/+314
2009-02-21Submit FS#9749 by Boris Gjenero for missing PP-targets. Do not reset IDE0 on ...Andree Buschmann1-1/+1
2009-02-21Only enable drivers if they exist. This should probably be handled differentl...Frank Gevaerts1-0/+8
2009-02-21more fixes. There's still something wrong as it sometimes suddenly stops send...Frank Gevaerts1-25/+21
2009-02-20Add a rockbox kernel thread for simulator specific tasks, and use that for ca...Jens Arnold2-14/+3
2009-02-20Fix ringbuffer handling. This will hopefully fix the hang-on-fast-send issueFrank Gevaerts1-33/+42
2009-02-20e200v2: fix broken lcd driver and cleanup a little bit further.Thomas Martitz1-37/+30
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis11-65/+76
2009-02-19... and fix M:Robe 500 redMaurus Cuelenaere1-29/+4
2009-02-19Fix occasional power button ghost presses and get rid of the delay which was ...Thomas Martitz1-10/+13
2009-02-19Hopefully finally fix red .. (/me needs to cleanup his tree)Maurus Cuelenaere1-0/+3
2009-02-19Forgot a file...Maurus Cuelenaere1-9/+2
2009-02-19Add generic touchscreen driver which allows calibration (apps/ layer will fol...Maurus Cuelenaere5-92/+230
2009-02-19Sansa Fuze buttons:Thomas Martitz2-81/+89
2009-02-19Oops. How'd I miss that one checking diffs? ARC driver test change shouldn't ...Michael Sevakis1-1/+1
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis5-49/+303
2009-02-19Sansa e200v2: Some LCD driver changes (none with functional changes):Thomas Martitz1-33/+32
2009-02-19Fix stupid typo...Thomas Martitz1-1/+1
2009-02-18Show DBOP in the e200v2's view IO ports menu.Thomas Martitz2-1/+6
2009-02-18Return old button value if lcd_button_supprt was blocked.Thomas Martitz2-13/+14
2009-02-18Get rid of disabling irq. Simply blocking does it too, it also caused problem...Thomas Martitz2-21/+26
2009-02-18Philips HDD1630 - use the volume buttons in lists.Mark Arigo1-0/+3
2009-02-18Backlight brightness and button lights for the Philips HDD1630Mark Arigo8-93/+156
2009-02-17PP5022/PP5024-specific USB init which may fix "signal quality issues"Frank Gevaerts1-0/+24
2009-02-17Fix redThomas Martitz1-4/+6
2009-02-17Setting GPIOA_PIN 1 is apparently not needed (anymore)Thomas Martitz1-2/+0
2009-02-17Some Sansa Fuze work: Get Home button working (no keymap changes yet, so it's...Thomas Martitz5-85/+82
2009-02-16Onda VX747:Maurus Cuelenaere7-2214/+2216
2009-02-16usb serial on PP seems to have broken. Fix itFrank Gevaerts1-3/+6
2009-02-16fix yellow.Dominik Wenger1-2/+3
2009-02-16e200v2: make buttons and scrollwheel work. Still ugly as we need to disable i...Dominik Wenger3-73/+240
2009-02-15Firewire charger detection for ipod 3G, patch by Boris Gjenero. Fixes FS#9900Nils Wallménius2-1/+6
2009-02-14Sansa Clip: enable battery charging.Bertrik Sikken4-18/+48
2009-02-13Meg F/X: Fix wrong address for cache flush at PCM start; it should be virtual...Michael Sevakis1-1/+1
2009-02-13Separate running an SDMA channel from resetting it. It should make usage more...Michael Sevakis3-10/+21
2009-02-13Remove experimental check which should only be there if all PCM drivers do it...Michael Sevakis1-6/+0