summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm
AgeCommit message (Expand)AuthorFilesLines
2008-03-10D2: Fix IRAM usage, but disable it for now as Tremor does not fit ('make zip'...Rob Purchase1-0/+10
2008-03-09Sansa SD card driver: Simplify hotswap handling, and make it send the insert/...Jens Arnold1-81/+59
2008-03-08Revert accidental tree commit. Sorry for that.Jens Arnold2-40/+76
2008-03-08No need to have \n here. panicf() won't output it anyway.Jens Arnold2-76/+40
2008-03-07m:robe 100 - Hopefully fix the power-off issue.Mark Arigo1-0/+4
2008-03-05m:robe 100:Robert Kukla1-1/+9
2008-03-05Oops (from about 2 months ago) - implement viewport support in the Gigabeat F...Dave Chapman1-5/+5
2008-03-05D2: Make lcd_init_device() actually turn on the LCD, in preparation for booti...Rob Purchase1-9/+18
2008-03-04FS#8272 - Erratic reboot behaviour on sansa e200. Makes reboot on USB connect...Barry Wardell1-2/+2
2008-03-02m:robe 100: add USB detectionRobert Kukla1-1/+1
2008-03-01Minor cleanup and a clarification.Jens Arnold1-3/+1
2008-03-01remove the #ifdef CONFIG_CPU == PP5020 around DEV_INIT2 |= INIT_USB. It shoul...Frank Gevaerts1-8/+0
2008-02-29reset USB controller when entering USB test modeFrank Gevaerts1-0/+5
2008-02-28acknowledge USB disconnect. This wasn't always done anymore since the usb_wai...Frank Gevaerts1-0/+3
2008-02-28boost cpu while connectedFrank Gevaerts1-0/+8
2008-02-28don't call usb_wait_for_disconnect() in the sd thread. The usb storage driver...Frank Gevaerts1-0/+2
2008-02-27move the usb_core thread functionality to the main usb threadFrank Gevaerts1-94/+29
2008-02-26added support for USB port test modes, which are (a) required by the spec, an...Frank Gevaerts1-1/+24
2008-02-24disable logf again, since it was accidentally enabled in the previous commitFrank Gevaerts1-1/+1
2008-02-24comment fix, and one logf() removedFrank Gevaerts1-3/+2
2008-02-24m:robe 100 - now that we have working buttons, we can enable backlight on/off.Mark Arigo1-0/+2
2008-02-24fix redMark Arigo1-1/+1
2008-02-24Driver for the Synaptics touchpad on the m:robe 100 based on the 3-wire inter...Mark Arigo3-23/+588
2008-02-22Only allow high-speed usb if USE_HIGH_SPEED is defined. It still causes data ...Frank Gevaerts1-0/+6
2008-02-22Make high speed work. Does not fix any other bugs yet, so still be careful ab...Frank Gevaerts2-4/+2
2008-02-20Major USB stack improvements. It now works at nearly the maximum speed for a ...Frank Gevaerts2-153/+198
2008-02-19FS#8588: disable USB device again when USB is disconnected on PortalPlayer ta...Barry Wardell1-10/+15
2008-02-19Bring the IMX31 serial driver in line with the CONTRIBUTING guidelines.Will Robertson1-2/+21
2008-02-17Give the Gigabeat S bootloader the ability to untar a tarball.Nicolas Pennequin2-0/+4
2008-02-17revert my work, suggested by amiconnChristian Gmeiner2-152/+0
2008-02-17the last one... sorry for troubleChristian Gmeiner1-2/+14
2008-02-17fix yellowChristian Gmeiner1-3/+1
2008-02-17fix redChristian Gmeiner2-0/+8
2008-02-17FS#8611: move hw_info for pp targets into target treeChristian Gmeiner2-0/+134
2008-02-16a very basic power_off functionChristian Gmeiner1-1/+5
2008-02-16I need to overwork this - sorryChristian Gmeiner1-16/+0
2008-02-16Shutdown needs about 2 seconds, but it seems to work :)Christian Gmeiner1-2/+16
2008-02-15fix compiling of debug menu for tcc780xChristian Gmeiner2-2/+23
2008-02-14Revert LCD changes - make sure the backlight remains on as a visible sign tha...Robert Keevil1-8/+0
2008-02-14Fix redRobert Keevil1-0/+4
2008-02-14Prevent the screen flashing white when shutting down colour ipods - fixes FS#...Robert Keevil1-0/+4
2008-02-13D2: Further work-in-progress on the NAND driver.Rob Purchase1-103/+276
2008-02-13Fix the red.Karl Kurbjun1-1/+2
2008-02-13Make the gigabeat LCD initialization work properly without the original firmw...Karl Kurbjun1-48/+130
2008-02-11Major USB fixes by Frank Gevaerts. Still disabled in builds, #define USE_ROCK...Björn Stenberg2-39/+153
2008-02-11Some misc. ATA stuff: Increase threads' priority (important for idle callback...Michael Sevakis1-1/+2
2008-02-10make mrobe100 work againRobert Kukla1-1/+1
2008-02-10Commit FS#8379 by Andree Buschmann. Disables much of the remaining unneeded ...Michael Giacomelli8-155/+246
2008-02-09Use a fixed multiplier of 2^10 as required when calculating number of blocks.Jonas Häggqvist1-1/+1
2008-02-09Oops. Tiny goof.Michael Sevakis1-1/+1