summaryrefslogtreecommitdiffstats
path: root/firmware/export
AgeCommit message (Expand)AuthorFilesLines
2009-07-12Add data structuresFrank Gevaerts1-3/+24
2009-07-12Remove OHCI registers from s3c2440.h and move them to their own header. Since...Frank Gevaerts2-27/+56
2009-07-12Meizu: implement power driver (USB power detect / charging status / poweroff)Bertrik Sikken1-2/+2
2009-07-12S5L8700: implement timer driverBertrik Sikken1-0/+2
2009-07-12Correct svn:keywords and svn:eol-style on a few more files.Thomas Martitz8-184/+184
2009-07-11Fix red for sansa m200v4 (it also should have the pitchscreenif sansa m200 ha...Alexander Levin1-1/+1
2009-07-11Fix red in bootloadersAlexander Levin1-0/+7
2009-07-11Improvements to the pitch screen UI (FS#10359 by David Johnston)Alexander Levin1-2/+2
2009-07-10D2: Remove unnecessary ide_power functions.Rob Purchase1-3/+0
2009-07-10D2: Update the battery discharge curve to observed values, and add a crude ru...Rob Purchase1-0/+5
2009-07-09S5L8700: Implement ADC driverBertrik Sikken1-1/+2
2009-07-07Meizu: implement i2c for the meizu fmradio and update the tea5760 tuner driverBertrik Sikken2-0/+61
2009-07-06Samsa: fix red for clip/m200v4/c200v2 (typo)Rafaël Carré3-3/+3
2009-07-06Samsa AMS: start of an USB driver (nothing working atm)Rafaël Carré6-15/+31
2009-07-03Also enable frequency switching on Onda VX767Maurus Cuelenaere1-2/+1
2009-07-03Ingenic Jz4740: add basic frequency switchingMaurus Cuelenaere2-3/+5
2009-07-01Ingenic jz4740 SD driver: remove custom list of SD commandsRafaël Carré1-4/+4
2009-07-01add firmware/driver/sd.c which contains common code between SD driversRafaël Carré2-5/+3
2009-07-01Merge tCardInfo struct (MMC) and tSDCardInfo struct (SD)Rafaël Carré3-14/+36
2009-07-01Philips SA9200. Add LCD features: enable, sleep, flip, contrast, and invert.Mark Arigo1-7/+17
2009-07-01Use the USB pid normally used by the OF when in UMS mode. This might make mis...Jonas Häggqvist1-1/+1
2009-06-291 mA gets rounded to 0 during computation, so use 2 mA as the default.Michael Giacomelli1-5/+5
2009-06-29Clean up nested defines in powermngt.h while I'm at it.Michael Giacomelli1-8/+4
2009-06-29Protect CURRENT_REMOTE define with an ifndef.Michael Giacomelli1-0/+2
2009-06-29Move Archos battery runtime estimation defines into config files instead of p...Michael Giacomelli5-7/+24
2009-06-29Put TIMER_FREQ definition in CPU-specific config, and remove timer-target.hRafaël Carré14-13/+52
2009-06-29Remove the TIMER_* macros and declare target-specific functions in timer.hRafaël Carré1-0/+6
2009-06-29Remove int_prio argument from timer_register, and move the only use for it in...Rafaël Carré1-1/+1
2009-06-29Move PP (last target) timer code in target treeRafaël Carré1-5/+5
2009-06-29Move SH7034 timer code in the target treeRafaël Carré1-2/+4
2009-06-29Move coldfire timer code in the target treeRafaël Carré1-4/+2
2009-06-29Move PNX0101 timer code in the target treeRafaël Carré1-3/+1
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken2-2/+33
2009-06-28Add RTC driver for Seiko S35390A (used in the Meizu M3 and possibly other Mei...Bertrik Sikken1-2/+2
2009-06-27S5L8700: implement i2c driver (used for communicating with the RTC and the co...Bertrik Sikken1-0/+32
2009-06-27Meizu M3: implement logarithmic brightness curve (curve provided by markun) a...Bertrik Sikken1-2/+2
2009-06-24Onda VX747: fix DEFAULT_BRIGHTNESS_SETTINGMaurus Cuelenaere1-1/+1
2009-06-24Onda VX747: make backlight setting range from 1->16 instead of 0->15Maurus Cuelenaere1-2/+2
2009-06-24Use a logarithmic scale for the Onda VX747 backlight (thanks to Bertrik Sikken)Maurus Cuelenaere1-3/+3
2009-06-23Implement PWM backlight driver for the Meizus. Update Meizu M3 bootloader to ...Bertrik Sikken1-4/+3
2009-06-21Do not use lcd_blit_yuv() if MEMORYSIZE <= 2, since mpegplayer won't run anyw...Rafaël Carré1-0/+2
2009-06-20Make ATA poweroff an advanced build option for the Player.Jens Arnold1-4/+0
2009-06-20Enable charging on the Sansa Fuze (charging/discharging curves are still unca...Bertrik Sikken1-2/+2
2009-06-20* Commit a modified FS#10354 (thanks to Davide Quarta) - add support the VX74...Maurus Cuelenaere2-3/+11
2009-06-19Philips SA9200: Working touchpad and button lights! Also, improvements to the...Mark Arigo2-2/+12
2009-06-19Clean up the Synaptics touchpad driver.Mark Arigo1-5/+3
2009-06-18Confirm USB VID/PID of Samsung YH920Rafaël Carré1-1/+0
2009-06-18Ingenic Jz4740: enable IRAM (only core, without ibss)Maurus Cuelenaere1-2/+3
2009-06-18Sansa c200v2 : support more hardwareRafaël Carré1-7/+9
2009-06-17Sansa c200v2 : lcd & backlight support, using the c200v1 lcd driverRafaël Carré1-21/+15