summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
AgeCommit message (Expand)Author
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
2010-11-06fix yellow and red from r28522Marcin Bukat
2010-10-14as3525v2-usb! fix suspicious calculation of next endpoint in INs chaining codeAmaury Pouly
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré
2010-09-12AMS USBv2: use OF settings for undocumented registerRafaël Carré
2010-09-08Change sd-as3525*.c to the new cache coherency function names.Thomas Martitz
2010-09-08USB AMSv2: use tables for usb_drv_port_speed() and usb_drv_mps_by_type()Rafaël Carré
2010-09-08USB AMSv2: split handle_ep_int()Rafaël Carré
2010-09-08USB AMSv2: smaller struct usb_endpointRafaël Carré
2010-09-08USB AMSv2: only read endpoint interrupt status register onceRafaël Carré
2010-09-08usb-drv-as3525v2.c: cosmetics (remove trailing spaces)Rafaël Carré
2010-09-08USB AMSv2: Reduce the size of (in/out)_ep_listRafaël Carré
2010-09-08USB AMSv2: simplify FOR_EACH* macrosRafaël Carré
2010-09-08USB AMSv2: use status == -1 to signal errorsRafaël Carré
2010-09-08USB AMSv2: cosmeticsRafaël Carré
2010-09-08USB AMSv2: update endpoint->len on transferRafaël Carré
2010-09-08usb-drv-as3525v2: use dump_dcache_range()Rafaël Carré
2010-09-08usb-drv-as3525v2: fixesRafaël Carré
2010-09-07as3525v2-usb: don't disable data transfers !Amaury Pouly
2010-09-07as3525v2-usb: fix red and fix stupid typo about endpoint statusAmaury Pouly
2010-09-07as3525v2-usb: all control operations are working, there is a problem with UMS...Amaury Pouly
2010-09-07as3525v2-usb:Amaury Pouly
2010-09-07AMS: make dma_disable_channel() not inlineRafaël Carré
2010-09-06debug-as3525.c : fix include, remove commentRafaël Carré
2010-09-05FS#11597 : decrease FCLK frequency when unboostedRafaël Carré
2010-09-03revert r27991Rafaël Carré