Age | Commit message (Expand) | Author |
2011-09-01 | Shuffle some functions around so that interfacing with playback.c in particul... | Michael Sevakis |
2011-06-29 | Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat... | Michael Sevakis |
2011-03-05 | Change the thread api a bit. | Thomas Martitz |
2011-03-02 | Merge functionality of wakeups and semaphores-- fewer APIs and object types. ... | Michael Sevakis |
2011-01-23 | i.MX31: Now that it matters because there's a debug screeen that allows chang... | Michael Sevakis |
2011-01-22 | Gigabeat S: Keep LCD options in sync even when display is turned off. | Michael Sevakis |
2011-01-22 | i.MX31: Allow interrupts in thread context, not just ISR context, during the ... | Michael Sevakis |
2011-01-22 | Better boost calculation for multifrequency CPUs. Frequencies between minimum... | Michael Sevakis |
2011-01-22 | i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, test... | Michael Sevakis |
2011-01-22 | i.MX31: Busy wait for a couple microseconds at most then sleep until next tic... | Michael Sevakis |
2011-01-08 | Some static data is only used by .init functions. Add .initdata to declare su... | Michael Sevakis |
2011-01-07 | Gigabeat S/i.MX31: Take care of an interrupt priority inversion that can happ... | Michael Sevakis |
2011-01-05 | Gigabeat S: Make it a removable mass-storage device. Windows will assign a dr... | Michael Sevakis |
2011-01-01 | Gigeabeat S: Reset DMA size info when stopping audio playback and recording t... | Michael Sevakis |
2010-12-29 | Gigabeat S: Do simple direct keypad scanning rather than triggering a separat... | Michael Sevakis |
2010-09-07 | gigabeats: remove inline from extern functions | Rafaël Carré |
2010-08-12 | Introduce NORETURN_ATTR wrapper for __attribute__((noreturn)), using this and... | Thomas Martitz |
2010-06-30 | Remove atomic register bit manipulation functions from i.MX and s3c target co... | Michael Sevakis |
2010-06-29 | Gigabeat S: The forced shutoff voltage level can be lowered a tiny bit it seems. | Michael Sevakis |
2010-06-24 | Gigabeat S: Use statically initialized channel descriptors. Also, there's no ... | Michael Sevakis |
2010-06-11 | Configure Gigabeat S with EABI compiler by default. Implement the INIT sectio... | Michael Sevakis |
2010-06-05 | New USB charging system, part 1 - API rework and user-visible setting update | Torne Wuff |
2010-05-27 | Gigabeat S PCM: Sync some comments to changes. | Michael Sevakis |
2010-05-27 | Gigabeat S PCM: There's no reason to touch any hardware registers in order to... | Michael Sevakis |
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 | 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-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: 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-04 | i.MX31/Gigabeat S: Actually enable DPTC which can set optimal voltage for 528... | 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: More accurate battery level estimation for discharge curve. | 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 |