summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
AgeCommit message (Expand)AuthorFilesLines
2012-12-26imx233: use tick insteaf of msec to collect statisticsAmaury Pouly3-18/+18
2012-12-26fuze+: fix bootloader buildAmaury Pouly1-0/+4
2012-12-26fuze+: implement lcd flip and invertAmaury Pouly1-0/+16
2012-12-26fuze+: make sure lcd is ready before chaning a registerAmaury Pouly1-0/+1
2012-12-26fuze+: add lcd debug screen (display kind)Amaury Pouly3-1/+38
2012-12-26imx233: rework cpu frequency scalingAmaury Pouly1-8/+23
2012-12-26imx233: fix regulator voltage setting + always enable DCDC modeAmaury Pouly2-0/+18
2012-12-26imx233: fix potential hbus dividor settings + docAmaury Pouly2-4/+10
2012-12-16imx233: simplify sdmmc led handling, fix typoAmaury Pouly1-10/+3
2012-12-16rk27xx: Add status led (icon) support to SD driverMarcin Bukat1-0/+2
2012-12-04rk27xx: introduce meaningfull constants in usb driverMarcin Bukat1-78/+78
2012-12-02imx233: try to improve audio qualityAmaury Pouly2-1/+22
2012-11-26rk27xx: use generic fallback of lcd_blit_yuv()Marcin Bukat2-2/+10
2012-11-13imx233: hopefully fix audio pop on startupAmaury Pouly1-3/+21
2012-11-12AMS: make sure ROM clock is always onRafaël Carré1-7/+2
2012-10-31rk27xx: Disable interrupts before invalidating cache.Andrew Ryabinin1-13/+8
2012-10-25rk27xx: Disable cache while invalidating it.Andrew Ryabinin1-0/+4
2012-10-21imx233: fix user timerAmaury Pouly1-1/+1
2012-10-18hm801: Implement additional button driver.Andrew Ryabinin2-28/+99
2012-10-11imx233: add more ocotp registers to debug screenAmaury Pouly1-2/+45
2012-10-10imx233/fuze+: add status led(icon) support to sd/mmc storage layerAmaury Pouly1-0/+13
2012-09-27hm60x/hm801: Fix blinking white screen.Andrew Ryabinin1-0/+3
2012-09-27Fix type cast for LCD_BUFF.Andrew Ryabinin1-1/+1
2012-09-27rk27xx lcd code reworkAndrew Ryabinin7-132/+337
2012-09-19rk27xx: Fix commit_discard_idcache()Marcin Bukat1-7/+17
2012-09-04imx233: properly disable frequency scaling for nowAmaury Pouly1-2/+0
2012-09-04rk27xx: Put some nand handling functions for referenceMarcin Bukat1-0/+394
2012-09-04imx233: disable cpu frequency scalingAmaury Pouly1-0/+3
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 Bukat2-2/+58
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-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 Pouly1-190/+178
2012-08-18imx233: merge sd and mmc drivers, fix dma issuesAmaury Pouly3-817/+874