summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/s5l8700
AgeCommit message (Expand)AuthorFilesLines
2012-01-08button-target.h : move prototypes to button.hRafaël Carré5-42/+0
2012-01-04s5l8700: move debug-target.h content to .cRafaël Carré2-28/+2
2012-01-04dbg_hw_info(): remove duplicate prototypesRafaël Carré1-5/+0
2012-01-04dbg_ports(): remove duplicate prototypeRafaël Carré2-1/+1
2012-01-03Rework powermgmt to enable code re-use on appliation and sims.Thomas Martitz3-3/+3
2011-12-31usb-target.h: removeRafaël Carré2-1/+0
2011-12-31usb_init_device(): move prototype to usb.hRafaël Carré1-24/+0
2011-12-31usb-s3c6400x: move usb_init_deviceRafaël Carré1-0/+37
2011-12-31usb-s3c6400x.c: move usb_detect and usb_enableRafaël Carré1-0/+51
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 Sevakis2-5/+5
2011-12-17Get the linker files that slipped through in r31337.Michael Sevakis2-9/+8
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-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff1-308/+308
2011-10-11Switch to SYS mode on arm FS#12322 by meMarcin Bukat1-15/+19
2011-09-01Shuffle some functions around so that interfacing with playback.c in particul...Michael Sevakis1-1/+1
2011-06-29Commit FS#12150 - Fully-functional audio mixer - and finally whip old limitat...Michael Sevakis1-2/+15
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff2-0/+0
2011-06-05Move dbg_hw_info() into target tree. FS#11735 by meMarcin Bukat2-3/+3
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 Sevakis2-8/+8
2011-02-27iPod Classic CE-ATA Support (Part 4 of 4: S5L8702 ATA driver)Michael Sparmann1-1/+1
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-30Submit FS11782: Use faster DRAM timings in unboosted state for S5L870x. DRAM ...Andree Buschmann1-0/+18
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-12iPod Nano 2G: Correct clickwheel interrupt handler name, this time consistently.Michael Sparmann1-5/+5
2010-12-11Fix typo in comment.Andree Buschmann1-1/+1
2010-12-11iPod nano 2G: Call lcd_update_rect() in lcd_update() instead of using an own ...Andree Buschmann1-33/+1
2010-12-11Set DRAM configuration for iPod nano 2G in crt0.sAndree Buschmann1-1/+5
2010-12-11Detail comment in timer configuration of S5L870x.Andree Buschmann1-1/+1
2010-12-11Derive clock and timer defines from frequency of external source.Andree Buschmann1-7/+7
2010-12-01Remove tabsAndree Buschmann3-57/+57
2010-11-15Implement udelay() for S5L870x. Exchange sleep() with udelay() during CPU vol...Andree Buschmann2-1/+8
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-14Move pcm doublebuffer to IRAM on nano 2G.Andree Buschmann1-1/+1
2010-11-14iPod Nano 2G LCD sleep: Send LCD_EVENT_ACTIVATION eventMichael Sparmann1-846/+847