summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2008-12-20Fixed compiler warnings.Björn Stenberg2-1/+4
2008-12-20Ingenic players:Maurus Cuelenaere3-9/+14
2008-12-20Ingenic players: disable LCD clock when unneededMaurus Cuelenaere1-1/+6
2008-12-20Ingenic targets:Maurus Cuelenaere11-165/+251
2008-12-19Use set/clr instead of mod functions where applicable.Michael Sevakis5-27/+21
2008-12-19Add a couple useful shorthand atomic register write functions for imx31. Conv...Michael Sevakis2-0/+12
2008-12-19Fix SVN propertiesMaurus Cuelenaere2-5/+4
2008-12-19 * Add support for Onda VX747+ (FS#9674 by Olivier Barbut)Maurus Cuelenaere2-13/+34
2008-12-19Working touchpad for the Philips HDD1630 using the Synaptics driver. Like the...Mark Arigo4-31/+140
2008-12-17Renamed as3525-codec.c to ascodec-as3525.c to bring it in line with the namin...Bertrik Sikken1-0/+0
2008-12-17Move the Synaptics touchpad driver for the m:robe 100 to a common place. It w...Mark Arigo1-477/+18
2008-12-17Make the Philips SA9200 port build again.Mark Arigo1-17/+7
2008-12-16AMS Sansa: add fmradio i2c support for e200v2 and the fuze, by Thomas Martitz...Bertrik Sikken1-2/+8
2008-12-16Commit updated FS#9569 by Michael Chicoine. Fixes a bug in lcd_update_rect o...Michael Giacomelli1-7/+8
2008-12-16Commit FS#9623 by Thomas Martitz. General LCD clean up. Removes needless de...Michael Giacomelli1-73/+23
2008-12-16Commit FS#9652 by Thomas Martitz. Enable microSD on e200v2 and fix initiali...Michael Giacomelli1-9/+7
2008-12-15Actually set sd_enabled (again by Thomas Martitz)Frank Gevaerts1-0/+2
2008-12-15fix yellowFrank Gevaerts1-0/+2
2008-12-15Apply FS#9650 (by Thomas Martitz). This adds hotswap and microSD support for ...Frank Gevaerts1-14/+73
2008-12-13correct battery readout for m200v4. Percentage is still uncalibrated.Dominik Wenger1-0/+59
2008-12-12m200v4: rename Keys, so they match better other targets with similar key-layo...Dominik Wenger2-13/+13
2008-12-12Argh. Being stupid. Missed one. Nap time.Michael Sevakis1-1/+0
2008-12-12Get rid of some pcm_apply_settings cruft at the low level I somehow missed. M...Michael Sevakis8-22/+1
2008-12-12Fix-m the ruddiness.Michael Sevakis3-6/+2
2008-12-12Bring consistency to pcm implementation and samplerate handling. Less low-lev...Michael Sevakis12-319/+89
2008-12-12FS#9591 by Anton Veretenenko for the Philips GoGear HDD1620/1630 (with a few ...Mark Arigo7-20/+82
2008-12-11Fix a PortalPlayer PCM bug that made keyclick malfunction. Should fix FS#8836...Michael Sevakis2-12/+34
2008-12-10Fix red and a couple other things I somehow missed.Michael Sevakis1-1/+1
2008-12-10Use cookies for thread identification instead of pointers directly which give...Michael Sevakis1-6/+6
2008-12-09FS#9609 FM radio support for the Gigabeat S, seeking/scanning is not yet Nils Wallménius3-0/+135
2008-12-09make fmradio-i2c code from clip more generic, so it works for m200v4 and hope...Dominik Wenger1-10/+29
2008-12-08Meg-FX: Enable a real tick in the bootloader. Do cleanups before switching t...Michael Sevakis5-22/+24
2008-12-08Have drivers merged for WM8711/21/31 since they are so similar but respect al...Michael Sevakis1-1/+2
2008-12-08Sansa Clip: implement the fmradio_i2c interface using generic_i2cBertrik Sikken1-0/+137
2008-12-08Sansa Clip: revert 19353Rafaël Carré1-0/+2
2008-12-07Meg F/X: Radically changing divider settings messed up the fake sleep in the ...Michael Sevakis1-1/+27
2008-12-07Meg F/X can beep and click using a hardware timer so let us try it out. To ma...Michael Sevakis3-6/+110
2008-12-06Add small delays before lcd_write_data() and lcd_write_command(). This seems ...Frank Gevaerts1-0/+4
2008-12-06Sansa Clip: No need to use GPIO pin B6 in LCDRafaël Carré1-2/+0
2008-12-05Sansa Clip: No need to use GPIO pin B5 in LCD - it's likely used in FMRafaël Carré1-2/+1
2008-12-05Sansa AMS: use vectored interruptsRafaël Carré1-28/+44
2008-12-05Sansa AMS: correct VIC registers usageRafaël Carré1-1/+1
2008-12-04Sansa AMS "High Mem" : fix main binary linking broken by r19342Rafaël Carré1-1/+2
2008-12-04pcm-as3525.c : don't use |= on a write-only register (VIC_INT_EN_CLEAR).Bertrik Sikken1-1/+1
2008-12-04Sansa AMS: Disable DMA clocks when not in useRafaël Carré4-3/+30
2008-12-04Sansa AMS: disable I2SOUT clocks when playback is stoppedRafaël Carré1-2/+8
2008-12-04Sansa AMS: PCM driver (FS#9592)Rafaël Carré2-25/+130
2008-12-04Sansa AMS: Don't allocate stack in irq_handlerRafaël Carré1-4/+2
2008-12-04Sansa AMS SD driver: don't check non fatal flags of MCI_STATUSRafaël Carré1-5/+6
2008-12-04Oops, logic error! Interrupts enabled != in interrupt modeMaurus Cuelenaere2-9/+16