summaryrefslogtreecommitdiff
path: root/firmware/target/arm/s5l8700/ipodnano2g
AgeCommit message (Expand)Author
2009-11-08Squash another bunch of iPod Nano 2G NAND bugs by moving the idle powerdown c...Michael Sparmann
2009-11-02Hopefully fix the remaining iPod Nano 2G flash issues, by adding a tiny sleep...Michael Sparmann
2009-10-23Implement iPod Nano 2G storage active indicatorMichael Sparmann
2009-10-21Fix another bunch of iPod Nano 2G FTL bugs. It seems to work fine for me now,...Michael Sparmann
2009-10-20Fixed a bunch of iPod Nano 2G FTL bugs.Michael Sparmann
2009-10-18iPod Nano 2G storage performance improved by not copying around buffers unnec...Michael Sparmann
2009-10-17Implement iPod Nano 2G nand_get_info()Michael Sparmann
2009-10-13Fix iPod Nano 2G charging detectionMichael Sparmann
2009-10-11Fix the latest iPod Nano 2G NAND issuesMichael Sparmann
2009-10-11iPod Nano 2G PMU rework, added backlight brightness setting and USB charging ...Michael Sparmann
2009-10-11iPod Nano 2G: Reset NAND banks after powering the chip up.Michael Sparmann
2009-10-11Fix yellowMichael Sparmann
2009-10-11Fix another anti-double-inclusion define for iPod Nano 2GMichael Sparmann
2009-10-11Implement NAND power management for iPod Nano 2GMichael Sparmann
2009-10-11Nano2G - remove HAVE_RECORDING from config-ipodnano2g.h as it's not implmente...Dave Chapman
2009-10-11Kill some warningsDave Chapman
2009-10-11Make the Nano2G bootloader actually function as a bootloader. The resulting ...Dave Chapman
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