summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2012-03-22android: Add facility for java code to wait native code to be ready.Thomas Martitz5-2/+62
2012-03-20Remove left-over debug statement (oops).Thomas Martitz1-1/+0
2012-03-20lcd_fillrect(): Unify 16bit implementations (move to 16bit-common.c)Thomas Martitz3-224/+116
2012-03-20Refactor lcd_clear_viewport().Thomas Martitz3-100/+84
2012-03-20sdl: Fix the sdl init so the sim will get a taskbar itemJonathan Gordon1-2/+2
2012-03-19sansa clip+: properly reset display using the reset pinBertrik Sikken1-1/+3
2012-03-19mrobe500: fix warrnig in bootloaderMarcin Bukat1-1/+2
2012-03-19fix cache function nameMarcin Bukat1-1/+1
2012-03-18Add RBCODEC_LIB to android and ypr0 builds so they link again.Frank Gevaerts1-1/+2
2012-03-18gmtime: avoid a modulusRafaël Carré1-1/+1
2012-03-17HDD6330: Correct voltage values, based on the values found in the OF.Szymon Dziok1-4/+4
2012-03-17HDD6330: Simplify strange OF voltage calculation, it's linear anyway.Szymon Dziok1-16/+2
2012-03-17imx233/fuze+: rework lradc/adc code, add external temperature sensing(battery)Amaury Pouly7-51/+135
2012-03-15fuze+: add unknown channel to debug menuAmaury Pouly3-2/+5
2012-03-15imx233/fuze+: rework i2c and fmradio_i2c initAmaury Pouly6-11/+15
2012-03-15imx233: enable charging in bootloader USB mode by including powermgmtAmaury Pouly2-3/+5
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon1-5/+9
2012-03-13Convert IMX233 RTC driver (used in fuze+) to use mktime and gmtimeBertrik Sikken1-110/+10
2012-03-12fix year calculation in gmtimeBertrik Sikken1-1/+1
2012-03-12Coldfire: Optimize emac context save/restore in mixer ISR.Michael Sevakis3-24/+39
2012-03-11gmtime: reduce array size: days in month fit in 8 bitsRafaël Carré1-1/+2
2012-03-11Introduce gmtime.c and use it in the AS3514 RTC driverBertrik Sikken4-111/+131
2012-03-06rk27xx: lcdif refactoring: make lcdif-rk27xx.c more genericAndrew Ryabinin4-11/+27
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis2-8/+9
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis6-24/+22
2012-03-04AMSv2: add proper definitions for charge currentBertrik Sikken3-13/+24
2012-03-04rkw-loader: Fix wrong includeAndrew Ryabinin1-1/+1
2012-03-04rename rkw.h header fileMarcin Bukat2-1/+1
2012-03-04rk27xx: switch to RKW format for binaryMarcin Bukat3-4/+7
2012-03-04rk27generic: Implement power_off()Marcin Bukat1-1/+2
2012-03-04rk27xx: add rolo_restart() rk27xx specific variantMarcin Bukat2-1/+71
2012-03-04Add RKW support to roloMarcin Bukat1-2/+65
2012-03-04Add RKW firmware file format loaderMarcin Bukat5-0/+337
2012-03-04rk27xx: rework linker scripts and crt0.SMarcin Bukat3-82/+77
2012-03-03Don't define CPU_* for __PCTOOL__Frank Gevaerts1-0/+4
2012-03-03Disable some more sim_ and app_ redirection for __PCTOOL__.Frank Gevaerts1-2/+2
2012-03-03Integrate the warble tool in the regular build system.Frank Gevaerts2-1/+2
2012-03-03Don't set CONFIG_CPU for __PCTOOL__, to avoid wrong asmFrank Gevaerts1-0/+5
2012-03-03android: drop copied lcd_blit_yuv() and use generic one.Thomas Martitz1-205/+0
2012-03-03Undefine HAVE_ADJUSTABLE_CPU_FREQ for __PCTOOL__Frank Gevaerts1-0/+5
2012-03-03Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts3-3/+3
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.Frank Gevaerts1-1/+1
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds.Frank Gevaerts1-1/+1
2012-03-03Fix errors in unintentionally merged gerrit commit.Michael Sevakis2-2/+3
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis30-641/+680
2012-03-02Pandora port: Add support for the L/R shoulder buttonsThomas Jarosch1-0/+6
2012-02-29imx233: correctly stop charging on topoff (fix battery discharging)Amaury Pouly1-1/+1
2012-03-01lcd drivers: split lcd_gradient_rect so it is actually usefulJonathan Gordon2-14/+48
2012-02-29Fix bugs in lcd drivers after b37e6bcAndrew Ryabinin3-3/+3
2012-02-28imx233: user __FIELD_SET to set the clock divisorsAmaury Pouly1-20/+8