summaryrefslogtreecommitdiff
path: root/firmware
AgeCommit message (Expand)Author
2012-03-19fix cache function nameMarcin Bukat
2012-03-18Add RBCODEC_LIB to android and ypr0 builds so they link again.Frank Gevaerts
2012-03-18gmtime: avoid a modulusRafaël Carré
2012-03-17HDD6330: Correct voltage values, based on the values found in the OF.Szymon Dziok
2012-03-17HDD6330: Simplify strange OF voltage calculation, it's linear anyway.Szymon Dziok
2012-03-17imx233/fuze+: rework lradc/adc code, add external temperature sensing(battery)Amaury Pouly
2012-03-15fuze+: add unknown channel to debug menuAmaury Pouly
2012-03-15imx233/fuze+: rework i2c and fmradio_i2c initAmaury Pouly
2012-03-15imx233: enable charging in bootloader USB mode by including powermgmtAmaury Pouly
2012-03-15skin_engine: New tag to draw a rectangle (optionally with a gradient)Jonathan Gordon
2012-03-13Convert IMX233 RTC driver (used in fuze+) to use mktime and gmtimeBertrik Sikken
2012-03-12fix year calculation in gmtimeBertrik Sikken
2012-03-12Coldfire: Optimize emac context save/restore in mixer ISR.Michael Sevakis
2012-03-11gmtime: reduce array size: days in month fit in 8 bitsRafaël Carré
2012-03-11Introduce gmtime.c and use it in the AS3514 RTC driverBertrik Sikken
2012-03-06rk27xx: lcdif refactoring: make lcdif-rk27xx.c more genericAndrew Ryabinin
2012-03-04Tweak paramters of mp3_play_data and callback.Michael Sevakis
2012-03-04Tweak some PCM drivers for less typecasting with the data pointer.Michael Sevakis
2012-03-04AMSv2: add proper definitions for charge currentBertrik Sikken
2012-03-04rkw-loader: Fix wrong includeAndrew Ryabinin
2012-03-04rename rkw.h header fileMarcin Bukat
2012-03-04rk27xx: switch to RKW format for binaryMarcin Bukat
2012-03-04rk27generic: Implement power_off()Marcin Bukat
2012-03-04rk27xx: add rolo_restart() rk27xx specific variantMarcin Bukat
2012-03-04Add RKW support to roloMarcin Bukat
2012-03-04Add RKW firmware file format loaderMarcin Bukat
2012-03-04rk27xx: rework linker scripts and crt0.SMarcin Bukat
2012-03-03Don't define CPU_* for __PCTOOL__Frank Gevaerts
2012-03-03Disable some more sim_ and app_ redirection for __PCTOOL__.Frank Gevaerts
2012-03-03Integrate the warble tool in the regular build system.Frank Gevaerts
2012-03-03Don't set CONFIG_CPU for __PCTOOL__, to avoid wrong asmFrank Gevaerts
2012-03-03android: drop copied lcd_blit_yuv() and use generic one.Thomas Martitz
2012-03-03Undefine HAVE_ADJUSTABLE_CPU_FREQ for __PCTOOL__Frank Gevaerts
2012-03-03Fix __PCTOOL__ dependencies on SIMULATORFrank Gevaerts
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds for dir functions.Frank Gevaerts
2012-03-03Don't redirect file IO to app_* for __PCTOOLS__ builds.Frank Gevaerts
2012-03-03Fix errors in unintentionally merged gerrit commit.Michael Sevakis
2012-03-03Revise the PCM callback system after adding multichannel audio.Michael Sevakis
2012-03-02Pandora port: Add support for the L/R shoulder buttonsThomas Jarosch
2012-02-29imx233: correctly stop charging on topoff (fix battery discharging)Amaury Pouly
2012-03-01lcd drivers: split lcd_gradient_rect so it is actually usefulJonathan Gordon
2012-02-29Fix bugs in lcd drivers after b37e6bcAndrew Ryabinin
2012-02-28imx233: user __FIELD_SET to set the clock divisorsAmaury Pouly
2012-02-28imx233: print power up source in the bootloaderAmaury Pouly
2012-02-28lcd/skin_engine: Add the ability to draw onto the backdrop layerJonathan Gordon
2012-02-28rk27xx: Make sure SD module clock is not gatedMarcin Bukat
2012-02-28Fix build errors and warningsJonathan Gordon
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon
2012-02-25radio: include power.h in drivers for tuner_power()Amaury Pouly
2012-02-25Move radio power handling from apps/ to drivers.Amaury Pouly