summaryrefslogtreecommitdiff
path: root/firmware/target/arm/as3525
AgeCommit message (Expand)Author
2011-09-24Sansa clipzip: make main build compile (plugins still disabled)Bertrik Sikken
2011-09-21Sansa AMS/AMSv2: analog front-end register CVDD/DCDC3 doesn't exist in AMSv2,...Bertrik Sikken
2011-09-18Sansa AMSv2: initialise PMU (power management unit), inspired by how the OF d...Bertrik Sikken
2011-09-18Don't use NUM_VOLUMES as array size in sd card drivers. NUM_DRIVES is also wr...Frank Gevaerts
2011-09-16sansa clipzip: fix rectangle setup of type 1 lcdBertrik Sikken
2011-09-14Scrub r30546 bootloader build errors.Michael Sevakis
2011-09-14Move AMSv1 (AMSv2 had been done already) to using setup packet request to det...Michael Sevakis
2011-09-06sansa clipzip: fix lcd init delay (remove lcd_delay and replace it with a sleep)Bertrik Sikken
2011-09-02sansa clipzip: annotate lcd registersBertrik Sikken
2011-09-02sansa clipzip: add lcd_brightness function (to be used later to set the 'back...Bertrik Sikken
2011-09-01sansa clipzip: implement lcd reset in the lcd driverBertrik Sikken
2011-09-01sansa clipzip: implement lcd_enableBertrik Sikken
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis
2011-08-30sansa clipzip: implement backlightBertrik Sikken
2011-08-30sansa clipzip: fix bounds check/correction in lcd_update_rectBertrik Sikken
2011-08-29sansa clipzip: correct GPIO used for backlightBertrik Sikken
2011-08-29sansa clipzip: implement more functions in the lcd driverBertrik Sikken
2011-08-27Initial framework for the Sandisk Sansa Clip ZipBertrik Sikken
2011-07-25Convert AMSv2 microphone samples from 14 to 16 bit before storing them.Michael Giacomelli
2011-07-02as3525: make interrupts struct static and merge declaration & definitionRafaël Carré
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat
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