summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2011-01-30Use __builtin_constant_p() to select the best byteswapping method: constant o...Michael Sevakis
2011-01-29Add widgets to android port.Antoine Cellerier
2011-01-29AMSv2 SD: Fix card insert lockups in USB mode. First, get rid of infinite loo...Michael Sevakis
2011-01-29Add a couple KERNEL_ASSERTs to check queue fullness when extra checks are ena...Michael Sevakis
2011-01-29Convert AMS target USB detection to event-based (no more polling in a tick). ...Michael Sevakis
2011-01-29AMSv2 USB: Delay after sftdiscon should be far longer.Michael Sevakis
2011-01-29USB: Thread must remember that a host has been detected since the POWERED sta...Michael Sevakis
2011-01-28Big oops. Should be broadcasting SYS_USB_DISCONNECTED _after_ remouting disks.Michael Sevakis
2011-01-28AS3525v2 USB: Set disconnect before stopping module clock. Seems to cure reco...Michael Sevakis
2011-01-27RaaA: Fix database duplication issue on every startThomas Martitz
2011-01-27as3525v2-usb: fix logf format, don't mask the interrupt using the VIC as it s...Amaury Pouly
2011-01-24as3525v2-usb: mask usb interrupt when setting up a transferAmaury Pouly
2011-01-24as3525v2-usb: only call wakeup_signal when a thread is actually waitingAmaury Pouly
2011-01-23Fix r29123: the variable should be initialized every time in the loopAlexander Levin
2011-01-23Respect the 'scroll delay' setting more accurately between scrolling roundsAlexander Levin
2011-01-23i.MX31: Now that it matters because there's a debug screeen that allows chang...Michael Sevakis
2011-01-23Simplify x0/x1 calculation for iPod Color some more, and fix display on type ...Jens Arnold
2011-01-23Remove code that was unintentionally kept in a resynchronized patch in FS#300...Andree Buschmann
2011-01-22Gigabeat S: Keep LCD options in sync even when display is turned off.Michael Sevakis
2011-01-22Fix yellow. Left an unused temp variable.Michael Sevakis
2011-01-22i.MX31: Allow interrupts in thread context, not just ISR context, during the ...Michael Sevakis
2011-01-22Better boost calculation for multifrequency CPUs. Frequencies between minimum...Michael Sevakis
2011-01-22i.MX31: Add a debug menu to play around with DVFS/DPTC settings for fun, test...Michael Sevakis
2011-01-22i.MX31: Busy wait for a couple microseconds at most then sleep until next tic...Michael Sevakis
2011-01-21Fix or at least significantly improve FS#11830. With introduction of ATA DMA ...Andree Buschmann
2011-01-21Add a delay between text scroll rounds when scrolling forward similarly to ho...Alexander Levin
2011-01-21Fix red: defined(x || y) is not valid C preprocessorMaurus Cuelenaere
2011-01-21Fix Onda VX747+ LCD not working on bootMaurus Cuelenaere
2011-01-21WM8978: sound.c weirdness strikes again. Prescaler values have to be in centi...Michael Sevakis
2011-01-21Gigabeat S: Renovate bootloader a bit to show splash, implement verbose, shut...Michael Sevakis
2011-01-20Fix FS#11881. Patch by Thomas JaroschThomas Martitz
2011-01-20Fuze v2: Do button reading more efficiently by mapping button codes directly ...Michael Sevakis
2011-01-20Fuze V2: Fix hold switch behavior. Add a GPIOx_PIN_MASK macro to AS3525.Michael Sevakis
2011-01-20PP502x USB: It seems r29087 introduced additional parasitic current consumpti...Michael Sevakis
2011-01-19Enable AB repeat for the Gigabeat S, this will break lang string/voice clip o...Nils Wallménius
2011-01-19AS3525: Implement a true audio pause and full-resolution audio tick. Take car...Michael Sevakis
2011-01-19Reset USB devices before turning them off or else presumably the PHY is still...Michael Sevakis
2011-01-18Fix colors from r29084. Had some things in the wrong preprocessor blocks.Michael Sevakis
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2011-01-18Fix Onda VX777 LCD not working on bootMaurus Cuelenaere
2011-01-18Few whitespace fixes by Michael Hohmuth FS#11885Mustapha Senhaji
2011-01-17One change in r29068 wasn't right. Clarify comments on why it's the way it is...Michael Sevakis
2011-01-17Add a higher level USB detection that prevents fraudulent bus resets from cau...Michael Sevakis
2011-01-17Convert PortalPlayer iRivers to use USB-mode enabled bootloader. The H10 5/6G...Michael Sevakis
2011-01-16Fix r29062 warning.Michael Sevakis
2011-01-16e200v1 seems to be ok using USB-enabled bootloader. Also, include the bootloa...Michael Sevakis
2011-01-15Fix problem with AMS PCM driver that caused mpegplayer lockup. It pre-decreme...Michael Sevakis
2011-01-15Oops...have to mind the boot.lds variation in /firmware/target/arm/philips by...Michael Sevakis
2011-01-15Get the last warning for vibe 500 bootloader.Michael Sevakis
2011-01-15Fix r29053 red and a leftover use of 'usb' variable as a bool rather than int...Michael Sevakis