summaryrefslogtreecommitdiff
path: root/firmware/target/arm
AgeCommit message (Expand)Author
2010-04-05Fuzev2: write pixel swapping in assembly for a some speed upRafaël Carré
2010-04-05as3525v2: set PCLK correctlyRafaël Carré
2010-04-03Clipv2: read hold switch correctlyRafaël Carré
2010-04-03Clipv2: fix grey lcd outputRafaël Carré
2010-04-03Clipv2/Clip+: lower DEFAULT/NORMAL frequency from 60MHz to 24MHzRafaël Carré
2010-04-03Clipv2: reboot to OF when USB is insertedRafaël Carré
2010-04-03as3525v2: acknowledge USB connection/deconnection in SD threadRafaël Carré
2010-04-03as3525v2: disable interrupts when writing to the PMU registersRafaël Carré
2010-04-02Fix someone elses yellow and redJeffrey Goode
2010-04-01Clip+: remove button_hold() : we use software holdRafaël Carré
2010-04-01Fuzev2: Scrollwheel works like a charm :)Thomas Martitz
2010-04-01Fuzev2 LCD: replace delays by calls to lcd_delay() (delays not changed)Rafaël Carré
2010-04-01Try to fix problems on Clip+ (not sure why they appear randomly)Rafaël Carré
2010-04-01as3525v2: assume plla is the source for pclk (verified with timer frequency)Rafaël Carré
2010-04-01Fix boosting on as3525v2Rafaël Carré
2010-04-01as3525*: make sure fclk is 24MHz before using it as the clock source for pclkRafaël Carré
2010-04-01as3525*: set up CGU_COUNT register before turning on / modifying PLLsRafaël Carré
2010-04-01as3525v2: adjustable CPU freq : CGU_PROC is identical to as3525 after allRafaël Carré
2010-03-31Clipv2/Clip+ : use CHG_IN adc channel, it seems to work better than BVDD and ...Rafaël Carré
2010-03-29Fix bootloader red, it doesn't have backlight handling.Thomas Martitz
2010-03-29fuzev2 FM doesn't work (yet), don't try to record from itRafaël Carré
2010-03-29Fuzev2: Preliminary button support. Scrollwheel does not work yet.Thomas Martitz
2010-03-29as3525: CGU_USB has only 3 bits for the dividerRafaël Carré
2010-03-29as3525v2: factorize writing to ascodec PMURafaël Carré
2010-03-29as3543: name 0x1b & 0x1c registersRafaël Carré
2010-03-29Clipv2/Clip+ : turn off backlight in 0x1b registerRafaël Carré
2010-03-29Fuzev2: fix backlight brightnessRafaël Carré
2010-03-28Fuzev2: it seems we need to set bit 3 when selecting PMU subregisterRafaël Carré
2010-03-28Fuzev2: cleanup backlight code (still not working correctly)Rafaël Carré
2010-03-28Fuzev2: fix LCDRafaël Carré
2010-03-28Fuzev2: fix lcdRafaël Carré
2010-03-27Fuzev2: fix normal build: enable charging properly, disable FM, use as3525v2 cpuRafaël Carré
2010-03-27Fuzev2: µSD detect pin is A2 like Clip+, but the meaning is reversedRafaël Carré
2010-03-26sd-as3525v2.c Organize construction of MCI_COMMAND so it is more apparent w...Jack Halpin
2010-03-26Fuzev2: fix build, use suited bitmap toolRafaël Carré
2010-03-26Clip+: fix battery voltage reading when charging : use ADC_RTCSUP like e200v1Rafaël Carré
2010-03-26Use STORAGE_WANTS_ALIGN to make clear it's not a strict necessityRafaël Carré
2010-03-25Make storage alignement use cache alignement macrosRafaël Carré
2010-03-25Fix usb-arc driver: the driver would prematurely mark a transfer as complete ...Amaury Pouly
2010-03-24sd-as3525v2.c Implement HS timings for those cards that are capable.Jack Halpin
2010-03-24sd-as3525v2.c Don't reset controller on every pass through the transfer loop.Jack Halpin
2010-03-24sd-as3525v2.c Adjust comments for MCI_INT bits to show if they are related ...Jack Halpin
2010-03-23SansaAMSv2: Give register CGU_BASE + 0x3C the name CGU_SDSLOT.Jack Halpin
2010-03-23No intentional warnings.Björn Stenberg
2010-03-23Make this properly dependend on the right defines instead of a blacklist.Tobias Diedrich
2010-03-23Limit AUDIO_IRQ handling to AS3525, since it doesn't work on the newer SoC in...Tobias Diedrich
2010-03-23fix previous revision by using correct definition of i2c prescalerRafaël Carré
2010-03-23as3525: do not read i2c2_cpsr* registers because the clock might be disabledRafaël Carré
2010-03-23fix r25297 : make ascodec-target.h empty when building simRafaël Carré
2010-03-23Implement software pwm to control c200v2 display brightness.Tobias Diedrich