summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8700
AgeCommit message (Expand)AuthorFilesLines
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
2009-06-28Create an udacodec interface (similar to ascodec and wmcoded) and adapt/imple...Bertrik Sikken1-0/+62
2009-06-27S5L8700: implement i2c driver (used for communicating with the RTC and the co...Bertrik Sikken1-0/+136
2009-06-27Meizu M3: implement logarithmic brightness curve (curve provided by markun) a...Bertrik Sikken1-3/+5
2009-06-23Implement PWM backlight driver for the Meizus. Update Meizu M3 bootloader to ...Bertrik Sikken5-63/+117
2009-06-22Meizu lcd-m3: whitespace fixesBertrik Sikken1-106/+106
2009-01-08Clean up panicf and introduce system_exception_wait to do further target task...Michael Sevakis1-0/+5
2008-11-11make the meizu bootloaders compile again with the new storage infrastructureFrank Gevaerts1-3/+2
2008-11-04More storage work. Frank Gevaerts1-18/+12
2008-10-18Make the meizu m3 load from flash, so interrupts work. More work is needed to...Frank Gevaerts3-34/+382
2008-10-12make colours look rightFrank Gevaerts1-3/+3
2008-10-12Fix LCD timings on the older meizu M3 variant, so it works with a fast clock.Frank Gevaerts1-7/+7