summaryrefslogtreecommitdiffstats
path: root/firmware
AgeCommit message (Expand)AuthorFilesLines
2012-08-31imx233: more consistent debug screenAmaury Pouly1-2/+2
2012-08-31imx233: fix auto slow divisorAmaury Pouly1-2/+5
2012-08-31fix commentAmaury Pouly1-2/+2
2012-08-31fuze+: use safer battery shutoff and dangerous levelsAmaury Pouly1-2/+2
2012-08-30fix commentAmaury Pouly1-1/+1
2012-08-30fix redAmaury Pouly1-2/+0
2012-08-30fix redAmaury Pouly1-1/+0
2012-08-30imx233: fix clktrl auto slow functionAmaury Pouly1-2/+2
2012-08-30imx233: implement basic frequency scaling and enable auto-slowAmaury Pouly2-12/+48
2012-08-30fuze+: battery calibrationAmaury Pouly1-6/+6
2012-08-30imx233: fix compilation of sdmmc for non-mmc targetsAmaury Pouly1-2/+8
2012-08-30rk27xx: implement frequency scallingMarcin Bukat4-4/+60
2012-08-30fix yellowAmaury Pouly1-1/+3
2012-08-30imx233: add regulator apiAmaury Pouly3-56/+184
2012-08-30imx233: fix header, add emi functionAmaury Pouly2-2/+9
2012-08-30imx233: fix idle storage notification for sd/mmc driverAmaury Pouly1-15/+35
2012-08-28Only build LOGFDISK for SWCODEC.Frank Gevaerts1-1/+1
2012-08-27rk27xx: Turn off lsadc clock when not in useMarcin Bukat1-5/+15
2012-08-27rk27xx: Turn off i2c clock when not in useMarcin Bukat1-145/+164
2012-08-23imx233: sdmmc driver enhancementAmaury Pouly1-33/+87
2012-08-21imx233: remove debug panicAmaury Pouly1-2/+0
2012-08-21imx233: simplify sd/mmc driverAmaury Pouly2-190/+228
2012-08-18imx233: merge sd and mmc drivers, fix dma issuesAmaury Pouly5-823/+877
2012-08-18imx233: rework i2c driver to fix dma issuesAmaury Pouly2-9/+70
2012-08-18imx233: small dma changes, update debug screenAmaury Pouly3-16/+26
2012-08-18imx233: fix commentAmaury Pouly1-1/+1
2012-08-18imx233: fix styleAmaury Pouly1-1/+1
2012-08-06Don't enable log to disk on PCTOOL builds since there is no disk to log to.Michael Giacomelli1-1/+2
2012-08-06Remove copy/pasted preprocessor defines that shouldn't have been included.Michael Giacomelli2-6/+9
2012-08-06Enable logdiskf to for all device targets, but not bootloaders or applicationMichael Giacomelli1-0/+5
2012-08-07Introduce logging to disk feature into rockbox.Michael Giacomelli3-27/+185
2012-07-31Fix database tool.Thomas Martitz4-8/+3
2012-07-22Revert my previous commit disabling the internal ROM clock during normalMichael Giacomelli1-4/+6
2012-07-18fix database toolThomas Martitz1-1/+1
2012-07-13hm60x: Fix gpio pin direction.bootloader_hifimanhm60x_v3Andrew Ryabinin1-1/+1
2012-07-13hm60x: Fix not working backlight on some hm-601's.Andrew Ryabinin1-4/+4
2012-07-11rk27xx codec: simplify startupMarcin Bukat1-9/+7
2012-07-11rk27xx: implement system_exception_wait()Marcin Bukat1-1/+5
2012-07-10rk27xx codec: Fix volume settingMarcin Bukat2-9/+14
2012-07-10rk27generic: fix charging_state()Marcin Bukat1-1/+1
2012-07-09rk27xx: disable watchdog on startupMarcin Bukat1-0/+3
2012-06-30hm60x: Add support for HM-601 slims with new lcds.bootloader_hifimanhm60x_v2Andrew Ryabinin1-20/+167
2012-06-20Use RGB565 define instead of plain 565.Frank Gevaerts7-7/+7
2012-06-19Fix non-integer display_zoom for charcell.Frank Gevaerts1-2/+2
2012-06-19Change display_zoom from int to double.Frank Gevaerts3-4/+4
2012-06-15hosted: disable USING_STORAGE_CALLBACK againThomas Martitz1-1/+1
2012-06-14Remove extraneous "extern int display_zoom" declarations.Frank Gevaerts2-2/+0
2012-06-11The threading model should be set from configure, not config.h.Frank Gevaerts1-5/+0
2012-06-11Add the Android/MIPS targetFrank Gevaerts2-1/+6
2012-06-11Rearrange #ifdefs a bit, so SIGALTSTACK overrides CPU-specific threading.Frank Gevaerts2-29/+26