Age | Commit message (Expand) | Author |
2011-04-09 | AMS sd: use defines instead of direct values for drive number | Bertrik Sikken |
2011-04-08 | Sansa Clip v2: there's no need to use |= or &= to manipulate a GPIO for the b... | Bertrik Sikken |
2011-04-02 | Sansa clip+: do not set GPIO B7 in the display driver, it's already used for ... | Bertrik Sikken |
2011-04-01 | AMSv2: fix dependency between button light and sd card control for fuze v2 va... | Bertrik Sikken |
2011-03-29 | AMSv2 sd: do not try to switch sd cards into high-speed mode. | Bertrik Sikken |
2011-03-28 | AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 vari... | Bertrik Sikken |
2011-03-28 | AMSv2 sd: do sd slot switching with GPIO B5 only for AMSv2 variant 1 | Bertrik Sikken |
2011-03-27 | Skin variables for touchscreen targets (origional implementation by Jens Theeß) | Jonathan Gordon |
2011-03-26 | AMSv2 SD: use INTERNAL_AS3525 and SD_SLOT_AS3525 defines instead of a direct ... | Bertrik Sikken |
2011-03-26 | AMSv2 SD: wait for response to command SD_STOP_TRANSMISSION instead of ignori... | Bertrik Sikken |
2011-03-26 | AMSv2 SD: reorganise code to select 4-bit mode data transfer mode a bit and a... | Bertrik Sikken |
2011-03-26 | AMSv2 SD: sd card communication speed can be changed back to full speed after... | Bertrik Sikken |
2011-03-26 | use correct define for gigabeat fx to enable lineout (was broken in r29588) | Robert Kukla |
2011-03-24 | iPod Classic storage driver: Fix some implicit casts, typos, ... | Michael Sparmann |
2011-03-24 | fix warning, use unsigned variable | Rafaël Carré |
2011-03-24 | SD AMSv2: fix r29625 | Rafaël Carré |
2011-03-21 | AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state) | Bertrik Sikken |
2011-03-21 | AMSv2 SD: receive sd card command responses during initialisation instead of ... | Bertrik Sikken |
2011-03-21 | AMSv2 SD: wait for previous data transfer completion before sending a command | Bertrik Sikken |
2011-03-21 | AMSv2 SD: use a sleep instead of a udelay for 100 ms delay | Bertrik Sikken |
2011-03-20 | SD AMSv2: fix r29169 | Rafaël Carré |
2011-03-20 | SD amsv2: remove double assignement | Rafaël Carré |
2011-03-20 | Add another delay in the AMSv2 sd controller driver as a work-around for SD i... | Bertrik Sikken |
2011-03-17 | No need to save irq again after thread wakeup in queue_wait(_w_tmo), just dis... | Michael Sevakis |
2011-03-16 | Android: Implement app shutdown and thus, sleep timer. | Thomas Martitz |
2011-03-16 | Android: Partly revert r29569 and only call the new getJavaEnvironment() when... | Thomas Martitz |
2011-03-15 | WM8750/51: properly apply recording gain | Marcin Bukat |
2011-03-15 | MPIO HD300: Enable line-in recording. Thanks Andriej Azariev for pointing out... | Marcin Bukat |
2011-03-14 | fix red | Marcin Bukat |
2011-03-14 | WM8750/51 driver: | Marcin Bukat |
2011-03-14 | Listen to and follow external Android volume changes. (Based on FS#11914 by M... | Björn Stenberg |
2011-03-14 | slightly modified FS#11531 by me: WM8750/51 driver rework | Marcin Bukat |
2011-03-13 | Fix FS#11894 - Sansa Clip+ Volume Buttons don't switch when Upside Down is ac... | Bertrik Sikken |
2011-03-12 | Android: allocate native_buffer locally, which does away with the need to hold | Maurus Cuelenaere |
2011-03-11 | Android: Switch to pthread_cond+SIGEV_THREAD for tick task handling. | Thomas Martitz |
2011-03-11 | Create GlobalRef in surfaceCreated, in accordance to r29572. | Thomas Martitz |
2011-03-11 | Android: delete the global reference in surfaceDestroyed | Maurus Cuelenaere |
2011-03-11 | Android: no need to keep RockboxPCM_class around | Maurus Cuelenaere |
2011-03-11 | Partly revert "Android: use NewGlobalRef for references that are used globally" | Maurus Cuelenaere |
2011-03-11 | Android: Don't share the JNI environment across threads, but obtain it the | Maurus Cuelenaere |
2011-03-11 | Android: use NewGlobalRef for references that are used globally | Maurus Cuelenaere |
2011-03-10 | Enable volume keys in Android. | Björn Stenberg |
2011-03-10 | Enable A-B repeat on nano2g | Frank Gevaerts |
2011-03-10 | Don't compile handle_sleep_timer() code for the bootloader | Thomas Jarosch |
2011-03-10 | Don't call apps/ code from firmware/ | Thomas Jarosch |
2011-03-08 | Return -1 for not implemented RTC functions. | Thomas Martitz |
2011-03-08 | RaaA: Add RTC support | Thomas Jarosch |
2011-03-08 | Bring idle poweroff to RaaA and the sim | Thomas Jarosch |
2011-03-08 | Move handle_auto_poweroff() down so RaaA can call it. | Thomas Jarosch |
2011-03-08 | Merge lcd_{alpha,mono}_bitmap_part() for both lcd-16bit. Add small loop optim... | Thomas Martitz |