summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2009-05-27Set up the c100 for dual-booting.Marc Guay2-2/+6
2009-05-26Fix yellowMaurus Cuelenaere1-0/+2
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere7-112/+114
2009-05-26FS#10216 : Sansa AMS : Do not cross a bank boundary in a single transfer (Onl...Rafaël Carré1-30/+36
2009-05-26Fix typo in the commentAlexander Levin1-1/+1
2009-05-26FS#10245 by Jack Halpin : Adjust Clocking scheme on Sansa AMSRafaël Carré9-73/+155
2009-05-25Samsung YH*: enable bmp scaler and core jpeg supportThomas Martitz3-0/+18
2009-05-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo34-5/+4507
2009-05-25Improve the c100 keymap and button names.Marc Guay2-17/+18
2009-05-25* read_bmp_*(): add FORMAT_RETURN_SIZEMaurus Cuelenaere1-0/+1
2009-05-24always call the class driver init function. This is needed because they are c...Frank Gevaerts1-1/+1
2009-05-23don't disable usb storage by accidentFrank Gevaerts1-0/+1
2009-05-23swap bootloader and non-bootloader cases around to avoid an ugly #ifndefFrank Gevaerts1-12/+11
2009-05-23Fix wrong #ifdefsFrank Gevaerts1-2/+2
2009-05-23Clarify comment and clean up a bit (FS#10227 by Tomer Shalev)Frank Gevaerts1-7/+6
2009-05-23Reorganise USB stack defines. Now config.h decides which class drivers get en...Frank Gevaerts12-47/+74
2009-05-23Fix #ifdef nesting to allow USB_HID to be built without USB_CHARGING_ONLY (FS...Frank Gevaerts1-1/+1
2009-05-22Sansa AMS : remove misleading commentRafaël Carré1-1/+1
2009-05-21Commit FS#9174: Lua scripting language by Dan EvertonMaurus Cuelenaere1-1/+1
2009-05-21Update as3525 i2c register descriptionBertrik Sikken1-1/+8
2009-05-21Sansa AMS: show correct clock speeds for NAND & SD cardRafaël Carré1-1/+11
2009-05-21Move private #defines from i2c-pp.h to i2c-pp.cBertrik Sikken2-11/+11
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken2-3/+3
2009-05-21Fix tuner_power warning on ondio FMBertrik Sikken1-0/+1
2009-05-21Remove some unused declarationsBertrik Sikken12-15/+3
2009-05-21Replace some TABs with spaces (no functional changes)Maurus Cuelenaere1-79/+79
2009-05-21Sansa AMS: move OF size declaration in model specific configRafaël Carré6-6/+17
2009-05-21Sansa AMS: Partly revert r20923 (reset IDE maximal freq to 90MHz to fix probl...Rafaël Carré1-1/+3
2009-05-20Onda VX747: improve the USB insertion detectionMaurus Cuelenaere1-1/+7
2009-05-20Sansa AMS: Centralise mapping of RAM and IRAM in as3525.h via #defines. This ...Thomas Martitz3-26/+42
2009-05-20Don't force double-buffering for sd devices. They apparently are not faster w...Frank Gevaerts1-1/+7
2009-05-20Speed up LCD driver on Ingenic Jz4740 by doing some sort of partial LCD updates.Maurus Cuelenaere1-5/+3
2009-05-20Fix Ingenic Jz4740 USB driver (USB IN <-> OUT) and some whitespace cleaningMaurus Cuelenaere1-122/+122
2009-05-20Fix my mistake in r20987/FS#10219 : live update of Sansa AMS clock freqs (fix...Rafaël Carré1-31/+31
2009-05-19Use different read and write buffer sizes. Due to interaction between common ...Frank Gevaerts1-20/+26
2009-05-19FS#10219 (AMSSansa Debug Clocks) by Jack HalpinRafaël Carré1-1/+264
2009-05-19Sansa Clip : ignore previous setting of CGU_DBOP (do not use ORR)Rafaël Carré1-1/+1
2009-05-18Speed up USB storage by being a bit smarter in ordering transfer setupsFrank Gevaerts1-5/+12
2009-05-17Ingenic Jz4740 PCM driver: set correct sample rateMaurus Cuelenaere1-1/+1
2009-05-17Don't define LOGF_ENABLE..Maurus Cuelenaere1-1/+1
2009-05-17Get interrupt endpoints fully working on Ingenic Jz4740 targetsMaurus Cuelenaere2-4/+16
2009-05-17Fix duplicate #includesBertrik Sikken11-13/+1
2009-05-16Try at implementing interrupt endpoints in the Ingenic Jz4740 USB driverMaurus Cuelenaere1-10/+15
2009-05-16fix DEBUGF statement to print variables that actually exist (FS#10212 by Tome...Frank Gevaerts1-1/+1
2009-05-16Add usb_hid_usage_tables.h for HID to actually compileFrank Gevaerts1-0/+394
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts16-234/+416
2009-05-15M:Robe 500: Commit some minor changes and some keymap changes (short press po...Karl Kurbjun4-66/+5
2009-05-14Sansa AMS i2c : fix 2 problems identified by Jack Halpin & Bertrik SikkenRafaël Carré2-3/+3
2009-05-13Remove the HAVE_RADIO_REGION from the platform config since it's already defi...Alexander Levin1-1/+0
2009-05-13Sansa AMS : remove mci_set_clock_divider()Rafaël Carré2-33/+8