summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2009-07-09S5L8700: use wakeup_wait/wakeup_signal instead of polling for i2c communicationBertrik Sikken
2009-07-09S5L8700: Implement ADC driverBertrik Sikken
2009-07-08M:Robe 500: fix a bug where the remote LCD was not properly sleepingKarl Kurbjun
2009-07-08M:robe 500 - Set the mask on the remote so that it indicates the battery statusKarl Kurbjun
2009-07-07Meizu: implement i2c for the meizu fmradio and update the tea5760 tuner driverBertrik Sikken
2009-07-07Philips SA9200: fix the buttons to work with flip screen mode (does anyone us...Mark Arigo
2009-07-06Sansa AMS: display the virtual led icon on disk transfersRafaël Carré
2009-07-06sAMSa: Turn the backlight off before rebooting to avoid irritating lcd flash.Thomas Martitz
2009-07-06Samsa SD driver : acknowledge USB events, now reboots on USB insertionRafaël Carré
2009-07-06Samsa AMS: start of an USB driver (nothing working atm)Rafaël Carré
2009-07-06DM320: Add the same fix from r21647Karl Kurbjun
2009-07-06Sansa AMS: Disable voltage scaling for now until we found a way to make it re...Thomas Martitz
2009-07-05s5l8700: fix off-by-one error in DMA countBertrik Sikken
2009-07-05S5L8700: implement kernel timerBertrik Sikken
2009-07-05Onda VX747 backlight: use a higher frequency to reduce flickeringMaurus Cuelenaere
2009-07-05S5L8700: initial framework for PCM (using DMA transfers)Bertrik Sikken
2009-07-05Sansa AMS : don't reinvent adc_read(), patch by FlynDiceRafaël Carré
2009-07-05ARM922T's icache isn't coherent with its dcache, so we need to ensure that it...Michael Giacomelli
2009-07-03Ingenic Jz4740: add basic frequency switchingMaurus Cuelenaere
2009-07-03Ingenic Jz4740 PCM driver: add some locking here and there (doesn't fix all P...Maurus Cuelenaere
2009-07-03Ingenic Jz4740: remove some unneeded stuff and simplify SD driver (also thank...Maurus Cuelenaere
2009-07-01Move sd_get_info() into common sd codeRafaël Carré
2009-07-01 * Move some more stuff to the general SD driverMaurus Cuelenaere
2009-07-01Ingenic jz4740 SD driver: remove custom list of SD commandsRafaël Carré
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré
2009-07-01card_extract_bits() take the start bit argument as defined in public SanDisk ...Rafaël Carré
2009-07-01Ingenic Jz4740 SD driver: remove some unneeded stuff + fill the OCR field in ...Maurus Cuelenaere
2009-07-01Ingenic Jz4740 SD driver: fix SD clock init (fixes problems with SDHC cards)Maurus Cuelenaere
2009-07-01Also cleanup Onda VX747 ata-sd-target.h fileMaurus Cuelenaere
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré
2009-07-01AMSSansa: Corrects bug introduced with r21577 causing random lockups on AMSSa...Jack Halpin
2009-07-01Philips SA9200. Add LCD features: enable, sleep, flip, contrast, and invert.Mark Arigo
2009-06-30FS#10344 - AMSSansa Dynamically adjust core voltage to extend playtime.Jack Halpin
2009-06-29Sansa AMS : use the aligned buffer in bss for all DMA transfersRafaël Carré
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré
2009-06-29Move PP (last target) timer code in target treeRafaël Carré
2009-06-29Move SH7034 timer code in the target treeRafaël Carré
2009-06-29Move coldfire timer code in the target treeRafaël Carré
2009-06-29Move PNX0101 timer code in the target treeRafaël Carré
2009-06-29Rename TIMER_REGISTER macro to TIMER_START and TIMER_UNREGISTER to TIMER_STOP...Rafaël Carré
2009-06-29Move Sansa AMS timer code in the target treeRafaël Carré
2009-06-29Sansa AMS: correct sd_select_bank() in SD driverRafaël Carré
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken
2009-06-27S5L8700: implement i2c driver (used for communicating with the RTC and the co...Bertrik Sikken
2009-06-27Meizu M3: implement logarithmic brightness curve (curve provided by markun) a...Bertrik Sikken
2009-06-24Also fix the iRiver H10Maurus Cuelenaere
2009-06-24Fix some forgotten OR's in some button-target.h filesMaurus Cuelenaere
2009-06-24Onda VX747: make backlight setting range from 1->16 instead of 0->15Maurus Cuelenaere