summaryrefslogtreecommitdiff
path: root/firmware/target/arm
AgeCommit message (Expand)Author
2009-02-19Oops. How'd I miss that one checking diffs? ARC driver test change shouldn't ...Michael Sevakis
2009-02-19Use DMA for audio playback on PP502x (FS#9910 + some further mods). I can't s...Michael Sevakis
2009-02-19Sansa e200v2: Some LCD driver changes (none with functional changes):Thomas Martitz
2009-02-19Fix stupid typo...Thomas Martitz
2009-02-18Show DBOP in the e200v2's view IO ports menu.Thomas Martitz
2009-02-18Return old button value if lcd_button_supprt was blocked.Thomas Martitz
2009-02-18Get rid of disabling irq. Simply blocking does it too, it also caused problem...Thomas Martitz
2009-02-18Backlight brightness and button lights for the Philips HDD1630Mark Arigo
2009-02-17PP5022/PP5024-specific USB init which may fix "signal quality issues"Frank Gevaerts
2009-02-17Fix redThomas Martitz
2009-02-17Setting GPIOA_PIN 1 is apparently not needed (anymore)Thomas Martitz
2009-02-17Some Sansa Fuze work: Get Home button working (no keymap changes yet, so it's...Thomas Martitz
2009-02-16fix yellow.Dominik Wenger
2009-02-16e200v2: make buttons and scrollwheel work. Still ugly as we need to disable i...Dominik Wenger
2009-02-15Firewire charger detection for ipod 3G, patch by Boris Gjenero. Fixes FS#9900Nils Wallménius
2009-02-14Sansa Clip: enable battery charging.Bertrik Sikken
2009-02-13Meg F/X: Fix wrong address for cache flush at PCM start; it should be virtual...Michael Sevakis
2009-02-13Separate running an SDMA channel from resetting it. It should make usage more...Michael Sevakis
2009-02-13Philips HDD1630 - working battery voltage readings. Still needs to be calibra...Mark Arigo
2009-02-13Philips HDD1630 - add LCD YUV functions so mpegplayer works.Mark Arigo
2009-02-13FM radio for Philips HDD1630. Volume was very faint unless recording was enab...Mark Arigo
2009-02-13FS#9865 - For Portalplayer i2c, read up to 4 bytes at a time instead of one a...Mark Arigo
2009-02-12Gigabeat S: Handle any DMA playback errors reported and stop in that case (no...Michael Sevakis
2009-02-12Gigabeat S: No need to do cache writeback on recording buffers now.Michael Sevakis
2009-02-12Fix header multiple inclusion guard typo.Michael Sevakis
2009-02-11Refine the routines in mmu-arm.c and move them to mmu-arm.S since the code is...Michael Sevakis
2009-02-11Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS...Michael Sevakis
2009-02-10Gigabeat S: Update some very stale comments about what's going on in the star...Michael Sevakis
2009-02-10Gigabeat S: I never intended to leave the channel context buffer static beyon...Michael Sevakis
2009-02-10Gigabeat S: Place SDMA code load address starting in uninitialized section ad...Michael Sevakis
2009-02-09Gigabeat S: Try to save some power. Implement lcd_enable and turn off LCD DMA...Michael Sevakis
2009-02-09Gigabeat S: The PCM lockout routines needed a bit of polishing.Michael Sevakis
2009-02-08Gigabeat S: Implement an SDMA API and use it in the PCM driver. Some other mi...Michael Sevakis
2009-02-07Gigabeat S: Move the LCD framebuffer address so that DRAM can be mapped flat ...Michael Sevakis
2009-02-05Fix red and yellowMaurus Cuelenaere
2009-02-05Creative ZVM:Maurus Cuelenaere
2009-02-05FS#9611 - Sansa Clip radio code. Commit final part which enables the LINE2 in...Bertrik Sikken
2009-02-03Hopefully fixes the 'two byte inserted bug' of #FS8663. Combination of Martin...Antonius Hellmann
2009-02-03Remove struct spinlock to cleanup some mess and simplify. It's only used in b...Michael Sevakis
2009-02-03Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis
2009-02-02ARMv6: Optimize interrupt enable/disable with cpsie and cpsid. Section off sy...Michael Sevakis
2009-02-02i.MX31: Make SPI more tolerant by resetting and forcing a reconfigure of the ...Michael Sevakis
2009-02-01First step in committing the results of FS#8663:Antonius Hellmann
2009-01-31Various files: make function implementations consistent with their declaratio...Bertrik Sikken
2009-01-29Hopefully make some progress against FS#9831. iPod Video seems fine now under...Michael Sevakis
2009-01-27Redo some parts of my previous commit, thanks Jens and DaveThomas Martitz
2009-01-27Fix yellowThomas Martitz
2009-01-27Sansa AMS: Debug screen, shows GPIO and (on the fuze) DBOP input for now, to ...Thomas Martitz
2009-01-27Make the Philips HDD1630 ADC work: it needs a slightly different init sequenc...Mark Arigo
2009-01-27Move the PP5020 ADC defines to the c-file instead of repeating them across th...Mark Arigo