summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
AgeCommit message (Expand)AuthorFilesLines
2009-02-20Reclaim .iram areas in DRAM by overlapping their load addresses with the unin...Michael Sevakis6-23/+24
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-19Add generic touchscreen driver which allows calibration (apps/ layer will fol...Maurus Cuelenaere1-33/+4
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 Sevakis4-49/+208
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-18Backlight brightness and button lights for the Philips HDD1630Mark Arigo5-70/+92
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-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énius1-0/+5
2009-02-14Sansa Clip: enable battery charging.Bertrik Sikken2-13/+42
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-13Philips HDD1630 - working battery voltage readings. Still needs to be calibra...Mark Arigo1-11/+17
2009-02-13Philips HDD1630 - add LCD YUV functions so mpegplayer works.Mark Arigo2-14/+647
2009-02-13FM radio for Philips HDD1630. Volume was very faint unless recording was enab...Mark Arigo3-0/+93
2009-02-13FS#9865 - For Portalplayer i2c, read up to 4 bytes at a time instead of one a...Mark Arigo1-22/+46
2009-02-12Gigabeat S: Handle any DMA playback errors reported and stop in that case (no...Michael Sevakis1-6/+9
2009-02-12Gigabeat S: No need to do cache writeback on recording buffers now.Michael Sevakis1-3/+4
2009-02-12Fix header multiple inclusion guard typo.Michael Sevakis1-1/+1
2009-02-11Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is...Michael Sevakis5-337/+504
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis6-52/+45
2009-02-10Gigabeat S: Update some very stale comments about what's going on in the star...Michael Sevakis1-10/+8
2009-02-10Gigabeat S: I never intended to leave the channel context buffer static beyon...Michael Sevakis1-1/+1
2009-02-10Gigabeat S: Place SDMA code load address starting in uninitialized section ad...Michael Sevakis3-9/+41
2009-02-09Gigabeat S: Try to save some power. Implement lcd_enable and turn off LCD DMA...Michael Sevakis2-9/+30
2009-02-09Gigabeat S: The PCM lockout routines needed a bit of polishing.Michael Sevakis1-22/+14
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis14-136/+2834
2009-02-07Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...Michael Sevakis4-22/+21
2009-02-05Fix red and yellowMaurus Cuelenaere1-1/+2
2009-02-05Creative ZVM:Maurus Cuelenaere7-91/+132
2009-02-05FS#9611 - Sansa Clip radio code. Commit final part which enables the LINE2 in...Bertrik Sikken1-6/+37
2009-02-03Hopefully fixes the 'two byte inserted bug' of #FS8663. Combination of Martin...Antonius Hellmann1-16/+43
2009-02-03Remove struct spinlock to cleanup some mess and simplify. It's only used in b...Michael Sevakis1-2/+7
2009-02-03Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis1-3/+8
2009-02-02ARMv6: Optimize interrupt enable/disable with cpsie and cpsid. Section off sy...Michael Sevakis1-84/+157
2009-02-02i.MX31: Make SPI more tolerant by resetting and forcing a reconfigure of the ...Michael Sevakis5-20/+61
2009-02-01First step in committing the results of FS#8663:Antonius Hellmann1-94/+165
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken1-2/+3
2009-01-29Hopefully make some progress against FS#9831. iPod Video seems fine now under...Michael Sevakis3-9/+14