summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2008-12-24H10 can distinguish USB and MAIN charger input so return proper flags. H100s ...Michael Sevakis2-9/+9
2008-12-24Simplify powermgmt thread loops so it calls functions turn (no more power_thr...Michael Sevakis10-107/+594
2008-12-24Fix mistake in c200v2 button driver noticed by Thomas Maritiz.Michael Giacomelli1-1/+1
2008-12-24Commit FS#9679 by Thomas Martitz. Adds c200v2 to the target tree. Has some ...Michael Giacomelli7-1/+701
2008-12-24Remove some unused code in the Philips SA9200 port.Mark Arigo2-88/+2
2008-12-21Gigabeat S: Make tuner_power have the expected behavior (return old state). S...Michael Sevakis2-6/+20
2008-12-21iaudio7: add battery voltage monitoringVitja Makarov2-3/+87
2008-12-21Fix red. Remove stale comment.Michael Sevakis2-7/+0
2008-12-21Gigabeat S: Implement charging and power control to charge from AC or USB. Ho...Michael Sevakis12-79/+1082
2008-12-21revert accidental commit of unrelated filesFrank Gevaerts1-2/+2
2008-12-21merge 19488 back from the 3.1 branchFrank Gevaerts1-2/+2
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