1. 2acc0ac Updated our source code header to explicitly mention that we are GPL v2 or by Daniel Stenberg · 16 years ago
  2. 7b10ef9 initial Meizu M6SL port (take 2) by Marcoen Hirschberg · 16 years ago
  3. 7135f2d make mrobe100 touchstrip driver less sensitive by checking for the finger bit. Also little cleanup in driver. by Dominik Wenger · 16 years ago
  4. 22e7bf3 My Devcon 2008 contribution: port for Philips GoGear HDD1630 (PP5022-based). Current status is that the bootloader works to load Rockbox, but dual boot does not work: it freezes after decrypting the OF. When Rockbox boots, it freezes somewhere between showing the logo and the main menu. And there's no driver for the touchpad. So lots of work left. by Mark Arigo · 16 years ago
  5. 39aaa2f D2: Small optimisation to the PCM FIQ (only stack registers when necessary). by Rob Purchase · 16 years ago
  6. 38b02f3 D2: Make the nand driver's sanity checks a little more... sane. This should allow booting on a few older D2's. by Rob Purchase · 16 years ago
  7. ed95be9 D2: Editing config.h wasn't enough to fully disable IRAM - also disable it in *.lds for a crash fix and further 100% increase in codec performance. by Rob Purchase · 16 years ago
  8. 3ca42e4 D2: Take notice of the hold button. by Rob Purchase · 16 years ago
  9. 9aa7ceb Fix the D2 click/popping every second. Lesson from PCM-driver 101: don't disable FIQs unless you really, really need to. by Rob Purchase · 16 years ago
  10. bdbdb97 FS#9051 - remove LCD margins... use viewports if you need them... by Jonathan Gordon · 16 years ago
  11. d6159ea Initial D2 sound playback support (known issues to follow on the CowonD2Info wiki page). by Rob Purchase · 16 years ago
  12. b362b7f Hopefully update the keywords. Thanks bluebrother. by Marc Guay · 16 years ago
  13. b93667b Add the Sansa c100 as a build target with basic drivers. by Marc Guay · 16 years ago
  14. 538a387 Blind-add some code from ipodlinux that hopefully fixes the colour problem on iPod Photo reported on the forums. by Jens Arnold · 16 years ago
  15. 0efad8d D2: Configure NAND GPIO lines /before/ attempting to use them. Should fix 16Gb support. by Rob Purchase · 16 years ago
  16. bca9703 D2: Fixes for 16Gb models with four NAND banks: update MAX_BANKS, configure the chip select GPIO as output and use a couple of #defines to tidy things up. by Rob Purchase · 16 years ago
  17. 6d9f55e corrected sign of error return value by Frank Gevaerts · 16 years ago
  18. fa5bd07 Oops. Lost sync on a few instances and 'HI' registers. by Michael Sevakis · 16 years ago
  19. 191320c Rename CPU/COP_INT_CLR to CPU/COP_INT_DIS since it's really a 'write one to disable' register and hasn't anything to do with acknowledging interrupts-- that's handled at the module level. by Michael Sevakis · 16 years ago
  20. 3f7f5d7 D2: Stop panic screen from crashing instantly (seems this has been broken for a while). by Rob Purchase · 16 years ago
  21. 023cd57 Commit FS#9024 - apply proper line-in gain for h10's radio by Przemyslaw Holubowski with one change: make "0x1e" "0x1f" since that's actually +12dB. by Michael Sevakis · 16 years ago
  22. 9ba4864 Simplify the button handling code on the Gigabeat F/X a bit for the side buttons. Plugins should be updated with this revision, or the buttons in plugins will not operate properly. by Karl Kurbjun · 16 years ago
  23. c541e04 Gigabeat F/X: by Michael Sevakis · 16 years ago
  24. 07bfba2 Add the ADC_ACCESSORY channel on the ipod, to allow for accessory detection once we figure that out. by Linus Nielsen Feltzing · 16 years ago
  25. adf2e4c Targets with HAVE_LCD_ENABLE: Provide a means to receive notifications when the lcd is enabled and the image is refreshed so overlayed drawing can also be refreshed. Chiefly mpegplayer needs this so it can redraw the YUV data after the backlight is turned on while paused or when using 'Set Start Time'. by Michael Sevakis · 16 years ago
  26. 69f4ffe Fix a comment since it was very wrong. by Michael Sevakis · 16 years ago
  27. d892214 Gigabeat S: Add charge current and battery temp readout in power management and display in the battery screen. Thermistor data was obtained experimentally from one pulled off a dead board and appears basically correct when read back on a working device (which requires letting it settle to ambient temperature - a long wait so not easy to do). Sending me more thermistors would help improve accuracy *fingers crossed that it's close enough*. :-) This commit does NOT add charging but is a step towards implementing it. by Michael Sevakis · 16 years ago
  28. 03de6c6 TCC78x NAND driver: Split the initial bank scan into two passes (appears to improve block translation reliability). Also some cleanups for readability, eg remove chip vs. bank ambiguity and remove leftover debug code. by Rob Purchase · 16 years ago
  29. c78bb5a Oops. Forgot to put the pmic thread stack size back to normal. by Michael Sevakis · 16 years ago
  30. a9c20f5 Gigabeat S: by Michael Sevakis · 16 years ago
  31. b4275d4 Philips GoGear SA9200 port. Working bootloader and normal builds, including sound. No touchpad now, buttons limited to using vol+/vol-/power for up/down/select. Rockbox USB is enabled since the OF is MTP only...read the warnings on the PortalPlayerUsb wiki page. by Mark Arigo · 16 years ago
  32. 4c99f9a Contrast settings for the gigabeat F/X by Karl Kurbjun · 16 years ago
  33. 7a4d160 Make some functions static, point to the wiki, and comit the code to invert the screen, but don't enable. by Karl Kurbjun · 16 years ago
  34. 3590456 Enable Gigabeat F/X LCD flipscreen by Karl Kurbjun · 16 years ago
  35. c67a7b1 "fix" usb detection on mr500.. by fix I mean tell it we havnt implemented that yet properly. by Jonathan Gordon · 16 years ago
  36. be28f84 Refine meg-fx pad changes. Actually watch the other <dir>+ lines and ignore them if center is detected but sill allow the combo if one really means to do that. by Michael Sevakis · 16 years ago
  37. c8c0f45 Forgot this also by Maurus Cuelenaere · 16 years ago
  38. affa4f6 Use OF's firmware loading mechanism instead of Rockbox's. by Maurus Cuelenaere · 16 years ago
  39. ab46e46 Greyscale ipods: Use a somewhat darker shade for lightgrey, improving appearance. by Jens Arnold · 16 years ago
  40. 7d67df9 Commit Davide Gentile's patch to make the Gigabeat F/X pad less finicky. by Michael Sevakis · 16 years ago
  41. ac67d70 Add beginning of DSP code (done by Catalin Patulea), but don't enable it by Maurus Cuelenaere · 16 years ago
  42. 7a8fc3f 1) Put USB in IRAM 2) Use defines from usb_drv.h by Maurus Cuelenaere · 16 years ago
  43. 95d76f2 Cleanup some .h files in the imx31 target branch - #include guard style, headers, obsolete prototypes, etc. by Michael Sevakis · 16 years ago
  44. cda664b MC13783 (Gigabeat S PMIC): Complete the header file. Distinguish status, sense and mask bit defines to avoid conflicts within the definitions. Much care taken but give a double check before making new use of anything. by Michael Sevakis · 16 years ago
  45. 1ea884b 1) Add ZVM60GB and ZV simulator builds (ZVM60GB sim equals to ZVM30GB) by Maurus Cuelenaere · 16 years ago
  46. 8085689 Forgot about the buttonlights. Removing for now since this will not work properly if the buttonlights are set to a time longer than the backlight. by Karl Kurbjun · 16 years ago
  47. 6450de3 Save around a hundred uA - not much, but why not? - No functional change for users. by Karl Kurbjun · 16 years ago
  48. 4cf9066 Fix yellows and reds. by Maurus Cuelenaere · 16 years ago
  49. 41b235d Fix red. No bother with lcd power management calls in bootloader. by Michael Sevakis · 16 years ago
  50. 009cebe Straigten-out lcd sleeping on Gigabeat F/X. Add a service function to backlight.c to handle lcd sleep timer. Make HAVE_LCD_SLEEP useable without a setting and use HAVE_LCD_SLEEP_SETTING when a setting is available in addition to HCD_HAVE_SLEEP. If a setting isn't used, the target must define the timeout to be used in the config. by Michael Sevakis · 16 years ago
  51. bdc6e62 1) Enable USBOTG for ZVM 60GB, even if the driver isn't implemented yet, by Maurus Cuelenaere · 16 years ago
  52. e031db4 1) Use a separate config-<target>.h for Zen Vision(:M) (60GB) by Maurus Cuelenaere · 16 years ago
  53. 449a7a6 Cleanup some unneeded debug code. by Karl Kurbjun · 16 years ago
  54. 6e322c8 Reduce power consumed on the F/X by as much as 12% when the LCD is disabled. Timing is tighter on the SPI interface, if the screen does not come up let me know and we can space it out more - Works on the devices I tested. There will be a brief time (around 15ms) that the screen is all white after coming back on. by Karl Kurbjun · 16 years ago
  55. 50ad342 Gigabeat S system setup changes. Unaligned loads/stores on. Mixed-endian support on. VIC on early. by Michael Sevakis · 16 years ago
  56. 6148a94 Commit Zen Vision key patches by Falafel by Maurus Cuelenaere · 16 years ago
  57. 3e743ec Preparing for the Philips SA9200 part 2. Since the SA9200 doesn't have a microsd card (no hotswap), use HAVE_ATA_SD for the Sansa flash driver so we don't rely on HAVE_HOTSWAP in some places. by Mark Arigo · 17 years ago
  58. 7656748 Preparing for the Philips SA9200 part 1. Move the Sansa ADC & ATA drivers up one level. by Mark Arigo · 17 years ago
  59. e8df7c4 Undo r17470 because of regressions in some debug menus. by Andree Buschmann · 17 years ago
  60. 0b81405 Fix for FS#5162. Being able to read scrollwheel action via button_read_device() for iPod's and e200. by Andree Buschmann · 17 years ago
  61. 7137216 Enable write buffering for the 1MB device memory section. This means using a different device framebuffer address too. You must update the firmware _and_ bootloader. by Michael Sevakis · 17 years ago
  62. ba3cfca Use LTV350QV register definitions by Maurus Cuelenaere · 17 years ago
  63. f177de9 Fix the bootloader by Karl Kurbjun · 17 years ago
  64. 209aa8e Real fake IRAM by placing .i.... section in the analagous DRAM sections in the linker scripts that hasn't done this yet. by Michael Sevakis · 17 years ago
  65. 66010b9 Fix high power consumption at powerup. by Karl Kurbjun · 17 years ago
  66. 1ec3584 Fix yellow. by Michael Sevakis · 17 years ago
  67. 0220a5f Fix the ARM assembly to ensure that the stack is not used. by Karl Kurbjun · 17 years ago
  68. 80278e4 Bring Gigabeat S bootloader one step close to a release version. by Michael Sevakis · 17 years ago
  69. 6df1a86 Remove inner loop from button scanning on Gigabeat S. Requires changing the button codes but it's not a "functional port" so no plugin API version increase is done though a full update will be needed since any using the values will be incompatible. by Michael Sevakis · 17 years ago
  70. 2558365 Backlight brightness setting for Gigabeat S. Cleanup headers in target backlight file too. by Michael Sevakis · 17 years ago
  71. ad5c4b6 Add two missing rockbox headers and set svn:eol-style by Nils Wallménius · 17 years ago
  72. f24eaab Disable clocks for most modules in the imx31l on startup, individual drivers handle enabling/disabling clocks for used modules by Nils Wallménius · 17 years ago
  73. 89aca6a Oops, it's called mc13783... by Nils Wallménius · 17 years ago
  74. 3ff1d58 Hehe. Should probably implement ide_powered if implementing ide_power_enable. by Michael Sevakis · 17 years ago
  75. 6dd6ea7 Gigabeat S RoLo: Properly execute firmware copy from an IRAM stub because the currently running image was being overwritten in place. Minor tweak to rolo.c based on imx31 errata sheet about not masking FIQ without masking IRQ which is fine to use on all ARM anyway. by Michael Sevakis · 17 years ago
  76. 86680e7 Gigabeat S: Put in (so it appears) proper delays for USB PHY reset. Use the atomic regmod functions to change bits. by Michael Sevakis · 17 years ago
  77. 6e5e20b Remove an unneeded #include and a lone "#" on a line (it's early). by Michael Sevakis · 17 years ago
  78. df4bd06 Gigabeat S: Add ATA/IDE power management. Fix parameter order of regmod32 as it was intended (had some things mixed up :P). by Michael Sevakis · 17 years ago
  79. 910fd78 Move interrupt clearing up. by Maurus Cuelenaere · 17 years ago
  80. 82cda9b H10: Disable IDE controller when the disk is powered down like on ipods. by Jens Arnold · 17 years ago
  81. 607b63a Gigabeat S technical correction: Fix instruction order because clean dcache operand is SBZ. by Michael Sevakis · 17 years ago
  82. 6edb95d Gigabeat S: Make sure ATA interface is idle before a reset. by Michael Sevakis · 17 years ago
  83. ab40aa9 Remove the last D2 yellows (user timer is not yet implemented). by Rob Purchase · 17 years ago
  84. 0f1a040 Of course don't forget the init code.. + add interrupt priority handling by Maurus Cuelenaere · 17 years ago
  85. fd0eed9 Woops, remove debug statements.. by Maurus Cuelenaere · 17 years ago
  86. e025cb1 Split up DMA and ATA, but don't enable it (yet). by Maurus Cuelenaere · 17 years ago
  87. 0218397 Gigabeat S bootloader: 1) Switch order of .vectors to be contiguous with initialized sections. 2) Clean all caches in main before doing anything else because vector copying counts as self-modifying code. Up to v.00000012. by Michael Sevakis · 17 years ago
  88. 57cbd77 Gigabeat S: Do the controller timing settings a more cleanly. by Michael Sevakis · 17 years ago
  89. 90a4a43 Alarm wake up support for Gigabeat S by Nils Wallménius · 17 years ago
  90. 9560ba6 Mind repeat calls to ata_device_init. by Michael Sevakis · 17 years ago
  91. 12884bd Don't need the extra idle check. by Michael Sevakis · 17 years ago
  92. be0c7d0 Gigabeat S: Use the fastest PIO mode the installed drive allows instead of always PIO0. Centralize clock information in clkctl-imx31.c. by Michael Sevakis · 17 years ago
  93. 357ffb3 Convert the whole codebase to UTF-8, except docs/COMMITTERS and tools/creative.c, which need checking. by Nicolas Pennequin · 17 years ago
  94. 27f59f6 Make the H10 bootloader work again. Also fix the same problem that might be affecting other PP bootloaders. by Barry Wardell · 17 years ago
  95. 9cd2919 Disabled unused ata_led function. by Bertrik Sikken · 17 years ago
  96. 6a0340f More static / header file cleanup. by Bertrik Sikken · 17 years ago
  97. 41a82f9 More LCD stuff.. by Maurus Cuelenaere · 17 years ago
  98. 5fc95a3 Fix tabs. by Michael Giacomelli · 17 years ago
  99. e243db6 Commit FS#8920, fixed headphone detection for the Ipod 2G by Mark Fawcus. by Michael Giacomelli · 17 years ago
  100. 9e6cd92 Forgot 0x by Maurus Cuelenaere · 17 years ago