summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2009-06-01c100: Get a regular build compiling. Very little functionality.Marc Guay2-73/+12
2009-06-01Sansa AMS : higher a bit the delay between acmd41 loops, needed for some micr...Rafaël Carré1-0/+1
2009-05-31Use I2C2_DACNT register (number of pending i2c bytes to read/write) to determ...Bertrik Sikken1-39/+27
2009-05-31Old patch from FS#7832: Sprinkle 'volatile' in the various inline assembler s...Nils Wallménius1-6/+7
2009-05-29AMSSansa: Add AS3525_DRAM_FREQ as a configurable frequency. Attempts to use...Jack Halpin1-12/+19
2009-05-29AMSSansa: clock-target.h and debug-as3525 now use AS3525_FCLK_PREDIV corre...Jack Halpin2-8/+7
2009-05-29AMSSansa: Change comment to describe FCLK as input more accuratelyJack Halpin1-1/+1
2009-05-28AMSSansa: Display AMBA Bus mode and mmu, icache, & dcache status on View HW i...Jack Halpin1-2/+7
2009-05-27Set up the c100 for dual-booting.Marc Guay1-2/+2
2009-05-26Fix audio on Onda VX747Maurus Cuelenaere3-103/+109
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-253 new ports: Samsung YH-820, YH-920, and YH-925. Mostly functional. Audio wor...Mark Arigo23-1/+3365
2009-05-25Improve the c100 keymap and button names.Marc Guay2-17/+18
2009-05-23Clarify comment and clean up a bit (FS#10227 by Tomer Shalev)Frank Gevaerts1-7/+6
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 Sikken1-0/+11
2009-05-21Simplify some redundant boolean expressionsBertrik Sikken1-2/+2
2009-05-21Remove some unused declarationsBertrik Sikken10-13/+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é1-6/+2
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 Martitz2-26/+24
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-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-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 Cuelenaere1-4/+12
2009-05-17Fix duplicate #includesBertrik Sikken9-9/+0
2009-05-16Try at implementing interrupt endpoints in the Ingenic Jz4740 USB driverMaurus Cuelenaere1-10/+15
2009-05-16Add working USB HID driver, by Tomer Shalev (part of his GSoC work).Frank Gevaerts3-70/+127
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-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é3-47/+674
2009-05-06Allow a clock divider larger than 255 for the internal i2c bus to the as3525 ...Bertrik Sikken1-2/+5
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 Kurbjun2-9/+16
2009-05-03Fix redKarl Kurbjun1-3/+3
2009-05-02M:Robe 500 - Fix some of the Keymaps, touchscreen improvements to decrease in...Karl Kurbjun9-78/+95
2009-04-29FS#10151 - e200v2: scrollwheel acceleration by Dustin Skoracki. Improves the ...Thomas Martitz1-24/+32