summaryrefslogtreecommitdiff
path: root/firmware/target
AgeCommit message (Expand)Author
2011-06-05fix redMarcin Bukat
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat
2011-06-05Android: Greatly simplify the pcm callback mechanism on both, the Java and th...Thomas Martitz
2011-06-04Android: implement headphone detection thus enabling pause on unplug (FS#12097).Dominik Riebeling
2011-06-04iAudio boot: Unify common macro valuesJens Arnold
2011-06-04rk27xx - missing semicolonMarcin Bukat
2011-06-04fix rockchip i2c driverMarcin Bukat
2011-05-30Rockchip rk27xx port initial commit. This is still work in progress.Marcin Bukat
2011-05-29Fix an implicit declaration warning.Dominik Riebeling
2011-05-25Fix SDL touch screen handling on the screen edgesThomas Jarosch
2011-05-25Fix a problem where hardware keypresses dont reset the idle poweroff timer on...Jonathan Gordon
2011-05-13fuze+: implement a full-blown debug screen for touchpad with graphical feedbackAmaury Pouly
2011-05-11fuze+: implement Synaptics RMI driver on top of i2c, add touchpad debug scree...Amaury Pouly
2011-05-10fuze+: add init/enable/disable lcd sequences for the second lcd kind (only ba...Amaury Pouly
2011-05-08Fix tabs in .c and .h files in firmware/ Bertrik Sikken
2011-05-05Fix whitespace errors aka tabs.Dominik Riebeling
2011-05-04fuze+: move defines from .c to .h; implement button reading for volume up/dow...Amaury Pouly
2011-05-03AMSv2 USB: Write usb_delay() in assemblyRafaël Carré
2011-05-02fuze+: use mdelay and not udelay in lcd sequencesAmaury Pouly
2011-05-01Sansa Fuze+: initial commit (bootloader only, LCD basically working)Amaury Pouly
2011-04-23Split off target-specific parts from firmware/drivers/serial.cBertrik Sikken
2011-04-22ipod6g: make functions and variables static where possibleBertrik Sikken
2011-04-22Fix issues with iPod nano 2G displays reported on the forums. The voltage sup...Andree Buschmann
2011-04-18AMS: consistently use bitclr32/bitset32/bitmod32 for register CCU_IO (instead...Bertrik Sikken
2011-04-18AMSv1 sd: work-around for detection problem with some sd cards (delay after s...Bertrik Sikken
2011-04-16Define LCD dpi for n900, n8xx and the pandoraThomas Jarosch
2011-04-09AMS sd: use defines instead of direct values for drive numberBertrik Sikken
2011-04-08Sansa Clip v2: there's no need to use |= or &= to manipulate a GPIO for the b...Bertrik Sikken
2011-04-02Sansa clip+: do not set GPIO B7 in the display driver, it's already used for ...Bertrik Sikken
2011-04-01AMSv2: fix dependency between button light and sd card control for fuze v2 va...Bertrik Sikken
2011-03-29AMSv2 sd: do not try to switch sd cards into high-speed mode.Bertrik Sikken
2011-03-28AMSv2 sd: correct CLKENA settings (to stop sd clock when idle) for AMSv2 vari...Bertrik Sikken
2011-03-28AMSv2 sd: do sd slot switching with GPIO B5 only for AMSv2 variant 1Bertrik Sikken
2011-03-26AMSv2 SD: use INTERNAL_AS3525 and SD_SLOT_AS3525 defines instead of a direct ...Bertrik Sikken
2011-03-26AMSv2 SD: wait for response to command SD_STOP_TRANSMISSION instead of ignori...Bertrik Sikken
2011-03-26AMSv2 SD: reorganise code to select 4-bit mode data transfer mode a bit and a...Bertrik Sikken
2011-03-26AMSv2 SD: sd card communication speed can be changed back to full speed after...Bertrik Sikken
2011-03-24iPod Classic storage driver: Fix some implicit casts, typos, ...Michael Sparmann
2011-03-24fix warning, use unsigned variableRafaël Carré
2011-03-24SD AMSv2: fix r29625Rafaël Carré
2011-03-21AMSv2 SD: send 80 idle clocks before sending initial CMD0 (go idle state)Bertrik Sikken
2011-03-21AMSv2 SD: receive sd card command responses during initialisation instead of ...Bertrik Sikken
2011-03-21AMSv2 SD: wait for previous data transfer completion before sending a commandBertrik Sikken
2011-03-21AMSv2 SD: use a sleep instead of a udelay for 100 ms delayBertrik Sikken
2011-03-20SD AMSv2: fix r29169Rafaël Carré
2011-03-20SD amsv2: remove double assignementRafaël Carré
2011-03-20Add another delay in the AMSv2 sd controller driver as a work-around for SD i...Bertrik Sikken
2011-03-16Android: Implement app shutdown and thus, sleep timer.Thomas Martitz
2011-03-16Android: Partly revert r29569 and only call the new getJavaEnvironment() when...Thomas Martitz
2011-03-14Listen to and follow external Android volume changes. (Based on FS#11914 by M...Björn Stenberg