summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-13Sansa AMS: Various fixes/enhancements for clock frequenciesRafaël Carré5-21/+22
2009-05-12FS#9730 by Torne Wuff - support installing Rockbox in the firmware partition ...Dave Chapman1-1/+6
2009-05-12Sansa Clip : remove unused variable xoffset from lcd driverRafaël Carré1-9/+8
2009-05-12FS#10118 & FS#10165 : lcd_blit_yuv() for Sansa Fuze & Sansa e200v2Rafaël Carré4-47/+676
2009-05-11fix send_command_result() size checking for the SCSI_REQUEST_SENSE case (than...Frank Gevaerts1-1/+2
2009-05-07Jz4732: add hack to fix stack overflow in the power thread (fixes USB on non-...Maurus Cuelenaere1-0/+4
2009-05-06MIPS: don't save gp register when switching threadsMaurus Cuelenaere2-21/+18
2009-05-06Ingenic Jz4740: add a delay between enabling the RTC clock and setting the RT...Maurus Cuelenaere1-0/+2
2009-05-06Allow a clock divider larger than 255 for the internal i2c bus to the as3525 ...Bertrik Sikken1-2/+5
2009-05-05Remove an #ifdef SIMULATOR in favor of using a stubThomas Martitz1-2/+0
2009-05-04Make JPEG and BMP scaler optional with HAVE_JPEG and HAVE_BMP_SCALING, both d...Andrew Mahone33-0/+198
2009-05-04CONFIG_BACKLIGHT_FADING is always defined, so better ask for BACKLIGHT_NO_FAD...Thomas Martitz1-1/+1
2009-05-04M:Robe 500: Add backlight cleanups and fix power management so that dangerous...Karl Kurbjun3-11/+18
2009-05-03Fix redKarl Kurbjun1-3/+3
2009-05-02M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease in...Karl Kurbjun13-106/+174
2009-05-01Fix another FS#10130 issue - Set backlight and button light brightness via th...Boris Gjenero1-9/+25
2009-04-29Fix reds. libuisimulator.a apparently needs to be linked twice (aka quick fix...Thomas Martitz1-5/+4
2009-04-29Simulate lcd_enable and lcd_sleep in the simulator. Therefore, turn backlight...Thomas Martitz3-14/+15