summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s
AgeCommit message (Expand)Author
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
2008-12-26imx31: Fix a couple small problems with the i2c driver that went unnoticed un...Michael Sevakis
2008-12-25Hopefully fix read.Michael Giacomelli
2008-12-24Gigabeat S: Fix a divide by zero in runtime estimation caused by using actual...Michael Sevakis
2008-12-24Gigabeat S: Simplify and use a thermistor lookup table (ADC value => deg C) ....Michael Sevakis
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis
2008-12-21Gigabeat S: Make tuner_power have the expected behavior (return old state). S...Michael Sevakis
2008-12-21Fix red. Remove stale comment.Michael Sevakis
2008-12-21Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...Michael Sevakis
2008-12-19Use set/clr instead of mod functions where applicable.Michael Sevakis
2008-12-19Add a couple useful shorthand atomic register write functions for imx31. Conv...Michael Sevakis
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis
2008-12-10Fix red and a couple other things I somehow missed.Michael Sevakis
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis
2008-12-09FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius
2008-12-04Gigabeat S: Turn off backlight LED supply after a 2-second delay and save a l...Michael Sevakis
2008-12-03Straighten out some powermanagement stuff. Give target complete control over ...Michael Sevakis
2008-11-27Gigabeats S: Simply ignore that occasional spurious unknown IRQ (-1) that goe...Michael Sevakis
2008-11-26Fix red in GBS bootloader.Michael Sevakis