summaryrefslogtreecommitdiff
path: root/firmware/target/arm/imx31/gigabeat-s
AgeCommit message (Expand)Author
2010-05-26Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopba...Michael Sevakis
2010-05-24Make PCM->driver interface about as simple as it will get. Registered callbac...Michael Sevakis
2010-05-19Gigabeat S: Use longer battery filter; lag is not a problem with voltage for ...Michael Sevakis
2010-05-19Gigabeat S: Wrong thing messing with IPU_CONF. No fiddling is needed just yet.Michael Sevakis
2010-05-18Gigabeat S: Implement LCD contrast, invert and flip modes. Enhance LCD power ...Michael Sevakis
2010-05-15Gigabeat S: There's no reason to pause the LCD DMA when changing the framebuf...Michael Sevakis
2010-05-12PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ...Michael Sevakis
2010-05-08Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D...Michael Sevakis
2010-05-07i.MX31/Gigabeat S minor cleaning: Make HW access more obvious in places I for...Michael Sevakis
2010-05-06Fix gigabeat S includes so it builds againFrank Gevaerts
2010-05-06Move c/h files implementing/defining standard library stuff into a new libc d...Thomas Martitz
2010-05-06Gigabeat S: There's no compelling reason to start automatic scaling in the bo...Michael Sevakis
2010-05-06Changed a macro to a raw in int constant. Didn't mean to do that. Put it back...Michael Sevakis
2010-05-06i.MX31/Gigabeat S: This should fix stability problems. One problem was to sta...Michael Sevakis
2010-05-04i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528...Michael Sevakis
2010-04-23Gigabeat S: All the target backlight functions are currently called on the ba...Michael Sevakis
2010-04-23i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,...Michael Sevakis
2010-04-23i.MX31: Add some enums and a couple helper functions to make dealing with pin...Michael Sevakis
2010-04-13Gigabeat S: Employ more accurate battery charging curve.Michael Sevakis
2010-04-10Gigabeat S/i.MX31: Continue, and most likely complete, the platform/player-sp...Michael Sevakis
2010-04-09Gigabeat S: More accurate battery level estimation for discharge curve.Michael Sevakis
2010-04-09Gigabeat S/i.MX31: Sort files in the /target tree into things that are SoC-ge...Michael Sevakis
2010-04-07Make ATA code not bother to retry requests that return IDNF (specified sector...Torne Wuff
2010-04-07Gigabeat S: Add some sanity checks for a strange charging anomaly that I have...Michael Sevakis
2010-04-07Gigabeat S: Extend the upper temperature range for battery charging to 50C: O...Michael Sevakis
2010-04-07Gigabeat S (imx31): Begin voltage and frequency scaling code. For now, to avo...Michael Sevakis
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