summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s
AgeCommit message (Expand)Author
2010-01-03Fix tabsAndree Buschmann
2009-11-20Increase stack space for the Gigabeat S specific headphone thread to fix stac...Nils Wallménius
2009-10-26Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they...Thomas Martitz
2009-10-26Color targets: Ported assembler optimised transparent bitmap drawing from Gig...Jens Arnold
2009-10-20Convert lcd_activation callbacks to use the event system to allow for multipl...Thomas Martitz
2009-08-19fix redNils Wallménius
2009-08-06Revert static-ing of iim_prod_rev, this function is never used so it causes a...Bertrik Sikken
2009-08-06Various files: make functions static if they're local or make sure there is a...Bertrik Sikken
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré
2009-06-29Move SH7034 timer code in the target treeRafaël Carré
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré
2009-05-21Remove some unused declarationsBertrik Sikken
2009-05-17Fix duplicate #includesBertrik Sikken
2009-04-26Remove the calls to backlight_lcd_sleep_countdown from target specific code a...Thomas Martitz
2009-03-22imx31: Oops. Fix a misplaced comma in wmcodec-imx31.c. Add a couple parenthes...Michael Sevakis
2009-03-22imx31: Rename clkctl-imx31.* to ccm-imx31.* and move up from ...imx31/gigabea...Michael Sevakis
2009-03-22imx31/mc13783: Do some housekeeping with register macros, function names and ...Michael Sevakis
2009-03-17Rework lcd_enabled and lcd_set/call_enable hookThomas Martitz
2009-03-12Gigabeat S: Implement MDMA and UDMA disk access for bootloader and main binar...Michael Sevakis
2009-03-09Gigabeat S: Switch SSI1 and 2 around so that playback can use the shared peri...Michael Sevakis
2009-03-02imx31 ATA: Correct a register #define error (due to error in user's manual). ...Michael Sevakis
2009-02-13Separate running an SDMA channel from resetting it. It should make usage more...Michael Sevakis
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-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-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-03Gigabeat S: Get remote keymaps up to snuff and working. Do a couple tweaks on...Michael Sevakis
2009-02-02i.MX31: Make SPI more tolerant by resetting and forcing a reconfigure of the ...Michael Sevakis
2009-01-29Hopefully make some progress against FS#9831. iPod Video seems fine now under...Michael Sevakis
2009-01-23Gigabeat S: Make sure the hold button on the remote is independent of the mai...Michael Sevakis
2009-01-23Gigabeat S: Add remote control reading and proper headphone insert detection....Michael Sevakis
2009-01-23Gigabeat S: Implement a genuine udelay function. Timer is gated to not run in...Michael Sevakis
2009-01-22Use bus reset detection for all ARC OTG devices. Remove conflict from LV24020...Michael Sevakis
2009-01-19USB detection changes. c200/e200: Consider USB to be powered when charger is ...Michael Sevakis
2009-01-14Gigabeat S has no need for a USB tick. Put in a simple framework that allows ...Michael Sevakis
2009-01-12Fix FS#9782 - lcd_bitmap_transparent_part clipping but keep smaller clipping ...Michael Sevakis
2009-01-10Gigabeat S: Make sure USB battery maintenece is engaged if fully charged from...Michael Sevakis
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis
2009-01-05Update copyright headers for 2009 since they're new files.Michael Sevakis
2009-01-05Gigabeat S: Get timer API working. metronome will work now.Michael Sevakis
2009-01-03Gigabeat S: Ensure a few more clocks are stopped for things we aren't using a...Michael Sevakis
2008-12-31Hehe. Broke it already in last-second sanitation. Put some bits back.Michael Sevakis
2008-12-31Gigabeat S: Allow recording from FM. Give FM the same volume range as playbac...Michael Sevakis
2008-12-27Make si4700 tuner driver more sane with bit and field defines and entirely hi...Michael Sevakis