summaryrefslogtreecommitdiffstats
path: root/firmware/target/arm/ipod
AgeCommit message (Expand)AuthorFilesLines
2012-05-01Make INITDATA_ATTR work on everything that has INIT_ATTR enabled for code.Michael Sevakis1-1/+1
2012-03-31Classic/6G: click wheel controller powersaveCástor Muñoz1-3/+13
2012-03-28Classic/6G: hold switch detection using GPIOCástor Muñoz1-21/+14
2012-02-28lcd drivers: Convert lcd_[remote_]framebuffer to a pointerJonathan Gordon3-4/+4
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 Martitz2-2/+2
2012-01-03Fix path to PP crt0Rafaël Carré2-2/+2
2011-12-18Add KEEP() around vectors in linker scripts.Boris Gjenero1-1/+1
2011-11-22FS#12397 : On targets which load .data directly into its final location and l...Boris Gjenero1-9/+1
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/+239
2011-11-03Make local functions and variables static where possibleBertrik Sikken1-4/+4
2011-07-24ipod nano 1g: enable readout of battery current through ADC channel 4066_ISTATBertrik Sikken2-2/+2
2011-07-20ipod nano 1g: enable LCD invertBertrik Sikken1-2/+9
2011-07-19Set the default battery capacity for ipod video properly depending on detecte...Frank Gevaerts1-0/+33
2011-06-08Remove superfluous executable bits on a bunch of files.Torne Wuff1-0/+0
2011-04-22ipod6g: make functions and variables static where possibleBertrik Sikken1-1/+1
2011-03-02Merge functionality of wakeups and semaphores-- fewer APIs and object types. ...Michael Sevakis2-8/+8
2011-02-10iPod Nano2g/Classic clickwheel: Configure GPIO pins as Hi-Z while hold switch...Michael Sparmann1-2/+2
2011-02-10Fix more red. Two had been hiding.Michael Sparmann1-2/+2
2011-02-10Fix redMichael Sparmann1-2/+2
2011-02-10iPod Nano 2G: Fix current leak through clickwheel GPIOs when clickwheel is po...Michael Sparmann1-1/+5
2011-02-10iPod Classic: Fix current leak through clickwheel GPIOs when clickwheel is po...Michael Sparmann1-0/+3
2011-02-09iPod Classic: This time really fix the hold switch. Read it out through the p...Michael Sparmann1-2/+13
2011-02-07iPod Classic: Fix hold switch glitchesMichael Sparmann1-1/+1
2011-01-23Simplify x0/x1 calculation for iPod Color some more, and fix display on type ...Jens Arnold1-5/+7
2011-01-12Fix FS#11820. Implement LCD shutdown for iPod Photo/Color and iPod nano 1G. T...Andree Buschmann2-20/+47
2011-01-10Revert unneeded change from r29026.Andree Buschmann1-0/+1
2011-01-10iPod Video LCD: Avoid white flash when entering sleep mode or shutting off.Andree Buschmann2-1/+4
2011-01-07Implement hold switch and headphone detection on iPod ClassicMichael Sparmann1-3/+2
2011-01-03Remove unneeded check for swapping in iPod nano1G/color LCD driver. For nano1...Andree Buschmann1-8/+2
2011-01-02Submit FS#11843 v17. Integrate YUV-blitting of nano 2G to nano1G/color LCD dr...Andree Buschmann2-273/+334
2010-12-30Submitted the wrong file with r28933.Andree Buschmann1-1/+1
2010-12-30Major speedup of iPod nano 2G. Part 7: Disable reading FIFO state in YUV blit...Andree Buschmann1-1/+1
2010-12-29Speed up of iPod nano 1G and iPod color LCD. Use HDD6330 asm part for YUV bli...Andree Buschmann2-102/+182
2010-12-16Fix headphone detection on iPod Nano 2G being inverted (regression from r28800)Michael Sparmann1-1/+1
2010-12-12iPod Nano 2G: Correct clickwheel interrupt handler name, this time consistently.Michael Sparmann1-1/+1
2010-12-12Fix bug introduced with r28800 (missing interrupt handler).Andree Buschmann1-3/+9
2010-12-12usb-s3c6400x.[ch], button-clickwheel.c: Move s5l8701-specific parts to where ...Michael Sparmann1-18/+24
2010-10-10Commit FS#11663 by me - Patch: iPod Nano 2G Bootloader: Boot OF if MENU butto...Michael Sparmann1-15/+59
2010-09-25Disable clickwheel power supply when hold button is active for iPod nano 2G.Andree Buschmann1-0/+5
2010-09-20*/app.lds: remove STUBOFFSETRafaël Carré1-8/+2
2010-08-31Unify 32mb and 64mb ipod video builds - FS#11580Frank Gevaerts1-0/+4
2010-08-23Implement WHEEL_ACCELERATION for Ipod mini 1G based on code for 1G/2G.Marcin Bukat1-43/+129
2010-08-20iPod 1st Gen: Fix battery ADC not working due to the EABI compiler optimizing...Jens Arnold1-6/+7
2010-08-20Enable wheel acceleration and repeats for iPod 1st/2nd Gen, using the same se...Jens Arnold1-47/+0
2010-07-31Add #include to power-ipod.c, make some variables static in storage.cBertrik Sikken1-0/+3
2010-06-21iPod 3G: Ensure wheel repeats are not generated unless the same keycode is po...Michael Sevakis1-30/+32
2010-06-19iPod 3G: Add a small check to ensure backlight never gets stuck off if wheel ...Michael Sevakis1-0/+3
2010-06-19iPod 3G: Implement wheel acceleration and repeats. Chosen settings feel prett...Michael Sevakis1-7/+133