Age | Commit message (Expand) | Author |
2010-05-26 | Gigabeat S: Turn off hardware effects (tone and 3d) when doing digital loopba... | Michael Sevakis |
2010-05-24 | Make PCM->driver interface about as simple as it will get. Registered callbac... | Michael Sevakis |
2010-05-19 | Gigabeat S: Use longer battery filter; lag is not a problem with voltage for ... | Michael Sevakis |
2010-05-19 | Gigabeat S: Wrong thing messing with IPU_CONF. No fiddling is needed just yet. | Michael Sevakis |
2010-05-18 | Gigabeat S: Implement LCD contrast, invert and flip modes. Enhance LCD power ... | Michael Sevakis |
2010-05-15 | Gigabeat S: There's no reason to pause the LCD DMA when changing the framebuf... | Michael Sevakis |
2010-05-12 | PCM bottom layer simplification. pcm_rec_peak_addr variable no longer has to ... | Michael Sevakis |
2010-05-08 | Clean the DCache just before going to main because areas were written by init... | Michael Sevakis |
2010-05-08 | Gigabeat S: Reclaim about 800K of memory that was laying unused. Get rid of D... | Michael Sevakis |
2010-05-07 | i.MX31/Gigabeat S minor cleaning: Make HW access more obvious in places I for... | Michael Sevakis |
2010-05-07 | i.MX31: Make some style changes to some driver code so that hardware vs. vari... | Michael Sevakis |
2010-05-06 | Fix gigabeat S includes so it builds again | Frank Gevaerts |
2010-05-06 | Move c/h files implementing/defining standard library stuff into a new libc d... | Thomas Martitz |
2010-05-06 | Gigabeat S bootloader: Fix archaic call placement in dptc_stop which hangs th... | Michael Sevakis |
2010-05-06 | Gigabeat S: There's no compelling reason to start automatic scaling in the bo... | Michael Sevakis |
2010-05-06 | Changed a macro to a raw in int constant. Didn't mean to do that. Put it back... | Michael Sevakis |
2010-05-06 | i.MX31/Gigabeat S: This should fix stability problems. One problem was to sta... | Michael Sevakis |
2010-05-05 | i.MX31/Gigabeat S: The nested IRQ code was just totally wrong and not actuall... | Michael Sevakis |
2010-05-04 | Merely correct a comment. | Michael Sevakis |
2010-05-04 | i.MX31/Gigabeat S: Just a little paranoid change to switcher write to active ... | Michael Sevakis |
2010-05-04 | i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528... | Michael Sevakis |
2010-05-03 | Gigabeat S: Those odd calls to irq_handler can still happen rarely after exec... | Michael Sevakis |
2010-04-23 | Gigabeat S: All the target backlight functions are currently called on the ba... | Michael Sevakis |
2010-04-23 | i.MX31/Gigabeat S: Implement frequency and voltage scaling-- 1.6V for 528MHz,... | Michael Sevakis |
2010-04-23 | i.MX31: Add some enums and a couple helper functions to make dealing with pin... | Michael Sevakis |
2010-04-13 | Gigabeat S: Employ more accurate battery charging curve. | Michael Sevakis |
2010-04-10 | Gigabeat S/i.MX31: Continue, and most likely complete, the platform/player-sp... | Michael Sevakis |
2010-04-09 | Gigabeat S: Slow down the SPI clock to 1/8 current speed. It seems lower volt... | Michael Sevakis |
2010-04-09 | Gigabeat S: More accurate battery level estimation for discharge curve. | Michael Sevakis |
2010-04-09 | Gigabeat S: A little more housekeeping. Move source clock frequencies to conf... | Michael Sevakis |
2010-04-09 | Gigabeat S/i.MX31: Sort files in the /target tree into things that are SoC-ge... | Michael Sevakis |
2010-04-07 | Make ATA code not bother to retry requests that return IDNF (specified sector... | Torne Wuff |
2010-04-07 | Gigabeat S: Add some sanity checks for a strange charging anomaly that I have... | Michael Sevakis |
2010-04-07 | Gigabeat S: Extend the upper temperature range for battery charging to 50C: O... | Michael Sevakis |
2010-04-07 | Gigabeat S (imx31): Begin voltage and frequency scaling code. For now, to avo... | Michael Sevakis |
2010-01-24 | ARM: lr addresses the next instruction after the failing one in undefined ins... | Rafaël Carré |
2010-01-03 | Fix tabs | Andree Buschmann |
2009-12-31 | Enable and initialize VFP on imx31. VFP state is not saved on thread change, ... | Andrew Mahone |
2009-11-20 | Increase stack space for the Gigabeat S specific headphone thread to fix stac... | Nils Wallménius |
2009-10-26 | Make current_vp static and importings from Gigabeat F/X/S lcd drivers as they... | Thomas Martitz |
2009-10-26 | Color targets: Ported assembler optimised transparent bitmap drawing from Gig... | Jens Arnold |
2009-10-20 | Convert lcd_activation callbacks to use the event system to allow for multipl... | Thomas Martitz |
2009-10-17 | Revise r23225 a bit, removing the debug_printf function and implementing more... | Nils Wallménius |
2009-08-19 | fix red | Nils Wallménius |
2009-08-06 | Revert static-ing of iim_prod_rev, this function is never used so it causes a... | Bertrik Sikken |
2009-08-06 | Various files: make functions static if they're local or make sure there is a... | Bertrik Sikken |
2009-06-29 | Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.h | Rafaël Carré |
2009-06-29 | Remove the TIMER_* macros and declare target-specific functions in timer.h | Rafaël Carré |
2009-06-29 | Remove int_prio argument from timer_register, and move the only use for it in... | Rafaël Carré |
2009-06-29 | Move SH7034 timer code in the target tree | Rafaël Carré |