summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
AgeCommit message (Expand)Author
2011-05-03AMSv2 USB: Write usb_delay() in assemblyRafaël Carré
2011-04-18AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead...Bertrik Sikken
2011-04-18AMSv1 sd: work-around for detection problem with some sd cards (delay after s...Bertrik Sikken
2011-04-09AMS sd: use defines instead of direct values for drive numberBertrik Sikken
2011-04-08Sansa Clip v2: there's no need to use |= or &= to manipulate a GPIO for the b...Bertrik Sikken
2011-04-02Sansa clip+: do not set GPIO B7 in the display driver, it's already used for ...Bertrik Sikken
2011-04-01AMSv2: fix dependency between button light and sd card control for fuze v2 va...Bertrik Sikken
2011-03-29AMSv2 sd: do not try to switch sd cards into high-speed mode.Bertrik Sikken
2011-03-28AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 vari...Bertrik Sikken
2011-03-28AMSv2 sd: do sd slot switching with GPIO B5 only for AMSv2 variant 1Bertrik Sikken
2011-03-26AMSv2 SD: use INTERNAL_AS3525 and SD_SLOT_AS3525 defines instead of a direct ...Bertrik Sikken
2011-03-26AMSv2 SD: wait for response to command SD_STOP_TRANSMISSION instead of ignori...Bertrik Sikken
2011-03-26AMSv2 SD: reorganise code to select 4-bit mode data transfer mode a bit and a...Bertrik Sikken
2011-03-26AMSv2 SD: sd card communication speed can be changed back to full speed after...Bertrik Sikken
2011-03-24fix warning, use unsigned variableRafaël Carré
2011-03-24SD AMSv2: fix r29625Rafaël Carré
2011-03-21AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state)Bertrik Sikken
2011-03-21AMSv2 SD: receive sd card command responses during initialisation instead of ...Bertrik Sikken
2011-03-21AMSv2 SD: wait for previous data transfer completion before sending a commandBertrik Sikken
2011-03-21AMSv2 SD: use a sleep instead of a udelay for 100 ms delayBertrik Sikken
2011-03-20SD AMSv2: fix r29169Rafaël Carré
2011-03-20SD amsv2: remove double assignementRafaël Carré
2011-03-20Add another delay in the AMSv2 sd controller driver as a work-around for SD i...Bertrik Sikken
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis
2011-02-22Return valid tuner ID even when tuner is not detected properly. Fixes FS#11791Michael Chicoine
2011-02-04AMSv2 USB: Remove usb_enable call that occurs after core is already initializ...Michael Sevakis
2011-02-02Fix red. Replace remaining MEM's mit MEMORYSIZE.Andree Buschmann
2011-02-02Clean up multiple definitions of RAM size. Remove -DMEM (make) and MEM (code)...Andree Buschmann
2011-01-29AMSv2 SD: Fix card insert lockups in USB mode. First, get rid of infinite loo...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-28AS3525v2 USB: Set disconnect before stopping module clock. Seems to cure reco...Michael Sevakis
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-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-19AS3525: Implement a true audio pause and full-resolution audio tick. Take car...Michael Sevakis
2011-01-18Try to get some control over #ifdef hell in usb.c by refactoring and inline f...Michael Sevakis
2011-01-15Fix problem with AMS PCM driver that caused mpegplayer lockup. It pre-decreme...Michael Sevakis
2010-12-29revert r28834 because it causes problems with uSDFred Bauer
2010-12-26Apply FS#11798 (Files in MicroSD card aren't being shown in File Browser or D...Bertrik Sikken
2010-12-21Make usb_detect() return USB_UNPOWERED instead of USB_EXTRACTED. Without that...Frank Gevaerts
2010-12-14FS#11765: Improve AMSv1 Battery Life by Lowering CPU and Peripheral clocks. U...Fred Bauer
2010-12-12Only return USB_POWERED if USB_DETECT_BY_DRV is actually defined, which might...Frank Gevaerts
2010-12-12Move AMSv1 USB to the USB_DETECT_BY_DRV model, so connecting to a dumb charge...Frank Gevaerts
2010-12-12AMSv2: handle sd card ACMDs similar to how it's done for AMSv1Bertrik Sikken
2010-12-12AMSv2: only switch sd cards to high speed mode for for v2 sd cards, just like...Bertrik Sikken
2010-11-18FS#11608: switch cpu to async operation in boosted modeFred Bauer
2010-11-09Apply FS#11729 - Remove unneeded I2SIN clock configuration for AS3525 and AS3...Bertrik Sikken