summaryrefslogtreecommitdiffstats
path: root/firmware/target
AgeCommit message (Expand)AuthorFilesLines
2009-08-01Samsung YP-S3: update backlight brightness curve so backlight is still on at ...Bertrik Sikken1-16/+18
2009-08-01Meizu: update backlight brightness curve so backlight is still on at the mini...Bertrik Sikken1-11/+12
2009-08-01Philips SA9200: initialize i2c, i2s, and as3514 as the OF does. Fixes clicks/...Mark Arigo2-0/+15
2009-08-01Samsung YP-S3: implement button lightsBertrik Sikken1-0/+19
2009-08-01Samsung YP-S3: implement headphones detectionBertrik Sikken1-0/+8
2009-08-01Ingenic Jz4740 timer driver: fix stupid mistakeMaurus Cuelenaere1-1/+1
2009-08-01M:Robe 500/M66591: Add support for full-speed USB transfers, and fix the UART...Karl Kurbjun1-2/+1
2009-08-01Samsung YP-S3: implement button driver for the touch keys (and the hold/power...Bertrik Sikken1-0/+146
2009-07-30Meizu M3: check LCD_STATUS in the lcd driver instead of using delay loopsBertrik Sikken1-2/+10
2009-07-29Start of a Rockbox port to the Samsung YP-S3.Bertrik Sikken5-0/+605
2009-07-29Fix FS#5230 - reinit the opto-i2c after disabling hold so the buttons work againJonathan Gordon1-0/+1
2009-07-27Meizu: fix mask for GPIO function selection used for fmradioBertrik Sikken1-2/+2
2009-07-27Jz4740 timer driver: only init timer in timer_set() when start is trueMaurus Cuelenaere1-12/+19
2009-07-27Jz4740 PCM driver: do 32-bit or 16-bit burst sizes if 16-byte ones won't fit ...Maurus Cuelenaere1-8/+56
2009-07-27Jz4740 PCM driver: check whether pcm_callback_for_more isn't NULL (fixes metr...Maurus Cuelenaere1-3/+5
2009-07-26Re-work D2 power off behaviour.Rob Purchase1-8/+14
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla8-18/+715
2009-07-26Ingenic Jz4740 targets: turn backlight on when an exception occurs and EXTEND...Maurus Cuelenaere1-0/+2
2009-07-26Onda VX747: don't fully init the LCD when not doing an USB_BOOT compile (fixe...Maurus Cuelenaere1-10/+19
2009-07-25D2: Fix the POWER button check after an exception/panic. Make this power the ...Rob Purchase1-2/+7
2009-07-25Revert r22034 since the backlight handling functions are not consistently nam...Rob Purchase1-7/+0
2009-07-25Make the panic and UIE handlers turn on the backlight (needed for various col...Rob Purchase1-0/+7
2009-07-25Oops, too many files were committed in r22025, revert this one. The other ch...Dave Chapman1-5/+2
2009-07-25Correct the memory sizes (IRAM and DRAM) for the Nano2G.Dave Chapman6-16/+152
2009-07-22D2: Notify the backlight driver when the HOLD button is toggled. Fixes FS#10451.Rob Purchase1-2/+15
2009-07-22Commit part of FS#9873 - Utilise buttons for playlistingThomas Martitz1-0/+7
2009-07-20Nano2G Backlight driver improvements - the previous version didn't work relia...Dave Chapman1-8/+8
2009-07-20sd_first_drive is only used when HAVE_HOTSWAP is defined, so add appropriate ...Frank Gevaerts1-0/+6
2009-07-20Make sd_present() and mmc_present() look only at the actual presence of a car...Frank Gevaerts4-8/+21
2009-07-20take first_drive into account when handling hotswap. This is not important as...Frank Gevaerts1-6/+8
2009-07-19D2: A working read/write SD(HC) driver, based on the PP equivalent. See Cowon...Rob Purchase1-0/+835
2009-07-18S5L8700: fix off-by-one error in kernel timer and fix incorrect interrupt mas...Bertrik Sikken2-3/+3
2009-07-18Nano2g button driver - currently only implementing the hold switch. Should h...Dave Chapman1-0/+40
2009-07-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman2-1/+14
2009-07-18Commit FS#10413 by Michael Chicoine. Fixes upside down menu in mpegplayer wh...Michael Giacomelli1-5/+22
2009-07-17fix ata-nand-s5l8700 compilation properly this timeFrank Gevaerts1-2/+0
2009-07-17Basic backlight driver for Nano 2GDave Chapman1-0/+67
2009-07-17Commit FS#9545, storage cleanup and multi-driver supportFrank Gevaerts8-52/+188
2009-07-17make ELIO_TPJ1022 bootloader compile againRobert Kukla3-0/+268
2009-07-17Apply the same fix as r21930 did for the ramdisk for the AMS Sansa driver.Thomas Martitz1-1/+1
2009-07-17Add information gleaned from disassembling the main firmware image. Detect lc...Robert Keevil1-76/+90
2009-07-17Improvments to Nano 2G LCD driver. This now works reliably on both LCD types.Dave Chapman1-85/+77
2009-07-17remove nand_soft_reset and nand_disk_is_active already voided in storage.hRafaël Carré2-22/+0
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré3-0/+64
2009-07-17Onda VX747: add dual-boot capability + make it possible to permanently 'stick...Maurus Cuelenaere2-4/+4
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré3-64/+0
2009-07-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman1-29/+66
2009-07-16Fix Philips sa9200 red (HAVE_LCD_SLEEP is not defined in the bootloader so th...Thomas Martitz1-0/+2
2009-07-16Get the Nano2G bootloader running - it now runs and displays a logo on one ty...Dave Chapman1-3/+11
2009-07-16Working LCD driver for half the Nano2Gs. It now appears that there are two t...Dave Chapman1-20/+54