summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8700
AgeCommit message (Expand)AuthorFilesLines
2009-09-17Fix unreliable LCD updates on the "type 0" LCD. Plus add some comments and a...Dave Chapman1-2/+18
2009-09-17TIMERB is in a different location on the S5L8701Dave Chapman2-3/+13
2009-09-17Add an app.lds and some stub functions for the Nano 2G - this isn't enough to...Dave Chapman5-0/+377
2009-08-24Meizu M6SP: initial LCD driver (compiles but is untested)Bertrik Sikken1-101/+413
2009-08-15Samsung YP-S3: add backlight-target.h for the YP-S3 (contains target specific...Bertrik Sikken2-2/+34
2009-08-09Samsung YP-S3: add beginning of a low-level NAND driver and update bootloader...Bertrik Sikken2-0/+142
2009-08-08Samsung yp-s3: clean up the lcd and button driver (making things static, rena...Bertrik Sikken2-14/+16
2009-08-05Samsung YP-S3: allow player to stay powered up without the USB cable plugged ...Bertrik Sikken1-6/+15
2009-08-02Samsung YP-S3: update backlight brightness curve again (can't go all the way ...Bertrik Sikken1-2/+4
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-01Samsung YP-S3: implement button lightsBertrik Sikken1-0/+19
2009-08-01Samsung YP-S3: implement headphones detectionBertrik Sikken1-0/+8
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-27Meizu: fix mask for GPIO function selection used for fmradioBertrik Sikken1-2/+2
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-20Nano2G Backlight driver improvements - the previous version didn't work relia...Dave Chapman1-8/+8
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-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 Gevaerts1-3/+12
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é1-10/+0
2009-07-17Revert r21912 : "Storage API : remove undeeded target-specific functions"Rafaël Carré1-0/+23
2009-07-17Storage API : remove undeeded target-specific functionsRafaël Carré1-23/+0
2009-07-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman1-29/+66
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
2009-07-12Basic changes to add nano 2g to the build system, based on the Meizu M3 port....Dave Chapman3-5/+234
2009-07-12S5L8700/Meizu: miscellaneous minor fixes, stubs added, keywords setBertrik Sikken6-9/+39
2009-07-12Meizu M3: initial version of battery readout and (uncalibrated) charge/discha...Bertrik Sikken1-0/+67
2009-07-12Meizu: implement power driver (USB power detect / charging status / poweroff)Bertrik Sikken1-0/+92
2009-07-12S5L8700: implement timer driverBertrik Sikken1-0/+104
2009-07-12Remove svn:executable from these files.Thomas Martitz2-0/+0
2009-07-11S5L8700: fix buttons used in debug menuBertrik Sikken2-2/+2
2009-07-11Meizu M3: implement rudimentary button driverBertrik Sikken2-15/+79
2009-07-11S5L8700: add skeleton for __dbg_hw_info and __dbg_ports items in the debug menuBertrik Sikken2-0/+126
2009-07-11S5L8700: mask away status bits from ADC conversion resultBertrik Sikken1-1/+1
2009-07-11Meizu: use hardware PWM instead of interrupts+GPIO to set the backlight brigh...Bertrik Sikken1-54/+19
2009-07-09S5L8700: use wakeup_wait/wakeup_signal instead of polling for i2c communicationBertrik Sikken1-7/+20
2009-07-09S5L8700: Implement ADC driverBertrik Sikken4-76/+98
2009-07-07Meizu: implement i2c for the meizu fmradio and update the tea5760 tuner driverBertrik Sikken1-0/+146
2009-07-05s5l8700: fix off-by-one error in DMA countBertrik Sikken1-1/+1
2009-07-05S5L8700: implement kernel timerBertrik Sikken2-0/+61
2009-07-05S5L8700: initial framework for PCM (using DMA transfers)Bertrik Sikken3-0/+436