summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700/ipodnano2g
AgeCommit message (Expand)Author
2009-10-10Squash a warning when FTL_READONLY is definedDave Chapman
2009-10-10Fixed some mutex issues in the iPod Nano 2G NAND driver and FTL.Michael Sparmann
2009-10-09Core changes to allow storage drivers to do cleanup on shutdown, and iPod Nan...Michael Sparmann
2009-10-09Reduce iPod Nano 2G NAND timeouts to a sane value (20ms)Michael Sparmann
2009-10-08Implemented iPod Nano 2G power_off()Michael Sparmann
2009-10-07Make iPod Nano 2G FTL return -1 on write() call, if read-only, to prevent panic.Michael Sparmann
2009-10-06Implement lcd_blit_yuv() for the 2nd gen Nano, based on the implementation fo...Dave Chapman
2009-10-05Encoding fixesMichael Sparmann
2009-10-05Reworked iPod Nano 2G PMU code, added RTC and battery ADC.Michael Sparmann
2009-10-05iPod Nano 2G NAND/ECC driver and FTL improvements (still polling)Michael Sparmann
2009-10-04Implement lcd_update_rect()Dave Chapman
2009-10-04Another patch from FS#10633 by Michael Sparmann (with a couple of minor cosme...Dave Chapman
2009-10-04Read/write Nano2G FTL/NAND driver by Michael Sparmann (FS#10633).Dave Chapman
2009-10-02Unify the button driver for the Nano 2G with the driver for earlier clickwhee...Dave Chapman
2009-09-17Fix unreliable LCD updates on the "type 0" LCD. Plus add some comments and a...Dave Chapman
2009-09-17Add an app.lds and some stub functions for the Nano 2G - this isn't enough to...Dave Chapman
2009-07-25Correct the memory sizes (IRAM and DRAM) for the Nano2G.Dave Chapman
2009-07-20Nano2G Backlight driver improvements - the previous version didn't work relia...Dave Chapman
2009-07-18Nano2g button driver - currently only implementing the hold switch. Should h...Dave Chapman
2009-07-18Various Nano2g changes - enable the rest of crt0.S (including clock setup) an...Dave Chapman
2009-07-17Basic backlight driver for Nano 2GDave Chapman
2009-07-17Improvments to Nano 2G LCD driver. This now works reliably on both LCD types.Dave Chapman
2009-07-16Add auto-detection of Nano 2G LCD type, and an initial attempt at lcd_update(...Dave Chapman
2009-07-16Working LCD driver for half the Nano2Gs. It now appears that there are two t...Dave Chapman
2009-07-12Basic changes to add nano 2g to the build system, based on the Meizu M3 port....Dave Chapman