1. 84b97dd fuze+: remove two_finger pseudo touchpad button because it was unrealiable, update keymap to remove akward mappings by Amaury Pouly · 13 years ago
  2. 4fe6963 imx233: implement core_sleep by Amaury Pouly · 13 years ago
  3. 4e8320d i.MX31: Rename something by Michael Sevakis · 13 years ago
  4. d56daa1 i.MX31: Silly little change to enable/disable a SPI by Michael Sevakis · 13 years ago
  5. fdcf5e4 Sansa Connect: Set unknown GIOs to state with lowest power consumption. This slightly improves runtime. by Tomasz Moń · 13 years ago
  6. 1a0bc64 imx233: forgot a file by Amaury Pouly · 13 years ago
  7. f7f1f70 imx233/fuze+: implement power management(battery charger), add powermgmt debug info, add power debug info, move target specific powermgmt code to its own files, remove auto-slow setup which was forgotten for debugging by Amaury Pouly · 13 years ago
  8. 4539ffe TMS320DM320: Add generic I/O debug window for targets other than mrobe 500. by Tomasz Moń · 13 years ago
  9. 5b5871b TMS320DM320: Disable CLOCKOUT signal to save some power. by Tomasz Moń · 13 years ago
  10. 452354a sd-imx233: fix a few parameters when calling send_cmd, thanks to Andrej Sinicyn for spotting this by Amaury Pouly · 13 years ago
  11. f9a135a Sansa Connect: Significantly decrease MIN_YIELD_PERIOD in sdmmc driver. by Tomasz Moń · 13 years ago
  12. b0e7869 usb-drv-as3525v2: use all endpoints by Rafaël Carré · 13 years ago
  13. f805b5d TMS320DM320: Ensure udelay() will not end before specified amount of time. by Tomasz Moń · 13 years ago
  14. 6c97145 Add missing includes found using -Wmissing-declarations. by Boris Gjenero · 13 years ago
  15. 14c2e67 Make more local functions static. by Boris Gjenero · 13 years ago
  16. 2800c55 TMS320DM320: Check for TIMER1 bit in udelay(). by Tomasz Moń · 13 years ago
  17. 37f4dfc TMS320DM320: Prevent lockup in udelay() when this function is called with interrupts disabled. by Tomasz Moń · 13 years ago
  18. 3aced71 Sansa Connect: Put DAC (needed for analog video output) in Powerdown mode. by Tomasz Moń · 13 years ago
  19. d63b19a Fix comment in sdmmc to reflect what it really means. by Tomasz Moń · 13 years ago
  20. 31c0842 Sansa Connect: Don't enable DAC clock as it's not necessary. by Tomasz Moń · 13 years ago
  21. 013384f Sansa Connect: Add udelay() in sdmmc card initialization to prevent dead locks. by Tomasz Moń · 13 years ago
  22. 44d1a26 Sansa Connect: use udelay() in AVR spi_txrx(). by Tomasz Moń · 13 years ago
  23. 4aec001 TMS320DM320: Use TIMER1 (tick generator) to make udelay() precise. by Tomasz Moń · 13 years ago
  24. c24a36d Sansa Connect: Disable EMIF clock after booting main binary. Raise the threshold values for battery dangerous and shutoff levels. by Tomasz Moń · 13 years ago
  25. 74516e0 usb-drv-as3525v2: revert part of r31243 by Rafaël Carré · 13 years ago
  26. fdc29d0 Add more INIT_ATTR and add config.h includes to header files with INIT_ATTR. by Boris Gjenero · 13 years ago
  27. b98d03f TMS320DM320: Turn on Image Buffer clock on demand (FS #12462) by Tomasz Moń · 13 years ago
  28. 2d8fd04 Sansa Connect: Use Image Buffer for screen updates. by Tomasz Moń · 13 years ago
  29. 676708c AMSv2: enable storage write in bootloader by Rafaël Carré · 13 years ago
  30. 292e7ca Gigabeat S: PMIC SPI improvement and bugfixes. by Michael Sevakis · 13 years ago
  31. ca9111e Add KEEP() around vectors in linker scripts. by Boris Gjenero · 13 years ago
  32. 73627ce Try to fix r31346 by Bertrik Sikken · 13 years ago
  33. 8c19dcd FS#12370: Initial RDS support for Si4701/Si4703 tuner (beast and clip zip) by Bertrik Sikken · 13 years ago
  34. 17ed325 Add const to global pointers to strings. by Boris Gjenero · 13 years ago
  35. 0976982 Swap red and yellow for green on r31339's cranky builds. by Michael Sevakis · 13 years ago
  36. 6a67707 Commit to certain names for cache coherency APIs and discard the aliases. by Michael Sevakis · 13 years ago
  37. 43d7a75 Get the linker files that slipped through in r31337. by Michael Sevakis · 13 years ago
  38. 28dec00 Do some things to make -ffunction-sections work better. by Michael Sevakis · 13 years ago
  39. 95e6043 Convert remaining memframe LCDs that can be convert to common code. by Michael Sevakis · 13 years ago
  40. a0b81bd Sansa Connect: Disable USB clocks when disconnected. by Tomasz Moń · 13 years ago
  41. 71bb87e Fix r31311 red and yellow. by Michael Sevakis · 13 years ago
  42. 62facd1 Collect some of the memory frame LCD C code. by Michael Sevakis · 13 years ago
  43. bb2ff25 Un-break nano2g USB by Michael Sparmann · 13 years ago
  44. 97fc699 typo by Rafaël Carré · 13 years ago
  45. 521512f tuner-as3525v2.c: only build what's needed by Rafaël Carré · 13 years ago
  46. 8632f95 Remove two useless variable and hopefully finally fix red by Amaury Pouly · 13 years ago
  47. 39148be imx233: fix to typo and remove a forgotten panic by Amaury Pouly · 13 years ago
  48. 489296a imx233/fuze+: add support for sd card, enable FAT16 support because it's common on sd cards by Amaury Pouly · 13 years ago
  49. ddd594b Sansa Connect: Use sleep() instead udelay() in AVR spi_txrx. by Tomasz Moń · 13 years ago
  50. 89aec97 usb-s3c6400: 0x10000000 (bit 28) is DEPCTL_setd0pid by Rafaël Carré · 13 years ago
  51. fc8d4b2 usb-s3c6400: fix error introduced r31222 by Rafaël Carré · 13 years ago
  52. 2026c95 Commit the ascodec-as3525.c/ascodec-target.h changes from FS#12452 that keep ascodec_read/write_pmu from keeping interrupts disabled for the full duration of two I2C transfers, which can contribute to I2S PUSH/POP FIFO under/over-flows. 'Tis peppered with a couple interrupt safety mods as well. by Michael Sevakis · 13 years ago
  53. 47bade1 Simplify and neaten-up usb.c a bit. USB_INSERTED and USB_EXTRACTED are always used as events to indicate cable state. USB_HOSTED is posted to indicated that a host was detected. by Michael Sevakis · 13 years ago
  54. 273fbad Clipv2: fix buttons broken by me in r31235 by Rafaël Carré · 13 years ago
  55. b366d63 Sansa AMSv2: don't panic if microsd init failed by Rafaël Carré · 13 years ago
  56. d985d65 usb-drv-as3525v2: make it look more like usb-s3c6400 by Rafaël Carré · 13 years ago
  57. 02c5b3b Sansa AMSv2: enable usb storage in bootloader by Rafaël Carré · 13 years ago
  58. b73dd01 usb-s3c6400: fix confusion between USB_DIR_IN and DIR_IN by Rafaël Carré · 13 years ago
  59. 7af94b4 usb-drv-as3525v2: cosmetics by Rafaël Carré · 13 years ago
  60. e062c7a usb-drv-as3525v2: simplify usb_reset isr by Rafaël Carré · 13 years ago
  61. 26b31f1 usb-s3c6400: make isr more clear by Rafaël Carré · 13 years ago
  62. 3b00460 usb-s3c6400: fix more index / endpoint number confusion by Rafaël Carré · 13 years ago
  63. dfff885 Sansa Clip: simplify matrix key scan by Rafaël Carré · 13 years ago
  64. 744adcb imx233: add comment about block reset by Amaury Pouly · 13 years ago
  65. 1096cc0 usb-s3c6400: fix endpoint array traversal in interrupt handler by Rafaël Carré · 13 years ago
  66. a60463e usb-drv-as3525v2.c: simplify by Rafaël Carré · 13 years ago
  67. 9e8590a usb-drv-as3525v2.c: simplify a lot by Rafaël Carré · 13 years ago
  68. 8afdad6 fix red by Rafaël Carré · 13 years ago
  69. e4bee2b usb-s3c6400 : simplify by Rafaël Carré · 13 years ago
  70. 1afe280 usb-drv-as3525v2: use correct input endpoint list size by Rafaël Carré · 13 years ago
  71. ff0ba04 fix previous commit by Rafaël Carré · 13 years ago
  72. 5c81130 usb-drv-as3525v2: don't include ep0 twice in the IN ep list by Rafaël Carré · 13 years ago
  73. 89fa72f usb-s3c6400: merge DIEP* and DOEP* in a macro with an extra parameter by Rafaël Carré · 13 years ago
  74. c1d789a usb-s3c6400x.c: use defines instead of hardcoded bitfields by Rafaël Carré · 13 years ago
  75. 9c31062 usb-drv-as3525v2.c: cosmetics by Rafaël Carré · 13 years ago
  76. bc943a0 Move usb-s3c6400 register comments to usb-s3c6400.h by Rafaël Carré · 13 years ago
  77. 184459f Deal with a complication when transferring recording method from PP5024: since the FIFO POP is always read until empty, keep track of sample parity instead of always saving the first one in the FIFO upon entering the ISR or else the first of a duplicate that is also the last in the FIFO would get duplicated. Also, give top priority to audio interrupts in all cases. by Michael Sevakis · 13 years ago
  78. 09722dd thread.c includes gcc_extensions.h and thread-XXX.c files are includes inside thread.c therefore do not require their own. by Michael Sevakis · 13 years ago
  79. 75f2e45 AMS(v2): fix system_reboot by re-enabling the internal ROM clock just before rebooting by Bertrik Sikken · 13 years ago
  80. 11b661e Add labels for calculating RAM usage on tms320dm320 targets. Thanks to Rafaël Carré for pointing this out. by Boris Gjenero · 13 years ago
  81. 8906b3e Convert remaining __attribute__((noreturn)) to NORETURN_ATTR. by Boris Gjenero · 13 years ago
  82. 59e71ee Introduce USED_ATTR wrapper for __attribute__((used)). by Boris Gjenero · 13 years ago
  83. e4dbcc4 FS#12418 - Merge prototypes from ata-target.h files into new file ata-driver.h. After this change: by Boris Gjenero · 13 years ago
  84. e42a319 AS3525v1/v2: by Michael Sevakis · 13 years ago
  85. bac6a70 Sansa Connect: Revise codec initialization/shutdown. by Tomasz Moń · 13 years ago
  86. 2ee9fac Power management is to be kept in target tree due to being target specific. by Tomasz Moń · 13 years ago
  87. de712ee Sansa Connect: Add TPS65021 (Power Management) driver. by Tomasz Moń · 13 years ago
  88. c31f7d0 HDD6330: introduce a new button (BUTTON_TAP), based on the hardware support for gestures. From now on some things are accessible by tapping on the vertical scroll strip. Reorganize, fix and remap some of the keymaps, add missing keymap for the recording. by Szymon Dziok · 13 years ago
  89. 2c523ac Clip Zip: fix yuv playback by Rafaël Carré · 13 years ago
  90. dd865bc imx233: add control for more clocks, add debug clock debug screen by Amaury Pouly · 13 years ago
  91. 66c53d5 Sansa Connect: Fix yellow by Tomasz Moń · 13 years ago
  92. 5e805f2 Sansa Connect: Fix GIO initialization and screen wakeup. by Tomasz Moń · 13 years ago
  93. 39f4408 Sansa Connect: Make simulator compile. UI-sansaconnect.bmp by Martin Sägmüller (based on press image). by Tomasz Moń · 13 years ago
  94. a299212 imx233: add power debug screen by Amaury Pouly · 13 years ago
  95. 374a08a fuze+: update keymap and touchpad driver based on FS#12405 with minor modifications. Thanks to Jean-Louis Biasini. by Amaury Pouly · 13 years ago
  96. 297c29c dm320: call storage idle notifys on in sdmmc thread by Tomasz Moń · 13 years ago
  97. 47452dc PortalPlayer: Loading of stack munge value into r4 was moved in r30741 to after the idle stack init loop, breaking the usage readout. by Michael Sevakis · 13 years ago
  98. 99ea0c5 Sansa AMSv2 USB: Simplify union around struct usb_ctrlrequest and remove duplicate alignment attribute by Bertrik Sikken · 13 years ago
  99. ebde2ea Sansa AMSv2: potential USB fix from FS#11664 by funman: by Bertrik Sikken · 13 years ago
  100. 62f5027 Fix battery meter on Sansa Connect. by Tomasz Moń · 13 years ago