summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2011-04-02Sansa clip+: do not set GPIO B7 in the display driver, it's already used for ...Bertrik Sikken1-4/+11
2011-04-01AMSv2: fix dependency between button light and sd card control for fuze v2 va...Bertrik Sikken2-21/+7
2011-03-29AMSv2 sd: do not try to switch sd cards into high-speed mode.Bertrik Sikken1-29/+0
2011-03-28AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 vari...Bertrik Sikken1-1/+1
2011-03-28AMSv2 sd: do sd slot switching with GPIO B5 only for AMSv2 variant 1Bertrik Sikken1-3/+3
2011-03-26AMSv2 SD: use INTERNAL_AS3525 and SD_SLOT_AS3525 defines instead of a direct ...Bertrik Sikken1-2/+2
2011-03-26AMSv2 SD: wait for response to command SD_STOP_TRANSMISSION instead of ignori...Bertrik Sikken1-3/+3
2011-03-26AMSv2 SD: reorganise code to select 4-bit mode data transfer mode a bit and a...Bertrik Sikken1-5/+6
2011-03-26AMSv2 SD: sd card communication speed can be changed back to full speed after...Bertrik Sikken1-3/+3
2011-03-24iPod Classic storage driver: Fix some implicit casts, typos, ...Michael Sparmann1-5/+8
2011-03-24fix warning, use unsigned variableRafaël Carré1-1/+1
2011-03-24SD AMSv2: fix r29625Rafaël Carré1-8/+15
2011-03-21AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state)Bertrik Sikken1-1/+1
2011-03-21AMSv2 SD: receive sd card command responses during initialisation instead of ...Bertrik Sikken1-6/+5
2011-03-21AMSv2 SD: wait for previous data transfer completion before sending a commandBertrik Sikken1-1/+1
2011-03-21AMSv2 SD: use a sleep instead of a udelay for 100 ms delayBertrik Sikken1-1/+1
2011-03-20SD AMSv2: fix r29169Rafaël Carré1-6/+6
2011-03-20SD amsv2: remove double assignementRafaël Carré1-3/+0
2011-03-20Add another delay in the AMSv2 sd controller driver as a work-around for SD i...Bertrik Sikken1-1/+7
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz2-6/+32
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz7-39/+42
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg1-0/+25
2011-03-12Android: allocate native_buffer locally, which does away with the need to holdMaurus Cuelenaere1-6/+9
2011-03-11Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling.Thomas Martitz1-26/+19
2011-03-11Create GlobalRef in surfaceCreated, in accordance to r29572.Thomas Martitz1-8/+3
2011-03-11Android: delete the global reference in surfaceDestroyedMaurus Cuelenaere2-14/+5
2011-03-11Android: no need to keep RockboxPCM_class aroundMaurus Cuelenaere1-2/+1
2011-03-11Partly revert "Android: use NewGlobalRef for references that are used globally"Maurus Cuelenaere3-28/+8
2011-03-11Android: Don't share the JNI environment across threads, but obtain it theMaurus Cuelenaere7-8/+44
2011-03-11Android: use NewGlobalRef for references that are used globallyMaurus Cuelenaere3-12/+43
2011-03-10Enable volume keys in Android.Björn Stenberg2-0/+6
2011-03-08Return -1 for not implemented RTC functions.Thomas Martitz1-1/+1
2011-03-08RaaA: Add RTC supportThomas Jarosch1-0/+40
2011-03-08Bring idle poweroff to RaaA and the simThomas Jarosch3-15/+1
2011-03-05Android: Fix black display after unzipping libmisc.so.Thomas Martitz1-2/+0
2011-03-05Change the thread api a bit.Thomas Martitz2-11/+13
2011-03-05Add rockbox copyright header with proper credits for kugelThomas Jarosch1-1/+23
2011-03-05Add svn:keywords to firmware/target/hosted source filesThomas Jarosch1-1/+1
2011-03-03Fix compilation issues for sdl when HAVE_BUTTON_DATA is not definedFrank Gevaerts1-0/+4
2011-03-02Remove redundant function prototypeThomas Jarosch1-1/+0
2011-03-02Fix red on Archos RecorderThomas Jarosch1-0/+3
2011-03-02Fix redThomas Jarosch1-1/+1
2011-03-02Introduce "power" thread for RaaAThomas Jarosch2-5/+57
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis30-171/+203
2011-03-01Expose sys_poweroff() and cancel_shutdown() to RaaA. Hopefully fixes android ...Thomas Jarosch2-10/+0
2011-03-01Move drivers/i2c.c into target tree as it contains SH specific bits. Leave as...Marcin Bukat1-0/+252
2011-03-01Move ata_mmc.c into target tree as it is SH (ondio) specific. Associated head...Marcin Bukat1-0/+1027
2011-03-01iPod Classic: Use DMA (and double buffering) for LCD updatesMichael Sparmann2-134/+103
2011-02-28Move sleep timer code outside of PLATFORM_NATIVE ifdef so RaaA can access itThomas Jarosch1-11/+0
2011-02-28iPod Classic: Enable RGB LCD update assembler codeMichael Sparmann1-4/+0