summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8700/ipodnano2g
AgeCommit message (Expand)AuthorFilesLines
2017-10-26Unify storage threads into oneMichael Sevakis1-35/+41
2017-01-26Move intrinsic RTC implmentation differences to driver filesMichael Sevakis1-1/+4
2016-05-14iPod Nano2G: add IPOD_ACCESSORY_PROTOCOLCástor Muñoz1-0/+113
2016-05-13iPod Nano2G: add HAVE_SERIALCástor Muñoz1-0/+96
2016-02-14iPod Nano 2G and Classic: Fix power and charging detection.Michael Sparmann1-2/+12
2015-01-12Get rid of stupid _backlight_* function namesMarcin Bukat1-5/+5
2015-01-11Improve readability by adding parenthesisThomas Jarosch1-1/+1
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon1-1/+1
2012-01-08button-target.h : move prototypes to button.hRafaël Carré1-7/+0
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz1-1/+1
2011-12-21Make more local functions static.Boris Gjenero2-2/+2
2011-12-17Swap red and yellow for green on r31339's cranky builds.Michael Sevakis1-4/+4
2011-11-16Fix the gpl notice in the previous commits new files, and fix the yelow gevea...Jonathan Gordon2-4/+8
2011-11-16Finally commit FS#5111 - piezo clicker for ipods!Jonathan Gordon2-0/+119
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff1-0/+0
2011-04-22Fix issues with iPod nano 2G displays reported on the forums. The voltage sup...Andree Buschmann1-1/+1
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis1-4/+4
2011-01-03Remove files accidentally commited in 28953Michael Sparmann2-119/+0
2011-01-02New port: iPod Classic (also known as iPod 6G/6.5G/7G)Michael Sparmann2-0/+119
2011-01-01Fix comment.Andree Buschmann1-1/+1
2011-01-01Save some binsize in LCD driver of iPod nano 2G. No impact to speed.Andree Buschmann1-44/+25
2010-12-30Submitted the wrong file with r28933.Andree Buschmann1-4/+13
2010-12-21Major speedup of iPod nano 2G. Part 6: Use faster LCD interface configuration...Andree Buschmann1-1/+1
2010-12-19iPod nano 2G: Use LCD_PHTIME = 0x22 for both LDS and ILI type of displays. Si...Andree Buschmann1-1/+2
2010-12-19iPod nano2g ILI type LCD displays need big endian configuration for the LCD i...Andree Buschmann1-5/+5
2010-12-13Add short sleep after wakeup of LDS176 type LCD to avoid occasional shift of ...Andree Buschmann1-0/+1
2010-12-13Speedup of iPod nano 2G YUV blitting by 3%.Andree Buschmann1-37/+35
2010-12-13FS#11807 - Major speedup of iPod nano 2G. Part 5: Introduce asm for RGB scree...Andree Buschmann2-24/+56
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 4: Introduce asm for yuv blitt...Andree Buschmann2-110/+275
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 3: Unify different write comma...Andree Buschmann1-175/+90
2010-12-12FS#11807 - Major speedup of iPod nano 2G. Part 2: Use 16 bit data width and s...Andree Buschmann1-15/+8
2010-12-12FS#11708 - Major speedup of iPod nano 2G. Part 1: Loop unrolling and reductio...Andree Buschmann1-11/+25
2010-12-11iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ...Andree Buschmann1-33/+1
2010-12-01Remove tabsAndree Buschmann2-56/+56
2010-11-14iPod Nano 2G LCD sleep: Powering down LDO2 also affects USB, so we can't do t...Michael Sparmann2-858/+665
2010-11-14iPod Nano 2G LCD sleep: Send LCD_EVENT_ACTIVATION eventMichael Sparmann1-846/+847
2010-11-14iPod Nano 2G: Implement LCD sleep (FS#11604 by Franz-Josef Haider), adds up t...Michael Sparmann2-30/+471
2010-11-13iPod Nano 2G FTL: Remove some meaningless code in ftl_initMichael Sparmann1-27/+2
2010-11-02Fix a small bug that prevented the iPod Nano 2G NAND driver from detecting in...Michael Sparmann1-2/+2
2010-10-25Fix screendump on iPod Nano 2G by increasing the usb thread stack size and re...Michael Sparmann1-27/+13
2010-10-01Submit FS#11646. Reduce voltage supply for iPod nano 2G LCD. Significantly re...Andree Buschmann1-1/+2
2010-09-25Roll back r28164 as this change introduced LCD issues on some nano 2G.Andree Buschmann1-1/+0
2010-09-25Reduce LCD voltage supply to 2500 mV to avoid humming noise of nano 2G.Andree Buschmann1-0/+1
2010-09-24Implement lineout en-/disable for WM8975 and activate it for iPod nano 2G.Andree Buschmann1-0/+9
2010-08-21Some Nano2G FTL cosmeticsMichael Sparmann1-21/+22
2010-08-17Fix two rather annoying Nano2G FTL bugs: 1. Fix a null pointer dereference/wr...Michael Sparmann1-18/+21
2010-08-12emBIOS backports part four: Add a lot of DEBUGF()s to the FTL code, and retur...Michael Sparmann1-48/+157
2010-08-12emBIOS backports part three: Make the NAND flash driver return more useful er...Michael Sparmann2-24/+22
2010-08-12emBIOS backports part two: Fix a stupid global variable *instantiation* in a ...Michael Sparmann1-2/+2
2010-08-08ipod nano 2g: make functions/variables static where possible, add missing #in...Bertrik Sikken5-114/+107